@modern-js/plugin-tailwindcss 2.17.0 → 2.18.0
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/CHANGELOG.md
CHANGED
@@ -1,5 +1,20 @@
|
|
1
1
|
# @modern-js/plugin-tailwindcss
|
2
2
|
|
3
|
+
## 2.18.0
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [7de6599]
|
8
|
+
- @modern-js/runtime@2.18.0
|
9
|
+
- @modern-js/utils@2.18.0
|
10
|
+
|
11
|
+
## 2.17.1
|
12
|
+
|
13
|
+
### Patch Changes
|
14
|
+
|
15
|
+
- @modern-js/runtime@2.17.1
|
16
|
+
- @modern-js/utils@2.17.1
|
17
|
+
|
3
18
|
## 2.17.0
|
4
19
|
|
5
20
|
### Patch Changes
|
package/dist/esm/cli.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
function _define_property(obj, key, value) {
|
2
2
|
if (key in obj) {
|
3
3
|
Object.defineProperty(obj, key, {
|
4
|
-
value,
|
4
|
+
value: value,
|
5
5
|
enumerable: true,
|
6
6
|
configurable: true,
|
7
7
|
writable: true
|
@@ -80,8 +80,8 @@ export default function() {
|
|
80
80
|
});
|
81
81
|
}
|
82
82
|
return {
|
83
|
-
entrypoint,
|
84
|
-
imports
|
83
|
+
entrypoint: entrypoint,
|
84
|
+
imports: imports
|
85
85
|
};
|
86
86
|
},
|
87
87
|
modifyEntryRuntimePlugins: function modifyEntryRuntimePlugins(param) {
|
@@ -101,8 +101,8 @@ export default function() {
|
|
101
101
|
});
|
102
102
|
}
|
103
103
|
return {
|
104
|
-
entrypoint,
|
105
|
-
plugins
|
104
|
+
entrypoint: entrypoint,
|
105
|
+
plugins: plugins
|
106
106
|
};
|
107
107
|
},
|
108
108
|
validateSchema: function validateSchema() {
|
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "2.
|
18
|
+
"version": "2.18.0",
|
19
19
|
"jsnext:source": "./src/index.ts",
|
20
20
|
"types": "./dist/types/index.d.ts",
|
21
21
|
"main": "./dist/cjs/index.js",
|
@@ -49,7 +49,7 @@
|
|
49
49
|
"@babel/runtime": "^7.18.0",
|
50
50
|
"babel-plugin-macros": "3.1.0",
|
51
51
|
"hoist-non-react-statics": "^3.3.2",
|
52
|
-
"@modern-js/utils": "2.
|
52
|
+
"@modern-js/utils": "2.18.0"
|
53
53
|
},
|
54
54
|
"devDependencies": {
|
55
55
|
"@types/jest": "^29",
|
@@ -59,17 +59,17 @@
|
|
59
59
|
"jest": "^29",
|
60
60
|
"react": "^18",
|
61
61
|
"postcss": "8.4.21",
|
62
|
-
"@modern-js/core": "2.
|
63
|
-
"@modern-js/module-tools": "2.
|
64
|
-
"@modern-js/runtime": "2.
|
65
|
-
"@modern-js/types": "2.
|
66
|
-
"@scripts/build": "2.
|
67
|
-
"@modern-js/app-tools": "2.
|
68
|
-
"@scripts/jest-config": "2.
|
62
|
+
"@modern-js/core": "2.18.0",
|
63
|
+
"@modern-js/module-tools": "2.18.0",
|
64
|
+
"@modern-js/runtime": "2.18.0",
|
65
|
+
"@modern-js/types": "2.18.0",
|
66
|
+
"@scripts/build": "2.18.0",
|
67
|
+
"@modern-js/app-tools": "2.18.0",
|
68
|
+
"@scripts/jest-config": "2.18.0"
|
69
69
|
},
|
70
70
|
"peerDependencies": {
|
71
71
|
"tailwindcss": ">= 2.0.0 || >= 3.0.0",
|
72
|
-
"@modern-js/runtime": "^2.
|
72
|
+
"@modern-js/runtime": "^2.18.0"
|
73
73
|
},
|
74
74
|
"peerDependenciesMeta": {
|
75
75
|
"@modern-js/runtime": {
|