tailwindcss-patch 9.5.0 → 9.5.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/{cli-DRfALTSo.mjs → cli-Bv15iTiT.mjs} +1 -1
- package/dist/{cli-CGyUnvFc.js → cli-Db2YAbkN.js} +1 -1
- package/dist/cli.js +2 -2
- package/dist/cli.mjs +2 -2
- package/dist/commands/cli-runtime.js +2 -2
- package/dist/commands/cli-runtime.mjs +2 -2
- package/dist/{dist-DlC5vuI2.js → dist-wp0o36Ns.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{validate-XiYmTZcd.js → validate-C8oLv32F.js} +2 -2
- package/dist/{validate-Q00Ccqht.mjs → validate-Cu1G06lO.mjs} +1 -1
- package/package.json +3 -3
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { O as logger, S as groupTokensByFile, T as loadWorkspaceConfigModule, a as tailwindcssPatchCommands, i as classifyValidateError, o as migrateConfigFiles, r as ValidateCommandError, s as restoreConfigFiles, u as TailwindcssPatcher, w as loadPatchOptionsForWorkspace } from "./validate-
|
|
1
|
+
import { O as logger, S as groupTokensByFile, T as loadWorkspaceConfigModule, a as tailwindcssPatchCommands, i as classifyValidateError, o as migrateConfigFiles, r as ValidateCommandError, s as restoreConfigFiles, u as TailwindcssPatcher, w as loadPatchOptionsForWorkspace } from "./validate-Cu1G06lO.mjs";
|
|
2
2
|
import process from "node:process";
|
|
3
3
|
import fs from "fs-extra";
|
|
4
4
|
import path from "pathe";
|
package/dist/cli.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
const require_validate = require("./validate-
|
|
2
|
-
const require_cli = require("./cli-
|
|
1
|
+
const require_validate = require("./validate-C8oLv32F.js");
|
|
2
|
+
const require_cli = require("./cli-Db2YAbkN.js");
|
|
3
3
|
let node_process = require("node:process");
|
|
4
4
|
node_process = require_validate.__toESM(node_process);
|
|
5
5
|
//#region src/cli.ts
|
package/dist/cli.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { O as logger, r as ValidateCommandError } from "./validate-
|
|
2
|
-
import { t as createTailwindcssPatchCli } from "./cli-
|
|
1
|
+
import { O as logger, r as ValidateCommandError } from "./validate-Cu1G06lO.mjs";
|
|
2
|
+
import { t as createTailwindcssPatchCli } from "./cli-Bv15iTiT.mjs";
|
|
3
3
|
import process from "node:process";
|
|
4
4
|
//#region src/cli.ts
|
|
5
5
|
async function main() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_validate = require("../validate-
|
|
3
|
-
const require_cli = require("../cli-
|
|
2
|
+
const require_validate = require("../validate-C8oLv32F.js");
|
|
3
|
+
const require_cli = require("../cli-Db2YAbkN.js");
|
|
4
4
|
exports.VALIDATE_EXIT_CODES = require_validate.VALIDATE_EXIT_CODES;
|
|
5
5
|
exports.VALIDATE_FAILURE_REASONS = require_validate.VALIDATE_FAILURE_REASONS;
|
|
6
6
|
exports.ValidateCommandError = require_validate.ValidateCommandError;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as tailwindcssPatchCommands, n as VALIDATE_FAILURE_REASONS, r as ValidateCommandError, t as VALIDATE_EXIT_CODES } from "../validate-
|
|
2
|
-
import { n as mountTailwindcssPatchCommands, t as createTailwindcssPatchCli } from "../cli-
|
|
1
|
+
import { a as tailwindcssPatchCommands, n as VALIDATE_FAILURE_REASONS, r as ValidateCommandError, t as VALIDATE_EXIT_CODES } from "../validate-Cu1G06lO.mjs";
|
|
2
|
+
import { n as mountTailwindcssPatchCommands, t as createTailwindcssPatchCli } from "../cli-Bv15iTiT.mjs";
|
|
3
3
|
export { VALIDATE_EXIT_CODES, VALIDATE_FAILURE_REASONS, ValidateCommandError, createTailwindcssPatchCli, mountTailwindcssPatchCommands, tailwindcssPatchCommands };
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_validate = require("./validate-
|
|
2
|
+
const require_validate = require("./validate-C8oLv32F.js");
|
|
3
3
|
let node_module = require("node:module");
|
|
4
4
|
let pathe = require("pathe");
|
|
5
5
|
pathe = require_validate.__toESM(pathe);
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as resolveProjectSourceFiles, D as CacheStore, E as normalizeOptions, O as logger, S as groupTokensByFile, _ as extractRawCandidates, a as tailwindcssPatchCommands, b as extractSourceCandidatesWithPositions, c as MIGRATION_REPORT_KIND, d as getPatchStatusReport, f as runTailwindBuild, g as extractProjectCandidatesWithPositions, h as collectClassesFromTailwindV4, l as MIGRATION_REPORT_SCHEMA_VERSION, m as collectClassesFromContexts, n as VALIDATE_FAILURE_REASONS, o as migrateConfigFiles, p as loadRuntimeContexts, r as ValidateCommandError, s as restoreConfigFiles, t as VALIDATE_EXIT_CODES, u as TailwindcssPatcher, v as extractRawCandidatesWithPositions, x as extractValidCandidates, y as extractSourceCandidates } from "./validate-
|
|
1
|
+
import { C as resolveProjectSourceFiles, D as CacheStore, E as normalizeOptions, O as logger, S as groupTokensByFile, _ as extractRawCandidates, a as tailwindcssPatchCommands, b as extractSourceCandidatesWithPositions, c as MIGRATION_REPORT_KIND, d as getPatchStatusReport, f as runTailwindBuild, g as extractProjectCandidatesWithPositions, h as collectClassesFromTailwindV4, l as MIGRATION_REPORT_SCHEMA_VERSION, m as collectClassesFromContexts, n as VALIDATE_FAILURE_REASONS, o as migrateConfigFiles, p as loadRuntimeContexts, r as ValidateCommandError, s as restoreConfigFiles, t as VALIDATE_EXIT_CODES, u as TailwindcssPatcher, v as extractRawCandidatesWithPositions, x as extractValidCandidates, y as extractSourceCandidates } from "./validate-Cu1G06lO.mjs";
|
|
2
2
|
import { createRequire } from "node:module";
|
|
3
3
|
import path from "pathe";
|
|
4
4
|
import { collectTailwindStyleCandidates, generateCustomStyle, generateTailwindStyle, isValidCandidateToken, splitCandidateTokens, validateCandidateTokenRE } from "@tailwindcss-mangle/engine";
|
|
@@ -44,7 +44,7 @@ let postcss = require("postcss");
|
|
|
44
44
|
postcss = __toESM(postcss);
|
|
45
45
|
let tailwindcss_config = require("tailwindcss-config");
|
|
46
46
|
//#region package.json
|
|
47
|
-
var version = "9.5.
|
|
47
|
+
var version = "9.5.1";
|
|
48
48
|
//#endregion
|
|
49
49
|
//#region src/constants.ts
|
|
50
50
|
const pkgName = "tailwindcss-patch";
|
|
@@ -1465,7 +1465,7 @@ async function loadWorkspaceConfigModule() {
|
|
|
1465
1465
|
return configModulePromise;
|
|
1466
1466
|
}
|
|
1467
1467
|
async function loadWorkspaceDefu() {
|
|
1468
|
-
if (!defuPromise) defuPromise = Promise.resolve().then(() => require("./dist-
|
|
1468
|
+
if (!defuPromise) defuPromise = Promise.resolve().then(() => require("./dist-wp0o36Ns.js")).then((mod) => mod.defu).catch(async (error) => {
|
|
1469
1469
|
if (!isMissingSharedModuleError(error)) throw error;
|
|
1470
1470
|
return (await import((0, node_url.pathToFileURL)(pathe.default.resolve(__dirname, "../../../shared/src/utils.ts")).href)).defu;
|
|
1471
1471
|
});
|
|
@@ -16,7 +16,7 @@ import { parse, parse as parse$1 } from "@babel/parser";
|
|
|
16
16
|
import postcss from "postcss";
|
|
17
17
|
import { loadConfig } from "tailwindcss-config";
|
|
18
18
|
//#region package.json
|
|
19
|
-
var version = "9.5.
|
|
19
|
+
var version = "9.5.1";
|
|
20
20
|
//#endregion
|
|
21
21
|
//#region src/constants.ts
|
|
22
22
|
const pkgName = "tailwindcss-patch";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tailwindcss-patch",
|
|
3
|
-
"version": "9.5.
|
|
3
|
+
"version": "9.5.1",
|
|
4
4
|
"description": "patch tailwindcss for exposing context and extract classes",
|
|
5
5
|
"author": "ice breaker <1324318532@qq.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
"local-pkg": "^1.2.1",
|
|
72
72
|
"pathe": "^2.0.3",
|
|
73
73
|
"postcss": "^8.5.15",
|
|
74
|
-
"semver": "^7.8.
|
|
74
|
+
"semver": "^7.8.5",
|
|
75
75
|
"tailwindcss-config": "^2.0.0",
|
|
76
76
|
"@tailwindcss-mangle/config": "7.0.2",
|
|
77
|
-
"@tailwindcss-mangle/engine": "0.1.
|
|
77
|
+
"@tailwindcss-mangle/engine": "0.1.1"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
80
|
"@tailwindcss/postcss": "^4.3.1",
|