@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.
- package/dist/index.mjs +1 -1
- 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.
|
|
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.
|
|
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": "
|
|
48
|
-
"picomatch": "
|
|
49
|
-
"pify": "
|
|
50
|
-
"webpack-virtual-modules": "
|
|
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": "
|
|
54
|
-
"@antfu/ni": "
|
|
55
|
-
"@arethetypeswrong/core": "
|
|
56
|
-
"@farmfe/cli": "
|
|
57
|
-
"@farmfe/core": "
|
|
58
|
-
"@rspack/cli": "
|
|
59
|
-
"@rspack/core": "
|
|
60
|
-
"@types/node": "
|
|
61
|
-
"@types/picomatch": "
|
|
62
|
-
"@typescript/native-preview": "
|
|
63
|
-
"ansis": "
|
|
64
|
-
"bumpp": "
|
|
65
|
-
"bun-types-no-globals": "
|
|
66
|
-
"esbuild": "
|
|
67
|
-
"eslint": "
|
|
68
|
-
"eslint-plugin-format": "
|
|
69
|
-
"jiti": "
|
|
70
|
-
"lint-staged": "
|
|
71
|
-
"magic-string": "
|
|
72
|
-
"publint": "
|
|
73
|
-
"rolldown": "
|
|
74
|
-
"rollup": "
|
|
75
|
-
"simple-git-hooks": "
|
|
76
|
-
"tsdown": "
|
|
77
|
-
"typescript": "
|
|
78
|
-
"unloader": "
|
|
79
|
-
"unplugin": "
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"webpack": "
|
|
84
|
-
"
|
|
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
|
+
}
|