refactor(networks): restrict selectable networks to Pezkuwi ecosystem

This commit is contained in:
2026-01-10 19:38:09 +03:00
parent 7f7de1ef82
commit 159b375d2f
48 changed files with 7370 additions and 5330 deletions
+3 -3
View File
@@ -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 cross-environment fetch replacement",
"engines": {
@@ -15,12 +15,12 @@
},
"sideEffects": false,
"type": "module",
"version": "14.0.7",
"version": "14.0.8",
"browser": "browser.js",
"main": "node.js",
"react-native": "react-native.js",
"dependencies": {
"@pezkuwi/x-global": "14.0.1",
"@pezkuwi/x-global": "workspace:*",
"node-fetch": "^3.3.2",
"tslib": "^2.8.0"
}