@pezkuwi/api-derive 16.5.21 → 16.5.23
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/cjs/packageInfo.js +1 -1
- package/package.json +9 -9
- package/packageInfo.js +1 -1
package/cjs/packageInfo.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.packageInfo = void 0;
|
|
4
|
-
exports.packageInfo = { name: '@pezkuwi/api-derive', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.
|
|
4
|
+
exports.packageInfo = { name: '@pezkuwi/api-derive', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.22' };
|
package/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.23",
|
|
22
22
|
"main": "./cjs/index.js",
|
|
23
23
|
"module": "./cjs/index.js",
|
|
24
24
|
"types": "./cjs/index.d.ts",
|
|
@@ -2075,14 +2075,14 @@
|
|
|
2075
2075
|
}
|
|
2076
2076
|
},
|
|
2077
2077
|
"dependencies": {
|
|
2078
|
-
"@pezkuwi/api": "16.5.
|
|
2079
|
-
"@pezkuwi/api-augment": "16.5.
|
|
2080
|
-
"@pezkuwi/api-base": "16.5.
|
|
2081
|
-
"@pezkuwi/rpc-core": "16.5.
|
|
2082
|
-
"@pezkuwi/rpc-provider": "16.5.
|
|
2083
|
-
"@pezkuwi/types": "16.5.
|
|
2084
|
-
"@pezkuwi/types-codec": "16.5.
|
|
2085
|
-
"@pezkuwi/types-support": "16.5.
|
|
2078
|
+
"@pezkuwi/api": "16.5.23",
|
|
2079
|
+
"@pezkuwi/api-augment": "16.5.23",
|
|
2080
|
+
"@pezkuwi/api-base": "16.5.23",
|
|
2081
|
+
"@pezkuwi/rpc-core": "16.5.23",
|
|
2082
|
+
"@pezkuwi/rpc-provider": "16.5.23",
|
|
2083
|
+
"@pezkuwi/types": "16.5.23",
|
|
2084
|
+
"@pezkuwi/types-codec": "16.5.23",
|
|
2085
|
+
"@pezkuwi/types-support": "16.5.23",
|
|
2086
2086
|
"@pezkuwi/util": "14.0.13",
|
|
2087
2087
|
"@pezkuwi/util-crypto": "14.0.13",
|
|
2088
2088
|
"rxjs": "^7.8.1",
|
package/packageInfo.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageInfo = { name: '@pezkuwi/api-derive', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '16.5.
|
|
1
|
+
export const packageInfo = { name: '@pezkuwi/api-derive', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '16.5.22' };
|