@xyo-network/plugins 5.0.0 → 5.0.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 +50 -47
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/plugins",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -45,55 +45,58 @@
|
|
|
45
45
|
"lint-pkg": "npmPkgJsonLint .",
|
|
46
46
|
"test": "vitest run"
|
|
47
47
|
},
|
|
48
|
+
"resolutions": {
|
|
49
|
+
"typescript": "~5.8"
|
|
50
|
+
},
|
|
48
51
|
"dependencies": {
|
|
49
|
-
"@xyo-network/payload-plugins": "
|
|
50
|
-
"@xyo-network/payloadset-plugins": "
|
|
52
|
+
"@xyo-network/payload-plugins": "~5.0.1",
|
|
53
|
+
"@xyo-network/payloadset-plugins": "~5.0.1"
|
|
51
54
|
},
|
|
52
55
|
"devDependencies": {
|
|
53
|
-
"@ethersproject/address": "
|
|
54
|
-
"@ethersproject/bignumber": "
|
|
55
|
-
"@stylistic/eslint-plugin": "
|
|
56
|
-
"@types/supertest": "
|
|
57
|
-
"@typescript-eslint/eslint-plugin": "
|
|
58
|
-
"@typescript-eslint/parser": "
|
|
59
|
-
"@vitest/coverage-v8": "
|
|
60
|
-
"@xylabs/eslint-config-flat": "
|
|
61
|
-
"@xylabs/express": "
|
|
62
|
-
"@xylabs/forget": "
|
|
63
|
-
"@xylabs/platform": "
|
|
64
|
-
"@xylabs/ts-scripts-yarn3": "
|
|
65
|
-
"@xylabs/tsconfig": "
|
|
66
|
-
"@xylabs/tsconfig-dom": "
|
|
67
|
-
"@xylabs/vitest-extended": "
|
|
68
|
-
"@xyo-network/account": "
|
|
69
|
-
"@xyo-network/archivist-memory": "
|
|
70
|
-
"@xyo-network/boundwitness-builder": "
|
|
71
|
-
"@xyo-network/hash": "
|
|
72
|
-
"@xyo-network/manifest": "
|
|
73
|
-
"@xyo-network/manifest-wrapper": "
|
|
74
|
-
"@xyo-network/module-factory-locator": "
|
|
75
|
-
"@xyo-network/node-memory": "
|
|
76
|
-
"@xyo-network/payload-builder": "
|
|
77
|
-
"@xyo-network/wallet": "
|
|
78
|
-
"chalk": "
|
|
79
|
-
"dotenv": "
|
|
80
|
-
"eslint": "
|
|
81
|
-
"eslint-import-resolver-typescript": "
|
|
82
|
-
"eslint-plugin-import": "
|
|
83
|
-
"eslint-plugin-sonarjs": "
|
|
84
|
-
"ethers": "
|
|
85
|
-
"glob": "
|
|
86
|
-
"jsbi": "
|
|
87
|
-
"jsdom": "
|
|
88
|
-
"knip": "
|
|
89
|
-
"nodemon": "
|
|
90
|
-
"reflect-metadata": "
|
|
91
|
-
"rimraf": "
|
|
92
|
-
"supertest": "
|
|
93
|
-
"tslib": "
|
|
94
|
-
"typedoc": "
|
|
95
|
-
"typescript": "
|
|
96
|
-
"vitest": "
|
|
56
|
+
"@ethersproject/address": "~5.8.0",
|
|
57
|
+
"@ethersproject/bignumber": "~5.8.0",
|
|
58
|
+
"@stylistic/eslint-plugin": "~5.2.3",
|
|
59
|
+
"@types/supertest": "~6.0.3",
|
|
60
|
+
"@typescript-eslint/eslint-plugin": "~8.39.1",
|
|
61
|
+
"@typescript-eslint/parser": "~8.39.1",
|
|
62
|
+
"@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",
|
|
82
|
+
"dotenv": "~17.2.1",
|
|
83
|
+
"eslint": "~9.33.0",
|
|
84
|
+
"eslint-import-resolver-typescript": "~4.4.4",
|
|
85
|
+
"eslint-plugin-import": "~2.32.0",
|
|
86
|
+
"eslint-plugin-sonarjs": "~3.0.4",
|
|
87
|
+
"ethers": "~6.15.0",
|
|
88
|
+
"glob": "~11.0.3",
|
|
89
|
+
"jsbi": "~4.3.2",
|
|
90
|
+
"jsdom": "~26.1.0",
|
|
91
|
+
"knip": "~5.62.0",
|
|
92
|
+
"nodemon": "~3.1.10",
|
|
93
|
+
"reflect-metadata": "~0.2.2",
|
|
94
|
+
"rimraf": "~6.0.1",
|
|
95
|
+
"supertest": "~7.1.4",
|
|
96
|
+
"tslib": "~2.8.1",
|
|
97
|
+
"typedoc": "~0.28.10",
|
|
98
|
+
"typescript": "~5.9.2",
|
|
99
|
+
"vitest": "~3.2.4"
|
|
97
100
|
},
|
|
98
101
|
"packageManager": "yarn@4.9.2",
|
|
99
102
|
"volta": {
|