@pezkuwi/extension-inject 0.62.6 → 0.62.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,21 +1,21 @@
1
1
  {
2
2
  "author": "Jaco Greeff <jacogr@gmail.com>",
3
- "bugs": "https://github.com/pezkuwi/extension/issues",
3
+ "bugs": "https://github.com/pezkuwichain/pezkuwi-extension/issues",
4
4
  "description": "A generic injector (usable to any extension), that populates the base exposed interfaces to be used by dapps.",
5
5
  "engines": {
6
6
  "node": ">=18"
7
7
  },
8
- "homepage": "https://github.com/pezkuwi/extension/tree/master/packages/extension-inject#readme",
8
+ "homepage": "https://github.com/pezkuwichain/pezkuwi-extension/tree/master/packages/extension-inject#readme",
9
9
  "license": "Apache-2.0",
10
10
  "name": "@pezkuwi/extension-inject",
11
11
  "repository": {
12
12
  "directory": "packages/extension-inject",
13
13
  "type": "git",
14
- "url": "https://github.com/pezkuwi/extension.git"
14
+ "url": "https://github.com/pezkuwichain/pezkuwi-extension.git"
15
15
  },
16
16
  "sideEffects": true,
17
17
  "type": "module",
18
- "version": "0.62.6",
18
+ "version": "0.62.7",
19
19
  "main": "./cjs/index.js",
20
20
  "module": "./index.js",
21
21
  "types": "./index.d.ts",
@@ -154,12 +154,12 @@
154
154
  }
155
155
  },
156
156
  "dependencies": {
157
- "@pezkuwi/api": "^16.5.3",
158
- "@pezkuwi/rpc-provider": "^16.5.3",
159
- "@pezkuwi/types": "^16.5.3",
160
- "@pezkuwi/util": "^13.5.9",
161
- "@pezkuwi/util-crypto": "^13.5.9",
162
- "@pezkuwi/x-global": "^13.5.9",
157
+ "@pezkuwi/api": "^16.5.5",
158
+ "@pezkuwi/rpc-provider": "^16.5.5",
159
+ "@pezkuwi/types": "^16.5.5",
160
+ "@pezkuwi/util": "^14.0.5",
161
+ "@pezkuwi/util-crypto": "^14.0.5",
162
+ "@pezkuwi/x-global": "^14.0.5",
163
163
  "tslib": "^2.8.1"
164
164
  },
165
165
  "peerDependencies": {