@pandacss/node 0.0.0-dev-20240624212930 → 0.0.0-dev-20240704152139

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
@@ -33,9 +33,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
33
33
  ));
34
34
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
35
35
 
36
- // ../../node_modules/.pnpm/tsup@8.0.2_typescript@5.3.3/node_modules/tsup/assets/cjs_shims.js
36
+ // ../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.4.0_postcss@8.4.39_typescript@5.3.3/node_modules/tsup/assets/cjs_shims.js
37
37
  var init_cjs_shims = __esm({
38
- "../../node_modules/.pnpm/tsup@8.0.2_typescript@5.3.3/node_modules/tsup/assets/cjs_shims.js"() {
38
+ "../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.4.0_postcss@8.4.39_typescript@5.3.3/node_modules/tsup/assets/cjs_shims.js"() {
39
39
  "use strict";
40
40
  }
41
41
  });
@@ -2991,7 +2991,6 @@ async function debug(ctx, options) {
2991
2991
  const files = ctx.getFiles();
2992
2992
  const measureTotal = import_logger9.logger.time.debug(`Done parsing ${files.length} files`);
2993
2993
  ctx.config.minify = false;
2994
- ctx.config.optimize = true;
2995
2994
  const { fs: fs3, path: path4 } = ctx.runtime;
2996
2995
  const outdir = options.outdir;
2997
2996
  if (!options.dry && outdir) {
package/dist/index.mjs CHANGED
@@ -27,9 +27,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
27
27
  mod
28
28
  ));
29
29
 
30
- // ../../node_modules/.pnpm/tsup@8.0.2_typescript@5.3.3/node_modules/tsup/assets/esm_shims.js
30
+ // ../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.4.0_postcss@8.4.39_typescript@5.3.3/node_modules/tsup/assets/esm_shims.js
31
31
  var init_esm_shims = __esm({
32
- "../../node_modules/.pnpm/tsup@8.0.2_typescript@5.3.3/node_modules/tsup/assets/esm_shims.js"() {
32
+ "../../node_modules/.pnpm/tsup@8.0.2_@swc+core@1.4.0_postcss@8.4.39_typescript@5.3.3/node_modules/tsup/assets/esm_shims.js"() {
33
33
  "use strict";
34
34
  }
35
35
  });
@@ -2965,7 +2965,6 @@ async function debug(ctx, options) {
2965
2965
  const files = ctx.getFiles();
2966
2966
  const measureTotal = logger9.time.debug(`Done parsing ${files.length} files`);
2967
2967
  ctx.config.minify = false;
2968
- ctx.config.optimize = true;
2969
2968
  const { fs: fs3, path: path4 } = ctx.runtime;
2970
2969
  const outdir = options.outdir;
2971
2970
  if (!options.dry && outdir) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/node",
3
- "version": "0.0.0-dev-20240624212930",
3
+ "version": "0.0.0-dev-20240704152139",
4
4
  "description": "The core css panda library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -52,15 +52,15 @@
52
52
  "ts-morph": "21.0.1",
53
53
  "ts-pattern": "5.0.8",
54
54
  "tsconfck": "3.0.2",
55
- "@pandacss/config": "0.0.0-dev-20240624212930",
56
- "@pandacss/core": "0.0.0-dev-20240624212930",
57
- "@pandacss/extractor": "0.0.0-dev-20240624212930",
58
- "@pandacss/generator": "0.0.0-dev-20240624212930",
59
- "@pandacss/logger": "0.0.0-dev-20240624212930",
60
- "@pandacss/parser": "0.0.0-dev-20240624212930",
61
- "@pandacss/shared": "0.0.0-dev-20240624212930",
62
- "@pandacss/token-dictionary": "0.0.0-dev-20240624212930",
63
- "@pandacss/types": "0.0.0-dev-20240624212930"
55
+ "@pandacss/config": "0.0.0-dev-20240704152139",
56
+ "@pandacss/core": "0.0.0-dev-20240704152139",
57
+ "@pandacss/extractor": "0.0.0-dev-20240704152139",
58
+ "@pandacss/generator": "0.0.0-dev-20240704152139",
59
+ "@pandacss/logger": "0.0.0-dev-20240704152139",
60
+ "@pandacss/parser": "0.0.0-dev-20240704152139",
61
+ "@pandacss/shared": "0.0.0-dev-20240704152139",
62
+ "@pandacss/token-dictionary": "0.0.0-dev-20240704152139",
63
+ "@pandacss/types": "0.0.0-dev-20240704152139"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@types/fs-extra": "11.0.4",