@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.
@@ -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
@@ -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
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/plugins",
3
- "version": "4.1.0",
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.1.0",
46
- "@xyo-network/payloadset-plugins": "^4.1.0"
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.1.0",
51
+ "@stylistic/eslint-plugin": "^5.2.2",
52
52
  "@types/supertest": "^6.0.3",
53
- "@typescript-eslint/eslint-plugin": "^8.37.0",
54
- "@typescript-eslint/parser": "^8.37.0",
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.0-rc.24",
57
- "@xylabs/express": "^4.13.15",
58
- "@xylabs/forget": "^4.13.15",
59
- "@xylabs/platform": "^4.13.15",
60
- "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.24",
61
- "@xylabs/tsconfig": "^7.0.0-rc.24",
62
- "@xylabs/tsconfig-dom": "^7.0.0-rc.24",
63
- "@xylabs/vitest-extended": "^4.13.15",
64
- "@xyo-network/account": "^4.1.1",
65
- "@xyo-network/archivist-memory": "^4.1.1",
66
- "@xyo-network/boundwitness-builder": "^4.1.1",
67
- "@xyo-network/hash": "^4.1.1",
68
- "@xyo-network/manifest": "^4.1.1",
69
- "@xyo-network/manifest-wrapper": "^4.1.1",
70
- "@xyo-network/module-factory-locator": "^4.1.1",
71
- "@xyo-network/node-memory": "^4.1.1",
72
- "@xyo-network/payload-builder": "^4.1.1",
73
- "@xyo-network/wallet": "^4.1.1",
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.0",
76
- "eslint": "^9.31.0",
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.61.3",
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.3",
88
+ "supertest": "^7.1.4",
89
89
  "tslib": "^2.8.1",
90
- "typedoc": "^0.28.7",
90
+ "typedoc": "^0.28.8",
91
91
  "typescript": "^5.8.3",
92
92
  "vitest": "^3.2.4"
93
93
  },