mirror of
https://github.com/pezkuwichain/pezkuwi-common.git
synced 2026-04-22 03:17:58 +00:00
refactor(networks): restrict selectable networks to Pezkuwi ecosystem
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"author": "Jaco Greeff <jacogr@gmail.com>",
|
||||
"author": "Pezkuwi Team <team@pezkuwichain.app>",
|
||||
"bugs": "https://github.com/pezkuwichain/pezkuwi-common/issues",
|
||||
"description": "A collection of useful utilities for @pezkuwi",
|
||||
"engines": {
|
||||
@@ -18,9 +18,14 @@
|
||||
"./packageDetect.cjs"
|
||||
],
|
||||
"type": "module",
|
||||
"version": "14.0.7",
|
||||
"version": "14.0.8",
|
||||
"main": "index.js",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./index.d.ts",
|
||||
"import": "./index.js",
|
||||
"require": "./cjs/index.js"
|
||||
},
|
||||
"./hex/toU8a": {
|
||||
"node": {
|
||||
"require": "./cjs/hex/toU8aBuffer.js",
|
||||
@@ -35,15 +40,15 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@pezkuwi/x-bigint": "14.0.1",
|
||||
"@pezkuwi/x-global": "14.0.1",
|
||||
"@pezkuwi/x-textdecoder": "14.0.1",
|
||||
"@pezkuwi/x-textencoder": "14.0.1",
|
||||
"@pezkuwi/x-bigint": "workspace:*",
|
||||
"@pezkuwi/x-global": "workspace:*",
|
||||
"@pezkuwi/x-textdecoder": "workspace:*",
|
||||
"@pezkuwi/x-textencoder": "workspace:*",
|
||||
"@types/bn.js": "^5.1.6",
|
||||
"bn.js": "^5.2.1",
|
||||
"tslib": "^2.8.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pezkuwi/x-randomvalues": "14.0.1"
|
||||
"@pezkuwi/x-randomvalues": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user