@xyo-network/plugins 5.2.4 → 5.3.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/plugins",
3
- "version": "5.2.4",
3
+ "version": "5.3.3",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -30,10 +30,7 @@
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "files": [
32
32
  "dist",
33
- "src",
34
- "!**/*.bench.*",
35
- "!**/*.spec.*",
36
- "!**/*.test.*"
33
+ "README.md"
37
34
  ],
38
35
  "workspaces": [
39
36
  "packages/**/*"
@@ -49,54 +46,20 @@
49
46
  "test": "vitest run"
50
47
  },
51
48
  "dependencies": {
52
- "@xyo-network/payload-plugins": "~5.2.4",
53
- "@xyo-network/payloadset-plugins": "~5.2.4"
49
+ "@xyo-network/payload-plugins": "workspace:^"
54
50
  },
55
51
  "devDependencies": {
56
- "@ethersproject/address": "~5.8.0",
57
- "@ethersproject/bignumber": "~5.8.0",
58
- "@stylistic/eslint-plugin": "~5.6.1",
59
- "@types/supertest": "~6.0.3",
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-common": "~7.5.10",
53
+ "@xylabs/ts-scripts-yarn3": "~7.5.10",
54
+ "@xylabs/tsconfig": "~7.5.10",
55
+ "@xyo-network/payloadset-plugins": "5.3.1",
98
56
  "typescript": "~5.9.3",
99
- "vitest": "~4.0.15"
57
+ "zod": "^4.3.6"
58
+ },
59
+ "peerDependencies": {
60
+ "@xylabs/sdk-js": "^5",
61
+ "@xyo-network/payloadset-plugins": "^5",
62
+ "zod": "^4"
100
63
  },
101
64
  "packageManager": "yarn@4.9.2",
102
65
  "volta": {
@@ -106,4 +69,4 @@
106
69
  "publishConfig": {
107
70
  "access": "public"
108
71
  }
109
- }
72
+ }
package/src/index.ts DELETED
@@ -1,5 +0,0 @@
1
- export * from '@xyo-network/payload-plugins'
2
- export * from '@xyo-network/payloadset-plugins'
3
-
4
- /* NOTE: Re-enable @typescript-eslint/strict-boolean-expressions rule in eslint config and fix all issues */
5
- /* NOTE: Update no-warning-comments rule in eslint config to warn on "TODO" comments */
@@ -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
- }