@xyo-network/previous-hash-store 7.0.12 → 7.0.14
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 +47 -1
- package/dist/neutral/index.d.ts +3 -5
- package/dist/neutral/index.d.ts.map +1 -1
- package/dist/neutral/index.mjs +3 -1
- package/dist/neutral/index.mjs.map +2 -2
- package/package.json +24 -27
package/README.md
CHANGED
|
@@ -1,3 +1,49 @@
|
|
|
1
|
+
[![logo][]](https://xyo.network)
|
|
2
|
+
|
|
1
3
|
# @xyo-network/previous-hash-store
|
|
2
4
|
|
|
3
|
-
|
|
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
|
package/dist/neutral/index.d.ts
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* @
|
|
3
|
-
*
|
|
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
|
|
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"}
|
package/dist/neutral/index.mjs
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
// src/index.ts
|
|
2
|
-
export * from "@xyo-network/
|
|
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": ["
|
|
5
|
-
"mappings": ";
|
|
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.
|
|
4
|
-
"description": "
|
|
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.14",
|
|
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,32 @@
|
|
|
35
34
|
"README.md"
|
|
36
35
|
],
|
|
37
36
|
"dependencies": {
|
|
38
|
-
"@xyo-network/
|
|
37
|
+
"@xyo-network/previous-hash-store-indexeddb": "~7.0.14",
|
|
38
|
+
"@xyo-network/previous-hash-store-storage": "~7.0.14",
|
|
39
|
+
"@xyo-network/previous-hash-store-model": "~7.0.14"
|
|
39
40
|
},
|
|
40
41
|
"devDependencies": {
|
|
41
|
-
"@
|
|
42
|
-
"@
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
42
|
+
"@ariestools/sdk": "~8.0.2",
|
|
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.3",
|
|
47
|
+
"@xylabs/tsconfig": "~8.6.3",
|
|
48
|
+
"async-mutex": "~0.5.0",
|
|
49
|
+
"eslint": "~10.6.0",
|
|
50
|
+
"eslint-import-resolver-typescript": "~4.4.5",
|
|
51
|
+
"idb": "~8.0.3",
|
|
52
|
+
"typescript": "~6.0.3",
|
|
53
|
+
"zod": "~4.4.3"
|
|
47
54
|
},
|
|
48
55
|
"peerDependencies": {
|
|
49
|
-
"@ariestools/sdk": "^
|
|
50
|
-
"@
|
|
51
|
-
"@
|
|
52
|
-
"@
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
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"
|
|
56
|
+
"@ariestools/sdk": "^8.0.2",
|
|
57
|
+
"@opentelemetry/api": "^1.9.1",
|
|
58
|
+
"@opentelemetry/sdk-trace-base": "^2.9.0",
|
|
59
|
+
"@scure/base": "^2.2.0",
|
|
60
|
+
"async-mutex": "^0.5.0",
|
|
61
|
+
"idb": "^8.0.3",
|
|
62
|
+
"zod": "^4.4.3"
|
|
66
63
|
},
|
|
67
64
|
"engines": {
|
|
68
65
|
"node": "^24"
|