@weapp-tailwindcss/postcss 2.0.3 → 2.0.4
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -154,7 +154,7 @@ function createContext() {
|
|
|
154
154
|
// src/plugins/getCalcPlugin.ts
|
|
155
155
|
var _postcsscalc = require('@weapp-tailwindcss/postcss-calc'); var _postcsscalc2 = _interopRequireDefault(_postcsscalc);
|
|
156
156
|
|
|
157
|
-
// ../../node_modules/.pnpm/es-toolkit@1.
|
|
157
|
+
// ../../node_modules/.pnpm/es-toolkit@1.42.0/node_modules/es-toolkit/dist/object/omit.mjs
|
|
158
158
|
function omit(obj, keys) {
|
|
159
159
|
const result = { ...obj };
|
|
160
160
|
for (let i = 0; i < keys.length; i++) {
|
package/dist/index.mjs
CHANGED
|
@@ -154,7 +154,7 @@ function createContext() {
|
|
|
154
154
|
// src/plugins/getCalcPlugin.ts
|
|
155
155
|
import postcssCalc from "@weapp-tailwindcss/postcss-calc";
|
|
156
156
|
|
|
157
|
-
// ../../node_modules/.pnpm/es-toolkit@1.
|
|
157
|
+
// ../../node_modules/.pnpm/es-toolkit@1.42.0/node_modules/es-toolkit/dist/object/omit.mjs
|
|
158
158
|
function omit(obj, keys) {
|
|
159
159
|
const result = { ...obj };
|
|
160
160
|
for (let i = 0; i < keys.length; i++) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weapp-tailwindcss/postcss",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.4",
|
|
4
4
|
"description": "@weapp-tailwindcss/postcss",
|
|
5
5
|
"author": "ice breaker <1324318532@qq.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"postcss-rem-to-responsive-pixel": "^6.1.0",
|
|
48
48
|
"postcss-selector-parser": "~7.1.0",
|
|
49
49
|
"postcss-value-parser": "^4.2.0",
|
|
50
|
-
"@weapp-tailwindcss/shared": "1.1.
|
|
50
|
+
"@weapp-tailwindcss/shared": "1.1.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@csstools/postcss-is-pseudo-class": "^5.0.3",
|