@xyo-network/plugins 5.2.3 → 5.3.2
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/package.json +11 -49
- package/dist/browser/index.d.ts +0 -3
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/index.mjs +0 -4
- package/dist/browser/index.mjs.map +0 -1
- package/dist/neutral/index.d.ts +0 -3
- package/dist/neutral/index.d.ts.map +0 -1
- package/dist/neutral/index.mjs +0 -4
- package/dist/neutral/index.mjs.map +0 -1
- package/dist/node/index.d.ts +0 -3
- package/dist/node/index.d.ts.map +0 -1
- package/dist/node/index.mjs +0 -4
- package/dist/node/index.mjs.map +0 -1
- package/src/spec/050/manifest.json +0 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/plugins",
|
|
3
|
-
"version": "5.2
|
|
3
|
+
"version": "5.3.2",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -48,55 +48,17 @@
|
|
|
48
48
|
"lint-pkg": "npmPkgJsonLint .",
|
|
49
49
|
"test": "vitest run"
|
|
50
50
|
},
|
|
51
|
-
"dependencies": {
|
|
52
|
-
"@xyo-network/payload-plugins": "~5.2.3",
|
|
53
|
-
"@xyo-network/payloadset-plugins": "~5.2.3"
|
|
54
|
-
},
|
|
55
51
|
"devDependencies": {
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
59
|
-
"@
|
|
60
|
-
"@typescript-eslint/eslint-plugin": "~8.48.1",
|
|
61
|
-
"@typescript-eslint/parser": "~8.48.1",
|
|
62
|
-
"@vitest/coverage-v8": "~4.0.15",
|
|
63
|
-
"@xylabs/eslint-config-flat": "~7.2.8",
|
|
64
|
-
"@xylabs/express": "~5.0.49",
|
|
65
|
-
"@xylabs/forget": "~5.0.49",
|
|
66
|
-
"@xylabs/platform": "~5.0.49",
|
|
67
|
-
"@xylabs/ts-scripts-yarn3": "~7.2.8",
|
|
68
|
-
"@xylabs/tsconfig": "~7.2.8",
|
|
69
|
-
"@xylabs/tsconfig-dom": "~7.2.8",
|
|
70
|
-
"@xylabs/vitest-extended": "~5.0.49",
|
|
71
|
-
"@xyo-network/account": "~5.2.14",
|
|
72
|
-
"@xyo-network/archivist-memory": "~5.2.14",
|
|
73
|
-
"@xyo-network/boundwitness-builder": "~5.2.14",
|
|
74
|
-
"@xyo-network/hash": "~5.2.14",
|
|
75
|
-
"@xyo-network/manifest": "~5.2.14",
|
|
76
|
-
"@xyo-network/manifest-wrapper": "~5.2.14",
|
|
77
|
-
"@xyo-network/module-factory-locator": "~5.2.14",
|
|
78
|
-
"@xyo-network/node-memory": "~5.2.14",
|
|
79
|
-
"@xyo-network/payload-builder": "~5.2.14",
|
|
80
|
-
"@xyo-network/wallet": "~5.2.14",
|
|
81
|
-
"chalk": "~5.6.2",
|
|
82
|
-
"dotenv": "~17.2.3",
|
|
83
|
-
"eslint": "~9.39.1",
|
|
84
|
-
"eslint-import-resolver-typescript": "~4.4.4",
|
|
85
|
-
"eslint-plugin-import": "~2.32.0",
|
|
86
|
-
"eslint-plugin-sonarjs": "~3.0.5",
|
|
87
|
-
"ethers": "~6.16.0",
|
|
88
|
-
"glob": "~13.0.0",
|
|
89
|
-
"jsbi": "~4.3.2",
|
|
90
|
-
"jsdom": "~27.2.0",
|
|
91
|
-
"knip": "~5.71.0",
|
|
92
|
-
"nodemon": "~3.1.11",
|
|
93
|
-
"reflect-metadata": "~0.2.2",
|
|
94
|
-
"rimraf": "~6.1.2",
|
|
95
|
-
"supertest": "~7.1.4",
|
|
96
|
-
"tslib": "~2.8.1",
|
|
97
|
-
"typedoc": "~0.28.15",
|
|
52
|
+
"@xylabs/ts-scripts-yarn3": "~7.5.10",
|
|
53
|
+
"@xylabs/tsconfig": "~7.5.10",
|
|
54
|
+
"@xyo-network/payload-plugins": "5.3.2",
|
|
55
|
+
"@xyo-network/payloadset-plugins": "5.3.1",
|
|
98
56
|
"typescript": "~5.9.3",
|
|
99
|
-
"
|
|
57
|
+
"zod": "^4.3.6"
|
|
58
|
+
},
|
|
59
|
+
"peerDependencies": {
|
|
60
|
+
"@xylabs/sdk-js": "^5",
|
|
61
|
+
"zod": "^4"
|
|
100
62
|
},
|
|
101
63
|
"packageManager": "yarn@4.9.2",
|
|
102
64
|
"volta": {
|
|
@@ -106,4 +68,4 @@
|
|
|
106
68
|
"publishConfig": {
|
|
107
69
|
"access": "public"
|
|
108
70
|
}
|
|
109
|
-
}
|
|
71
|
+
}
|
package/dist/browser/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,iCAAiC,CAAA"}
|
package/dist/browser/index.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/payload-plugins'\nexport * from '@xyo-network/payloadset-plugins'\n\n/* NOTE: Re-enable @typescript-eslint/strict-boolean-expressions rule in eslint config and fix all issues */\n/* NOTE: Update no-warning-comments rule in eslint config to warn on \"TODO\" comments */\n"],"mappings":";AAAA,cAAc;AACd,cAAc;","names":[]}
|
package/dist/neutral/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,iCAAiC,CAAA"}
|
package/dist/neutral/index.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/payload-plugins'\nexport * from '@xyo-network/payloadset-plugins'\n\n/* NOTE: Re-enable @typescript-eslint/strict-boolean-expressions rule in eslint config and fix all issues */\n/* NOTE: Update no-warning-comments rule in eslint config to warn on \"TODO\" comments */\n"],"mappings":";AAAA,cAAc;AACd,cAAc;","names":[]}
|
package/dist/node/index.d.ts
DELETED
package/dist/node/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,iCAAiC,CAAA"}
|
package/dist/node/index.mjs
DELETED
package/dist/node/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/payload-plugins'\nexport * from '@xyo-network/payloadset-plugins'\n\n/* NOTE: Re-enable @typescript-eslint/strict-boolean-expressions rule in eslint config and fix all issues */\n/* NOTE: Update no-warning-comments rule in eslint config to warn on \"TODO\" comments */\n"],"mappings":";AAAA,cAAc;AACd,cAAc;","names":[]}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"nodes": [
|
|
3
|
-
{
|
|
4
|
-
"config": {
|
|
5
|
-
"name": "Node",
|
|
6
|
-
"schema": "network.xyo.node.config"
|
|
7
|
-
},
|
|
8
|
-
"modules": {
|
|
9
|
-
"private": [
|
|
10
|
-
{
|
|
11
|
-
"config": {
|
|
12
|
-
"name": "PrivateArchivist",
|
|
13
|
-
"schema": "network.xyo.archivist.config"
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
],
|
|
17
|
-
"public": [
|
|
18
|
-
{
|
|
19
|
-
"config": {
|
|
20
|
-
"name": "PublicArchivist",
|
|
21
|
-
"schema": "network.xyo.archivist.config"
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
]
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
],
|
|
28
|
-
"schema": "network.xyo.manifest.package"
|
|
29
|
-
}
|