@xyo-network/plugins 3.4.6 → 3.5.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 +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/plugins",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"quick-lru": "^5"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@xyo-network/payload-plugins": "^3.
|
|
52
|
-
"@xyo-network/payloadset-plugins": "^3.
|
|
51
|
+
"@xyo-network/payload-plugins": "^3.5.0",
|
|
52
|
+
"@xyo-network/payloadset-plugins": "^3.5.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@babel/core": "^7.26.10",
|
|
@@ -57,42 +57,42 @@
|
|
|
57
57
|
"@ethersproject/bignumber": "^5.8.0",
|
|
58
58
|
"@stylistic/eslint-plugin": "^4.2.0",
|
|
59
59
|
"@types/supertest": "^6.0.3",
|
|
60
|
-
"@typescript-eslint/eslint-plugin": "^8.29.
|
|
61
|
-
"@typescript-eslint/parser": "^8.29.
|
|
60
|
+
"@typescript-eslint/eslint-plugin": "^8.29.1",
|
|
61
|
+
"@typescript-eslint/parser": "^8.29.1",
|
|
62
62
|
"@xylabs/eslint-config-flat": "^6.2.1",
|
|
63
|
-
"@xylabs/express": "^4.
|
|
64
|
-
"@xylabs/forget": "^4.
|
|
65
|
-
"@xylabs/platform": "^4.
|
|
63
|
+
"@xylabs/express": "^4.8.0",
|
|
64
|
+
"@xylabs/forget": "^4.8.0",
|
|
65
|
+
"@xylabs/platform": "^4.8.0",
|
|
66
66
|
"@xylabs/ts-scripts-yarn3": "^6.2.1",
|
|
67
67
|
"@xylabs/tsconfig": "^6.2.1",
|
|
68
|
-
"@xylabs/vitest-extended": "^4.
|
|
69
|
-
"@xyo-network/account": "^3.
|
|
70
|
-
"@xyo-network/archivist-memory": "^3.
|
|
71
|
-
"@xyo-network/boundwitness-builder": "^3.
|
|
72
|
-
"@xyo-network/hash": "^3.
|
|
73
|
-
"@xyo-network/manifest": "^3.
|
|
74
|
-
"@xyo-network/manifest-wrapper": "^3.
|
|
75
|
-
"@xyo-network/node-memory": "^3.
|
|
76
|
-
"@xyo-network/payload-builder": "^3.
|
|
68
|
+
"@xylabs/vitest-extended": "^4.8.0",
|
|
69
|
+
"@xyo-network/account": "^3.11.0",
|
|
70
|
+
"@xyo-network/archivist-memory": "^3.11.0",
|
|
71
|
+
"@xyo-network/boundwitness-builder": "^3.11.0",
|
|
72
|
+
"@xyo-network/hash": "^3.11.0",
|
|
73
|
+
"@xyo-network/manifest": "^3.11.0",
|
|
74
|
+
"@xyo-network/manifest-wrapper": "^3.11.0",
|
|
75
|
+
"@xyo-network/node-memory": "^3.11.0",
|
|
76
|
+
"@xyo-network/payload-builder": "^3.11.0",
|
|
77
77
|
"dotenv": "^16.4.7",
|
|
78
|
-
"eslint": "^9.
|
|
79
|
-
"eslint-import-resolver-typescript": "^4.3.
|
|
78
|
+
"eslint": "^9.24.0",
|
|
79
|
+
"eslint-import-resolver-typescript": "^4.3.2",
|
|
80
80
|
"eslint-plugin-import": "^2.31.0",
|
|
81
81
|
"eslint-plugin-sonarjs": "^3.0.2",
|
|
82
82
|
"jsbi": "^4.3.2",
|
|
83
83
|
"jsdom": "^26.0.0",
|
|
84
|
-
"knip": "^5.
|
|
84
|
+
"knip": "^5.47.0",
|
|
85
85
|
"lodash": "^4.17.21",
|
|
86
86
|
"lodash-es": "^4.17.21",
|
|
87
87
|
"nodemon": "^3.1.9",
|
|
88
88
|
"reflect-metadata": "^0.2.2",
|
|
89
89
|
"supertest": "^7.1.0",
|
|
90
90
|
"tslib": "^2.8.1",
|
|
91
|
-
"typedoc": "^0.28.
|
|
92
|
-
"typescript": "^5.8.
|
|
91
|
+
"typedoc": "^0.28.2",
|
|
92
|
+
"typescript": "^5.8.3",
|
|
93
93
|
"vitest": "^3.1.1"
|
|
94
94
|
},
|
|
95
|
-
"packageManager": "yarn@4.8.
|
|
95
|
+
"packageManager": "yarn@4.8.1",
|
|
96
96
|
"volta": {
|
|
97
97
|
"node": "22.3.0",
|
|
98
98
|
"yarn": "1.22.22"
|