@xyo-network/plugins 4.1.0 → 4.2.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/dist/browser/index.d.ts +1 -0
- package/dist/neutral/index.d.ts +1 -0
- package/dist/node/index.d.ts +1 -0
- package/package.json +29 -29
package/dist/browser/index.d.ts
CHANGED
package/dist/neutral/index.d.ts
CHANGED
package/dist/node/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/plugins",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -42,38 +42,38 @@
|
|
|
42
42
|
"test": "vitest run"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@xyo-network/payload-plugins": "^4.
|
|
46
|
-
"@xyo-network/payloadset-plugins": "^4.
|
|
45
|
+
"@xyo-network/payload-plugins": "^4.2.0",
|
|
46
|
+
"@xyo-network/payloadset-plugins": "^4.2.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@ethersproject/address": "^5.8.0",
|
|
50
50
|
"@ethersproject/bignumber": "^5.8.0",
|
|
51
|
-
"@stylistic/eslint-plugin": "^5.
|
|
51
|
+
"@stylistic/eslint-plugin": "^5.2.2",
|
|
52
52
|
"@types/supertest": "^6.0.3",
|
|
53
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
54
|
-
"@typescript-eslint/parser": "^8.
|
|
53
|
+
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
54
|
+
"@typescript-eslint/parser": "^8.38.0",
|
|
55
55
|
"@vitest/coverage-v8": "^3.2.4",
|
|
56
|
-
"@xylabs/eslint-config-flat": "^7.0.
|
|
57
|
-
"@xylabs/express": "^4.
|
|
58
|
-
"@xylabs/forget": "^4.
|
|
59
|
-
"@xylabs/platform": "^4.
|
|
60
|
-
"@xylabs/ts-scripts-yarn3": "^7.0.
|
|
61
|
-
"@xylabs/tsconfig": "^7.0.
|
|
62
|
-
"@xylabs/tsconfig-dom": "^7.0.
|
|
63
|
-
"@xylabs/vitest-extended": "^4.
|
|
64
|
-
"@xyo-network/account": "^4.
|
|
65
|
-
"@xyo-network/archivist-memory": "^4.
|
|
66
|
-
"@xyo-network/boundwitness-builder": "^4.
|
|
67
|
-
"@xyo-network/hash": "^4.
|
|
68
|
-
"@xyo-network/manifest": "^4.
|
|
69
|
-
"@xyo-network/manifest-wrapper": "^4.
|
|
70
|
-
"@xyo-network/module-factory-locator": "^4.
|
|
71
|
-
"@xyo-network/node-memory": "^4.
|
|
72
|
-
"@xyo-network/payload-builder": "^4.
|
|
73
|
-
"@xyo-network/wallet": "^4.
|
|
56
|
+
"@xylabs/eslint-config-flat": "^7.0.1",
|
|
57
|
+
"@xylabs/express": "^4.15.1",
|
|
58
|
+
"@xylabs/forget": "^4.15.1",
|
|
59
|
+
"@xylabs/platform": "^4.15.1",
|
|
60
|
+
"@xylabs/ts-scripts-yarn3": "^7.0.1",
|
|
61
|
+
"@xylabs/tsconfig": "^7.0.1",
|
|
62
|
+
"@xylabs/tsconfig-dom": "^7.0.1",
|
|
63
|
+
"@xylabs/vitest-extended": "^4.15.1",
|
|
64
|
+
"@xyo-network/account": "^4.3.0",
|
|
65
|
+
"@xyo-network/archivist-memory": "^4.3.0",
|
|
66
|
+
"@xyo-network/boundwitness-builder": "^4.3.0",
|
|
67
|
+
"@xyo-network/hash": "^4.3.0",
|
|
68
|
+
"@xyo-network/manifest": "^4.3.0",
|
|
69
|
+
"@xyo-network/manifest-wrapper": "^4.3.0",
|
|
70
|
+
"@xyo-network/module-factory-locator": "^4.3.0",
|
|
71
|
+
"@xyo-network/node-memory": "^4.3.0",
|
|
72
|
+
"@xyo-network/payload-builder": "^4.3.0",
|
|
73
|
+
"@xyo-network/wallet": "^4.3.0",
|
|
74
74
|
"chalk": "^5.4.1",
|
|
75
|
-
"dotenv": "^17.2.
|
|
76
|
-
"eslint": "^9.
|
|
75
|
+
"dotenv": "^17.2.1",
|
|
76
|
+
"eslint": "^9.32.0",
|
|
77
77
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
78
78
|
"eslint-plugin-import": "^2.32.0",
|
|
79
79
|
"eslint-plugin-sonarjs": "^3.0.4",
|
|
@@ -81,13 +81,13 @@
|
|
|
81
81
|
"glob": "^11.0.3",
|
|
82
82
|
"jsbi": "^4.3.2",
|
|
83
83
|
"jsdom": "^26.1.0",
|
|
84
|
-
"knip": "^5.
|
|
84
|
+
"knip": "^5.62.0",
|
|
85
85
|
"nodemon": "^3.1.10",
|
|
86
86
|
"reflect-metadata": "^0.2.2",
|
|
87
87
|
"rimraf": "^6.0.1",
|
|
88
|
-
"supertest": "^7.1.
|
|
88
|
+
"supertest": "^7.1.4",
|
|
89
89
|
"tslib": "^2.8.1",
|
|
90
|
-
"typedoc": "^0.28.
|
|
90
|
+
"typedoc": "^0.28.8",
|
|
91
91
|
"typescript": "^5.8.3",
|
|
92
92
|
"vitest": "^3.2.4"
|
|
93
93
|
},
|