@rebuildjs/tailwindcss 0.10.6 → 0.10.8
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.10.
|
|
3
|
+
"version": "0.10.8",
|
|
4
4
|
"description": "Tailwindcss integration with rebuildjs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tailwindcss",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"ctx-core": "^7.2.2",
|
|
43
43
|
"esbuild": "^0.20.2",
|
|
44
44
|
"postcss": "latest",
|
|
45
|
-
"rebuildjs": "^0.70.
|
|
45
|
+
"rebuildjs": "^0.70.4",
|
|
46
46
|
"tailwindcss": "^3.4.3"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
@@ -8,6 +8,7 @@ import {
|
|
|
8
8
|
ns_id_be_sig_triple_,
|
|
9
9
|
nullish__none_,
|
|
10
10
|
promise__cancel__throw,
|
|
11
|
+
ref__bind,
|
|
11
12
|
rmemo__wait,
|
|
12
13
|
sleep,
|
|
13
14
|
tup
|
|
@@ -79,7 +80,7 @@ export function rebuild_tailwind_plugin_(config) {
|
|
|
79
80
|
}
|
|
80
81
|
})
|
|
81
82
|
}
|
|
82
|
-
setup
|
|
83
|
+
ref__bind(setup, tailwind__build$_())
|
|
83
84
|
return setup
|
|
84
85
|
function tailwind__build$_() {
|
|
85
86
|
return ns_id_be(
|