@rebuildjs/tailwindcss 0.8.15 → 0.8.17

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.8.15",
3
+ "version": "0.8.17",
4
4
  "description": "Tailwindcss integration with rebuildjs",
5
5
  "keywords": [
6
6
  "tailwindcss",
@@ -45,7 +45,7 @@
45
45
  "c8": "^9.1.0",
46
46
  "check-dts": "^0.7.2",
47
47
  "esmock": "^2.6.3",
48
- "relementjs": "^0.70.1",
48
+ "relementjs": "^0.71.0",
49
49
  "tsx": "^4.7.1",
50
50
  "typescript": "next",
51
51
  "uvu": "^0.5.6"
@@ -10,6 +10,6 @@ export declare const rebuildjs_tailwind__ready_:ctx__get_T<boolean, 'app'>
10
10
  export declare function rebuildjs_tailwind__ready__wait(timeout?:number):Promise<boolean>
11
11
  export declare function rebuild_tailwind_plugin_(config?:rebuild_tailwind_plugin__config_T):Plugin
12
12
  export type rebuild_tailwind_plugin__config_T = {
13
- postcss_plugin_a1_?:(tailwindcss_plugin:Plugin)=>AcceptedPlugin[]
13
+ postcss_plugin_a1_?:(tailwindcss_plugin:AcceptedPlugin)=>AcceptedPlugin[]
14
14
  tailwindcss_config?:Config
15
15
  }