@pezkuwi/api-derive 16.5.18 → 16.5.20

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 (2) hide show
  1. package/build/package.json +3 -3
  2. package/package.json +11 -11
@@ -18,7 +18,7 @@
18
18
  "./cjs/packageDetect.js"
19
19
  ],
20
20
  "type": "module",
21
- "version": "16.5.18",
21
+ "version": "16.5.20",
22
22
  "main": "./cjs/index.js",
23
23
  "module": "./cjs/index.js",
24
24
  "types": "./cjs/index.d.ts",
@@ -2083,8 +2083,8 @@
2083
2083
  "@pezkuwi/types": "16.5.9",
2084
2084
  "@pezkuwi/types-codec": "16.5.9",
2085
2085
  "@pezkuwi/types-support": "16.5.9",
2086
- "@pezkuwi/util": "14.0.11",
2087
- "@pezkuwi/util-crypto": "14.0.11",
2086
+ "@pezkuwi/util": "14.0.13",
2087
+ "@pezkuwi/util-crypto": "14.0.13",
2088
2088
  "rxjs": "^7.8.1",
2089
2089
  "tslib": "^2.8.1"
2090
2090
  }
package/package.json CHANGED
@@ -19,20 +19,20 @@
19
19
  ],
20
20
  "type": "module",
21
21
  "types": "./index.d.ts",
22
- "version": "16.5.18",
22
+ "version": "16.5.20",
23
23
  "main": "./cjs/index.js",
24
24
  "module": "./index.js",
25
25
  "dependencies": {
26
- "@pezkuwi/api": "16.5.9",
27
- "@pezkuwi/api-augment": "16.5.9",
28
- "@pezkuwi/api-base": "16.5.9",
29
- "@pezkuwi/rpc-core": "16.5.9",
30
- "@pezkuwi/rpc-provider": "16.5.9",
31
- "@pezkuwi/types": "16.5.9",
32
- "@pezkuwi/types-codec": "16.5.9",
33
- "@pezkuwi/types-support": "16.5.9",
34
- "@pezkuwi/util": "14.0.11",
35
- "@pezkuwi/util-crypto": "14.0.11",
26
+ "@pezkuwi/api": "16.5.20",
27
+ "@pezkuwi/api-augment": "16.5.20",
28
+ "@pezkuwi/api-base": "16.5.20",
29
+ "@pezkuwi/rpc-core": "16.5.20",
30
+ "@pezkuwi/rpc-provider": "16.5.20",
31
+ "@pezkuwi/types": "16.5.20",
32
+ "@pezkuwi/types-codec": "16.5.20",
33
+ "@pezkuwi/types-support": "16.5.20",
34
+ "@pezkuwi/util": "14.0.13",
35
+ "@pezkuwi/util-crypto": "14.0.13",
36
36
  "rxjs": "^7.8.1",
37
37
  "tslib": "^2.8.1"
38
38
  }