@xyo-network/plugins 2.85.0 → 2.85.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.
Files changed (2) hide show
  1. package/jest.config.ts +1 -1
  2. package/package.json +5 -7
package/jest.config.ts CHANGED
@@ -11,7 +11,7 @@ const generateJestConfig = ({ esModules }: { esModules: string[] }) => {
11
11
  setupFiles: ['dotenv/config'],
12
12
  setupFilesAfterEnv: ['jest-sorted', 'jest-extended/all', './jestSetup/setupFiles.ts'],
13
13
  testRegex: '(/__tests__/.*|(\\.|/)((!perf\\.)test|spec))\\.tsx?$',
14
- testTimeout: 200000,
14
+ testTimeout: 200_000,
15
15
  transform: {
16
16
  [`(${esModulesList}).+\\.js$`]: 'babel-jest',
17
17
  '^.+\\.tsx?$': [
package/package.json CHANGED
@@ -13,8 +13,8 @@
13
13
  "packages/**/*"
14
14
  ],
15
15
  "dependencies": {
16
- "@xyo-network/payload-plugins": "~2.85.0",
17
- "@xyo-network/payloadset-plugins": "~2.85.0"
16
+ "@xyo-network/payload-plugins": "~2.85.1",
17
+ "@xyo-network/payloadset-plugins": "~2.85.1"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@babel/core": "^7.23.6",
@@ -25,16 +25,14 @@
25
25
  "@typescript-eslint/eslint-plugin": "^6.15.0",
26
26
  "@typescript-eslint/parser": "^6.15.0",
27
27
  "@xylabs/eslint-config": "^3.2.25",
28
- "@xylabs/forget": "^2.13.20",
28
+ "@xylabs/forget": "^2.13.22",
29
29
  "@xylabs/ts-scripts-yarn3": "^3.2.25",
30
30
  "@xylabs/tsconfig": "^3.2.25",
31
31
  "@xylabs/tsconfig-dom-jest": "^3.2.25",
32
32
  "babel-jest": "^29.7.0",
33
33
  "dotenv": "^16.3.1",
34
34
  "eslint": "^8.56.0",
35
- "eslint-import-resolver-typescript": "^3.6.1",
36
- "eslint-plugin-deprecation": "^2.0.0",
37
- "eslint-plugin-import": "^2.29.1",
35
+ "eslint-plugin-unicorn": "^50.0.1",
38
36
  "jest": "^29.7.0",
39
37
  "jest-docblock": "^29.7.0",
40
38
  "jest-environment-jsdom": "^29.7.0",
@@ -106,7 +104,7 @@
106
104
  "build-typedoc-site": "typedoc"
107
105
  },
108
106
  "sideEffects": false,
109
- "version": "2.85.0",
107
+ "version": "2.85.1",
110
108
  "packageManager": "yarn@4.0.2",
111
109
  "volta": {
112
110
  "node": "18.17.1",