@pandacss/node 0.42.0 → 0.44.0

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/dist/index.js CHANGED
@@ -432,7 +432,7 @@ var import_node_path = __toESM(require("path"));
432
432
  var import_zlib = __toESM(require("zlib"));
433
433
 
434
434
  // package.json
435
- var version = "0.42.0";
435
+ var version = "0.44.0";
436
436
 
437
437
  // src/classify.ts
438
438
  init_cjs_shims();
package/dist/index.mjs CHANGED
@@ -406,7 +406,7 @@ import path from "node:path";
406
406
  import zlib from "zlib";
407
407
 
408
408
  // package.json
409
- var version = "0.42.0";
409
+ var version = "0.44.0";
410
410
 
411
411
  // src/classify.ts
412
412
  init_esm_shims();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/node",
3
- "version": "0.42.0",
3
+ "version": "0.44.0",
4
4
  "description": "The core css panda library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -36,7 +36,7 @@
36
36
  "chokidar": "3.6.0",
37
37
  "fast-glob": "3.3.2",
38
38
  "file-size": "1.0.0",
39
- "filesize": "10.1.2",
39
+ "filesize": "10.1.4",
40
40
  "fs-extra": "11.2.0",
41
41
  "glob-parent": "6.0.2",
42
42
  "is-glob": "4.0.3",
@@ -46,21 +46,21 @@
46
46
  "perfect-debounce": "1.0.0",
47
47
  "pkg-types": "1.0.3",
48
48
  "pluralize": "8.0.0",
49
- "postcss": "8.4.38",
50
- "preferred-pm": "3.1.2",
49
+ "postcss": "8.4.39",
50
+ "preferred-pm": "3.1.4",
51
51
  "prettier": "3.2.5",
52
52
  "ts-morph": "21.0.1",
53
53
  "ts-pattern": "5.0.8",
54
54
  "tsconfck": "3.0.2",
55
- "@pandacss/config": "0.42.0",
56
- "@pandacss/core": "0.42.0",
57
- "@pandacss/extractor": "0.42.0",
58
- "@pandacss/generator": "0.42.0",
59
- "@pandacss/logger": "0.42.0",
60
- "@pandacss/parser": "0.42.0",
61
- "@pandacss/shared": "0.42.0",
62
- "@pandacss/token-dictionary": "0.42.0",
63
- "@pandacss/types": "0.42.0"
55
+ "@pandacss/config": "0.44.0",
56
+ "@pandacss/core": "0.44.0",
57
+ "@pandacss/extractor": "0.44.0",
58
+ "@pandacss/generator": "0.44.0",
59
+ "@pandacss/logger": "0.44.0",
60
+ "@pandacss/parser": "0.44.0",
61
+ "@pandacss/shared": "0.44.0",
62
+ "@pandacss/token-dictionary": "0.44.0",
63
+ "@pandacss/types": "0.44.0"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@types/fs-extra": "11.0.4",