@xyo-network/plugins 5.0.0 → 5.1.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 +48 -49
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/plugins",
3
- "version": "5.0.0",
3
+ "version": "5.1.0",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -46,54 +46,54 @@
46
46
  "test": "vitest run"
47
47
  },
48
48
  "dependencies": {
49
- "@xyo-network/payload-plugins": "^5.0.0",
50
- "@xyo-network/payloadset-plugins": "^5.0.0"
49
+ "@xyo-network/payload-plugins": "~5.1.0",
50
+ "@xyo-network/payloadset-plugins": "~5.1.0"
51
51
  },
52
52
  "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"
53
+ "@ethersproject/address": "~5.8.0",
54
+ "@ethersproject/bignumber": "~5.8.0",
55
+ "@stylistic/eslint-plugin": "~5.2.3",
56
+ "@types/supertest": "~6.0.3",
57
+ "@typescript-eslint/eslint-plugin": "~8.41.0",
58
+ "@typescript-eslint/parser": "~8.41.0",
59
+ "@vitest/coverage-v8": "~3.2.4",
60
+ "@xylabs/eslint-config-flat": "~7.1.7",
61
+ "@xylabs/express": "~5.0.11",
62
+ "@xylabs/forget": "~5.0.11",
63
+ "@xylabs/platform": "~5.0.11",
64
+ "@xylabs/ts-scripts-yarn3": "~7.1.7",
65
+ "@xylabs/tsconfig": "~7.1.7",
66
+ "@xylabs/tsconfig-dom": "~7.1.7",
67
+ "@xylabs/vitest-extended": "~5.0.11",
68
+ "@xyo-network/account": "~5.1.0",
69
+ "@xyo-network/archivist-memory": "~5.1.0",
70
+ "@xyo-network/boundwitness-builder": "~5.1.0",
71
+ "@xyo-network/hash": "~5.1.0",
72
+ "@xyo-network/manifest": "~5.1.0",
73
+ "@xyo-network/manifest-wrapper": "~5.1.0",
74
+ "@xyo-network/module-factory-locator": "~5.1.0",
75
+ "@xyo-network/node-memory": "~5.1.0",
76
+ "@xyo-network/payload-builder": "~5.1.0",
77
+ "@xyo-network/wallet": "~5.1.0",
78
+ "chalk": "~5.6.0",
79
+ "dotenv": "~17.2.1",
80
+ "eslint": "~9.34.0",
81
+ "eslint-import-resolver-typescript": "~4.4.4",
82
+ "eslint-plugin-import": "~2.32.0",
83
+ "eslint-plugin-sonarjs": "~3.0.5",
84
+ "ethers": "~6.15.0",
85
+ "glob": "~11.0.3",
86
+ "jsbi": "~4.3.2",
87
+ "jsdom": "~26.1.0",
88
+ "knip": "~5.63.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.11",
95
+ "typescript": "~5.9.2",
96
+ "vitest": "~3.2.4"
97
97
  },
98
98
  "packageManager": "yarn@4.9.2",
99
99
  "volta": {
@@ -102,6 +102,5 @@
102
102
  },
103
103
  "publishConfig": {
104
104
  "access": "public"
105
- },
106
- "resolutions_comment": "We set the above resolutions to make sure we pull in the latest versions of these packages even if some sub packages request earlier versions"
105
+ }
107
106
  }