@xyo-network/plugins 3.4.0 → 3.4.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/dist/browser/index.d.ts
CHANGED
package/dist/neutral/index.d.ts
CHANGED
package/dist/node/index.d.ts
CHANGED
package/eslint.config.mjs
CHANGED
|
@@ -4,8 +4,10 @@ import { typescriptConfig,
|
|
|
4
4
|
unicornConfig,
|
|
5
5
|
workspacesConfig,
|
|
6
6
|
rulesConfig,
|
|
7
|
+
sonarConfig,
|
|
7
8
|
importConfig } from '@xylabs/eslint-config-flat'
|
|
8
9
|
|
|
10
|
+
|
|
9
11
|
export default [
|
|
10
12
|
{
|
|
11
13
|
ignores: ['.yarn/**', '**/dist/**', 'dist', 'build/**', 'node_modules/**', 'public', '.storybook', 'storybook-static', 'eslint.config.mjs'],
|
|
@@ -53,4 +55,15 @@ export default [
|
|
|
53
55
|
'import-x/no-cycle': ['warn', { maxDepth: 5 }],
|
|
54
56
|
},
|
|
55
57
|
},
|
|
58
|
+
{
|
|
59
|
+
...sonarConfig,
|
|
60
|
+
rules: {
|
|
61
|
+
...sonarConfig.rules,
|
|
62
|
+
'sonarjs/deprecation': ['warn'],
|
|
63
|
+
'sonarjs/no-empty-test-file': ['off'],
|
|
64
|
+
|
|
65
|
+
//unicorn handles this
|
|
66
|
+
'sonarjs/no-undefined-argument': ['off'],
|
|
67
|
+
},
|
|
68
|
+
},
|
|
56
69
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/plugins",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.1",
|
|
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.4.
|
|
52
|
-
"@xyo-network/payloadset-plugins": "^3.4.
|
|
51
|
+
"@xyo-network/payload-plugins": "^3.4.1",
|
|
52
|
+
"@xyo-network/payloadset-plugins": "^3.4.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@babel/core": "^7.26.7",
|
|
@@ -57,27 +57,28 @@
|
|
|
57
57
|
"@ethersproject/bignumber": "^5.7.0",
|
|
58
58
|
"@stylistic/eslint-plugin": "^3.0.1",
|
|
59
59
|
"@types/supertest": "^6.0.2",
|
|
60
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
61
|
-
"@typescript-eslint/parser": "^8.
|
|
62
|
-
"@xylabs/eslint-config-flat": "^
|
|
60
|
+
"@typescript-eslint/eslint-plugin": "^8.23.0",
|
|
61
|
+
"@typescript-eslint/parser": "^8.23.0",
|
|
62
|
+
"@xylabs/eslint-config-flat": "^5.0.22",
|
|
63
63
|
"@xylabs/forget": "^4.5.1",
|
|
64
64
|
"@xylabs/platform": "^4.5.1",
|
|
65
65
|
"@xylabs/sdk-api-express-ecs": "^2.1.0",
|
|
66
|
-
"@xylabs/ts-scripts-yarn3": "^
|
|
67
|
-
"@xylabs/tsconfig": "^
|
|
66
|
+
"@xylabs/ts-scripts-yarn3": "^5.0.22",
|
|
67
|
+
"@xylabs/tsconfig": "^5.0.22",
|
|
68
68
|
"@xylabs/vitest-extended": "^4.5.1",
|
|
69
|
-
"@xyo-network/account": "^3.8.
|
|
70
|
-
"@xyo-network/archivist-memory": "^3.8.
|
|
71
|
-
"@xyo-network/boundwitness-builder": "^3.8.
|
|
72
|
-
"@xyo-network/hash": "^3.8.
|
|
73
|
-
"@xyo-network/manifest": "^3.8.
|
|
74
|
-
"@xyo-network/manifest-wrapper": "^3.8.
|
|
75
|
-
"@xyo-network/node-memory": "^3.8.
|
|
76
|
-
"@xyo-network/payload-builder": "^3.8.
|
|
69
|
+
"@xyo-network/account": "^3.8.5",
|
|
70
|
+
"@xyo-network/archivist-memory": "^3.8.5",
|
|
71
|
+
"@xyo-network/boundwitness-builder": "^3.8.5",
|
|
72
|
+
"@xyo-network/hash": "^3.8.5",
|
|
73
|
+
"@xyo-network/manifest": "^3.8.5",
|
|
74
|
+
"@xyo-network/manifest-wrapper": "^3.8.5",
|
|
75
|
+
"@xyo-network/node-memory": "^3.8.5",
|
|
76
|
+
"@xyo-network/payload-builder": "^3.8.5",
|
|
77
77
|
"dotenv": "^16.4.7",
|
|
78
78
|
"eslint": "^9.19.0",
|
|
79
79
|
"eslint-import-resolver-typescript": "^3.7.0",
|
|
80
80
|
"eslint-plugin-import": "^2.31.0",
|
|
81
|
+
"eslint-plugin-sonarjs": "^3.0.1",
|
|
81
82
|
"jsbi": "^4.3.0",
|
|
82
83
|
"jsdom": "^26.0.0",
|
|
83
84
|
"lodash": "^4.17.21",
|
|
@@ -88,7 +89,7 @@
|
|
|
88
89
|
"tslib": "^2.8.1",
|
|
89
90
|
"typedoc": "^0.27.6",
|
|
90
91
|
"typescript": "^5.7.3",
|
|
91
|
-
"vitest": "^3.0.
|
|
92
|
+
"vitest": "^3.0.5"
|
|
92
93
|
},
|
|
93
94
|
"packageManager": "yarn@4.6.0",
|
|
94
95
|
"volta": {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,iCAAiC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,iCAAiC,CAAA"}
|
package/dist/node/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,iCAAiC,CAAA"}
|