eddev 2.0.0-beta.117 → 2.0.0-beta.119
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.
|
@@ -1064,7 +1064,7 @@ export declare function useTailwindConfig(): {
|
|
|
1064
1064
|
readonly plugins?: readonly (import("tailwindcss/types/config.js").PluginCreator | {
|
|
1065
1065
|
(options: any): {
|
|
1066
1066
|
handler: import("tailwindcss/types/config.js").PluginCreator;
|
|
1067
|
-
config?: Partial<import("tailwindcss/types/config.js").Config
|
|
1067
|
+
config?: Partial<import("tailwindcss/types/config.js").Config> | undefined;
|
|
1068
1068
|
};
|
|
1069
1069
|
__isOptionsFunction: true;
|
|
1070
1070
|
} | {
|
|
@@ -2109,7 +2109,7 @@ export declare function useTailwindConfig(): {
|
|
|
2109
2109
|
readonly plugins?: readonly (import("tailwindcss/types/config.js").PluginCreator | {
|
|
2110
2110
|
(options: any): {
|
|
2111
2111
|
handler: import("tailwindcss/types/config.js").PluginCreator;
|
|
2112
|
-
config?: Partial<import("tailwindcss/types/config.js").Config
|
|
2112
|
+
config?: Partial<import("tailwindcss/types/config.js").Config> | undefined;
|
|
2113
2113
|
};
|
|
2114
2114
|
__isOptionsFunction: true;
|
|
2115
2115
|
} | /*elided*/ any | undefined)[] | undefined;
|
|
@@ -3129,7 +3129,7 @@ export declare function useTailwindConfig(): {
|
|
|
3129
3129
|
readonly plugins?: readonly (import("tailwindcss/types/config.js").PluginCreator | {
|
|
3130
3130
|
(options: any): {
|
|
3131
3131
|
handler: import("tailwindcss/types/config.js").PluginCreator;
|
|
3132
|
-
config?: Partial<import("tailwindcss/types/config.js").Config
|
|
3132
|
+
config?: Partial<import("tailwindcss/types/config.js").Config> | undefined;
|
|
3133
3133
|
};
|
|
3134
3134
|
__isOptionsFunction: true;
|
|
3135
3135
|
} | {
|
|
@@ -4200,7 +4200,7 @@ export declare function useTailwindConfig(): {
|
|
|
4200
4200
|
readonly plugins?: readonly (import("tailwindcss/types/config.js").PluginCreator | {
|
|
4201
4201
|
(options: any): {
|
|
4202
4202
|
handler: import("tailwindcss/types/config.js").PluginCreator;
|
|
4203
|
-
config?: Partial<import("tailwindcss/types/config.js").Config
|
|
4203
|
+
config?: Partial<import("tailwindcss/types/config.js").Config> | undefined;
|
|
4204
4204
|
};
|
|
4205
4205
|
__isOptionsFunction: true;
|
|
4206
4206
|
} | /*elided*/ any | undefined)[] | undefined;
|
|
@@ -5218,7 +5218,7 @@ export declare function useTailwindConfig(): {
|
|
|
5218
5218
|
readonly plugins?: readonly (import("tailwindcss/types/config.js").PluginCreator | {
|
|
5219
5219
|
(options: any): {
|
|
5220
5220
|
handler: import("tailwindcss/types/config.js").PluginCreator;
|
|
5221
|
-
config?: Partial<import("tailwindcss/types/config.js").Config
|
|
5221
|
+
config?: Partial<import("tailwindcss/types/config.js").Config> | undefined;
|
|
5222
5222
|
};
|
|
5223
5223
|
__isOptionsFunction: true;
|
|
5224
5224
|
} | /*elided*/ any | undefined)[] | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const VERSION = "2.0.0-beta.
|
|
1
|
+
export declare const VERSION = "2.0.0-beta.118";
|
package/dist/node/cli/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = "2.0.0-beta.
|
|
1
|
+
export const VERSION = "2.0.0-beta.118";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eddev",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.119",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"ufo": "^1.3.1",
|
|
117
117
|
"undent": "^0.1.0",
|
|
118
118
|
"undici": "^6.21.0",
|
|
119
|
-
"valtio": "^1.
|
|
119
|
+
"valtio": "^2.1.2",
|
|
120
120
|
"vinxi": "^0.4.3",
|
|
121
121
|
"vite-tsconfig-paths": "^4.2.1",
|
|
122
122
|
"zod": "^3.22.4",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
},
|
|
136
136
|
"peerDependencies": {
|
|
137
137
|
"react": "^18.3.1",
|
|
138
|
-
"react-dom": "^
|
|
138
|
+
"react-dom": "^18.3.1",
|
|
139
139
|
"tailwindcss": "^3.4.4"
|
|
140
140
|
}
|
|
141
141
|
}
|