@pandacss/node 0.0.0-dev-20221201161856 → 0.0.0-dev-20221201165141
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 -1
- package/dist/index.mjs +1 -1
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -1574,7 +1574,7 @@ function watchMessage() {
|
|
|
1574
1574
|
}
|
|
1575
1575
|
function buildCompleteMessage(ctx) {
|
|
1576
1576
|
return import_outdent23.outdent`
|
|
1577
|
-
Successfully extracted
|
|
1577
|
+
Successfully extracted css from ${ctx.files.length} file(s) ✨
|
|
1578
1578
|
`;
|
|
1579
1579
|
}
|
|
1580
1580
|
|
package/dist/index.mjs
CHANGED
|
@@ -1529,7 +1529,7 @@ function watchMessage() {
|
|
|
1529
1529
|
}
|
|
1530
1530
|
function buildCompleteMessage(ctx) {
|
|
1531
1531
|
return outdent23`
|
|
1532
|
-
Successfully extracted
|
|
1532
|
+
Successfully extracted css from ${ctx.files.length} file(s) ✨
|
|
1533
1533
|
`;
|
|
1534
1534
|
}
|
|
1535
1535
|
|
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-20221201165141",
|
|
4
4
|
"description": "The core css panda library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -30,15 +30,15 @@
|
|
|
30
30
|
"telejson": "7.0.4",
|
|
31
31
|
"ts-pattern": "4.0.6",
|
|
32
32
|
"ts-morph": "17.0.1",
|
|
33
|
-
"@pandacss/types": "0.0.0-dev-
|
|
34
|
-
"@pandacss/is-valid-prop": "0.0.0-dev-
|
|
35
|
-
"@pandacss/error": "0.0.0-dev-
|
|
36
|
-
"@pandacss/parser": "0.0.0-dev-
|
|
37
|
-
"@pandacss/shared": "0.0.0-dev-
|
|
38
|
-
"@pandacss/token-dictionary": "0.0.0-dev-
|
|
39
|
-
"@pandacss/logger": "0.0.0-dev-
|
|
40
|
-
"@pandacss/core": "0.0.0-dev-
|
|
41
|
-
"@pandacss/config": "0.0.0-dev-
|
|
33
|
+
"@pandacss/types": "0.0.0-dev-20221201165141",
|
|
34
|
+
"@pandacss/is-valid-prop": "0.0.0-dev-20221201165141",
|
|
35
|
+
"@pandacss/error": "0.0.0-dev-20221201165141",
|
|
36
|
+
"@pandacss/parser": "0.0.0-dev-20221201165141",
|
|
37
|
+
"@pandacss/shared": "0.0.0-dev-20221201165141",
|
|
38
|
+
"@pandacss/token-dictionary": "0.0.0-dev-20221201165141",
|
|
39
|
+
"@pandacss/logger": "0.0.0-dev-20221201165141",
|
|
40
|
+
"@pandacss/core": "0.0.0-dev-20221201165141",
|
|
41
|
+
"@pandacss/config": "0.0.0-dev-20221201165141"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@types/fs-extra": "9.0.13",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@types/glob-parent": "^5.1.1",
|
|
47
47
|
"@types/pluralize": "0.0.29",
|
|
48
48
|
"@types/lodash.merge": "4.6.7",
|
|
49
|
-
"@pandacss/fixture": "0.0.0-dev-
|
|
49
|
+
"@pandacss/fixture": "0.0.0-dev-20221201165141"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup src/index.ts --format=cjs,esm --shims --dts",
|