@xyo-network/plugins 3.6.0 → 3.6.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.
- package/package.json +26 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/plugins",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.1",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -42,50 +42,52 @@
|
|
|
42
42
|
"test": "vitest run"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@xyo-network/payload-plugins": "^3.6.
|
|
46
|
-
"@xyo-network/payloadset-plugins": "^3.6.
|
|
45
|
+
"@xyo-network/payload-plugins": "^3.6.1",
|
|
46
|
+
"@xyo-network/payloadset-plugins": "^3.6.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@
|
|
49
|
+
"@ethersproject/address": "^5.8.0",
|
|
50
|
+
"@ethersproject/bignumber": "^5.8.0",
|
|
51
|
+
"@stylistic/eslint-plugin": "^4.4.0",
|
|
50
52
|
"@types/supertest": "^6.0.3",
|
|
51
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
52
|
-
"@typescript-eslint/parser": "^8.
|
|
53
|
+
"@typescript-eslint/eslint-plugin": "^8.33.0",
|
|
54
|
+
"@typescript-eslint/parser": "^8.33.0",
|
|
53
55
|
"@vitest/coverage-v8": "^3.1.4",
|
|
54
56
|
"@xylabs/eslint-config-flat": "^6.5.7",
|
|
55
|
-
"@xylabs/express": "^4.
|
|
56
|
-
"@xylabs/forget": "^4.
|
|
57
|
-
"@xylabs/platform": "^4.
|
|
57
|
+
"@xylabs/express": "^4.11.2",
|
|
58
|
+
"@xylabs/forget": "^4.11.2",
|
|
59
|
+
"@xylabs/platform": "^4.11.2",
|
|
58
60
|
"@xylabs/ts-scripts-yarn3": "^6.5.7",
|
|
59
61
|
"@xylabs/tsconfig": "^6.5.7",
|
|
60
62
|
"@xylabs/tsconfig-dom": "^6.5.7",
|
|
61
|
-
"@xylabs/vitest-extended": "^4.
|
|
62
|
-
"@xyo-network/account": "^3.17.
|
|
63
|
-
"@xyo-network/archivist-memory": "^3.17.
|
|
64
|
-
"@xyo-network/boundwitness-builder": "^3.17.
|
|
65
|
-
"@xyo-network/hash": "^3.17.
|
|
66
|
-
"@xyo-network/manifest": "^3.17.
|
|
67
|
-
"@xyo-network/manifest-wrapper": "^3.17.
|
|
68
|
-
"@xyo-network/module-factory-locator": "^3.17.
|
|
69
|
-
"@xyo-network/node-memory": "^3.17.
|
|
70
|
-
"@xyo-network/payload-builder": "^3.17.
|
|
71
|
-
"@xyo-network/wallet": "^3.17.
|
|
63
|
+
"@xylabs/vitest-extended": "^4.11.2",
|
|
64
|
+
"@xyo-network/account": "^3.17.1",
|
|
65
|
+
"@xyo-network/archivist-memory": "^3.17.1",
|
|
66
|
+
"@xyo-network/boundwitness-builder": "^3.17.1",
|
|
67
|
+
"@xyo-network/hash": "^3.17.1",
|
|
68
|
+
"@xyo-network/manifest": "^3.17.1",
|
|
69
|
+
"@xyo-network/manifest-wrapper": "^3.17.1",
|
|
70
|
+
"@xyo-network/module-factory-locator": "^3.17.1",
|
|
71
|
+
"@xyo-network/node-memory": "^3.17.1",
|
|
72
|
+
"@xyo-network/payload-builder": "^3.17.1",
|
|
73
|
+
"@xyo-network/wallet": "^3.17.1",
|
|
72
74
|
"chalk": "^5.4.1",
|
|
73
75
|
"dotenv": "^16.5.0",
|
|
74
76
|
"eslint": "^9.27.0",
|
|
75
|
-
"eslint-import-resolver-typescript": "^4.
|
|
77
|
+
"eslint-import-resolver-typescript": "^4.4.1",
|
|
76
78
|
"eslint-plugin-import": "^2.31.0",
|
|
77
79
|
"eslint-plugin-sonarjs": "^3.0.2",
|
|
78
|
-
"ethers": "^6.14.
|
|
80
|
+
"ethers": "^6.14.3",
|
|
79
81
|
"glob": "^11.0.2",
|
|
80
82
|
"jsbi": "^4.3.2",
|
|
81
83
|
"jsdom": "^26.1.0",
|
|
82
|
-
"knip": "^5.
|
|
84
|
+
"knip": "^5.59.0",
|
|
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.
|
|
90
|
+
"typedoc": "^0.28.5",
|
|
89
91
|
"typescript": "^5.8.3",
|
|
90
92
|
"vitest": "^3.1.4"
|
|
91
93
|
},
|