weapp-tailwindcss 5.0.0-next.35 → 5.0.0-next.36
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
CHANGED
|
@@ -2,6 +2,6 @@ import { t as createWeappTailwindcssGenerator } from "./generator-CmLpVJgw.mjs";
|
|
|
2
2
|
import { WeappTailwindcss as createPlugins } from "./gulp.mjs";
|
|
3
3
|
import { t as weappTailwindcssPostcssPlugin } from "./postcss-DGprmeke.mjs";
|
|
4
4
|
import { t as WeappTailwindcss } from "./vite-C8SUICPv.mjs";
|
|
5
|
-
import { n as weappTailwindcssPackageDir } from "./webpack-
|
|
5
|
+
import { n as weappTailwindcssPackageDir } from "./webpack-BiTMfrBW.mjs";
|
|
6
6
|
import { unitConversionComposeRules, unitConversionPresets } from "@weapp-tailwindcss/postcss";
|
|
7
7
|
export { WeappTailwindcss, createPlugins, createWeappTailwindcssGenerator, unitConversionComposeRules, unitConversionPresets, weappTailwindcssPackageDir, weappTailwindcssPostcssPlugin };
|
|
@@ -547,7 +547,7 @@ function setupWebpackV5ProcessAssetsHook(options) {
|
|
|
547
547
|
});
|
|
548
548
|
}
|
|
549
549
|
//#endregion
|
|
550
|
-
//#region ../../node_modules/.pnpm/tsdown@0.22.1_oxc-resolver@11.
|
|
550
|
+
//#region ../../node_modules/.pnpm/tsdown@0.22.1_oxc-resolver@11.20.0_tsx@4.22.4_typescript@6.0.3_unrun@0.2.37_synckit@0.1_af1474666acd5eae3876d23fc3fbcf5c/node_modules/tsdown/esm-shims.js
|
|
551
551
|
const getFilename = () => fileURLToPath(import.meta.url);
|
|
552
552
|
const getDirname = () => path.dirname(getFilename());
|
|
553
553
|
const __dirname = /* @__PURE__ */ getDirname();
|
package/dist/webpack.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as weappTailwindcssPackageDir, t as WeappTailwindcss } from "./webpack-
|
|
1
|
+
import { n as weappTailwindcssPackageDir, t as WeappTailwindcss } from "./webpack-BiTMfrBW.mjs";
|
|
2
2
|
export { WeappTailwindcss, WeappTailwindcss as weappTailwindcss, weappTailwindcssPackageDir };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weapp-tailwindcss",
|
|
3
|
-
"version": "5.0.0-next.
|
|
3
|
+
"version": "5.0.0-next.36",
|
|
4
4
|
"description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!",
|
|
5
5
|
"author": "ice breaker <1324318532@qq.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -184,11 +184,11 @@
|
|
|
184
184
|
"semver": "~7.8.1",
|
|
185
185
|
"tailwindcss-patch": "9.4.1",
|
|
186
186
|
"yaml": "^2.9.0",
|
|
187
|
-
"@weapp-tailwindcss/
|
|
187
|
+
"@weapp-tailwindcss/postcss": "3.0.0-next.10",
|
|
188
188
|
"@weapp-tailwindcss/shared": "2.0.0-next.1",
|
|
189
|
-
"tailwindcss
|
|
190
|
-
"@weapp-tailwindcss/
|
|
191
|
-
"
|
|
189
|
+
"@weapp-tailwindcss/reset": "0.1.1-next.1",
|
|
190
|
+
"@weapp-tailwindcss/logger": "2.0.0-next.0",
|
|
191
|
+
"tailwindcss-config": "2.0.0-next.3"
|
|
192
192
|
},
|
|
193
193
|
"devDependencies": {
|
|
194
194
|
"@vue/compiler-dom": "^3.5.35",
|