@xyo-network/plugins 5.0.0 → 5.0.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 (1) hide show
  1. package/package.json +50 -47
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/plugins",
3
- "version": "5.0.0",
3
+ "version": "5.0.1",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -45,55 +45,58 @@
45
45
  "lint-pkg": "npmPkgJsonLint .",
46
46
  "test": "vitest run"
47
47
  },
48
+ "resolutions": {
49
+ "typescript": "~5.8"
50
+ },
48
51
  "dependencies": {
49
- "@xyo-network/payload-plugins": "^5.0.0",
50
- "@xyo-network/payloadset-plugins": "^5.0.0"
52
+ "@xyo-network/payload-plugins": "~5.0.1",
53
+ "@xyo-network/payloadset-plugins": "~5.0.1"
51
54
  },
52
55
  "devDependencies": {
53
- "@ethersproject/address": "^5.8.0",
54
- "@ethersproject/bignumber": "^5.8.0",
55
- "@stylistic/eslint-plugin": "^5.2.2",
56
- "@types/supertest": "^6.0.3",
57
- "@typescript-eslint/eslint-plugin": "^8.38.0",
58
- "@typescript-eslint/parser": "^8.38.0",
59
- "@vitest/coverage-v8": "^3.2.4",
60
- "@xylabs/eslint-config-flat": "^7.0.2",
61
- "@xylabs/express": "^5.0.0",
62
- "@xylabs/forget": "^5.0.0",
63
- "@xylabs/platform": "^5.0.0",
64
- "@xylabs/ts-scripts-yarn3": "^7.0.2",
65
- "@xylabs/tsconfig": "^7.0.2",
66
- "@xylabs/tsconfig-dom": "^7.0.2",
67
- "@xylabs/vitest-extended": "^5.0.0",
68
- "@xyo-network/account": "^5.0.0",
69
- "@xyo-network/archivist-memory": "^5.0.0",
70
- "@xyo-network/boundwitness-builder": "^5.0.0",
71
- "@xyo-network/hash": "^5.0.0",
72
- "@xyo-network/manifest": "^5.0.0",
73
- "@xyo-network/manifest-wrapper": "^5.0.0",
74
- "@xyo-network/module-factory-locator": "^5.0.0",
75
- "@xyo-network/node-memory": "^5.0.0",
76
- "@xyo-network/payload-builder": "^5.0.0",
77
- "@xyo-network/wallet": "^5.0.0",
78
- "chalk": "^5.4.1",
79
- "dotenv": "^17.2.1",
80
- "eslint": "^9.32.0",
81
- "eslint-import-resolver-typescript": "^4.4.4",
82
- "eslint-plugin-import": "^2.32.0",
83
- "eslint-plugin-sonarjs": "^3.0.4",
84
- "ethers": "^6.15.0",
85
- "glob": "^11.0.3",
86
- "jsbi": "^4.3.2",
87
- "jsdom": "^26.1.0",
88
- "knip": "^5.62.0",
89
- "nodemon": "^3.1.10",
90
- "reflect-metadata": "^0.2.2",
91
- "rimraf": "^6.0.1",
92
- "supertest": "^7.1.4",
93
- "tslib": "^2.8.1",
94
- "typedoc": "^0.28.8",
95
- "typescript": "^5.8.3",
96
- "vitest": "^3.2.4"
56
+ "@ethersproject/address": "~5.8.0",
57
+ "@ethersproject/bignumber": "~5.8.0",
58
+ "@stylistic/eslint-plugin": "~5.2.3",
59
+ "@types/supertest": "~6.0.3",
60
+ "@typescript-eslint/eslint-plugin": "~8.39.1",
61
+ "@typescript-eslint/parser": "~8.39.1",
62
+ "@vitest/coverage-v8": "~3.2.4",
63
+ "@xylabs/eslint-config-flat": "~7.1.0",
64
+ "@xylabs/express": "~5.0.7",
65
+ "@xylabs/forget": "~5.0.7",
66
+ "@xylabs/platform": "~5.0.7",
67
+ "@xylabs/ts-scripts-yarn3": "~7.1.0",
68
+ "@xylabs/tsconfig": "~7.1.0",
69
+ "@xylabs/tsconfig-dom": "~7.1.0",
70
+ "@xylabs/vitest-extended": "~5.0.7",
71
+ "@xyo-network/account": "~5.0.2",
72
+ "@xyo-network/archivist-memory": "~5.0.2",
73
+ "@xyo-network/boundwitness-builder": "~5.0.2",
74
+ "@xyo-network/hash": "~5.0.2",
75
+ "@xyo-network/manifest": "~5.0.2",
76
+ "@xyo-network/manifest-wrapper": "~5.0.2",
77
+ "@xyo-network/module-factory-locator": "~5.0.2",
78
+ "@xyo-network/node-memory": "~5.0.2",
79
+ "@xyo-network/payload-builder": "~5.0.2",
80
+ "@xyo-network/wallet": "~5.0.2",
81
+ "chalk": "~5.5.0",
82
+ "dotenv": "~17.2.1",
83
+ "eslint": "~9.33.0",
84
+ "eslint-import-resolver-typescript": "~4.4.4",
85
+ "eslint-plugin-import": "~2.32.0",
86
+ "eslint-plugin-sonarjs": "~3.0.4",
87
+ "ethers": "~6.15.0",
88
+ "glob": "~11.0.3",
89
+ "jsbi": "~4.3.2",
90
+ "jsdom": "~26.1.0",
91
+ "knip": "~5.62.0",
92
+ "nodemon": "~3.1.10",
93
+ "reflect-metadata": "~0.2.2",
94
+ "rimraf": "~6.0.1",
95
+ "supertest": "~7.1.4",
96
+ "tslib": "~2.8.1",
97
+ "typedoc": "~0.28.10",
98
+ "typescript": "~5.9.2",
99
+ "vitest": "~3.2.4"
97
100
  },
98
101
  "packageManager": "yarn@4.9.2",
99
102
  "volta": {