bc-deeplib 1.2.0 → 2.1.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.
@@ -0,0 +1,3 @@
1
+ type Prettify<T> = {
2
+ [K in keyof T]: T[K];
3
+ } & unknown;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bc-deeplib",
3
- "version": "1.2.0",
3
+ "version": "2.1.0",
4
4
  "author": "dDeepLb",
5
5
  "description": "Library for easier development of BC mods, which strives to be a framework :D",
6
6
  "license": "MIT",
@@ -24,25 +24,25 @@
24
24
  "deeplib": "./lib/build.js"
25
25
  },
26
26
  "devDependencies": {
27
- "@eslint/js": "^9.22.0",
28
- "@stylistic/eslint-plugin": "^4.2.0",
27
+ "@eslint/js": "^9.35.0",
28
+ "@stylistic/eslint-plugin": "^5.3.1",
29
29
  "@types/node": "^22.13.10",
30
- "bc-stubs": "117.0.1",
31
- "eslint": "^9.22.0",
32
- "globals": "^16.3.0",
30
+ "bc-stubs": "119.0.0",
31
+ "eslint": "^9.35.0",
32
+ "globals": "^16.4.0",
33
33
  "npm-dts": "^1.3.13",
34
- "sass": "^1.89.2",
35
- "typescript": "^5.8.2",
36
- "typescript-eslint": "^8.26.1"
34
+ "sass": "^1.92.1",
35
+ "typescript": "^5.9.2",
36
+ "typescript-eslint": "^8.43.0"
37
37
  },
38
38
  "dependencies": {
39
39
  "bondage-club-mod-sdk": "^1.2.0",
40
40
  "serve-static": "^2.2.0",
41
41
  "simple-git": "^3.28.0",
42
42
  "finalhandler": "^2.1.0",
43
- "fs-extra": "^11.3.0",
43
+ "fs-extra": "^11.3.1",
44
44
  "chokidar": "^4.0.3",
45
- "esbuild": "^0.25.1",
45
+ "esbuild": "^0.25.9",
46
46
  "esbuild-plugin-progress": "^1.3.0",
47
47
  "esbuild-plugin-time": "^1.0.0",
48
48
  "esbuild-sass-plugin": "^3.3.1"