@pandacss/node 0.0.0-dev-20230614164728 → 0.0.0-dev-20230614183248

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
@@ -2709,7 +2709,7 @@ function setupGitIgnore(ctx) {
2709
2709
 
2710
2710
  ## Panda
2711
2711
  ${outdir}
2712
- ${ctx.studio.outdir}-static
2712
+ ${ctx.studio.outdir}
2713
2713
  `;
2714
2714
  const file = (0, import_look_it_up2.lookItUpSync)(".gitignore");
2715
2715
  if (!file) {
package/dist/index.mjs CHANGED
@@ -2696,7 +2696,7 @@ function setupGitIgnore(ctx) {
2696
2696
 
2697
2697
  ## Panda
2698
2698
  ${outdir}
2699
- ${ctx.studio.outdir}-static
2699
+ ${ctx.studio.outdir}
2700
2700
  `;
2701
2701
  const file = lookItUpSync2(".gitignore");
2702
2702
  if (!file) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pandacss/node",
3
- "version": "0.0.0-dev-20230614164728",
3
+ "version": "0.0.0-dev-20230614183248",
4
4
  "description": "The core css panda library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -32,17 +32,17 @@
32
32
  "preferred-pm": "^3.0.3",
33
33
  "ts-morph": "18.0.0",
34
34
  "ts-pattern": "4.3.0",
35
- "@pandacss/config": "0.0.0-dev-20230614164728",
36
- "@pandacss/core": "0.0.0-dev-20230614164728",
37
- "@pandacss/error": "0.0.0-dev-20230614164728",
38
- "@pandacss/extractor": "0.0.0-dev-20230614164728",
39
- "@pandacss/generator": "0.0.0-dev-20230614164728",
40
- "@pandacss/is-valid-prop": "0.0.0-dev-20230614164728",
41
- "@pandacss/logger": "0.0.0-dev-20230614164728",
42
- "@pandacss/parser": "0.0.0-dev-20230614164728",
43
- "@pandacss/shared": "0.0.0-dev-20230614164728",
44
- "@pandacss/token-dictionary": "0.0.0-dev-20230614164728",
45
- "@pandacss/types": "0.0.0-dev-20230614164728"
35
+ "@pandacss/config": "0.0.0-dev-20230614183248",
36
+ "@pandacss/core": "0.0.0-dev-20230614183248",
37
+ "@pandacss/error": "0.0.0-dev-20230614183248",
38
+ "@pandacss/extractor": "0.0.0-dev-20230614183248",
39
+ "@pandacss/generator": "0.0.0-dev-20230614183248",
40
+ "@pandacss/is-valid-prop": "0.0.0-dev-20230614183248",
41
+ "@pandacss/logger": "0.0.0-dev-20230614183248",
42
+ "@pandacss/parser": "0.0.0-dev-20230614183248",
43
+ "@pandacss/shared": "0.0.0-dev-20230614183248",
44
+ "@pandacss/token-dictionary": "0.0.0-dev-20230614183248",
45
+ "@pandacss/types": "0.0.0-dev-20230614183248"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/fs-extra": "11.0.1",
@@ -51,7 +51,7 @@
51
51
  "@types/lodash.merge": "4.6.7",
52
52
  "@types/pluralize": "0.0.29",
53
53
  "boxen": "^7.1.0",
54
- "@pandacss/fixture": "0.0.0-dev-20230614164728"
54
+ "@pandacss/fixture": "0.0.0-dev-20230614183248"
55
55
  },
56
56
  "scripts": {
57
57
  "build": "tsup src/index.ts --format=cjs,esm --shims --dts",