weapp-tailwindcss 2.11.0 → 2.11.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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weapp-tailwindcss",
3
- "version": "2.11.0",
3
+ "version": "2.11.1",
4
4
  "description": "把tailwindcss jit引擎,带给小程序开发者们! bring tailwindcss jit engine to miniprogram developers!",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -181,7 +181,7 @@
181
181
  "postcss-rem-to-responsive-pixel": "^5.1.3",
182
182
  "prettier": "^3.1.0",
183
183
  "promisify-loader-runner": "^1.0.0",
184
- "rollup": "^4.4.0",
184
+ "rollup": "^4.4.1",
185
185
  "rollup-plugin-visualizer": "^5.9.2",
186
186
  "sass": "^1.69.5",
187
187
  "style-loader": "^3.3.3",
@@ -212,7 +212,7 @@
212
212
  "@weapp-core/escape": "^2.0.0",
213
213
  "@weapp-core/regex": "^1.0.1",
214
214
  "debug": "^4.3.4",
215
- "htmlparser2": "^9.0.0",
215
+ "htmlparser2": "9.0.0",
216
216
  "loader-utils": "^2.0.3",
217
217
  "lru-cache": "^10.0.2",
218
218
  "magic-string": "^0.30.5",
@@ -228,9 +228,9 @@
228
228
  "node": ">=16.6.0"
229
229
  },
230
230
  "scripts": {
231
- "dev": "yarn clean && yarn dts && cross-env NODE_ENV=development rollup -c rollup.config.ts --configPlugin typescript -w",
232
- "build": "yarn clean && cross-env NODE_ENV=production rollup -c rollup.config.ts --configPlugin typescript && yarn dts",
233
- "build:demo": "yarn demo:del-dist && cross-env NODE_ENV=demo rollup -c rollup.config.ts --configPlugin typescript && yarn demo:sync-dist",
231
+ "dev": "pnpm clean && pnpm dts && cross-env NODE_ENV=development rollup -c rollup.config.ts --configPlugin typescript -w",
232
+ "build": "pnpm clean && cross-env NODE_ENV=production rollup -c rollup.config.ts --configPlugin typescript && pnpm dts",
233
+ "build:demo": "pnpm demo:del-dist && cross-env NODE_ENV=demo rollup -c rollup.config.ts --configPlugin typescript && pnpm demo:sync-dist",
234
234
  "build:tsc": "cross-env NODE_ENV=development tsc --build tsconfig.json",
235
235
  "dts": "tsc --emitDeclarationOnly -p tsconfig.dts.json",
236
236
  "test": "npm run postinstall && cross-env DEBUG=weapp-tw jest && vitest run",
@@ -244,7 +244,7 @@
244
244
  "test:all": "cross-env JEST_INVALID_SKIP_CASES=1 jest",
245
245
  "init:rename": "node scripts/init/rename.js",
246
246
  "clean": "node scripts/clean.js",
247
- "debug:web": "cd demo/web && yarn dev",
247
+ "debug:web": "cd demo/web && pnpm dev",
248
248
  "raw": "ts-node scripts/raw",
249
249
  "get-decl": "ts-node scripts/get-decl.ts",
250
250
  "demo:dev": "node scripts/demo/dev.js",