tailwindcss-patch
Advanced tools
Comparing version 6.0.2 to 6.0.3
@@ -5,3 +5,3 @@ "use strict"; function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
var _chunkS6WAH32Wjs = require('./chunk-S6WAH32W.js'); | ||
var _chunkAT6RYKKSjs = require('./chunk-AT6RYKKS.js'); | ||
@@ -18,4 +18,4 @@ // src/cli.ts | ||
cli.command("install", "patch install").action(() => { | ||
const twPatcher = new (0, _chunkS6WAH32Wjs.TailwindcssPatcher)({ | ||
patch: _chunkS6WAH32Wjs.getPatchOptions.call(void 0, ) | ||
const twPatcher = new (0, _chunkAT6RYKKSjs.TailwindcssPatcher)({ | ||
patch: _chunkAT6RYKKSjs.getPatchOptions.call(void 0, ) | ||
}); | ||
@@ -26,3 +26,3 @@ twPatcher.patch(); | ||
await init(); | ||
_chunkS6WAH32Wjs.logger_default.success(`\u2728 ${_config.CONFIG_NAME}.config.ts initialized!`); | ||
_chunkAT6RYKKSjs.logger_default.success(`\u2728 ${_config.CONFIG_NAME}.config.ts initialized!`); | ||
}); | ||
@@ -32,5 +32,5 @@ cli.command("extract").action(async () => { | ||
if (config) { | ||
const twPatcher = new (0, _chunkS6WAH32Wjs.TailwindcssPatcher)(); | ||
const twPatcher = new (0, _chunkAT6RYKKSjs.TailwindcssPatcher)(); | ||
const p = await twPatcher.extract(config.patch); | ||
_chunkS6WAH32Wjs.logger_default.success(`\u2728 tailwindcss-patch extract success! file path: ${p}`); | ||
_chunkAT6RYKKSjs.logger_default.success(`\u2728 tailwindcss-patch extract success! file path: ${p}`); | ||
} | ||
@@ -37,0 +37,0 @@ }); |
@@ -10,3 +10,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkS6WAH32Wjs = require('./chunk-S6WAH32W.js'); | ||
var _chunkAT6RYKKSjs = require('./chunk-AT6RYKKS.js'); | ||
@@ -25,2 +25,2 @@ // src/index.ts | ||
exports.CacheManager = _chunkS6WAH32Wjs.CacheManager; exports.TailwindcssPatcher = _chunkS6WAH32Wjs.TailwindcssPatcher; exports.defineConfig = _config.defineConfig; exports.getCacheOptions = _chunkS6WAH32Wjs.getCacheOptions; exports.internalPatch = _chunkS6WAH32Wjs.internalPatch; exports.logger = _chunkS6WAH32Wjs.logger_default; exports.monkeyPatchForExposingContextV2 = _chunkS6WAH32Wjs.monkeyPatchForExposingContextV2; exports.monkeyPatchForExposingContextV3 = _chunkS6WAH32Wjs.monkeyPatchForExposingContextV3; exports.monkeyPatchForSupportingCustomUnit = _chunkS6WAH32Wjs.monkeyPatchForSupportingCustomUnit; | ||
exports.CacheManager = _chunkAT6RYKKSjs.CacheManager; exports.TailwindcssPatcher = _chunkAT6RYKKSjs.TailwindcssPatcher; exports.defineConfig = _config.defineConfig; exports.getCacheOptions = _chunkAT6RYKKSjs.getCacheOptions; exports.internalPatch = _chunkAT6RYKKSjs.internalPatch; exports.logger = _chunkAT6RYKKSjs.logger_default; exports.monkeyPatchForExposingContextV2 = _chunkAT6RYKKSjs.monkeyPatchForExposingContextV2; exports.monkeyPatchForExposingContextV3 = _chunkAT6RYKKSjs.monkeyPatchForExposingContextV3; exports.monkeyPatchForSupportingCustomUnit = _chunkAT6RYKKSjs.monkeyPatchForSupportingCustomUnit; |
{ | ||
"name": "tailwindcss-patch", | ||
"version": "6.0.2", | ||
"version": "6.0.3", | ||
"description": "patch tailwindcss for exposing context and extract classes", | ||
@@ -5,0 +5,0 @@ "author": "ice breaker <1324318532@qq.com>", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
90248
2052