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