@xyo-network/key-model 2.110.15 → 2.110.17

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.
Files changed (54) hide show
  1. package/dist/browser/Key/AddressValue.d.cts +1 -1
  2. package/dist/browser/Key/AddressValue.d.mts +1 -1
  3. package/dist/browser/Key/AddressValue.d.ts +1 -1
  4. package/dist/browser/Key/PrivateKey.d.cts +2 -2
  5. package/dist/browser/Key/PrivateKey.d.mts +2 -2
  6. package/dist/browser/Key/PrivateKey.d.ts +2 -2
  7. package/dist/browser/Key/PublicKey.d.cts +2 -2
  8. package/dist/browser/Key/PublicKey.d.mts +2 -2
  9. package/dist/browser/Key/PublicKey.d.ts +2 -2
  10. package/dist/browser/Key/index.d.cts +3 -3
  11. package/dist/browser/Key/index.d.mts +3 -3
  12. package/dist/browser/Key/index.d.ts +3 -3
  13. package/dist/browser/index.cjs.map +1 -1
  14. package/dist/browser/index.d.cts +1 -1
  15. package/dist/browser/index.d.mts +1 -1
  16. package/dist/browser/index.d.ts +1 -1
  17. package/dist/neutral/Key/AddressValue.d.cts +1 -1
  18. package/dist/neutral/Key/AddressValue.d.mts +1 -1
  19. package/dist/neutral/Key/AddressValue.d.ts +1 -1
  20. package/dist/neutral/Key/PrivateKey.d.cts +2 -2
  21. package/dist/neutral/Key/PrivateKey.d.mts +2 -2
  22. package/dist/neutral/Key/PrivateKey.d.ts +2 -2
  23. package/dist/neutral/Key/PublicKey.d.cts +2 -2
  24. package/dist/neutral/Key/PublicKey.d.mts +2 -2
  25. package/dist/neutral/Key/PublicKey.d.ts +2 -2
  26. package/dist/neutral/Key/index.d.cts +3 -3
  27. package/dist/neutral/Key/index.d.mts +3 -3
  28. package/dist/neutral/Key/index.d.ts +3 -3
  29. package/dist/neutral/index.cjs.map +1 -1
  30. package/dist/neutral/index.d.cts +1 -1
  31. package/dist/neutral/index.d.mts +1 -1
  32. package/dist/neutral/index.d.ts +1 -1
  33. package/dist/node/Key/AddressValue.d.cts +1 -1
  34. package/dist/node/Key/AddressValue.d.mts +1 -1
  35. package/dist/node/Key/AddressValue.d.ts +1 -1
  36. package/dist/node/Key/PrivateKey.d.cts +2 -2
  37. package/dist/node/Key/PrivateKey.d.mts +2 -2
  38. package/dist/node/Key/PrivateKey.d.ts +2 -2
  39. package/dist/node/Key/PublicKey.d.cts +2 -2
  40. package/dist/node/Key/PublicKey.d.mts +2 -2
  41. package/dist/node/Key/PublicKey.d.ts +2 -2
  42. package/dist/node/Key/index.d.cts +3 -3
  43. package/dist/node/Key/index.d.mts +3 -3
  44. package/dist/node/Key/index.d.ts +3 -3
  45. package/dist/node/index.cjs.map +1 -1
  46. package/dist/node/index.d.cts +1 -1
  47. package/dist/node/index.d.mts +1 -1
  48. package/dist/node/index.d.ts +1 -1
  49. package/package.json +2 -2
  50. package/src/Key/AddressValue.ts +1 -1
  51. package/src/Key/PrivateKey.ts +2 -2
  52. package/src/Key/PublicKey.ts +2 -2
  53. package/src/Key/index.ts +3 -3
  54. package/src/index.ts +1 -1
@@ -1,4 +1,4 @@
1
- import { EllipticKeyInstance } from './EllipticKey.js';
1
+ import { EllipticKeyInstance } from './EllipticKey.ts';
2
2
  export interface AddressValueInstance extends EllipticKeyInstance {
3
3
  }
4
4
  export interface AddressValueStatic {
@@ -1,4 +1,4 @@
1
- import { EllipticKeyInstance } from './EllipticKey.js';
1
+ import { EllipticKeyInstance } from './EllipticKey.ts';
2
2
  export interface AddressValueInstance extends EllipticKeyInstance {
3
3
  }
4
4
  export interface AddressValueStatic {
@@ -1,4 +1,4 @@
1
- import { EllipticKeyInstance } from './EllipticKey.js';
1
+ import { EllipticKeyInstance } from './EllipticKey.ts';
2
2
  export interface AddressValueInstance extends EllipticKeyInstance {
3
3
  }
4
4
  export interface AddressValueStatic {
@@ -1,5 +1,5 @@
1
- import { EllipticKeyInstance } from './EllipticKey.js';
2
- import type { PublicKeyInstance } from './PublicKey.js';
1
+ import { EllipticKeyInstance } from './EllipticKey.ts';
2
+ import type { PublicKeyInstance } from './PublicKey.ts';
3
3
  export interface PrivateKeyConfig {
4
4
  privateKeyData?: ArrayBuffer;
5
5
  }
@@ -1,5 +1,5 @@
1
- import { EllipticKeyInstance } from './EllipticKey.js';
2
- import type { PublicKeyInstance } from './PublicKey.js';
1
+ import { EllipticKeyInstance } from './EllipticKey.ts';
2
+ import type { PublicKeyInstance } from './PublicKey.ts';
3
3
  export interface PrivateKeyConfig {
4
4
  privateKeyData?: ArrayBuffer;
5
5
  }
@@ -1,5 +1,5 @@
1
- import { EllipticKeyInstance } from './EllipticKey.js';
2
- import type { PublicKeyInstance } from './PublicKey.js';
1
+ import { EllipticKeyInstance } from './EllipticKey.ts';
2
+ import type { PublicKeyInstance } from './PublicKey.ts';
3
3
  export interface PrivateKeyConfig {
4
4
  privateKeyData?: ArrayBuffer;
5
5
  }
@@ -1,5 +1,5 @@
1
- import { AddressValueInstance } from './AddressValue.js';
2
- import { EllipticKeyInstance } from './EllipticKey.js';
1
+ import { AddressValueInstance } from './AddressValue.ts';
2
+ import { EllipticKeyInstance } from './EllipticKey.ts';
3
3
  export interface PublicKeyInstance extends EllipticKeyInstance {
4
4
  get address(): AddressValueInstance;
5
5
  verify(msg: ArrayBuffer, signature: ArrayBuffer): boolean | Promise<boolean>;
@@ -1,5 +1,5 @@
1
- import { AddressValueInstance } from './AddressValue.js';
2
- import { EllipticKeyInstance } from './EllipticKey.js';
1
+ import { AddressValueInstance } from './AddressValue.ts';
2
+ import { EllipticKeyInstance } from './EllipticKey.ts';
3
3
  export interface PublicKeyInstance extends EllipticKeyInstance {
4
4
  get address(): AddressValueInstance;
5
5
  verify(msg: ArrayBuffer, signature: ArrayBuffer): boolean | Promise<boolean>;
@@ -1,5 +1,5 @@
1
- import { AddressValueInstance } from './AddressValue.js';
2
- import { EllipticKeyInstance } from './EllipticKey.js';
1
+ import { AddressValueInstance } from './AddressValue.ts';
2
+ import { EllipticKeyInstance } from './EllipticKey.ts';
3
3
  export interface PublicKeyInstance extends EllipticKeyInstance {
4
4
  get address(): AddressValueInstance;
5
5
  verify(msg: ArrayBuffer, signature: ArrayBuffer): boolean | Promise<boolean>;
@@ -1,4 +1,4 @@
1
- export * from './AddressValue.js';
2
- export * from './PrivateKey.js';
3
- export * from './PublicKey.js';
1
+ export * from './AddressValue.ts';
2
+ export * from './PrivateKey.ts';
3
+ export * from './PublicKey.ts';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- export * from './AddressValue.js';
2
- export * from './PrivateKey.js';
3
- export * from './PublicKey.js';
1
+ export * from './AddressValue.ts';
2
+ export * from './PrivateKey.ts';
3
+ export * from './PublicKey.ts';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- export * from './AddressValue.js';
2
- export * from './PrivateKey.js';
3
- export * from './PublicKey.js';
1
+ export * from './AddressValue.ts';
2
+ export * from './PrivateKey.ts';
3
+ export * from './PublicKey.ts';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './Key/index.js'\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './Key/index.ts'\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -1,2 +1,2 @@
1
- export * from './Key/index.js';
1
+ export * from './Key/index.ts';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- export * from './Key/index.js';
1
+ export * from './Key/index.ts';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- export * from './Key/index.js';
1
+ export * from './Key/index.ts';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- import { EllipticKeyInstance } from './EllipticKey.js';
1
+ import { EllipticKeyInstance } from './EllipticKey.ts';
2
2
  export interface AddressValueInstance extends EllipticKeyInstance {
3
3
  }
4
4
  export interface AddressValueStatic {
@@ -1,4 +1,4 @@
1
- import { EllipticKeyInstance } from './EllipticKey.js';
1
+ import { EllipticKeyInstance } from './EllipticKey.ts';
2
2
  export interface AddressValueInstance extends EllipticKeyInstance {
3
3
  }
4
4
  export interface AddressValueStatic {
@@ -1,4 +1,4 @@
1
- import { EllipticKeyInstance } from './EllipticKey.js';
1
+ import { EllipticKeyInstance } from './EllipticKey.ts';
2
2
  export interface AddressValueInstance extends EllipticKeyInstance {
3
3
  }
4
4
  export interface AddressValueStatic {
@@ -1,5 +1,5 @@
1
- import { EllipticKeyInstance } from './EllipticKey.js';
2
- import type { PublicKeyInstance } from './PublicKey.js';
1
+ import { EllipticKeyInstance } from './EllipticKey.ts';
2
+ import type { PublicKeyInstance } from './PublicKey.ts';
3
3
  export interface PrivateKeyConfig {
4
4
  privateKeyData?: ArrayBuffer;
5
5
  }
@@ -1,5 +1,5 @@
1
- import { EllipticKeyInstance } from './EllipticKey.js';
2
- import type { PublicKeyInstance } from './PublicKey.js';
1
+ import { EllipticKeyInstance } from './EllipticKey.ts';
2
+ import type { PublicKeyInstance } from './PublicKey.ts';
3
3
  export interface PrivateKeyConfig {
4
4
  privateKeyData?: ArrayBuffer;
5
5
  }
@@ -1,5 +1,5 @@
1
- import { EllipticKeyInstance } from './EllipticKey.js';
2
- import type { PublicKeyInstance } from './PublicKey.js';
1
+ import { EllipticKeyInstance } from './EllipticKey.ts';
2
+ import type { PublicKeyInstance } from './PublicKey.ts';
3
3
  export interface PrivateKeyConfig {
4
4
  privateKeyData?: ArrayBuffer;
5
5
  }
@@ -1,5 +1,5 @@
1
- import { AddressValueInstance } from './AddressValue.js';
2
- import { EllipticKeyInstance } from './EllipticKey.js';
1
+ import { AddressValueInstance } from './AddressValue.ts';
2
+ import { EllipticKeyInstance } from './EllipticKey.ts';
3
3
  export interface PublicKeyInstance extends EllipticKeyInstance {
4
4
  get address(): AddressValueInstance;
5
5
  verify(msg: ArrayBuffer, signature: ArrayBuffer): boolean | Promise<boolean>;
@@ -1,5 +1,5 @@
1
- import { AddressValueInstance } from './AddressValue.js';
2
- import { EllipticKeyInstance } from './EllipticKey.js';
1
+ import { AddressValueInstance } from './AddressValue.ts';
2
+ import { EllipticKeyInstance } from './EllipticKey.ts';
3
3
  export interface PublicKeyInstance extends EllipticKeyInstance {
4
4
  get address(): AddressValueInstance;
5
5
  verify(msg: ArrayBuffer, signature: ArrayBuffer): boolean | Promise<boolean>;
@@ -1,5 +1,5 @@
1
- import { AddressValueInstance } from './AddressValue.js';
2
- import { EllipticKeyInstance } from './EllipticKey.js';
1
+ import { AddressValueInstance } from './AddressValue.ts';
2
+ import { EllipticKeyInstance } from './EllipticKey.ts';
3
3
  export interface PublicKeyInstance extends EllipticKeyInstance {
4
4
  get address(): AddressValueInstance;
5
5
  verify(msg: ArrayBuffer, signature: ArrayBuffer): boolean | Promise<boolean>;
@@ -1,4 +1,4 @@
1
- export * from './AddressValue.js';
2
- export * from './PrivateKey.js';
3
- export * from './PublicKey.js';
1
+ export * from './AddressValue.ts';
2
+ export * from './PrivateKey.ts';
3
+ export * from './PublicKey.ts';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- export * from './AddressValue.js';
2
- export * from './PrivateKey.js';
3
- export * from './PublicKey.js';
1
+ export * from './AddressValue.ts';
2
+ export * from './PrivateKey.ts';
3
+ export * from './PublicKey.ts';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- export * from './AddressValue.js';
2
- export * from './PrivateKey.js';
3
- export * from './PublicKey.js';
1
+ export * from './AddressValue.ts';
2
+ export * from './PrivateKey.ts';
3
+ export * from './PublicKey.ts';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './Key/index.js'\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './Key/index.ts'\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -1,2 +1,2 @@
1
- export * from './Key/index.js';
1
+ export * from './Key/index.ts';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- export * from './Key/index.js';
1
+ export * from './Key/index.ts';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- export * from './Key/index.js';
1
+ export * from './Key/index.ts';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- import { EllipticKeyInstance } from './EllipticKey.js';
1
+ import { EllipticKeyInstance } from './EllipticKey.ts';
2
2
  export interface AddressValueInstance extends EllipticKeyInstance {
3
3
  }
4
4
  export interface AddressValueStatic {
@@ -1,4 +1,4 @@
1
- import { EllipticKeyInstance } from './EllipticKey.js';
1
+ import { EllipticKeyInstance } from './EllipticKey.ts';
2
2
  export interface AddressValueInstance extends EllipticKeyInstance {
3
3
  }
4
4
  export interface AddressValueStatic {
@@ -1,4 +1,4 @@
1
- import { EllipticKeyInstance } from './EllipticKey.js';
1
+ import { EllipticKeyInstance } from './EllipticKey.ts';
2
2
  export interface AddressValueInstance extends EllipticKeyInstance {
3
3
  }
4
4
  export interface AddressValueStatic {
@@ -1,5 +1,5 @@
1
- import { EllipticKeyInstance } from './EllipticKey.js';
2
- import type { PublicKeyInstance } from './PublicKey.js';
1
+ import { EllipticKeyInstance } from './EllipticKey.ts';
2
+ import type { PublicKeyInstance } from './PublicKey.ts';
3
3
  export interface PrivateKeyConfig {
4
4
  privateKeyData?: ArrayBuffer;
5
5
  }
@@ -1,5 +1,5 @@
1
- import { EllipticKeyInstance } from './EllipticKey.js';
2
- import type { PublicKeyInstance } from './PublicKey.js';
1
+ import { EllipticKeyInstance } from './EllipticKey.ts';
2
+ import type { PublicKeyInstance } from './PublicKey.ts';
3
3
  export interface PrivateKeyConfig {
4
4
  privateKeyData?: ArrayBuffer;
5
5
  }
@@ -1,5 +1,5 @@
1
- import { EllipticKeyInstance } from './EllipticKey.js';
2
- import type { PublicKeyInstance } from './PublicKey.js';
1
+ import { EllipticKeyInstance } from './EllipticKey.ts';
2
+ import type { PublicKeyInstance } from './PublicKey.ts';
3
3
  export interface PrivateKeyConfig {
4
4
  privateKeyData?: ArrayBuffer;
5
5
  }
@@ -1,5 +1,5 @@
1
- import { AddressValueInstance } from './AddressValue.js';
2
- import { EllipticKeyInstance } from './EllipticKey.js';
1
+ import { AddressValueInstance } from './AddressValue.ts';
2
+ import { EllipticKeyInstance } from './EllipticKey.ts';
3
3
  export interface PublicKeyInstance extends EllipticKeyInstance {
4
4
  get address(): AddressValueInstance;
5
5
  verify(msg: ArrayBuffer, signature: ArrayBuffer): boolean | Promise<boolean>;
@@ -1,5 +1,5 @@
1
- import { AddressValueInstance } from './AddressValue.js';
2
- import { EllipticKeyInstance } from './EllipticKey.js';
1
+ import { AddressValueInstance } from './AddressValue.ts';
2
+ import { EllipticKeyInstance } from './EllipticKey.ts';
3
3
  export interface PublicKeyInstance extends EllipticKeyInstance {
4
4
  get address(): AddressValueInstance;
5
5
  verify(msg: ArrayBuffer, signature: ArrayBuffer): boolean | Promise<boolean>;
@@ -1,5 +1,5 @@
1
- import { AddressValueInstance } from './AddressValue.js';
2
- import { EllipticKeyInstance } from './EllipticKey.js';
1
+ import { AddressValueInstance } from './AddressValue.ts';
2
+ import { EllipticKeyInstance } from './EllipticKey.ts';
3
3
  export interface PublicKeyInstance extends EllipticKeyInstance {
4
4
  get address(): AddressValueInstance;
5
5
  verify(msg: ArrayBuffer, signature: ArrayBuffer): boolean | Promise<boolean>;
@@ -1,4 +1,4 @@
1
- export * from './AddressValue.js';
2
- export * from './PrivateKey.js';
3
- export * from './PublicKey.js';
1
+ export * from './AddressValue.ts';
2
+ export * from './PrivateKey.ts';
3
+ export * from './PublicKey.ts';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- export * from './AddressValue.js';
2
- export * from './PrivateKey.js';
3
- export * from './PublicKey.js';
1
+ export * from './AddressValue.ts';
2
+ export * from './PrivateKey.ts';
3
+ export * from './PublicKey.ts';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- export * from './AddressValue.js';
2
- export * from './PrivateKey.js';
3
- export * from './PublicKey.js';
1
+ export * from './AddressValue.ts';
2
+ export * from './PrivateKey.ts';
3
+ export * from './PublicKey.ts';
4
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './Key/index.js'\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './Key/index.ts'\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -1,2 +1,2 @@
1
- export * from './Key/index.js';
1
+ export * from './Key/index.ts';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- export * from './Key/index.js';
1
+ export * from './Key/index.ts';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- export * from './Key/index.js';
1
+ export * from './Key/index.ts';
2
2
  //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/data": "^2.110.15"
13
+ "@xyo-network/data": "^2.110.17"
14
14
  },
15
15
  "description": "Primary SDK for using XYO Protocol 2.0",
16
16
  "devDependencies": {
@@ -57,6 +57,6 @@
57
57
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
58
58
  },
59
59
  "sideEffects": false,
60
- "version": "2.110.15",
60
+ "version": "2.110.17",
61
61
  "type": "module"
62
62
  }
@@ -1,4 +1,4 @@
1
- import { EllipticKeyInstance } from './EllipticKey.js'
1
+ import { EllipticKeyInstance } from './EllipticKey.ts'
2
2
 
3
3
  export interface AddressValueInstance extends EllipticKeyInstance {}
4
4
 
@@ -1,5 +1,5 @@
1
- import { EllipticKeyInstance } from './EllipticKey.js'
2
- import type { PublicKeyInstance } from './PublicKey.js'
1
+ import { EllipticKeyInstance } from './EllipticKey.ts'
2
+ import type { PublicKeyInstance } from './PublicKey.ts'
3
3
 
4
4
  export interface PrivateKeyConfig {
5
5
  privateKeyData?: ArrayBuffer
@@ -1,5 +1,5 @@
1
- import { AddressValueInstance } from './AddressValue.js'
2
- import { EllipticKeyInstance } from './EllipticKey.js'
1
+ import { AddressValueInstance } from './AddressValue.ts'
2
+ import { EllipticKeyInstance } from './EllipticKey.ts'
3
3
 
4
4
  export interface PublicKeyInstance extends EllipticKeyInstance {
5
5
  get address(): AddressValueInstance
package/src/Key/index.ts CHANGED
@@ -1,3 +1,3 @@
1
- export * from './AddressValue.js'
2
- export * from './PrivateKey.js'
3
- export * from './PublicKey.js'
1
+ export * from './AddressValue.ts'
2
+ export * from './PrivateKey.ts'
3
+ export * from './PublicKey.ts'
package/src/index.ts CHANGED
@@ -1 +1 @@
1
- export * from './Key/index.js'
1
+ export * from './Key/index.ts'