@xyo-network/plugins 3.4.2 → 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,17 +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
- 'sonarjs/no-commented-code': ['off'],
65
- 'sonarjs/todo-tag': ['off'],
66
-
67
- //unicorn handles this
68
- 'sonarjs/no-undefined-argument': ['off'],
69
- },
70
- },
52
+ sonarConfig,
71
53
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/plugins",
3
- "version": "3.4.2",
3
+ "version": "3.4.3",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -48,34 +48,34 @@
48
48
  "quick-lru": "^5"
49
49
  },
50
50
  "dependencies": {
51
- "@xyo-network/payload-plugins": "^3.4.2",
52
- "@xyo-network/payloadset-plugins": "^3.4.2"
51
+ "@xyo-network/payload-plugins": "^3.4.3",
52
+ "@xyo-network/payloadset-plugins": "^3.4.3"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@babel/core": "^7.26.9",
56
- "@ethersproject/address": "^5.7.0",
57
- "@ethersproject/bignumber": "^5.7.0",
58
- "@stylistic/eslint-plugin": "^4.0.1",
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.24.1",
61
- "@typescript-eslint/parser": "^8.24.1",
62
- "@xylabs/eslint-config-flat": "^5.0.24",
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.24",
67
- "@xylabs/tsconfig": "^5.0.24",
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.9.16",
70
- "@xyo-network/archivist-memory": "^3.9.16",
71
- "@xyo-network/boundwitness-builder": "^3.9.16",
72
- "@xyo-network/hash": "^3.9.16",
73
- "@xyo-network/manifest": "^3.9.16",
74
- "@xyo-network/manifest-wrapper": "^3.9.16",
75
- "@xyo-network/node-memory": "^3.9.16",
76
- "@xyo-network/payload-builder": "^3.9.16",
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.20.1",
78
+ "eslint": "^9.21.0",
79
79
  "eslint-import-resolver-typescript": "^3.8.3",
80
80
  "eslint-plugin-import": "^2.31.0",
81
81
  "eslint-plugin-sonarjs": "^3.0.2",
@@ -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.7",
91
- "typescript": "^5.7.3",
92
- "vitest": "^3.0.6"
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": {