@xyo-network/plugins 5.0.1 → 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 +29 -33
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/plugins",
3
- "version": "5.0.1",
3
+ "version": "5.1.0",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -45,56 +45,53 @@
45
45
  "lint-pkg": "npmPkgJsonLint .",
46
46
  "test": "vitest run"
47
47
  },
48
- "resolutions": {
49
- "typescript": "~5.8"
50
- },
51
48
  "dependencies": {
52
- "@xyo-network/payload-plugins": "~5.0.1",
53
- "@xyo-network/payloadset-plugins": "~5.0.1"
49
+ "@xyo-network/payload-plugins": "~5.1.0",
50
+ "@xyo-network/payloadset-plugins": "~5.1.0"
54
51
  },
55
52
  "devDependencies": {
56
53
  "@ethersproject/address": "~5.8.0",
57
54
  "@ethersproject/bignumber": "~5.8.0",
58
55
  "@stylistic/eslint-plugin": "~5.2.3",
59
56
  "@types/supertest": "~6.0.3",
60
- "@typescript-eslint/eslint-plugin": "~8.39.1",
61
- "@typescript-eslint/parser": "~8.39.1",
57
+ "@typescript-eslint/eslint-plugin": "~8.41.0",
58
+ "@typescript-eslint/parser": "~8.41.0",
62
59
  "@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",
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",
82
79
  "dotenv": "~17.2.1",
83
- "eslint": "~9.33.0",
80
+ "eslint": "~9.34.0",
84
81
  "eslint-import-resolver-typescript": "~4.4.4",
85
82
  "eslint-plugin-import": "~2.32.0",
86
- "eslint-plugin-sonarjs": "~3.0.4",
83
+ "eslint-plugin-sonarjs": "~3.0.5",
87
84
  "ethers": "~6.15.0",
88
85
  "glob": "~11.0.3",
89
86
  "jsbi": "~4.3.2",
90
87
  "jsdom": "~26.1.0",
91
- "knip": "~5.62.0",
88
+ "knip": "~5.63.0",
92
89
  "nodemon": "~3.1.10",
93
90
  "reflect-metadata": "~0.2.2",
94
91
  "rimraf": "~6.0.1",
95
92
  "supertest": "~7.1.4",
96
93
  "tslib": "~2.8.1",
97
- "typedoc": "~0.28.10",
94
+ "typedoc": "~0.28.11",
98
95
  "typescript": "~5.9.2",
99
96
  "vitest": "~3.2.4"
100
97
  },
@@ -105,6 +102,5 @@
105
102
  },
106
103
  "publishConfig": {
107
104
  "access": "public"
108
- },
109
- "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
+ }
110
106
  }