@xyo-network/previous-hash-store 7.0.11 → 7.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.
package/README.md CHANGED
@@ -1,3 +1,49 @@
1
+ [![logo][]](https://xyo.network)
2
+
1
3
  # @xyo-network/previous-hash-store
2
4
 
3
- Deprecated compatibility stub. Use `@xyo-network/sdk-protocol/previous-hash-store` instead.
5
+ [![npm][npm-badge]][npm-link]
6
+ [![license][license-badge]][license-link]
7
+
8
+ > Primary SDK for using XYO Protocol 2.0
9
+
10
+ ## Install
11
+
12
+ Using npm:
13
+
14
+ ```sh
15
+ npm install {{name}}
16
+ ```
17
+
18
+ Using yarn:
19
+
20
+ ```sh
21
+ yarn add {{name}}
22
+ ```
23
+
24
+ Using pnpm:
25
+
26
+ ```sh
27
+ pnpm add {{name}}
28
+ ```
29
+
30
+ Using bun:
31
+
32
+ ```sh
33
+ bun add {{name}}
34
+ ```
35
+
36
+
37
+ ## License
38
+
39
+ See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
40
+
41
+ ## Credits
42
+
43
+ [Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)
44
+
45
+ [npm-badge]: https://img.shields.io/npm/v/@xyo-network/previous-hash-store.svg
46
+ [npm-link]: https://www.npmjs.com/package/@xyo-network/previous-hash-store
47
+ [license-badge]: https://img.shields.io/npm/l/@xyo-network/previous-hash-store.svg
48
+ [license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
49
+ [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
@@ -1,6 +1,4 @@
1
- /**
2
- * @deprecated Use `@xyo-network/sdk-protocol/previous-hash-store` instead.
3
- * `@xyo-network/previous-hash-store` is a backward-compatibility re-export stub.
4
- */
5
- export * from '@xyo-network/sdk-protocol/previous-hash-store';
1
+ export * from '@xyo-network/previous-hash-store-indexeddb';
2
+ export * from '@xyo-network/previous-hash-store-model';
3
+ export * from '@xyo-network/previous-hash-store-storage';
6
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,cAAc,+CAA+C,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,4CAA4C,CAAA;AAC1D,cAAc,wCAAwC,CAAA;AACtD,cAAc,0CAA0C,CAAA"}
@@ -1,3 +1,5 @@
1
1
  // src/index.ts
2
- export * from "@xyo-network/sdk-protocol/previous-hash-store";
2
+ export * from "@xyo-network/previous-hash-store-indexeddb";
3
+ export * from "@xyo-network/previous-hash-store-model";
4
+ export * from "@xyo-network/previous-hash-store-storage";
3
5
  //# sourceMappingURL=index.mjs.map
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.ts"],
4
- "sourcesContent": ["/**\n * @deprecated Use `@xyo-network/sdk-protocol/previous-hash-store` instead.\n * `@xyo-network/previous-hash-store` is a backward-compatibility re-export stub.\n */\nexport * from '@xyo-network/sdk-protocol/previous-hash-store'\n"],
5
- "mappings": ";AAIA,cAAc;",
4
+ "sourcesContent": ["export * from '@xyo-network/previous-hash-store-indexeddb'\nexport * from '@xyo-network/previous-hash-store-model'\nexport * from '@xyo-network/previous-hash-store-storage'\n"],
5
+ "mappings": ";AAAA,cAAc;AACd,cAAc;AACd,cAAc;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "@xyo-network/previous-hash-store",
3
- "version": "7.0.11",
4
- "description": "DEPRECATED - use @xyo-network/sdk-protocol/previous-hash-store. Backward-compatibility re-export stub for @xyo-network/previous-hash-store.",
5
- "deprecated": "Use @xyo-network/sdk-protocol/previous-hash-store instead. @xyo-network/previous-hash-store is a backward-compatibility re-export stub and will not receive further updates.",
3
+ "version": "7.0.13",
4
+ "description": "Primary SDK for using XYO Protocol 2.0",
6
5
  "homepage": "https://xyo.network",
7
6
  "bugs": {
8
7
  "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues",
@@ -35,34 +34,33 @@
35
34
  "README.md"
36
35
  ],
37
36
  "dependencies": {
38
- "@xyo-network/sdk-protocol": "~7.0.11"
37
+ "@xyo-network/previous-hash-store-indexeddb": "~7.0.13",
38
+ "@xyo-network/previous-hash-store-model": "~7.0.13",
39
+ "@xyo-network/previous-hash-store-storage": "~7.0.13"
39
40
  },
40
41
  "devDependencies": {
41
- "@xylabs/toolchain": "~8.5.15",
42
- "@xylabs/tsconfig": "~8.5.15",
43
- "browserslist": "4.28.4",
44
- "eslint": "^10.6.0",
45
- "eslint-import-resolver-typescript": "^4.4.5",
46
- "typescript": "~6.0.3"
42
+ "@ariestools/sdk": "~7.0.8",
43
+ "@opentelemetry/api": "~1.9.1",
44
+ "@opentelemetry/sdk-trace-base": "~2.9.0",
45
+ "@scure/base": "~2.2.0",
46
+ "@xylabs/toolchain": "~8.6.2",
47
+ "@xylabs/tsconfig": "~8.6.2",
48
+ "async-mutex": "~0.5.0",
49
+ "browserslist": "~4.28.4",
50
+ "eslint": "~10.6.0",
51
+ "eslint-import-resolver-typescript": "~4.4.5",
52
+ "idb": "~8.0.3",
53
+ "typescript": "~6.0.3",
54
+ "zod": "~4.4.3"
47
55
  },
48
56
  "peerDependencies": {
49
- "@ariestools/sdk": "^7.0.4",
50
- "@bitauth/libauth": "~3.0",
51
- "@noble/post-quantum": "~0.6.1",
52
- "@opentelemetry/api": "^1.9",
53
- "@opentelemetry/sdk-trace-base": "^2.7",
54
- "@scure/base": "~2.2",
55
- "@scure/bip39": "~2.2",
56
- "@xylabs/geo": "^7.0",
57
- "@xylabs/threads": "^7.0",
58
- "ajv": "^8.20",
59
- "async-mutex": "^0.5",
60
- "debug": "^4.4",
61
- "ethers": "^6.16",
62
- "hash-wasm": "~4.12",
63
- "idb": "^8.0",
64
- "observable-fns": "^0.6",
65
- "zod": "^4.4"
57
+ "@ariestools/sdk": "^7.0.8",
58
+ "@opentelemetry/api": "^1.9.1",
59
+ "@opentelemetry/sdk-trace-base": "^2.9.0",
60
+ "@scure/base": "^2.2.0",
61
+ "async-mutex": "^0.5.0",
62
+ "idb": "^8.0.3",
63
+ "zod": "^4.4.3"
66
64
  },
67
65
  "engines": {
68
66
  "node": "^24"