@xyo-network/plugins 3.0.28 → 3.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.
- package/package.json +29 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/plugins",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -47,42 +47,42 @@
|
|
|
47
47
|
"quick-lru": "^5"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@xyo-network/payload-plugins": "^3.0
|
|
51
|
-
"@xyo-network/payloadset-plugins": "^3.0
|
|
50
|
+
"@xyo-network/payload-plugins": "^3.1.0",
|
|
51
|
+
"@xyo-network/payloadset-plugins": "^3.1.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@babel/core": "^7.25.
|
|
54
|
+
"@babel/core": "^7.25.7",
|
|
55
55
|
"@ethersproject/address": "^5.7.0",
|
|
56
56
|
"@ethersproject/bignumber": "^5.7.0",
|
|
57
|
-
"@stylistic/eslint-plugin": "^2.
|
|
57
|
+
"@stylistic/eslint-plugin": "^2.9.0",
|
|
58
58
|
"@types/jest": "^29.5.13",
|
|
59
59
|
"@types/supertest": "^6.0.2",
|
|
60
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
61
|
-
"@typescript-eslint/parser": "^8.
|
|
62
|
-
"@xylabs/eslint-config-flat": "^4.0
|
|
63
|
-
"@xylabs/forget": "^4.0
|
|
64
|
-
"@xylabs/platform": "^4.0
|
|
65
|
-
"@xylabs/ts-scripts-yarn3": "^4.0
|
|
66
|
-
"@xylabs/tsconfig": "^4.0
|
|
67
|
-
"@xylabs/tsconfig-dom-jest": "^4.0
|
|
68
|
-
"@xylabs/tsconfig-jest": "^4.0
|
|
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.
|
|
60
|
+
"@typescript-eslint/eslint-plugin": "^8.8.1",
|
|
61
|
+
"@typescript-eslint/parser": "^8.8.1",
|
|
62
|
+
"@xylabs/eslint-config-flat": "^4.1.0",
|
|
63
|
+
"@xylabs/forget": "^4.1.0",
|
|
64
|
+
"@xylabs/platform": "^4.1.0",
|
|
65
|
+
"@xylabs/ts-scripts-yarn3": "^4.1.0",
|
|
66
|
+
"@xylabs/tsconfig": "^4.1.0",
|
|
67
|
+
"@xylabs/tsconfig-dom-jest": "^4.1.0",
|
|
68
|
+
"@xylabs/tsconfig-jest": "^4.1.0",
|
|
69
|
+
"@xyo-network/account": "^3.2.0",
|
|
70
|
+
"@xyo-network/archivist-memory": "^3.2.0",
|
|
71
|
+
"@xyo-network/boundwitness-builder": "^3.2.0",
|
|
72
|
+
"@xyo-network/hash": "^3.2.0",
|
|
73
|
+
"@xyo-network/manifest": "^3.2.0",
|
|
74
|
+
"@xyo-network/manifest-wrapper": "^3.2.0",
|
|
75
|
+
"@xyo-network/node-memory": "^3.2.0",
|
|
76
|
+
"@xyo-network/payload-builder": "^3.2.0",
|
|
77
77
|
"dotenv": "^16.4.5",
|
|
78
|
-
"eslint": "^9.
|
|
78
|
+
"eslint": "^9.12.0",
|
|
79
79
|
"eslint-import-resolver-typescript": "^3.6.3",
|
|
80
|
-
"eslint-plugin-import": "^2.
|
|
80
|
+
"eslint-plugin-import": "^2.31.0",
|
|
81
81
|
"jest-docblock": "^29.7.0",
|
|
82
82
|
"jest-environment-jsdom": "^29.7.0",
|
|
83
83
|
"jest-extended": "^4.0.2",
|
|
84
84
|
"jest-sorted": "^1.0.15",
|
|
85
|
-
"jsbi": "^3.
|
|
85
|
+
"jsbi": "^4.3.0",
|
|
86
86
|
"jsdom": "^25.0.1",
|
|
87
87
|
"lodash": "^4.17.21",
|
|
88
88
|
"lodash-es": "^4.17.21",
|
|
@@ -90,11 +90,11 @@
|
|
|
90
90
|
"reflect-metadata": "^0.2.2",
|
|
91
91
|
"supertest": "^7.0.0",
|
|
92
92
|
"tslib": "^2.7.0",
|
|
93
|
-
"typedoc": "^0.26.
|
|
94
|
-
"typescript": "^5.
|
|
95
|
-
"vitest": "^2.1.
|
|
93
|
+
"typedoc": "^0.26.8",
|
|
94
|
+
"typescript": "^5.6.2",
|
|
95
|
+
"vitest": "^2.1.2"
|
|
96
96
|
},
|
|
97
|
-
"packageManager": "yarn@4.
|
|
97
|
+
"packageManager": "yarn@4.5.0",
|
|
98
98
|
"volta": {
|
|
99
99
|
"node": "22.3.0",
|
|
100
100
|
"yarn": "1.22.22"
|