@pandacss/node 0.0.0-dev-20230208150234 → 0.0.0-dev-20230208184147
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 -0
- package/dist/index.mjs +1 -0
- package/package.json +12 -12
package/dist/index.js
CHANGED
|
@@ -2153,6 +2153,7 @@ async function generate(config, configPath) {
|
|
|
2153
2153
|
}).with("change", async () => {
|
|
2154
2154
|
ctx.project.reloadSourceFile(file);
|
|
2155
2155
|
await writeFileChunk(ctxRef.current, file);
|
|
2156
|
+
return bundleChunks(ctxRef.current);
|
|
2156
2157
|
}).with("add", async () => {
|
|
2157
2158
|
ctx.project.createSourceFile(file);
|
|
2158
2159
|
return bundleChunks(ctxRef.current);
|
package/dist/index.mjs
CHANGED
|
@@ -2140,6 +2140,7 @@ async function generate(config, configPath) {
|
|
|
2140
2140
|
}).with("change", async () => {
|
|
2141
2141
|
ctx.project.reloadSourceFile(file);
|
|
2142
2142
|
await writeFileChunk(ctxRef.current, file);
|
|
2143
|
+
return bundleChunks(ctxRef.current);
|
|
2143
2144
|
}).with("add", async () => {
|
|
2144
2145
|
ctx.project.createSourceFile(file);
|
|
2145
2146
|
return bundleChunks(ctxRef.current);
|
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-20230208184147",
|
|
4
4
|
"description": "The core css panda library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -31,16 +31,16 @@
|
|
|
31
31
|
"preferred-pm": "^3.0.3",
|
|
32
32
|
"ts-pattern": "4.1.4",
|
|
33
33
|
"ts-morph": "17.0.1",
|
|
34
|
-
"@pandacss/config": "0.0.0-dev-
|
|
35
|
-
"@pandacss/generator": "0.0.0-dev-
|
|
36
|
-
"@pandacss/core": "0.0.0-dev-
|
|
37
|
-
"@pandacss/error": "0.0.0-dev-
|
|
38
|
-
"@pandacss/is-valid-prop": "0.0.0-dev-
|
|
39
|
-
"@pandacss/logger": "0.0.0-dev-
|
|
40
|
-
"@pandacss/parser": "0.0.0-dev-
|
|
41
|
-
"@pandacss/shared": "0.0.0-dev-
|
|
42
|
-
"@pandacss/token-dictionary": "0.0.0-dev-
|
|
43
|
-
"@pandacss/types": "0.0.0-dev-
|
|
34
|
+
"@pandacss/config": "0.0.0-dev-20230208184147",
|
|
35
|
+
"@pandacss/generator": "0.0.0-dev-20230208184147",
|
|
36
|
+
"@pandacss/core": "0.0.0-dev-20230208184147",
|
|
37
|
+
"@pandacss/error": "0.0.0-dev-20230208184147",
|
|
38
|
+
"@pandacss/is-valid-prop": "0.0.0-dev-20230208184147",
|
|
39
|
+
"@pandacss/logger": "0.0.0-dev-20230208184147",
|
|
40
|
+
"@pandacss/parser": "0.0.0-dev-20230208184147",
|
|
41
|
+
"@pandacss/shared": "0.0.0-dev-20230208184147",
|
|
42
|
+
"@pandacss/token-dictionary": "0.0.0-dev-20230208184147",
|
|
43
|
+
"@pandacss/types": "0.0.0-dev-20230208184147"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/fs-extra": "11.0.1",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@types/lodash.merge": "4.6.7",
|
|
50
50
|
"@types/pluralize": "0.0.29",
|
|
51
51
|
"boxen": "^7.0.1",
|
|
52
|
-
"@pandacss/fixture": "0.0.0-dev-
|
|
52
|
+
"@pandacss/fixture": "0.0.0-dev-20230208184147"
|
|
53
53
|
},
|
|
54
54
|
"scripts": {
|
|
55
55
|
"build": "tsup src/index.ts --format=cjs,esm --shims --dts",
|