@pezkuwi/typegen 16.5.11 → 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 +15 -15
- 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/typegen', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.
|
|
4
|
+
exports.packageInfo = { name: '@pezkuwi/typegen', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.15' };
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"author": "
|
|
2
|
+
"author": "Dijital Kurdistan Tech Institute <dev@pezkuwichain.io>",
|
|
3
3
|
"bugs": "https://github.com/pezkuwichain/pezkuwi-api/issues",
|
|
4
4
|
"description": "Type generation scripts",
|
|
5
5
|
"engines": {
|
|
@@ -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
|
"bin": {
|
|
23
23
|
"pezkuwi-types-chain-info": "./scripts/pezkuwi-types-chain-info.mjs",
|
|
24
24
|
"pezkuwi-types-from-chain": "./scripts/pezkuwi-types-from-chain.mjs",
|
|
@@ -527,19 +527,19 @@
|
|
|
527
527
|
}
|
|
528
528
|
},
|
|
529
529
|
"dependencies": {
|
|
530
|
-
"@pezkuwi/api": "16.5.
|
|
531
|
-
"@pezkuwi/api-augment": "16.5.
|
|
532
|
-
"@pezkuwi/api-derive": "16.5.
|
|
533
|
-
"@pezkuwi/rpc-augment": "16.5.
|
|
534
|
-
"@pezkuwi/rpc-provider": "16.5.
|
|
535
|
-
"@pezkuwi/types": "16.5.
|
|
536
|
-
"@pezkuwi/types-augment": "16.5.
|
|
537
|
-
"@pezkuwi/types-codec": "16.5.
|
|
538
|
-
"@pezkuwi/types-create": "16.5.
|
|
539
|
-
"@pezkuwi/types-support": "16.5.
|
|
540
|
-
"@pezkuwi/util": "14.0.
|
|
541
|
-
"@pezkuwi/util-crypto": "14.0.
|
|
542
|
-
"@pezkuwi/x-ws": "14.0.
|
|
530
|
+
"@pezkuwi/api": "16.5.14",
|
|
531
|
+
"@pezkuwi/api-augment": "16.5.14",
|
|
532
|
+
"@pezkuwi/api-derive": "16.5.14",
|
|
533
|
+
"@pezkuwi/rpc-augment": "16.5.14",
|
|
534
|
+
"@pezkuwi/rpc-provider": "16.5.14",
|
|
535
|
+
"@pezkuwi/types": "16.5.14",
|
|
536
|
+
"@pezkuwi/types-augment": "16.5.14",
|
|
537
|
+
"@pezkuwi/types-codec": "16.5.14",
|
|
538
|
+
"@pezkuwi/types-create": "16.5.14",
|
|
539
|
+
"@pezkuwi/types-support": "16.5.14",
|
|
540
|
+
"@pezkuwi/util": "14.0.12",
|
|
541
|
+
"@pezkuwi/util-crypto": "14.0.12",
|
|
542
|
+
"@pezkuwi/x-ws": "14.0.12",
|
|
543
543
|
"comment-parser": "^1.4.1",
|
|
544
544
|
"handlebars": "^4.7.8",
|
|
545
545
|
"tslib": "^2.8.1",
|
package/packageInfo.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageInfo = { name: '@pezkuwi/typegen', 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/typegen', 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' };
|