@pandacss/node 0.0.0-dev-20230530154520 → 0.0.0-dev-20230530232010
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 +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +13 -13
package/dist/index.js
CHANGED
|
@@ -2770,7 +2770,8 @@ var import_outdent = __toESM(require("outdent"));
|
|
|
2770
2770
|
function setupGitIgnore({ config: { outdir, gitignore = true } }) {
|
|
2771
2771
|
if (!gitignore)
|
|
2772
2772
|
return;
|
|
2773
|
-
const txt = import_outdent.default
|
|
2773
|
+
const txt = import_outdent.default`
|
|
2774
|
+
## Panda
|
|
2774
2775
|
${outdir}
|
|
2775
2776
|
${outdir}-static
|
|
2776
2777
|
`;
|
package/dist/index.mjs
CHANGED
|
@@ -2755,7 +2755,8 @@ import outdent from "outdent";
|
|
|
2755
2755
|
function setupGitIgnore({ config: { outdir, gitignore = true } }) {
|
|
2756
2756
|
if (!gitignore)
|
|
2757
2757
|
return;
|
|
2758
|
-
const txt = outdent
|
|
2758
|
+
const txt = outdent`
|
|
2759
|
+
## Panda
|
|
2759
2760
|
${outdir}
|
|
2760
2761
|
${outdir}-static
|
|
2761
2762
|
`;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/node",
|
|
3
|
-
"version": "0.0.0-dev-
|
|
3
|
+
"version": "0.0.0-dev-20230530232010",
|
|
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-
|
|
36
|
-
"@pandacss/
|
|
37
|
-
"@pandacss/
|
|
38
|
-
"@pandacss/extractor": "0.0.0-dev-
|
|
39
|
-
"@pandacss/generator": "0.0.0-dev-
|
|
40
|
-
"@pandacss/is-valid-prop": "0.0.0-dev-
|
|
41
|
-
"@pandacss/logger": "0.0.0-dev-
|
|
42
|
-
"@pandacss/parser": "0.0.0-dev-
|
|
43
|
-
"@pandacss/shared": "0.0.0-dev-
|
|
44
|
-
"@pandacss/token-dictionary": "0.0.0-dev-
|
|
45
|
-
"@pandacss/types": "0.0.0-dev-
|
|
35
|
+
"@pandacss/config": "0.0.0-dev-20230530232010",
|
|
36
|
+
"@pandacss/error": "0.0.0-dev-20230530232010",
|
|
37
|
+
"@pandacss/core": "0.0.0-dev-20230530232010",
|
|
38
|
+
"@pandacss/extractor": "0.0.0-dev-20230530232010",
|
|
39
|
+
"@pandacss/generator": "0.0.0-dev-20230530232010",
|
|
40
|
+
"@pandacss/is-valid-prop": "0.0.0-dev-20230530232010",
|
|
41
|
+
"@pandacss/logger": "0.0.0-dev-20230530232010",
|
|
42
|
+
"@pandacss/parser": "0.0.0-dev-20230530232010",
|
|
43
|
+
"@pandacss/shared": "0.0.0-dev-20230530232010",
|
|
44
|
+
"@pandacss/token-dictionary": "0.0.0-dev-20230530232010",
|
|
45
|
+
"@pandacss/types": "0.0.0-dev-20230530232010"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"@types/fs-extra": "11.0.1",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@types/pluralize": "0.0.29",
|
|
53
53
|
"boxen": "^7.1.0",
|
|
54
54
|
"gzip-size": "^7.0.0",
|
|
55
|
-
"@pandacss/fixture": "0.0.0-dev-
|
|
55
|
+
"@pandacss/fixture": "0.0.0-dev-20230530232010"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
58
|
"build": "tsup src/index.ts --format=cjs,esm --shims --dts",
|