@xyo-network/plugins 2.99.5 → 2.99.6

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 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/payload-plugins'\nexport * from '@xyo-network/payloadset-plugins'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;;wBAAc,yCAAd;AACA,wBAAc,4CADd;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/payload-plugins'\nexport * from '@xyo-network/payloadset-plugins'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,yCAAd;AACA,wBAAc,4CADd;","names":[]}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/payload-plugins'\nexport * from '@xyo-network/payloadset-plugins'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;;wBAAc,yCAAd;AACA,wBAAc,4CADd;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/payload-plugins'\nexport * from '@xyo-network/payloadset-plugins'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,yCAAd;AACA,wBAAc,4CADd;","names":[]}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/payload-plugins'\nexport * from '@xyo-network/payloadset-plugins'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;;wBAAc,yCAAd;AACA,wBAAc,4CADd;","names":[]}
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/payload-plugins'\nexport * from '@xyo-network/payloadset-plugins'\n"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,yCAAd;AACA,wBAAc,4CADd;","names":[]}
package/jest.config.ts CHANGED
@@ -30,5 +30,4 @@ const generateJestConfig = ({ esModules }: { esModules: string[] }) => {
30
30
 
31
31
  const config = generateJestConfig({ esModules: ['is-ip', 'ip-regex', 'lodash-es', 'uuid', 'lodash-es', 'quick-lru'] })
32
32
 
33
- // eslint-disable-next-line import/no-default-export
34
33
  export default config
package/package.json CHANGED
@@ -13,33 +13,40 @@
13
13
  "packages/**/*"
14
14
  ],
15
15
  "dependencies": {
16
- "@xyo-network/payload-plugins": "^2.99.5",
17
- "@xyo-network/payloadset-plugins": "^2.99.5"
16
+ "@xyo-network/payload-plugins": "^2.99.6",
17
+ "@xyo-network/payloadset-plugins": "^2.99.6"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@babel/core": "^7.25.2",
21
- "@babel/preset-env": "^7.25.3",
22
- "@babel/preset-typescript": "^7.24.7",
21
+ "@stylistic/eslint-plugin": "^2.6.1",
23
22
  "@types/jest": "^29.5.12",
24
23
  "@types/supertest": "^6.0.2",
25
- "@xylabs/eslint-config": "^3.15.13",
26
- "@xylabs/eslint-config-flat": "^3.15.13",
27
- "@xylabs/forget": "^3.6.8",
28
- "@xylabs/ts-scripts-yarn3": "^3.15.13",
29
- "@xylabs/tsconfig": "^3.15.13",
30
- "@xylabs/tsconfig-dom-jest": "^3.15.13",
31
- "@xyo-network/account": "^2.111.2",
32
- "@xyo-network/archivist-memory": "^2.111.2",
33
- "@xyo-network/boundwitness-builder": "^2.111.2",
34
- "@xyo-network/hash": "^2.111.2",
35
- "@xyo-network/manifest": "^2.111.2",
36
- "@xyo-network/manifest-wrapper": "^2.111.2",
37
- "@xyo-network/node-memory": "^2.111.2",
38
- "@xyo-network/payload-builder": "^2.111.2",
24
+ "@typescript-eslint/eslint-plugin": "^8.0.1",
25
+ "@typescript-eslint/parser": "^8.0.1",
26
+ "@xylabs/eslint-config": "^3.15.14",
27
+ "@xylabs/eslint-config-flat": "^3.15.14",
28
+ "@xylabs/forget": "^3.6.12",
29
+ "@xylabs/platform": "^3.6.12",
30
+ "@xylabs/ts-scripts-yarn3": "^3.15.14",
31
+ "@xylabs/tsconfig": "^3.15.14",
32
+ "@xylabs/tsconfig-dom-jest": "^3.15.14",
33
+ "@xyo-network/account": "^2.111.3",
34
+ "@xyo-network/archivist-memory": "^2.111.3",
35
+ "@xyo-network/boundwitness-builder": "^2.111.3",
36
+ "@xyo-network/hash": "^2.111.3",
37
+ "@xyo-network/manifest": "^2.111.3",
38
+ "@xyo-network/manifest-wrapper": "^2.111.3",
39
+ "@xyo-network/node-memory": "^2.111.3",
40
+ "@xyo-network/payload-builder": "^2.111.3",
39
41
  "babel-jest": "^29.7.0",
40
42
  "dotenv": "^16.4.5",
41
43
  "eslint": "^9.8.0",
42
- "ethers": "^6.13.2",
44
+ "eslint-import-resolver-typescript": "^3.6.1",
45
+ "eslint-plugin-import": "^2.29.1",
46
+ "eslint-plugin-prettier": "^5.2.1",
47
+ "eslint-plugin-simple-import-sort": "^12.1.1",
48
+ "eslint-plugin-sonarjs": "^1.0.4",
49
+ "eslint-plugin-workspaces": "^0.10.1",
43
50
  "jest": "^29.7.0",
44
51
  "jest-docblock": "^29.7.0",
45
52
  "jest-environment-jsdom": "^29.7.0",
@@ -47,11 +54,14 @@
47
54
  "jest-runner": "^29.7.0",
48
55
  "jest-runner-groups": "^2.2.0",
49
56
  "jest-sorted": "^1.0.15",
57
+ "jsbi": "^3.2.5",
58
+ "lodash": "^4.17.21",
50
59
  "nodemon": "^3.1.4",
51
60
  "reflect-metadata": "^0.2.2",
52
61
  "supertest": "^7.0.0",
53
62
  "ts-jest": "^29.2.4",
54
63
  "ts-node": "^10.9.2",
64
+ "tslib": "^2.6.3",
55
65
  "typedoc": "^0.26.5",
56
66
  "typescript": "^5.5.4"
57
67
  },
@@ -59,7 +69,6 @@
59
69
  "axios": "^1",
60
70
  "eslint": "^8",
61
71
  "ethers": "^6",
62
- "mapbox-gl": "^2",
63
72
  "quick-lru": "^5"
64
73
  },
65
74
  "resolutions_comment": "We set the above resolutions to make sure we pull in the latest versions of these packages even if some sub packages request earlier versions",
@@ -112,8 +121,8 @@
112
121
  "build-typedoc-site": "typedoc"
113
122
  },
114
123
  "sideEffects": false,
115
- "version": "2.99.5",
116
- "packageManager": "yarn@4.3.1",
124
+ "version": "2.99.6",
125
+ "packageManager": "yarn@4.4.0",
117
126
  "volta": {
118
127
  "node": "22.3.0",
119
128
  "yarn": "1.22.22"