@tailwindcss-mangle/core 5.1.2-alpha.0 → 5.1.2-alpha.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.
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -284,7 +284,7 @@ var Context = class {
|
|
|
284
284
|
if (_classList) {
|
|
285
285
|
this.loadClassSet(_classList);
|
|
286
286
|
} else {
|
|
287
|
-
const fallbackFile = config?.registry?.
|
|
287
|
+
const fallbackFile = config?.registry?.extract?.file;
|
|
288
288
|
let jsonPath = this.options.registry?.file ?? fallbackFile;
|
|
289
289
|
if (jsonPath) {
|
|
290
290
|
if (!(0, import_pathe.isAbsolute)(jsonPath)) {
|
package/dist/index.js
CHANGED
|
@@ -255,7 +255,7 @@ var Context = class {
|
|
|
255
255
|
if (_classList) {
|
|
256
256
|
this.loadClassSet(_classList);
|
|
257
257
|
} else {
|
|
258
|
-
const fallbackFile = config?.registry?.
|
|
258
|
+
const fallbackFile = config?.registry?.extract?.file;
|
|
259
259
|
let jsonPath = this.options.registry?.file ?? fallbackFile;
|
|
260
260
|
if (jsonPath) {
|
|
261
261
|
if (!isAbsolute(jsonPath)) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tailwindcss-mangle/core",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.1.2-alpha.
|
|
4
|
+
"version": "5.1.2-alpha.1",
|
|
5
5
|
"description": "The core of tailwindcss-mangle",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
"pathe": "^2.0.3",
|
|
60
60
|
"postcss": "^8.5.8",
|
|
61
61
|
"postcss-selector-parser": "^7.1.1",
|
|
62
|
-
"svelte": "^5.53.
|
|
63
|
-
"@tailwindcss-mangle/config": "^
|
|
64
|
-
"@tailwindcss-mangle/shared": "^4.1.
|
|
62
|
+
"svelte": "^5.53.12",
|
|
63
|
+
"@tailwindcss-mangle/config": "^7.0.0-alpha.1",
|
|
64
|
+
"@tailwindcss-mangle/shared": "^4.1.4-alpha.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@types/parse5": "^7.0.0"
|