@rebuildjs/tailwindcss 0.1.39 → 0.1.40
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.40",
|
|
4
4
|
"description": "Tailwindcss integration with rebuildjs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tailwindcss",
|
|
@@ -35,17 +35,17 @@
|
|
|
35
35
|
"./package.json": "./package.json"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"ctx-core": "^5.
|
|
38
|
+
"ctx-core": "^5.22.0",
|
|
39
39
|
"esbuild": "^0.19.11",
|
|
40
40
|
"postcss": "^8.4.33",
|
|
41
|
-
"rebuildjs": "^0.
|
|
41
|
+
"rebuildjs": "^0.38.0",
|
|
42
42
|
"tailwindcss": "^3.4.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"c8": "^9.1.0",
|
|
46
46
|
"check-dts": "^0.7.2",
|
|
47
47
|
"esmock": "^2.6.2",
|
|
48
|
-
"relementjs": "^0.
|
|
48
|
+
"relementjs": "^0.49.0",
|
|
49
49
|
"tsx": "^4.7.0",
|
|
50
50
|
"typescript": "next",
|
|
51
51
|
"uvu": "^0.5.6"
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import type { Plugin } from 'esbuild'
|
|
2
2
|
import type { ctx__be_T, ctx__get_T, ctx__set_T, has_app_T, sig_T } from 'rebuildjs'
|
|
3
|
-
export declare const rebuild_tailwind_plugin__build_id$_:ctx__be_T<
|
|
4
|
-
export declare const rebuild_tailwind_plugin__build_id_:ctx__get_T<
|
|
5
|
-
export declare const rebuild_tailwind_plugin__build_id__set:ctx__set_T<
|
|
6
|
-
export declare const rebuild_tailwind_plugin__ready$_:ctx__be_T<
|
|
7
|
-
export declare const rebuild_tailwind_plugin__ready_:ctx__get_T<
|
|
3
|
+
export declare const rebuild_tailwind_plugin__build_id$_:ctx__be_T<sig_T<string|undefined>, 'app'>
|
|
4
|
+
export declare const rebuild_tailwind_plugin__build_id_:ctx__get_T<string|undefined, 'app'>
|
|
5
|
+
export declare const rebuild_tailwind_plugin__build_id__set:ctx__set_T<string|undefined, 'app'>
|
|
6
|
+
export declare const rebuild_tailwind_plugin__ready$_:ctx__be_T<sig_T<boolean>, 'app'>
|
|
7
|
+
export declare const rebuild_tailwind_plugin__ready_:ctx__get_T<boolean, 'app'>
|
|
8
8
|
export declare function rebuild_tailwind_plugin_():Plugin
|