@xyo-network/plugins 3.6.0 → 4.0.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 (1) hide show
  1. package/package.json +38 -36
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/plugins",
3
- "version": "3.6.0",
3
+ "version": "4.0.0",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -42,54 +42,56 @@
42
42
  "test": "vitest run"
43
43
  },
44
44
  "dependencies": {
45
- "@xyo-network/payload-plugins": "^3.6.0",
46
- "@xyo-network/payloadset-plugins": "^3.6.0"
45
+ "@xyo-network/payload-plugins": "^4.0.0",
46
+ "@xyo-network/payloadset-plugins": "^4.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@stylistic/eslint-plugin": "^4.2.0",
49
+ "@ethersproject/address": "^5.8.0",
50
+ "@ethersproject/bignumber": "^5.8.0",
51
+ "@stylistic/eslint-plugin": "^5.1.0",
50
52
  "@types/supertest": "^6.0.3",
51
- "@typescript-eslint/eslint-plugin": "^8.32.1",
52
- "@typescript-eslint/parser": "^8.32.1",
53
- "@vitest/coverage-v8": "^3.1.4",
54
- "@xylabs/eslint-config-flat": "^6.5.7",
55
- "@xylabs/express": "^4.10.0",
56
- "@xylabs/forget": "^4.10.0",
57
- "@xylabs/platform": "^4.10.0",
58
- "@xylabs/ts-scripts-yarn3": "^6.5.7",
59
- "@xylabs/tsconfig": "^6.5.7",
60
- "@xylabs/tsconfig-dom": "^6.5.7",
61
- "@xylabs/vitest-extended": "^4.10.0",
62
- "@xyo-network/account": "^3.17.0",
63
- "@xyo-network/archivist-memory": "^3.17.0",
64
- "@xyo-network/boundwitness-builder": "^3.17.0",
65
- "@xyo-network/hash": "^3.17.0",
66
- "@xyo-network/manifest": "^3.17.0",
67
- "@xyo-network/manifest-wrapper": "^3.17.0",
68
- "@xyo-network/module-factory-locator": "^3.17.0",
69
- "@xyo-network/node-memory": "^3.17.0",
70
- "@xyo-network/payload-builder": "^3.17.0",
71
- "@xyo-network/wallet": "^3.17.0",
53
+ "@typescript-eslint/eslint-plugin": "^8.35.1",
54
+ "@typescript-eslint/parser": "^8.35.1",
55
+ "@vitest/coverage-v8": "^3.2.4",
56
+ "@xylabs/eslint-config-flat": "^6.5.12",
57
+ "@xylabs/express": "^4.12.31",
58
+ "@xylabs/forget": "^4.12.31",
59
+ "@xylabs/platform": "^4.12.31",
60
+ "@xylabs/ts-scripts-yarn3": "^6.5.12",
61
+ "@xylabs/tsconfig": "^6.5.12",
62
+ "@xylabs/tsconfig-dom": "^6.5.12",
63
+ "@xylabs/vitest-extended": "^4.12.31",
64
+ "@xyo-network/account": "^4.0.1",
65
+ "@xyo-network/archivist-memory": "^4.0.1",
66
+ "@xyo-network/boundwitness-builder": "^4.0.1",
67
+ "@xyo-network/hash": "^4.0.1",
68
+ "@xyo-network/manifest": "^4.0.1",
69
+ "@xyo-network/manifest-wrapper": "^4.0.1",
70
+ "@xyo-network/module-factory-locator": "^4.0.1",
71
+ "@xyo-network/node-memory": "^4.0.1",
72
+ "@xyo-network/payload-builder": "^4.0.1",
73
+ "@xyo-network/wallet": "^4.0.1",
72
74
  "chalk": "^5.4.1",
73
- "dotenv": "^16.5.0",
74
- "eslint": "^9.27.0",
75
- "eslint-import-resolver-typescript": "^4.3.5",
76
- "eslint-plugin-import": "^2.31.0",
77
- "eslint-plugin-sonarjs": "^3.0.2",
78
- "ethers": "^6.14.1",
79
- "glob": "^11.0.2",
75
+ "dotenv": "^17.0.1",
76
+ "eslint": "^9.30.1",
77
+ "eslint-import-resolver-typescript": "^4.4.4",
78
+ "eslint-plugin-import": "^2.32.0",
79
+ "eslint-plugin-sonarjs": "^3.0.4",
80
+ "ethers": "^6.15.0",
81
+ "glob": "^11.0.3",
80
82
  "jsbi": "^4.3.2",
81
83
  "jsdom": "^26.1.0",
82
- "knip": "^5.57.0",
84
+ "knip": "^5.61.3",
83
85
  "nodemon": "^3.1.10",
84
86
  "reflect-metadata": "^0.2.2",
85
87
  "rimraf": "^6.0.1",
86
88
  "supertest": "^7.1.1",
87
89
  "tslib": "^2.8.1",
88
- "typedoc": "^0.28.4",
90
+ "typedoc": "^0.28.7",
89
91
  "typescript": "^5.8.3",
90
- "vitest": "^3.1.4"
92
+ "vitest": "^3.2.4"
91
93
  },
92
- "packageManager": "yarn@4.9.1",
94
+ "packageManager": "yarn@4.9.2",
93
95
  "volta": {
94
96
  "node": "22.14.0",
95
97
  "yarn": "1.22.22"