@xyo-network/previous-hash-store-model 2.74.5 → 2.75.1

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 (45) hide show
  1. package/dist/browser/PreviousHashStore.cjs +19 -0
  2. package/dist/browser/PreviousHashStore.cjs.map +1 -0
  3. package/dist/browser/PreviousHashStore.d.cts.map +1 -0
  4. package/dist/browser/PreviousHashStore.d.mts.map +1 -0
  5. package/dist/browser/PreviousHashStore.d.ts +6 -0
  6. package/dist/browser/PreviousHashStore.d.ts.map +1 -0
  7. package/dist/browser/PreviousHashStore.js +1 -0
  8. package/dist/browser/index.cjs +19 -0
  9. package/dist/browser/index.cjs.map +1 -0
  10. package/dist/browser/index.d.cts.map +1 -0
  11. package/dist/{index.d.mts.map → browser/index.d.mts.map} +1 -1
  12. package/dist/browser/index.d.ts +2 -0
  13. package/dist/{index.d.ts.map → browser/index.d.ts.map} +1 -1
  14. package/dist/browser/index.js +2 -0
  15. package/dist/browser/index.js.map +1 -0
  16. package/dist/docs.json +7 -7
  17. package/dist/node/PreviousHashStore.d.cts +6 -0
  18. package/dist/node/PreviousHashStore.d.cts.map +1 -0
  19. package/dist/node/PreviousHashStore.d.mts +6 -0
  20. package/dist/node/PreviousHashStore.d.mts.map +1 -0
  21. package/dist/node/PreviousHashStore.d.ts +6 -0
  22. package/dist/node/PreviousHashStore.d.ts.map +1 -0
  23. package/dist/node/PreviousHashStore.js +19 -0
  24. package/dist/node/PreviousHashStore.js.map +1 -0
  25. package/dist/node/PreviousHashStore.mjs +1 -0
  26. package/dist/node/PreviousHashStore.mjs.map +1 -0
  27. package/dist/node/index.d.cts +2 -0
  28. package/dist/node/index.d.cts.map +1 -0
  29. package/dist/node/index.d.mts +2 -0
  30. package/dist/node/index.d.mts.map +1 -0
  31. package/dist/node/index.d.ts +2 -0
  32. package/dist/node/index.d.ts.map +1 -0
  33. package/dist/node/index.js.map +1 -0
  34. package/dist/node/index.mjs.map +1 -0
  35. package/package.json +24 -21
  36. package/dist/PreviousHashStore.d.mts.map +0 -1
  37. package/dist/PreviousHashStore.d.ts.map +0 -1
  38. package/dist/index.js.map +0 -1
  39. /package/dist/{PreviousHashStore.d.mts → browser/PreviousHashStore.d.cts} +0 -0
  40. /package/dist/{PreviousHashStore.d.ts → browser/PreviousHashStore.d.mts} +0 -0
  41. /package/dist/{index.mjs.map → browser/PreviousHashStore.js.map} +0 -0
  42. /package/dist/{index.d.mts → browser/index.d.cts} +0 -0
  43. /package/dist/{index.d.ts → browser/index.d.mts} +0 -0
  44. /package/dist/{index.js → node/index.js} +0 -0
  45. /package/dist/{index.mjs → node/index.mjs} +0 -0
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // src/PreviousHashStore.ts
17
+ var PreviousHashStore_exports = {};
18
+ module.exports = __toCommonJS(PreviousHashStore_exports);
19
+ //# sourceMappingURL=PreviousHashStore.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/PreviousHashStore.ts"],"sourcesContent":["export interface PreviousHashStore {\n getItem(address: string): string | null | Promise<string | null>\n removeItem(address: string): void | Promise<void>\n setItem(address: string, previousHash: string): void | Promise<void>\n}\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PreviousHashStore.d.ts","sourceRoot":"","sources":["../../src/PreviousHashStore.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,OAAO,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAA;IAChE,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACjD,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;CACrE"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PreviousHashStore.d.ts","sourceRoot":"","sources":["../../src/PreviousHashStore.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,OAAO,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAA;IAChE,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACjD,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;CACrE"}
@@ -0,0 +1,6 @@
1
+ export interface PreviousHashStore {
2
+ getItem(address: string): string | null | Promise<string | null>;
3
+ removeItem(address: string): void | Promise<void>;
4
+ setItem(address: string, previousHash: string): void | Promise<void>;
5
+ }
6
+ //# sourceMappingURL=PreviousHashStore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PreviousHashStore.d.ts","sourceRoot":"","sources":["../../src/PreviousHashStore.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,OAAO,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAA;IAChE,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACjD,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;CACrE"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=PreviousHashStore.js.map
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // src/index.ts
17
+ var src_exports = {};
18
+ module.exports = __toCommonJS(src_exports);
19
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './PreviousHashStore'\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './PreviousHashStore';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from "./PreviousHashStore";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './PreviousHashStore'\n"],"mappings":"AAAA,cAAc;","names":[]}
package/dist/docs.json CHANGED
@@ -23,7 +23,7 @@
23
23
  "fileName": "PreviousHashStore.ts",
24
24
  "line": 2,
25
25
  "character": 2,
26
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/dda7db621a/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L2"
26
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca3276aa9c376/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L2"
27
27
  }
28
28
  ],
29
29
  "signatures": [
@@ -38,7 +38,7 @@
38
38
  "fileName": "PreviousHashStore.ts",
39
39
  "line": 2,
40
40
  "character": 2,
41
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/dda7db621a/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L2"
41
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca3276aa9c376/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L2"
42
42
  }
43
43
  ],
44
44
  "parameters": [
@@ -105,7 +105,7 @@
105
105
  "fileName": "PreviousHashStore.ts",
106
106
  "line": 3,
107
107
  "character": 2,
108
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/dda7db621a/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L3"
108
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca3276aa9c376/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L3"
109
109
  }
110
110
  ],
111
111
  "signatures": [
@@ -120,7 +120,7 @@
120
120
  "fileName": "PreviousHashStore.ts",
121
121
  "line": 3,
122
122
  "character": 2,
123
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/dda7db621a/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L3"
123
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca3276aa9c376/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L3"
124
124
  }
125
125
  ],
126
126
  "parameters": [
@@ -174,7 +174,7 @@
174
174
  "fileName": "PreviousHashStore.ts",
175
175
  "line": 4,
176
176
  "character": 2,
177
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/dda7db621a/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L4"
177
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca3276aa9c376/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L4"
178
178
  }
179
179
  ],
180
180
  "signatures": [
@@ -189,7 +189,7 @@
189
189
  "fileName": "PreviousHashStore.ts",
190
190
  "line": 4,
191
191
  "character": 2,
192
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/dda7db621a/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L4"
192
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca3276aa9c376/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L4"
193
193
  }
194
194
  ],
195
195
  "parameters": [
@@ -259,7 +259,7 @@
259
259
  "fileName": "PreviousHashStore.ts",
260
260
  "line": 1,
261
261
  "character": 17,
262
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/dda7db621a/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L1"
262
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/ca3276aa9c376/packages/protocol/packages/account/packages/previous-hash-store/packages/model/src/PreviousHashStore.ts#L1"
263
263
  }
264
264
  ]
265
265
  }
@@ -0,0 +1,6 @@
1
+ export interface PreviousHashStore {
2
+ getItem(address: string): string | null | Promise<string | null>;
3
+ removeItem(address: string): void | Promise<void>;
4
+ setItem(address: string, previousHash: string): void | Promise<void>;
5
+ }
6
+ //# sourceMappingURL=PreviousHashStore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PreviousHashStore.d.ts","sourceRoot":"","sources":["../../src/PreviousHashStore.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,OAAO,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAA;IAChE,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACjD,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;CACrE"}
@@ -0,0 +1,6 @@
1
+ export interface PreviousHashStore {
2
+ getItem(address: string): string | null | Promise<string | null>;
3
+ removeItem(address: string): void | Promise<void>;
4
+ setItem(address: string, previousHash: string): void | Promise<void>;
5
+ }
6
+ //# sourceMappingURL=PreviousHashStore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PreviousHashStore.d.ts","sourceRoot":"","sources":["../../src/PreviousHashStore.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,OAAO,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAA;IAChE,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACjD,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;CACrE"}
@@ -0,0 +1,6 @@
1
+ export interface PreviousHashStore {
2
+ getItem(address: string): string | null | Promise<string | null>;
3
+ removeItem(address: string): void | Promise<void>;
4
+ setItem(address: string, previousHash: string): void | Promise<void>;
5
+ }
6
+ //# sourceMappingURL=PreviousHashStore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PreviousHashStore.d.ts","sourceRoot":"","sources":["../../src/PreviousHashStore.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,OAAO,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAA;IAChE,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACjD,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;CACrE"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __copyProps = (to, from, except, desc) => {
7
+ if (from && typeof from === "object" || typeof from === "function") {
8
+ for (let key of __getOwnPropNames(from))
9
+ if (!__hasOwnProp.call(to, key) && key !== except)
10
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
+ }
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
15
+
16
+ // src/PreviousHashStore.ts
17
+ var PreviousHashStore_exports = {};
18
+ module.exports = __toCommonJS(PreviousHashStore_exports);
19
+ //# sourceMappingURL=PreviousHashStore.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/PreviousHashStore.ts"],"sourcesContent":["export interface PreviousHashStore {\n getItem(address: string): string | null | Promise<string | null>\n removeItem(address: string): void | Promise<void>\n setItem(address: string, previousHash: string): void | Promise<void>\n}\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=PreviousHashStore.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
@@ -0,0 +1,2 @@
1
+ export * from './PreviousHashStore';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './PreviousHashStore';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
@@ -0,0 +1,2 @@
1
+ export * from './PreviousHashStore';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from './PreviousHashStore'\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
package/package.json CHANGED
@@ -11,38 +11,41 @@
11
11
  },
12
12
  "description": "Primary SDK for using XYO Protocol 2.0",
13
13
  "devDependencies": {
14
- "@xylabs/ts-scripts-yarn3": "^3.0.28",
15
- "@xylabs/tsconfig": "^3.0.28",
14
+ "@xylabs/ts-scripts-yarn3": "^3.0.77",
15
+ "@xylabs/tsconfig": "^3.0.77",
16
16
  "typescript": "^5.2.2"
17
17
  },
18
18
  "docs": "dist/docs.json",
19
19
  "exports": {
20
20
  ".": {
21
- "require": {
22
- "types": "./dist/index.d.ts",
23
- "default": "./dist/index.js"
21
+ "browser": {
22
+ "require": {
23
+ "types": "./dist/browser/index.d.cts",
24
+ "default": "./dist/browser/index.cjs"
25
+ },
26
+ "import": {
27
+ "types": "./dist/browser/index.d.mts",
28
+ "default": "./dist/browser/index.js"
29
+ }
24
30
  },
25
- "import": {
26
- "types": "./dist/index.d.mts",
27
- "default": "./dist/index.mjs"
31
+ "node": {
32
+ "require": {
33
+ "types": "./dist/node/index.d.ts",
34
+ "default": "./dist/node/index.js"
35
+ },
36
+ "import": {
37
+ "types": "./dist/node/index.d.mts",
38
+ "default": "./dist/node/index.mjs"
39
+ }
28
40
  }
29
41
  },
30
- "./dist/docs.json": {
31
- "default": "./dist/docs.json"
32
- },
33
- "./cjs": {
34
- "default": "./dist/index.js"
35
- },
36
42
  "./docs": {
37
43
  "default": "./dist/docs.json"
38
44
  },
39
- "./esm": {
40
- "default": "./dist/index.mjs"
41
- },
42
45
  "./package.json": "./package.json"
43
46
  },
44
- "main": "dist/index.js",
45
- "module": "dist/index.mjs",
47
+ "main": "dist/node/index.js",
48
+ "module": "dist/node/index.mjs",
46
49
  "homepage": "https://xyo.network",
47
50
  "license": "LGPL-3.0",
48
51
  "publishConfig": {
@@ -53,6 +56,6 @@
53
56
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
54
57
  },
55
58
  "sideEffects": false,
56
- "types": "dist/index.d.ts",
57
- "version": "2.74.5"
59
+ "types": "dist/node/index.d.ts",
60
+ "version": "2.75.1"
58
61
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"PreviousHashStore.d.ts","sourceRoot":"","sources":["../src/PreviousHashStore.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,OAAO,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAA;IAChE,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACjD,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;CACrE"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PreviousHashStore.d.ts","sourceRoot":"","sources":["../src/PreviousHashStore.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,OAAO,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAA;IAChE,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;IACjD,OAAO,CAAC,OAAO,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,GAAG,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAA;CACrE"}
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from './PreviousHashStore'\n"],"mappings":";;;;;;;;;;;;;;;;AAAA;AAAA;","names":[]}
File without changes
File without changes
File without changes
File without changes