@pezkuwi/api-augment 16.5.14 → 16.5.15
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 +6 -6
- 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-augment', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.
|
|
4
|
+
exports.packageInfo = { name: '@pezkuwi/api-augment', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.15' };
|
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.15",
|
|
22
22
|
"main": "./cjs/index.js",
|
|
23
23
|
"module": "./cjs/index.js",
|
|
24
24
|
"types": "./cjs/index.d.ts",
|
|
@@ -449,11 +449,11 @@
|
|
|
449
449
|
}
|
|
450
450
|
},
|
|
451
451
|
"dependencies": {
|
|
452
|
-
"@pezkuwi/api-base": "16.5.
|
|
453
|
-
"@pezkuwi/rpc-augment": "16.5.
|
|
454
|
-
"@pezkuwi/types": "16.5.
|
|
455
|
-
"@pezkuwi/types-augment": "16.5.
|
|
456
|
-
"@pezkuwi/types-codec": "16.5.
|
|
452
|
+
"@pezkuwi/api-base": "16.5.14",
|
|
453
|
+
"@pezkuwi/rpc-augment": "16.5.14",
|
|
454
|
+
"@pezkuwi/types": "16.5.14",
|
|
455
|
+
"@pezkuwi/types-augment": "16.5.14",
|
|
456
|
+
"@pezkuwi/types-codec": "16.5.14",
|
|
457
457
|
"@pezkuwi/util": "14.0.12",
|
|
458
458
|
"tslib": "^2.8.1"
|
|
459
459
|
}
|
package/packageInfo.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageInfo = { name: '@pezkuwi/api-augment', 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-augment', 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.15' };
|