weapp-tailwindcss 3.2.0-alpha.7 → 3.2.0-alpha.9

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.js CHANGED
@@ -31,6 +31,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
31
31
 
32
32
  var semver__default = /*#__PURE__*/_interopDefaultCompat(semver);
33
33
 
34
+ process.title = 'node (weapp-tailwindcss)';
34
35
  const args = process.argv.slice(2);
35
36
  if (semver__default["default"].lt(process.versions.node, index.WEAPP_TW_REQUIRED_NODE_VERSION)) {
36
37
  console.error(`You are using Node.js ${process.versions.node}. For weapp-tailwindcss, Node.js version >= v${index.WEAPP_TW_REQUIRED_NODE_VERSION} is required.`);
package/dist/cli.mjs CHANGED
@@ -25,6 +25,7 @@ import '@csstools/postcss-is-pseudo-class';
25
25
  import 'postcss-rem-to-responsive-pixel';
26
26
  import 'postcss-selector-parser';
27
27
 
28
+ process.title = 'node (weapp-tailwindcss)';
28
29
  const args = process.argv.slice(2);
29
30
  if (semver.lt(process.versions.node, WEAPP_TW_REQUIRED_NODE_VERSION)) {
30
31
  console.error(`You are using Node.js ${process.versions.node}. For weapp-tailwindcss, Node.js version >= v${WEAPP_TW_REQUIRED_NODE_VERSION} is required.`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weapp-tailwindcss",
3
- "version": "3.2.0-alpha.7",
3
+ "version": "3.2.0-alpha.9",
4
4
  "description": "把tailwindcss jit引擎,带给小程序开发者们! bring tailwindcss jit engine to miniprogram developers!",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -144,7 +144,6 @@
144
144
  "tailwindcss-patch": "^2.2.3",
145
145
  "webpack-sources": "3.2.3"
146
146
  },
147
- "packageManager": "pnpm@8.15.4",
148
147
  "engines": {
149
148
  "node": ">=16.6.0"
150
149
  },