@pandacss/node
Advanced tools
Comparing version 0.50.0 to 0.51.0
@@ -58,4 +58,4 @@ import * as _pandacss_reporter from '@pandacss/reporter'; | ||
writeCss: (sheet?: Stylesheet) => Promise<PromiseSettledResult<void>[]> | undefined; | ||
watchConfig: (cb: (file: string) => void | Promise<void>, opts?: Omit<WatchOptions, 'include'>) => void; | ||
watchFiles: (cb: (event: WatcherEventType, file: string) => void | Promise<void>, opts?: Omit<WatchOptions, 'include' | 'exclude' | 'poll' | 'cwd' | 'logger'>) => void; | ||
watchConfig: (cb: (file: string) => void | Promise<void>, opts?: Omit<WatchOptions, "include">) => void; | ||
watchFiles: (cb: (event: WatcherEventType, file: string) => void | Promise<void>, opts?: Omit<WatchOptions, "include" | "exclude" | "poll" | "cwd" | "logger">) => void; | ||
} | ||
@@ -62,0 +62,0 @@ |
{ | ||
"name": "@pandacss/node", | ||
"version": "0.50.0", | ||
"version": "0.51.0", | ||
"description": "The core css panda library", | ||
@@ -50,14 +50,14 @@ "main": "dist/index.js", | ||
"prettier": "3.2.5", | ||
"ts-morph": "21.0.1", | ||
"ts-morph": "24.0.0", | ||
"ts-pattern": "5.0.8", | ||
"tsconfck": "3.0.2", | ||
"@pandacss/config": "0.50.0", | ||
"@pandacss/core": "0.50.0", | ||
"@pandacss/generator": "0.50.0", | ||
"@pandacss/reporter": "0.50.0", | ||
"@pandacss/logger": "0.50.0", | ||
"@pandacss/parser": "0.50.0", | ||
"@pandacss/shared": "0.50.0", | ||
"@pandacss/token-dictionary": "0.50.0", | ||
"@pandacss/types": "0.50.0" | ||
"@pandacss/config": "0.51.0", | ||
"@pandacss/core": "0.51.0", | ||
"@pandacss/generator": "0.51.0", | ||
"@pandacss/reporter": "0.51.0", | ||
"@pandacss/logger": "0.51.0", | ||
"@pandacss/parser": "0.51.0", | ||
"@pandacss/shared": "0.51.0", | ||
"@pandacss/token-dictionary": "0.51.0", | ||
"@pandacss/types": "0.51.0" | ||
}, | ||
@@ -64,0 +64,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
269056
+ Added@pandacss/config@0.51.0(transitive)
+ Added@pandacss/core@0.51.0(transitive)
+ Added@pandacss/extractor@0.51.0(transitive)
+ Added@pandacss/generator@0.51.0(transitive)
+ Added@pandacss/is-valid-prop@0.51.1(transitive)
+ Added@pandacss/logger@0.51.0(transitive)
+ Added@pandacss/parser@0.51.0(transitive)
+ Added@pandacss/preset-base@0.51.0(transitive)
+ Added@pandacss/preset-panda@0.51.0(transitive)
+ Added@pandacss/reporter@0.51.0(transitive)
+ Added@pandacss/shared@0.51.0(transitive)
+ Added@pandacss/token-dictionary@0.51.0(transitive)
+ Added@pandacss/types@0.51.0(transitive)
+ Added@ts-morph/common@0.25.0(transitive)
+ Addedcode-block-writer@13.0.3(transitive)
+ Addedfdir@6.4.3(transitive)
+ Addedpicomatch@4.0.2(transitive)
+ Addedtinyglobby@0.2.12(transitive)
+ Addedts-morph@24.0.0(transitive)
+ Addedtypescript@5.6.2(transitive)
- Removed@pandacss/config@0.50.0(transitive)
- Removed@pandacss/core@0.50.0(transitive)
- Removed@pandacss/extractor@0.50.0(transitive)
- Removed@pandacss/generator@0.50.0(transitive)
- Removed@pandacss/is-valid-prop@0.50.0(transitive)
- Removed@pandacss/logger@0.50.0(transitive)
- Removed@pandacss/parser@0.50.0(transitive)
- Removed@pandacss/preset-base@0.50.0(transitive)
- Removed@pandacss/preset-panda@0.50.0(transitive)
- Removed@pandacss/reporter@0.50.0(transitive)
- Removed@pandacss/shared@0.50.0(transitive)
- Removed@pandacss/token-dictionary@0.50.0(transitive)
- Removed@pandacss/types@0.50.0(transitive)
- Removed@ts-morph/common@0.22.0(transitive)
- Removedcode-block-writer@12.0.0(transitive)
- Removedmkdirp@3.0.1(transitive)
- Removedts-morph@21.0.1(transitive)
- Removedtypescript@5.3.3(transitive)
Updated@pandacss/config@0.51.0
Updated@pandacss/core@0.51.0
Updated@pandacss/generator@0.51.0
Updated@pandacss/logger@0.51.0
Updated@pandacss/parser@0.51.0
Updated@pandacss/reporter@0.51.0
Updated@pandacss/shared@0.51.0
Updated@pandacss/types@0.51.0
Updatedts-morph@24.0.0