@xyo-network/diviner-address-space-model 5.3.29 → 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 -143
  2. package/package.json +12 -16
package/README.md CHANGED
@@ -38,149 +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
- ### addressspace
54
-
55
- ### packages
56
-
57
- ### model
58
-
59
- ### .temp-typedoc
60
-
61
- ### type-aliases
62
-
63
- ### <a id="AddressSpaceBatchDivinerConfig"></a>AddressSpaceBatchDivinerConfig
64
-
65
- [**@xyo-network/diviner-address-space-model**](#../README)
66
-
67
- ***
68
-
69
- ```ts
70
- type AddressSpaceBatchDivinerConfig = DivinerConfig<{
71
- address?: string;
72
- schema: AddressSpaceBatchDivinerConfigSchema;
73
- }>;
74
- ```
75
-
76
- ### <a id="AddressSpaceBatchDivinerConfigSchema"></a>AddressSpaceBatchDivinerConfigSchema
77
-
78
- [**@xyo-network/diviner-address-space-model**](#../README)
79
-
80
- ***
81
-
82
- ```ts
83
- type AddressSpaceBatchDivinerConfigSchema = typeof AddressSpaceBatchDivinerConfigSchema;
84
- ```
85
-
86
- ### <a id="AddressSpaceDivinerConfig"></a>AddressSpaceDivinerConfig
87
-
88
- [**@xyo-network/diviner-address-space-model**](#../README)
89
-
90
- ***
91
-
92
- ```ts
93
- type AddressSpaceDivinerConfig = DivinerConfig<{
94
- address?: string;
95
- schema: AddressSpaceDivinerConfigSchema;
96
- }>;
97
- ```
98
-
99
- ### <a id="AddressSpaceDivinerConfigSchema"></a>AddressSpaceDivinerConfigSchema
100
-
101
- [**@xyo-network/diviner-address-space-model**](#../README)
102
-
103
- ***
104
-
105
- ```ts
106
- type AddressSpaceDivinerConfigSchema = typeof AddressSpaceDivinerConfigSchema;
107
- ```
108
-
109
- ### <a id="AddressSpaceDivinerParams"></a>AddressSpaceDivinerParams
110
-
111
- [**@xyo-network/diviner-address-space-model**](#../README)
112
-
113
- ***
114
-
115
- ```ts
116
- type AddressSpaceDivinerParams = DivinerParams<AnyConfigSchema<AddressSpaceDivinerConfig>>;
117
- ```
118
-
119
- ### <a id="AddressSpaceSchema"></a>AddressSpaceSchema
120
-
121
- [**@xyo-network/diviner-address-space-model**](#../README)
122
-
123
- ***
124
-
125
- ```ts
126
- type AddressSpaceSchema = typeof AddressSpaceSchema;
127
- ```
128
-
129
- ### variables
130
-
131
- ### <a id="AddressSpaceBatchDivinerConfigSchema"></a>AddressSpaceBatchDivinerConfigSchema
132
-
133
- [**@xyo-network/diviner-address-space-model**](#../README)
134
-
135
- ***
136
-
137
- ```ts
138
- const AddressSpaceBatchDivinerConfigSchema: string & object;
139
- ```
140
-
141
- ## Type Declaration
142
-
143
- ### \_\_schema
144
-
145
- ```ts
146
- readonly __schema: true;
147
- ```
148
-
149
- ### <a id="AddressSpaceDivinerConfigSchema"></a>AddressSpaceDivinerConfigSchema
150
-
151
- [**@xyo-network/diviner-address-space-model**](#../README)
152
-
153
- ***
154
-
155
- ```ts
156
- const AddressSpaceDivinerConfigSchema: string & object;
157
- ```
158
-
159
- ## Type Declaration
160
-
161
- ### \_\_schema
162
-
163
- ```ts
164
- readonly __schema: true;
165
- ```
166
-
167
- ### <a id="AddressSpaceSchema"></a>AddressSpaceSchema
168
-
169
- [**@xyo-network/diviner-address-space-model**](#../README)
170
-
171
- ***
172
-
173
- ```ts
174
- const AddressSpaceSchema: "network.xyo.diviner.address.space" & object;
175
- ```
176
-
177
- ## Type Declaration
178
-
179
- ### \_\_schema
180
-
181
- ```ts
182
- readonly __schema: true;
183
- ```
184
41
 
185
42
 
186
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-address-space-model",
3
- "version": "5.3.29",
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,27 +34,25 @@
36
34
  "README.md"
37
35
  ],
38
36
  "dependencies": {
39
- "@xyo-network/module-model": "~5.3.29",
40
- "@xyo-network/payload-model": "~5.3.29",
41
- "@xyo-network/diviner-model": "~5.3.29"
37
+ "@xyo-network/diviner-model": "~5.4.0",
38
+ "@xyo-network/module-model": "~5.4.0",
39
+ "@xyo-network/payload-model": "~5.4.0"
42
40
  },
43
41
  "devDependencies": {
44
42
  "@opentelemetry/api": "^1.9.1",
45
- "@xylabs/sdk-js": "^5.0.95",
46
- "@xylabs/ts-scripts-common": "~7.8.4",
47
- "@xylabs/ts-scripts-pnpm": "~7.8.4",
48
- "@xylabs/tsconfig": "~7.8.4",
49
- "axios": "^1.14.0",
43
+ "@xylabs/sdk-js": "^5.0.97",
44
+ "@xylabs/toolchain": "~7.10.8",
45
+ "@xylabs/tsconfig": "~7.10.8",
50
46
  "pako": "~2.1.0",
51
47
  "typescript": "~5.9.3",
52
48
  "zod": "^4.3.6",
53
- "@xyo-network/manifest-model": "~5.3.29",
54
- "@xyo-network/account-model": "~5.3.29",
55
- "@xyo-network/previous-hash-store-model": "~5.3.29"
49
+ "@xyo-network/account-model": "~5.4.0",
50
+ "@xyo-network/manifest-model": "~5.4.0",
51
+ "@xyo-network/previous-hash-store-model": "~5.4.0"
56
52
  },
57
53
  "peerDependencies": {
58
- "@xyo-network/manifest-model": "~5.3.29",
59
- "@xyo-network/account-model": "~5.3.29"
54
+ "@xyo-network/account-model": "~5.4",
55
+ "@xyo-network/manifest-model": "~5.4"
60
56
  },
61
57
  "publishConfig": {
62
58
  "access": "public"