@xyo-network/plugins 3.4.1 → 3.4.3

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.
@@ -1,2 +1,3 @@
1
1
  export * from '@xyo-network/payload-plugins';
2
2
  export * from '@xyo-network/payloadset-plugins';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,iCAAiC,CAAA"}
@@ -1,2 +1,3 @@
1
1
  export * from '@xyo-network/payload-plugins';
2
2
  export * from '@xyo-network/payloadset-plugins';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,iCAAiC,CAAA"}
@@ -1,2 +1,3 @@
1
1
  export * from '@xyo-network/payload-plugins';
2
2
  export * from '@xyo-network/payloadset-plugins';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,8BAA8B,CAAA;AAC5C,cAAc,iCAAiC,CAAA"}
package/eslint.config.mjs CHANGED
@@ -15,13 +15,7 @@ export default [
15
15
  unicornConfig,
16
16
  workspacesConfig,
17
17
  rulesConfig,
18
- {
19
- ...typescriptConfig,
20
- rules: {
21
- ...typescriptConfig.rules,
22
- '@typescript-eslint/consistent-type-imports': ['warn'],
23
- },
24
- },
18
+ typescriptConfig,
25
19
  {
26
20
  rules: {
27
21
  'no-restricted-imports': [
@@ -55,15 +49,5 @@ export default [
55
49
  'import-x/no-cycle': ['warn', { maxDepth: 5 }],
56
50
  },
57
51
  },
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
- },
52
+ sonarConfig,
69
53
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/plugins",
3
- "version": "3.4.1",
3
+ "version": "3.4.3",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -48,37 +48,37 @@
48
48
  "quick-lru": "^5"
49
49
  },
50
50
  "dependencies": {
51
- "@xyo-network/payload-plugins": "^3.4.1",
52
- "@xyo-network/payloadset-plugins": "^3.4.1"
51
+ "@xyo-network/payload-plugins": "^3.4.3",
52
+ "@xyo-network/payloadset-plugins": "^3.4.3"
53
53
  },
54
54
  "devDependencies": {
55
- "@babel/core": "^7.26.7",
56
- "@ethersproject/address": "^5.7.0",
57
- "@ethersproject/bignumber": "^5.7.0",
58
- "@stylistic/eslint-plugin": "^3.0.1",
55
+ "@babel/core": "^7.26.9",
56
+ "@ethersproject/address": "^5.8.0",
57
+ "@ethersproject/bignumber": "^5.8.0",
58
+ "@stylistic/eslint-plugin": "^4.1.0",
59
59
  "@types/supertest": "^6.0.2",
60
- "@typescript-eslint/eslint-plugin": "^8.23.0",
61
- "@typescript-eslint/parser": "^8.23.0",
62
- "@xylabs/eslint-config-flat": "^5.0.22",
60
+ "@typescript-eslint/eslint-plugin": "^8.25.0",
61
+ "@typescript-eslint/parser": "^8.25.0",
62
+ "@xylabs/eslint-config-flat": "^5.0.39",
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": "^5.0.22",
67
- "@xylabs/tsconfig": "^5.0.22",
66
+ "@xylabs/ts-scripts-yarn3": "^5.0.39",
67
+ "@xylabs/tsconfig": "^5.0.39",
68
68
  "@xylabs/vitest-extended": "^4.5.1",
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",
69
+ "@xyo-network/account": "^3.9.23",
70
+ "@xyo-network/archivist-memory": "^3.9.23",
71
+ "@xyo-network/boundwitness-builder": "^3.9.23",
72
+ "@xyo-network/hash": "^3.9.23",
73
+ "@xyo-network/manifest": "^3.9.23",
74
+ "@xyo-network/manifest-wrapper": "^3.9.23",
75
+ "@xyo-network/node-memory": "^3.9.23",
76
+ "@xyo-network/payload-builder": "^3.9.23",
77
77
  "dotenv": "^16.4.7",
78
- "eslint": "^9.19.0",
79
- "eslint-import-resolver-typescript": "^3.7.0",
78
+ "eslint": "^9.21.0",
79
+ "eslint-import-resolver-typescript": "^3.8.3",
80
80
  "eslint-plugin-import": "^2.31.0",
81
- "eslint-plugin-sonarjs": "^3.0.1",
81
+ "eslint-plugin-sonarjs": "^3.0.2",
82
82
  "jsbi": "^4.3.0",
83
83
  "jsdom": "^26.0.0",
84
84
  "lodash": "^4.17.21",
@@ -87,9 +87,9 @@
87
87
  "reflect-metadata": "^0.2.2",
88
88
  "supertest": "^7.0.0",
89
89
  "tslib": "^2.8.1",
90
- "typedoc": "^0.27.6",
91
- "typescript": "^5.7.3",
92
- "vitest": "^3.0.5"
90
+ "typedoc": "^0.27.9",
91
+ "typescript": "^5.8.2",
92
+ "vitest": "^3.0.7"
93
93
  },
94
94
  "packageManager": "yarn@4.6.0",
95
95
  "volta": {