xsound 3.8.2 → 3.8.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.
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "xsound",
3
- "version": "3.8.2",
3
+ "version": "3.8.3",
4
4
  "engines": {
5
- "node": ">=18.0.0 <=20.11.x"
5
+ "node": ">=18.0.0 <=20.12.x"
6
6
  },
7
7
  "description": "XSound gives Web Developers Powerful Audio Features Easily !",
8
8
  "main": "build/xsound.js",
9
9
  "types": "build/types/main.d.ts",
10
10
  "scripts": {
11
11
  "clean": "rm -rf build",
12
- "lint": "eslint src test mock jest.config.js webpack.config.js",
13
- "fix": "eslint --fix src test mock jest.config.js webpack.config.js",
12
+ "lint": "eslint 'src/**/*.ts' 'test/**/*.ts' 'mock/**/*.ts'",
13
+ "fix": "eslint --fix 'src/**/*.ts' 'test/**/*.ts' 'mock/**/*.ts'",
14
14
  "type": "tsc --noEmit",
15
15
  "build:types": "tsc --project tsconfig.types.json",
16
16
  "build:js": "cross-env NODE_ENV=production webpack --progress --mode production",
@@ -65,18 +65,9 @@
65
65
  ],
66
66
  "devDependencies": {
67
67
  "@types/jest": "^29.5.12",
68
- "@typescript-eslint/eslint-plugin": "^7.1.1",
69
- "@typescript-eslint/parser": "^7.1.1",
70
68
  "cross-env": "^7.0.3",
71
- "dotenv-webpack": "^8.0.1",
69
+ "dotenv-webpack": "^8.1.0",
72
70
  "eslint": "^8.57.0",
73
- "eslint-cli": "^1.1.1",
74
- "eslint-config-standard": "^17.1.0",
75
- "eslint-import-resolver-typescript": "^3.6.1",
76
- "eslint-plugin-import": "^2.29.1",
77
- "eslint-plugin-n": "^16.6.2",
78
- "eslint-plugin-node": "^11.1.0",
79
- "eslint-plugin-promise": "^6.1.1",
80
71
  "husky": "4.3.8",
81
72
  "jest": "^29.7.0",
82
73
  "jest-environment-jsdom": "^29.7.0",
@@ -84,10 +75,11 @@
84
75
  "terser-webpack-plugin": "^5.3.10",
85
76
  "ts-jest": "^29.1.2",
86
77
  "ts-loader": "^9.5.1",
87
- "typedoc": "^0.25.11",
88
- "typescript": "^5.3.3",
89
- "webpack": "^5.90.3",
78
+ "typedoc": "^0.25.12",
79
+ "typescript": "^5.4.4",
80
+ "typescript-eslint": "^7.5.0",
81
+ "webpack": "^5.91.0",
90
82
  "webpack-cli": "^5.1.4",
91
- "webpack-dev-server": "^5.0.2"
83
+ "webpack-dev-server": "^5.0.4"
92
84
  }
93
85
  }