mirror of
https://github.com/pezkuwichain/pezkuwi-api.git
synced 2026-04-22 04:27:56 +00:00
fix: update pezkuwi mainnet genesis hash and remove npm token from repo
- Update genesis hash to mainnet value - Remove npmAuthToken from .yarnrc.yml (use GitHub Secrets instead) - Add pezsp_* and pezframe_* path support in PortableRegistry
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
],
|
||||
"type": "module",
|
||||
"types": "./index.d.ts",
|
||||
"version": "16.5.9",
|
||||
"version": "16.5.11",
|
||||
"main": "./cjs/index.js",
|
||||
"module": "./index.js",
|
||||
"exports": {
|
||||
|
||||
@@ -26,7 +26,7 @@ export abstract class AbstractArray<T extends Codec> extends Array<T> implements
|
||||
* @description This ensures that operators such as clice, filter, map, etc. return
|
||||
* new Array instances (without this we need to apply overrides)
|
||||
*/
|
||||
static get [Symbol.species] (): typeof Array {
|
||||
static override get [Symbol.species] (): typeof Array {
|
||||
return Array;
|
||||
}
|
||||
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @pezkuwi/dev
|
||||
|
||||
export const packageInfo = { name: '@pezkuwi/types-codec', path: 'auto', type: 'auto', version: '16.5.9' };
|
||||
export const packageInfo = { name: '@pezkuwi/types-codec', path: 'auto', type: 'auto', version: '16.5.11' };
|
||||
|
||||
Reference in New Issue
Block a user