@pezkuwi/api-contract 16.5.19 → 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.
@@ -18,7 +18,7 @@
18
18
  "./cjs/packageDetect.js"
19
19
  ],
20
20
  "type": "module",
21
- "version": "16.5.19",
21
+ "version": "16.5.20",
22
22
  "main": "./cjs/index.js",
23
23
  "module": "./cjs/index.js",
24
24
  "types": "./cjs/index.d.ts",
package/package.json CHANGED
@@ -19,7 +19,7 @@
19
19
  ],
20
20
  "type": "module",
21
21
  "types": "./index.d.ts",
22
- "version": "16.5.19",
22
+ "version": "16.5.20",
23
23
  "main": "./cjs/index.js",
24
24
  "module": "./index.js",
25
25
  "exports": {
@@ -395,13 +395,13 @@
395
395
  }
396
396
  },
397
397
  "dependencies": {
398
- "@pezkuwi/api": "16.5.19",
399
- "@pezkuwi/api-augment": "16.5.19",
398
+ "@pezkuwi/api": "16.5.20",
399
+ "@pezkuwi/api-augment": "16.5.20",
400
400
  "@pezkuwi/keyring": "14.0.13",
401
- "@pezkuwi/types": "16.5.19",
402
- "@pezkuwi/types-codec": "16.5.19",
403
- "@pezkuwi/types-create": "16.5.19",
404
- "@pezkuwi/types-support": "16.5.19",
401
+ "@pezkuwi/types": "16.5.20",
402
+ "@pezkuwi/types-codec": "16.5.20",
403
+ "@pezkuwi/types-create": "16.5.20",
404
+ "@pezkuwi/types-support": "16.5.20",
405
405
  "@pezkuwi/util": "14.0.13",
406
406
  "@pezkuwi/util-crypto": "14.0.13",
407
407
  "rxjs": "^7.8.1",