@gytx/unplugin 3.1.0-patch.1 → 3.1.0-patch.2

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/dist/index.mjs +1 -1
  2. package/package.json +51 -53
package/dist/index.mjs CHANGED
@@ -14,7 +14,7 @@ import process$1 from "node:process";
14
14
  var __require = /* @__PURE__ */ createRequire(import.meta.url);
15
15
  //#endregion
16
16
  //#region package.json
17
- var version$1 = "3.1.0-patch.1";
17
+ var version$1 = "3.1.0-patch.2";
18
18
  //#endregion
19
19
  //#region src/bun/utils.ts
20
20
  const ExtToLoader$1 = {
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "@gytx/unplugin",
3
3
  "type": "module",
4
- "version": "3.1.0-patch.1",
5
- "packageManager": "pnpm@11.0.8",
4
+ "version": "3.1.0-patch.2",
6
5
  "description": "Unified plugin system for build tools",
7
6
  "license": "MIT",
8
7
  "homepage": "https://unplugin.unjs.io",
@@ -29,59 +28,45 @@
29
28
  "publishConfig": {
30
29
  "tag": "beta"
31
30
  },
32
- "scripts": {
33
- "build": "tsdown",
34
- "dev": "tsdown --watch src",
35
- "lint": "eslint --cache .",
36
- "lint:fix": "nr lint --fix",
37
- "typecheck": "tsgo --noEmit",
38
- "docs:dev": "pnpm -C docs run dev",
39
- "docs:build": "pnpm -C docs run build",
40
- "docs:gen-files": "pnpm -C docs run gen-files",
41
- "prepublishOnly": "nr build",
42
- "release": "bumpp",
43
- "test": "nr test:build && vitest run",
44
- "test:build": "jiti scripts/buildFixtures.ts"
45
- },
46
31
  "dependencies": {
47
- "@jridgewell/remapping": "catalog:prod",
48
- "picomatch": "catalog:prod",
49
- "pify": "catalog:prod",
50
- "webpack-virtual-modules": "catalog:prod"
32
+ "@jridgewell/remapping": "^2.3.5",
33
+ "picomatch": "^4.0.4",
34
+ "pify": "^6.1.0",
35
+ "webpack-virtual-modules": "^0.6.2"
51
36
  },
52
37
  "devDependencies": {
53
- "@antfu/eslint-config": "catalog:dev",
54
- "@antfu/ni": "catalog:dev",
55
- "@arethetypeswrong/core": "catalog:dev",
56
- "@farmfe/cli": "catalog:test",
57
- "@farmfe/core": "catalog:peer",
58
- "@rspack/cli": "catalog:test",
59
- "@rspack/core": "catalog:peer",
60
- "@types/node": "catalog:dev",
61
- "@types/picomatch": "catalog:dev",
62
- "@typescript/native-preview": "catalog:dev",
63
- "ansis": "catalog:dev",
64
- "bumpp": "catalog:dev",
65
- "bun-types-no-globals": "catalog:dev",
66
- "esbuild": "catalog:dev",
67
- "eslint": "catalog:dev",
68
- "eslint-plugin-format": "catalog:dev",
69
- "jiti": "catalog:dev",
70
- "lint-staged": "catalog:dev",
71
- "magic-string": "catalog:test",
72
- "publint": "catalog:dev",
73
- "rolldown": "catalog:peer",
74
- "rollup": "catalog:peer",
75
- "simple-git-hooks": "catalog:dev",
76
- "tsdown": "catalog:dev",
77
- "typescript": "catalog:dev",
78
- "unloader": "catalog:peer",
79
- "unplugin": "workspace:*",
80
- "unplugin-unused": "catalog:dev",
81
- "vite": "catalog:peer",
82
- "vitest": "catalog:test",
83
- "webpack": "catalog:peer",
84
- "webpack-cli": "catalog:test"
38
+ "@antfu/eslint-config": "^8.2.0",
39
+ "@antfu/ni": "^30.1.0",
40
+ "@arethetypeswrong/core": "^0.18.2",
41
+ "@farmfe/cli": "^1.0.5",
42
+ "@farmfe/core": "^1.7.11",
43
+ "@rspack/cli": "^2.0.2",
44
+ "@rspack/core": "^2.0.2",
45
+ "@types/node": "^25.6.2",
46
+ "@types/picomatch": "^4.0.3",
47
+ "@typescript/native-preview": "7.0.0-dev.20260508.1",
48
+ "ansis": "^4.2.0",
49
+ "bumpp": "^11.1.0",
50
+ "bun-types-no-globals": "^1.3.11",
51
+ "esbuild": "^0.28.0",
52
+ "eslint": "^10.3.0",
53
+ "eslint-plugin-format": "^2.0.1",
54
+ "jiti": "^2.7.0",
55
+ "lint-staged": "^17.0.2",
56
+ "magic-string": "^0.30.21",
57
+ "publint": "^0.3.19",
58
+ "rolldown": "^1.0.0",
59
+ "rollup": "^4.60.3",
60
+ "simple-git-hooks": "^2.13.1",
61
+ "tsdown": "^0.22.0",
62
+ "typescript": "~6.0.3",
63
+ "unloader": "^0.9.0",
64
+ "unplugin-unused": "^0.5.7",
65
+ "vite": "^8.0.11",
66
+ "vitest": "^4.1.5",
67
+ "webpack": "^5.106.2",
68
+ "webpack-cli": "^7.0.2",
69
+ "unplugin": "npm:@gytx/unplugin@3.1.0-patch.2"
85
70
  },
86
71
  "resolutions": {
87
72
  "esbuild": "catalog:dev"
@@ -91,5 +76,18 @@
91
76
  },
92
77
  "lint-staged": {
93
78
  "*": "eslint --fix"
79
+ },
80
+ "scripts": {
81
+ "build": "tsdown",
82
+ "dev": "tsdown --watch src",
83
+ "lint": "eslint --cache .",
84
+ "lint:fix": "nr lint --fix",
85
+ "typecheck": "tsgo --noEmit",
86
+ "docs:dev": "pnpm -C docs run dev",
87
+ "docs:build": "pnpm -C docs run build",
88
+ "docs:gen-files": "pnpm -C docs run gen-files",
89
+ "release": "bumpp",
90
+ "test": "nr test:build && vitest run",
91
+ "test:build": "jiti scripts/buildFixtures.ts"
94
92
  }
95
- }
93
+ }