@xyo-network/archivist-acceptance-tests 5.3.25 → 5.3.27
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 +75 -10
- package/package.json +16 -22
package/README.md
CHANGED
|
@@ -1,23 +1,88 @@
|
|
|
1
|
+
[![logo][]](https://xyo.network)
|
|
2
|
+
|
|
1
3
|
# @xyo-network/archivist-acceptance-tests
|
|
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
|
+
```
|
|
4
17
|
|
|
5
|
-
|
|
18
|
+
Using yarn:
|
|
6
19
|
|
|
7
|
-
|
|
20
|
+
```sh
|
|
21
|
+
yarn add {{name}}
|
|
22
|
+
```
|
|
8
23
|
|
|
9
|
-
|
|
24
|
+
Using pnpm:
|
|
10
25
|
|
|
11
|
-
|
|
26
|
+
```sh
|
|
27
|
+
pnpm add {{name}}
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
Using bun:
|
|
31
|
+
|
|
32
|
+
```sh
|
|
33
|
+
bun add {{name}}
|
|
34
|
+
```
|
|
12
35
|
|
|
13
|
-
Part of [sdk-xyo-client-js](https://www.npmjs.com/package/@xyo-network/sdk-xyo-client-js)
|
|
14
36
|
|
|
15
37
|
## License
|
|
16
38
|
|
|
17
|
-
|
|
39
|
+
See the [LICENSE](LICENSE) file for license rights and limitations (LGPL-3.0-only).
|
|
40
|
+
|
|
41
|
+
## Reference
|
|
42
|
+
|
|
43
|
+
### packages
|
|
44
|
+
|
|
45
|
+
### modules
|
|
46
|
+
|
|
47
|
+
### packages
|
|
48
|
+
|
|
49
|
+
### archivist
|
|
50
|
+
|
|
51
|
+
### packages
|
|
52
|
+
|
|
53
|
+
### acceptance-tests
|
|
54
|
+
|
|
55
|
+
### .temp-typedoc
|
|
56
|
+
|
|
57
|
+
### functions
|
|
58
|
+
|
|
59
|
+
### <a id="generateArchivistNextTests"></a>generateArchivistNextTests
|
|
60
|
+
|
|
61
|
+
[**@xyo-network/archivist-acceptance-tests**](#../README)
|
|
62
|
+
|
|
63
|
+
***
|
|
64
|
+
|
|
65
|
+
```ts
|
|
66
|
+
function generateArchivistNextTests(moduleFactory, title?): void;
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
## Parameters
|
|
70
|
+
|
|
71
|
+
### moduleFactory
|
|
72
|
+
|
|
73
|
+
() => `Promise`\<`ArchivistInstance`\<`ArchivistParams`\<`AnyConfigSchema`\<`ArchivistConfig`\>\>, `ArchivistModuleEventData`, `Payload`\>\>
|
|
74
|
+
|
|
75
|
+
### title?
|
|
76
|
+
|
|
77
|
+
`string` = `'next'`
|
|
78
|
+
|
|
79
|
+
## Returns
|
|
18
80
|
|
|
19
|
-
|
|
81
|
+
`void`
|
|
20
82
|
|
|
21
|
-
[Made with 🔥 and ❄️ by XYO](https://xyo.network)
|
|
22
83
|
|
|
23
|
-
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
84
|
+
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
|
|
85
|
+
[npm-badge]: https://img.shields.io/npm/v/@xyo-network/archivist-acceptance-tests.svg
|
|
86
|
+
[npm-link]: https://www.npmjs.com/package/@xyo-network/archivist-acceptance-tests
|
|
87
|
+
[license-badge]: https://img.shields.io/npm/l/@xyo-network/archivist-acceptance-tests.svg
|
|
88
|
+
[license-link]: https://github.com/xylabs/sdk-js/blob/main/LICENSE
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/archivist-acceptance-tests",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.27",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
"exports": {
|
|
23
23
|
".": {
|
|
24
24
|
"types": "./dist/neutral/index.d.ts",
|
|
25
|
+
"import": "./dist/neutral/index.mjs",
|
|
25
26
|
"default": "./dist/neutral/index.mjs"
|
|
26
27
|
},
|
|
27
28
|
"./package.json": "./package.json"
|
|
28
29
|
},
|
|
29
|
-
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"files": [
|
|
32
32
|
"dist",
|
|
@@ -38,19 +38,18 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"uuid": "~13.0.0",
|
|
40
40
|
"vitest": "~4.1.2",
|
|
41
|
-
"@xyo-network/archivist-model": "~5.3.
|
|
42
|
-
"@xyo-network/
|
|
43
|
-
"@xyo-network/payload-
|
|
44
|
-
"@xyo-network/payload-
|
|
41
|
+
"@xyo-network/archivist-model": "~5.3.27",
|
|
42
|
+
"@xyo-network/payload-builder": "~5.3.27",
|
|
43
|
+
"@xyo-network/id-payload-plugin": "~5.3.27",
|
|
44
|
+
"@xyo-network/payload-model": "~5.3.27"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@opentelemetry/api": "^1.9.1",
|
|
48
|
-
"@types/node": "^25.5.
|
|
49
|
-
"@xylabs/sdk-js": "^5.0.
|
|
50
|
-
"@xylabs/ts-scripts-common": "~7.
|
|
51
|
-
"@xylabs/ts-scripts-pnpm": "~7.
|
|
52
|
-
"@xylabs/tsconfig": "~7.
|
|
53
|
-
"acorn": "^8.16.0",
|
|
48
|
+
"@types/node": "^25.5.2",
|
|
49
|
+
"@xylabs/sdk-js": "^5.0.94",
|
|
50
|
+
"@xylabs/ts-scripts-common": "~7.7.15",
|
|
51
|
+
"@xylabs/ts-scripts-pnpm": "~7.7.15",
|
|
52
|
+
"@xylabs/tsconfig": "~7.7.15",
|
|
54
53
|
"axios": "^1.14.0",
|
|
55
54
|
"esbuild": "^0.28.0",
|
|
56
55
|
"typescript": "~5.9.3",
|
|
@@ -58,18 +57,13 @@
|
|
|
58
57
|
"vite": "^8.0.3",
|
|
59
58
|
"vitest": "~4.1.2",
|
|
60
59
|
"zod": "^4.3.6",
|
|
61
|
-
"@xyo-network/
|
|
62
|
-
"@xyo-network/
|
|
63
|
-
"@xyo-network/payload-builder": "~5.3.
|
|
64
|
-
"@xyo-network/payload-model": "~5.3.
|
|
60
|
+
"@xyo-network/id-payload-plugin": "~5.3.27",
|
|
61
|
+
"@xyo-network/archivist-model": "~5.3.27",
|
|
62
|
+
"@xyo-network/payload-builder": "~5.3.27",
|
|
63
|
+
"@xyo-network/payload-model": "~5.3.27"
|
|
65
64
|
},
|
|
66
65
|
"peerDependencies": {
|
|
67
|
-
"@
|
|
68
|
-
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
|
|
69
|
-
"@xylabs/sdk-js": "^5",
|
|
70
|
-
"esbuild": "^0.27.0",
|
|
71
|
-
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
72
|
-
"zod": "^4"
|
|
66
|
+
"@xylabs/sdk-js": "^5"
|
|
73
67
|
},
|
|
74
68
|
"publishConfig": {
|
|
75
69
|
"access": "public"
|