@xyo-network/diviner-distinct-model 5.3.30 → 5.4.0

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 (2) hide show
  1. package/README.md +0 -61
  2. package/package.json +15 -19
package/README.md CHANGED
@@ -38,67 +38,6 @@ bun add {{name}}
38
38
 
39
39
  See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
40
40
 
41
- ## Reference
42
-
43
- ### packages
44
-
45
- ### modules
46
-
47
- ### packages
48
-
49
- ### diviner
50
-
51
- ### packages
52
-
53
- ### distinct
54
-
55
- ### packages
56
-
57
- ### model
58
-
59
- ### .temp-typedoc
60
-
61
- ### type-aliases
62
-
63
- ### <a id="DistinctDivinerConfig"></a>DistinctDivinerConfig
64
-
65
- [**@xyo-network/diviner-distinct-model**](#../README)
66
-
67
- ***
68
-
69
- ```ts
70
- type DistinctDivinerConfig = DivinerConfig<EmptyObject, DistinctDivinerConfigSchema>;
71
- ```
72
-
73
- ### <a id="DistinctDivinerConfigSchema"></a>DistinctDivinerConfigSchema
74
-
75
- [**@xyo-network/diviner-distinct-model**](#../README)
76
-
77
- ***
78
-
79
- ```ts
80
- type DistinctDivinerConfigSchema = typeof DistinctDivinerConfigSchema;
81
- ```
82
-
83
- ### variables
84
-
85
- ### <a id="DistinctDivinerConfigSchema"></a>DistinctDivinerConfigSchema
86
-
87
- [**@xyo-network/diviner-distinct-model**](#../README)
88
-
89
- ***
90
-
91
- ```ts
92
- const DistinctDivinerConfigSchema: "network.xyo.diviner.distinct.config" & object;
93
- ```
94
-
95
- ## Type Declaration
96
-
97
- ### \_\_schema
98
-
99
- ```ts
100
- readonly __schema: true;
101
- ```
102
41
 
103
42
 
104
43
  [logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/diviner-distinct-model",
3
- "version": "5.3.30",
3
+ "version": "5.4.0",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -22,12 +22,10 @@
22
22
  "exports": {
23
23
  ".": {
24
24
  "types": "./dist/neutral/index.d.ts",
25
- "import": "./dist/neutral/index.mjs",
26
25
  "default": "./dist/neutral/index.mjs"
27
26
  },
28
27
  "./package.json": "./package.json"
29
28
  },
30
- "types": "dist/neutral/index.d.ts",
31
29
  "files": [
32
30
  "dist",
33
31
  "!**/*.bench.*",
@@ -36,30 +34,28 @@
36
34
  "README.md"
37
35
  ],
38
36
  "dependencies": {
39
- "@xyo-network/diviner-model": "~5.3.30",
40
- "@xyo-network/payload-model": "~5.3.30"
37
+ "@xyo-network/diviner-model": "~5.4.0",
38
+ "@xyo-network/payload-model": "~5.4.0"
41
39
  },
42
40
  "devDependencies": {
43
41
  "@opentelemetry/api": "^1.9.1",
44
- "@xylabs/sdk-js": "^5.0.95",
45
- "@xylabs/ts-scripts-common": "~7.8.6",
46
- "@xylabs/ts-scripts-pnpm": "~7.8.6",
47
- "@xylabs/tsconfig": "~7.8.6",
48
- "@xyo-network/account-model": "~5.3.30",
49
- "@xyo-network/manifest-model": "~5.3.30",
50
- "@xyo-network/module-model": "~5.3.30",
51
- "@xyo-network/previous-hash-store-model": "~5.3.30",
52
- "axios": "^1.14.0",
42
+ "@xylabs/sdk-js": "^5.0.97",
43
+ "@xylabs/toolchain": "~7.10.8",
44
+ "@xylabs/tsconfig": "~7.10.8",
53
45
  "pako": "~2.1.0",
54
46
  "typescript": "~5.9.3",
55
- "zod": "^4.3.6"
47
+ "zod": "^4.3.6",
48
+ "@xyo-network/module-model": "~5.4.0",
49
+ "@xyo-network/previous-hash-store-model": "~5.4.0",
50
+ "@xyo-network/manifest-model": "~5.4.0",
51
+ "@xyo-network/account-model": "~5.4.0"
56
52
  },
57
53
  "peerDependencies": {
58
- "@xylabs/sdk-js": "^5",
59
- "@xyo-network/account-model": "~5.3",
60
- "@xyo-network/module-model": "~5.3"
54
+ "@xylabs/sdk-js": "^5.0.97",
55
+ "@xyo-network/account-model": "~5.4",
56
+ "@xyo-network/module-model": "~5.4"
61
57
  },
62
58
  "publishConfig": {
63
59
  "access": "public"
64
60
  }
65
- }
61
+ }