@xyo-network/boundwitness-loader 5.3.30 → 5.4.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 (2) hide show
  1. package/README.md +0 -127
  2. package/package.json +37 -41
package/README.md CHANGED
@@ -38,133 +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
- ### protocol
46
-
47
- ### packages
48
-
49
- ### boundwitness
50
-
51
- ### packages
52
-
53
- ### loader
54
-
55
- ### .temp-typedoc
56
-
57
- ### classes
58
-
59
- ### <a id="BoundWitnessLoader"></a>BoundWitnessLoader
60
-
61
- [**@xyo-network/boundwitness-loader**](#../README)
62
-
63
- ***
64
-
65
- ## Extends
66
-
67
- - `Base`\<[`BoundWitnessLoaderParams`](#../interfaces/BoundWitnessLoaderParams)\>
68
-
69
- ## Constructors
70
-
71
- ### Constructor
72
-
73
- ```ts
74
- new BoundWitnessLoader(params): BoundWitnessLoader;
75
- ```
76
-
77
- ### Parameters
78
-
79
- #### params
80
-
81
- `BaseParams`\<[`BoundWitnessLoaderParams`](#../interfaces/BoundWitnessLoaderParams)\>
82
-
83
- ### Returns
84
-
85
- `BoundWitnessLoader`
86
-
87
- ### Inherited from
88
-
89
- ```ts
90
- Base<BoundWitnessLoaderParams>.constructor
91
- ```
92
-
93
- ## Methods
94
-
95
- ### load()
96
-
97
- ```ts
98
- load(hash): Promise<Payload[]>;
99
- ```
100
-
101
- ### Parameters
102
-
103
- #### hash
104
-
105
- `BrandedHash` \| `BrandedHash`[]
106
-
107
- ### Returns
108
-
109
- `Promise`\<`Payload`[]\>
110
-
111
- ### interfaces
112
-
113
- ### <a id="BoundWitnessLoaderParams"></a>BoundWitnessLoaderParams
114
-
115
- [**@xyo-network/boundwitness-loader**](#../README)
116
-
117
- ***
118
-
119
- ## Extends
120
-
121
- - `BaseParams`
122
-
123
- ## Properties
124
-
125
- ### cache?
126
-
127
- ```ts
128
- optional cache?: ArchivistInstance<ArchivistParams<AnyConfigSchema<ArchivistConfig>>, ArchivistModuleEventData, Payload>;
129
- ```
130
-
131
- ***
132
-
133
- ### workingSet
134
-
135
- ```ts
136
- workingSet: PayloadWorkingSet;
137
- ```
138
-
139
- ### <a id="PayloadWorkingSet"></a>PayloadWorkingSet
140
-
141
- [**@xyo-network/boundwitness-loader**](#../README)
142
-
143
- ***
144
-
145
- ## Properties
146
-
147
- ### archivists?
148
-
149
- ```ts
150
- optional archivists?: ArchivistInstance<ArchivistParams<AnyConfigSchema<ArchivistConfig>>, ArchivistModuleEventData, Payload>[];
151
- ```
152
-
153
- ***
154
-
155
- ### huriEndpoints?
156
-
157
- ```ts
158
- optional huriEndpoints?: string[];
159
- ```
160
-
161
- ***
162
-
163
- ### payloads?
164
-
165
- ```ts
166
- optional payloads?: Payload[];
167
- ```
168
41
 
169
42
 
170
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/boundwitness-loader",
3
- "version": "5.3.30",
3
+ "version": "5.4.1",
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.*",
@@ -37,54 +35,52 @@
37
35
  ],
38
36
  "dependencies": {
39
37
  "async-mutex": "~0.5.0",
40
- "@xyo-network/payload-model": "~5.3.30",
41
- "@xyo-network/boundwitness-model": "~5.3.30"
38
+ "@xyo-network/boundwitness-model": "~5.4.1",
39
+ "@xyo-network/payload-model": "~5.4.1"
42
40
  },
43
41
  "devDependencies": {
44
42
  "@opentelemetry/api": "^1.9.1",
45
- "@types/node": "^25.5.2",
46
- "@xylabs/sdk-js": "^5.0.95",
47
- "@xylabs/ts-scripts-common": "~7.8.7",
48
- "@xylabs/ts-scripts-pnpm": "~7.8.7",
49
- "@xylabs/tsconfig": "~7.8.7",
50
- "axios": "^1.14.0",
43
+ "@types/node": "^25.6.0",
44
+ "@xylabs/sdk-js": "^5.0.97",
45
+ "@xylabs/toolchain": "~7.10.8",
46
+ "@xylabs/tsconfig": "~7.10.8",
51
47
  "esbuild": "^0.28.0",
52
48
  "ethers": "^6.16.0",
53
49
  "pako": "~2.1.0",
54
50
  "typescript": "~5.9.3",
55
- "vite": "^8.0.5",
56
- "vitest": "~4.1.2",
51
+ "vite": "^8.0.8",
52
+ "vitest": "~4.1.4",
57
53
  "zod": "^4.3.6",
58
- "@xyo-network/account-model": "~5.3.30",
59
- "@xyo-network/archivist-memory": "~5.3.30",
60
- "@xyo-network/boundwitness-builder": "~5.3.30",
61
- "@xyo-network/boundwitness-validator": "~5.3.30",
62
- "@xyo-network/archivist-generic": "~5.3.30",
63
- "@xyo-network/config-payload-plugin": "~5.3.30",
64
- "@xyo-network/archivist-abstract": "~5.3.30",
65
- "@xyo-network/data": "~5.3.30",
66
- "@xyo-network/diviner-model": "~5.3.30",
67
- "@xyo-network/diviner-payload-model": "~5.3.30",
68
- "@xyo-network/elliptic": "~5.3.30",
69
- "@xyo-network/hash": "~5.3.30",
70
- "@xyo-network/huri": "~5.3.30",
71
- "@xyo-network/manifest-model": "~5.3.30",
72
- "@xyo-network/archivist-model": "~5.3.30",
73
- "@xyo-network/module-model": "~5.3.30",
74
- "@xyo-network/module-abstract": "~5.3.30",
75
- "@xyo-network/module-resolver": "~5.3.30",
76
- "@xyo-network/payload-builder": "~5.3.30",
77
- "@xyo-network/payload-validator": "~5.3.30",
78
- "@xyo-network/node-model": "~5.3.30",
79
- "@xyo-network/previous-hash-store-model": "~5.3.30",
80
- "@xyo-network/wallet-model": "~5.3.30",
81
- "@xyo-network/wasm": "~5.3.30"
54
+ "@xyo-network/archivist-abstract": "~5.4.1",
55
+ "@xyo-network/archivist-generic": "~5.4.1",
56
+ "@xyo-network/account-model": "~5.4.1",
57
+ "@xyo-network/archivist-memory": "~5.4.1",
58
+ "@xyo-network/archivist-model": "~5.4.1",
59
+ "@xyo-network/boundwitness-builder": "~5.4.1",
60
+ "@xyo-network/boundwitness-validator": "~5.4.1",
61
+ "@xyo-network/config-payload-plugin": "~5.4.1",
62
+ "@xyo-network/elliptic": "~5.4.1",
63
+ "@xyo-network/diviner-payload-model": "~5.4.1",
64
+ "@xyo-network/hash": "~5.4.1",
65
+ "@xyo-network/manifest-model": "~5.4.1",
66
+ "@xyo-network/diviner-model": "~5.4.1",
67
+ "@xyo-network/huri": "~5.4.1",
68
+ "@xyo-network/module-abstract": "~5.4.1",
69
+ "@xyo-network/module-resolver": "~5.4.1",
70
+ "@xyo-network/module-model": "~5.4.1",
71
+ "@xyo-network/node-model": "~5.4.1",
72
+ "@xyo-network/data": "~5.4.1",
73
+ "@xyo-network/payload-builder": "~5.4.1",
74
+ "@xyo-network/payload-validator": "~5.4.1",
75
+ "@xyo-network/wallet-model": "~5.4.1",
76
+ "@xyo-network/wasm": "~5.4.1",
77
+ "@xyo-network/previous-hash-store-model": "~5.4.1"
82
78
  },
83
79
  "peerDependencies": {
84
- "@xylabs/sdk-js": "^5",
85
- "@xyo-network/archivist-memory": "~5.3.30",
86
- "@xyo-network/huri": "~5.3.30",
87
- "@xyo-network/archivist-model": "~5.3.30"
80
+ "@xylabs/sdk-js": "^5.0.97",
81
+ "@xyo-network/archivist-memory": "~5.4",
82
+ "@xyo-network/archivist-model": "~5.4",
83
+ "@xyo-network/huri": "~5.4"
88
84
  },
89
85
  "publishConfig": {
90
86
  "access": "public"