@pezkuwi/keyring 14.0.11 → 14.0.13

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.
@@ -363,7 +363,7 @@
363
363
  }
364
364
  }
365
365
 
366
- const packageInfo = { name: '@pezkuwi/keyring', path: (({ url: (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-keyring.js', document.baseURI).href)) }) && (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-keyring.js', document.baseURI).href))) ? new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-keyring.js', document.baseURI).href))).pathname.substring(0, new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-keyring.js', document.baseURI).href))).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '14.0.10' };
366
+ const packageInfo = { name: '@pezkuwi/keyring', path: (({ url: (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-keyring.js', document.baseURI).href)) }) && (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-keyring.js', document.baseURI).href))) ? new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-keyring.js', document.baseURI).href))).pathname.substring(0, new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-keyring.js', document.baseURI).href))).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '14.0.13' };
367
367
 
368
368
  const PAIRSSR25519 = [
369
369
  {
@@ -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/keyring', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '14.0.10' };
4
+ exports.packageInfo = { name: '@pezkuwi/keyring', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '14.0.13' };
@@ -1,7 +1,7 @@
1
1
  /** public/secret section divider (generation 1-3, will change in 4, don't rely on value) */
2
- export declare const PAIR_DIV: Uint8Array;
2
+ export declare const PAIR_DIV: Uint8Array<ArrayBuffer>;
3
3
  /** public/secret start block (generation 1-3, will change in 4, don't rely on value) */
4
- export declare const PAIR_HDR: Uint8Array;
4
+ export declare const PAIR_HDR: Uint8Array<ArrayBuffer>;
5
5
  /** length of a public key */
6
6
  export declare const PUB_LENGTH = 32;
7
7
  /** length of a salt */
@@ -1,5 +1,5 @@
1
1
  {
2
- "author": "Pezkuwi Team <team@pezkuwichain.app>",
2
+ "author": "Dijital Kurdistan Tech Institute <dev@pezkuwichain.io>",
3
3
  "bugs": "https://github.com/pezkuwichain/pezkuwi-common/issues",
4
4
  "description": "Keyring management",
5
5
  "engines": {
@@ -18,10 +18,10 @@
18
18
  "./cjs/packageDetect.js"
19
19
  ],
20
20
  "type": "module",
21
- "version": "14.0.10",
21
+ "version": "14.0.13",
22
22
  "main": "./cjs/index.js",
23
- "module": "./index.js",
24
- "types": "./index.d.ts",
23
+ "module": "./cjs/index.js",
24
+ "types": "./cjs/index.d.ts",
25
25
  "exports": {
26
26
  "./cjs/package.json": "./cjs/package.json",
27
27
  "./cjs/*": "./cjs/*.js",
@@ -283,12 +283,12 @@
283
283
  }
284
284
  },
285
285
  "dependencies": {
286
- "@pezkuwi/util": "workspace:*",
287
- "@pezkuwi/util-crypto": "workspace:*",
286
+ "@pezkuwi/util": "14.0.12",
287
+ "@pezkuwi/util-crypto": "14.0.12",
288
288
  "tslib": "^2.8.0"
289
289
  },
290
290
  "peerDependencies": {
291
- "@pezkuwi/util": "workspace:*",
292
- "@pezkuwi/util-crypto": "workspace:*"
291
+ "@pezkuwi/util": "14.0.12",
292
+ "@pezkuwi/util-crypto": "14.0.12"
293
293
  }
294
294
  }
@@ -1 +1 @@
1
- export const packageInfo = { name: '@pezkuwi/keyring', 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: '14.0.10' };
1
+ export const packageInfo = { name: '@pezkuwi/keyring', 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: '14.0.13' };
@@ -1,7 +1,7 @@
1
1
  /** public/secret section divider (generation 1-3, will change in 4, don't rely on value) */
2
- export declare const PAIR_DIV: Uint8Array;
2
+ export declare const PAIR_DIV: Uint8Array<ArrayBuffer>;
3
3
  /** public/secret start block (generation 1-3, will change in 4, don't rely on value) */
4
- export declare const PAIR_HDR: Uint8Array;
4
+ export declare const PAIR_HDR: Uint8Array<ArrayBuffer>;
5
5
  /** length of a public key */
6
6
  export declare const PUB_LENGTH = 32;
7
7
  /** length of a salt */
@@ -1,3 +1,3 @@
1
1
 
2
2
 
3
- export const packageInfo = { name: '@pezkuwi/keyring', path: new URL(import.meta.url).pathname, type: 'deno', version: '14.0.10' };
3
+ export const packageInfo = { name: '@pezkuwi/keyring', path: new URL(import.meta.url).pathname, type: 'deno', version: '14.0.13' };
@@ -1,7 +1,7 @@
1
1
  /** public/secret section divider (generation 1-3, will change in 4, don't rely on value) */
2
- export declare const PAIR_DIV: Uint8Array;
2
+ export declare const PAIR_DIV: Uint8Array<ArrayBuffer>;
3
3
  /** public/secret start block (generation 1-3, will change in 4, don't rely on value) */
4
- export declare const PAIR_HDR: Uint8Array;
4
+ export declare const PAIR_HDR: Uint8Array<ArrayBuffer>;
5
5
  /** length of a public key */
6
6
  export declare const PUB_LENGTH = 32;
7
7
  /** length of a salt */
@@ -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/keyring', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '14.0.10' };
4
+ exports.packageInfo = { name: '@pezkuwi/keyring', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '14.0.13' };
@@ -1 +1 @@
1
- export const packageInfo = { name: '@pezkuwi/keyring', 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: '14.0.10' };
1
+ export const packageInfo = { name: '@pezkuwi/keyring', 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: '14.0.13' };
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "author": "Pezkuwi Team <team@pezkuwichain.app>",
2
+ "author": "Dijital Kurdistan Tech Institute <dev@pezkuwichain.io>",
3
3
  "bugs": "https://github.com/pezkuwichain/pezkuwi-common/issues",
4
4
  "description": "Keyring management",
5
5
  "engines": {
@@ -18,13 +18,11 @@
18
18
  "./cjs/packageDetect.js"
19
19
  ],
20
20
  "type": "module",
21
- "version": "14.0.11",
21
+ "types": "./index.d.ts",
22
+ "version": "14.0.13",
22
23
  "main": "./cjs/index.js",
23
24
  "module": "./index.js",
24
- "types": "./index.d.ts",
25
25
  "exports": {
26
- "./cjs/package.json": "./cjs/package.json",
27
- "./cjs/*": "./cjs/*.js",
28
26
  ".": {
29
27
  "module": {
30
28
  "types": "./index.d.ts",
@@ -53,6 +51,8 @@
53
51
  "default": "./bundle.js"
54
52
  }
55
53
  },
54
+ "./cjs/*": "./cjs/*.js",
55
+ "./cjs/package.json": "./cjs/package.json",
56
56
  "./defaults": {
57
57
  "module": {
58
58
  "types": "./defaults.d.ts",
@@ -99,7 +99,7 @@
99
99
  "default": "./packageDetect.js"
100
100
  }
101
101
  },
102
- "./packageInfo.js": {
102
+ "./packageInfo": {
103
103
  "module": {
104
104
  "types": "./packageInfo.d.ts",
105
105
  "default": "./packageInfo.js"
@@ -113,7 +113,7 @@
113
113
  "default": "./packageInfo.js"
114
114
  }
115
115
  },
116
- "./packageInfo": {
116
+ "./packageInfo.js": {
117
117
  "module": {
118
118
  "types": "./packageInfo.d.ts",
119
119
  "default": "./packageInfo.js"
@@ -283,12 +283,12 @@
283
283
  }
284
284
  },
285
285
  "dependencies": {
286
- "@pezkuwi/util": "14.0.11",
287
- "@pezkuwi/util-crypto": "14.0.11",
286
+ "@pezkuwi/util": "14.0.12",
287
+ "@pezkuwi/util-crypto": "14.0.12",
288
288
  "tslib": "^2.8.0"
289
289
  },
290
290
  "peerDependencies": {
291
- "@pezkuwi/util": "14.0.11",
292
- "@pezkuwi/util-crypto": "14.0.11"
291
+ "@pezkuwi/util": "14.0.12",
292
+ "@pezkuwi/util-crypto": "14.0.12"
293
293
  }
294
294
  }
@@ -3,4 +3,4 @@
3
3
 
4
4
  // Do not edit, auto-generated by @pezkuwi/dev
5
5
 
6
- export const packageInfo = { name: '@pezkuwi/keyring', path: 'auto', type: 'auto', version: '14.0.10' };
6
+ export const packageInfo = { name: '@pezkuwi/keyring', path: 'auto', type: 'auto', version: '14.0.13' };