@pandacss/node 0.0.0-dev-20240517164839 → 0.0.0-dev-20240520175642
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 +1 -2
- package/dist/index.mjs +1 -2
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -763,8 +763,7 @@ var writeAnalyzeJSON = (filePath, result, ctx) => {
|
|
|
763
763
|
theme: ctx.config.theme,
|
|
764
764
|
utilities: ctx.config.utilities,
|
|
765
765
|
conditions: ctx.config.conditions,
|
|
766
|
-
shorthands: ctx.utility.shorthands
|
|
767
|
-
parserOptions: ctx.parserOptions
|
|
766
|
+
shorthands: ctx.utility.shorthands
|
|
768
767
|
}),
|
|
769
768
|
analyzeResultSerializer,
|
|
770
769
|
2
|
package/dist/index.mjs
CHANGED
|
@@ -737,8 +737,7 @@ var writeAnalyzeJSON = (filePath, result, ctx) => {
|
|
|
737
737
|
theme: ctx.config.theme,
|
|
738
738
|
utilities: ctx.config.utilities,
|
|
739
739
|
conditions: ctx.config.conditions,
|
|
740
|
-
shorthands: ctx.utility.shorthands
|
|
741
|
-
parserOptions: ctx.parserOptions
|
|
740
|
+
shorthands: ctx.utility.shorthands
|
|
742
741
|
}),
|
|
743
742
|
analyzeResultSerializer,
|
|
744
743
|
2
|
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-20240520175642",
|
|
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-
|
|
56
|
-
"@pandacss/core": "0.0.0-dev-
|
|
57
|
-
"@pandacss/extractor": "0.0.0-dev-
|
|
58
|
-
"@pandacss/generator": "0.0.0-dev-
|
|
59
|
-
"@pandacss/logger": "0.0.0-dev-
|
|
60
|
-
"@pandacss/parser": "0.0.0-dev-
|
|
61
|
-
"@pandacss/shared": "0.0.0-dev-
|
|
62
|
-
"@pandacss/token-dictionary": "0.0.0-dev-
|
|
63
|
-
"@pandacss/types": "0.0.0-dev-
|
|
55
|
+
"@pandacss/config": "0.0.0-dev-20240520175642",
|
|
56
|
+
"@pandacss/core": "0.0.0-dev-20240520175642",
|
|
57
|
+
"@pandacss/extractor": "0.0.0-dev-20240520175642",
|
|
58
|
+
"@pandacss/generator": "0.0.0-dev-20240520175642",
|
|
59
|
+
"@pandacss/logger": "0.0.0-dev-20240520175642",
|
|
60
|
+
"@pandacss/parser": "0.0.0-dev-20240520175642",
|
|
61
|
+
"@pandacss/shared": "0.0.0-dev-20240520175642",
|
|
62
|
+
"@pandacss/token-dictionary": "0.0.0-dev-20240520175642",
|
|
63
|
+
"@pandacss/types": "0.0.0-dev-20240520175642"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@types/fs-extra": "11.0.4",
|