@rebuildjs/tailwindcss 0.1.14 → 0.1.16
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rebuildjs/tailwindcss",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.16",
|
|
4
4
|
"description": "Tailwindcss integration with rebuildjs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tailwindcss",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"ctx-core": "^5.16.1",
|
|
39
39
|
"esbuild": "^0.19.11",
|
|
40
40
|
"postcss": "^8.4.33",
|
|
41
|
-
"rebuildjs": "^0.34.
|
|
41
|
+
"rebuildjs": "^0.34.4",
|
|
42
42
|
"tailwindcss": "^3.4.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
@@ -72,7 +72,7 @@ export function rebuild_tailwind_plugin_() {
|
|
|
72
72
|
throw err
|
|
73
73
|
}
|
|
74
74
|
/**
|
|
75
|
-
|
|
75
|
+
* @param {rebuildjs_metafile_T['outputs'][string]}output
|
|
76
76
|
* @returns {Promise<void>}
|
|
77
77
|
*/
|
|
78
78
|
async function output__process(
|