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