@pandacss/node 0.0.0-dev-20230609132211 → 0.0.0-dev-20230611145407
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 +13 -13
package/dist/index.js
CHANGED
|
@@ -2518,7 +2518,7 @@ var Builder = class {
|
|
|
2518
2518
|
async setup(options = {}) {
|
|
2519
2519
|
import_logger4.logger.debug("builder", "\u{1F6A7} Setup");
|
|
2520
2520
|
const configPath = options.configPath ?? this.getConfigPath();
|
|
2521
|
-
const configDeps = (0, import_config3.getConfigDependencies)(configPath);
|
|
2521
|
+
const { deps: configDeps } = (0, import_config3.getConfigDependencies)(configPath);
|
|
2522
2522
|
const deps = this.checkConfigDeps(configPath, configDeps);
|
|
2523
2523
|
if (deps.isModified) {
|
|
2524
2524
|
return this.setupContext({
|
package/dist/index.mjs
CHANGED
|
@@ -2503,7 +2503,7 @@ var Builder = class {
|
|
|
2503
2503
|
async setup(options = {}) {
|
|
2504
2504
|
logger4.debug("builder", "\u{1F6A7} Setup");
|
|
2505
2505
|
const configPath = options.configPath ?? this.getConfigPath();
|
|
2506
|
-
const configDeps = getConfigDependencies(configPath);
|
|
2506
|
+
const { deps: configDeps } = getConfigDependencies(configPath);
|
|
2507
2507
|
const deps = this.checkConfigDeps(configPath, configDeps);
|
|
2508
2508
|
if (deps.isModified) {
|
|
2509
2509
|
return this.setupContext({
|
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-20230611145407",
|
|
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/core": "0.0.0-dev-
|
|
37
|
-
"@pandacss/error": "0.0.0-dev-
|
|
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-20230611145407",
|
|
36
|
+
"@pandacss/core": "0.0.0-dev-20230611145407",
|
|
37
|
+
"@pandacss/error": "0.0.0-dev-20230611145407",
|
|
38
|
+
"@pandacss/extractor": "0.0.0-dev-20230611145407",
|
|
39
|
+
"@pandacss/generator": "0.0.0-dev-20230611145407",
|
|
40
|
+
"@pandacss/is-valid-prop": "0.0.0-dev-20230611145407",
|
|
41
|
+
"@pandacss/logger": "0.0.0-dev-20230611145407",
|
|
42
|
+
"@pandacss/parser": "0.0.0-dev-20230611145407",
|
|
43
|
+
"@pandacss/shared": "0.0.0-dev-20230611145407",
|
|
44
|
+
"@pandacss/token-dictionary": "0.0.0-dev-20230611145407",
|
|
45
|
+
"@pandacss/types": "0.0.0-dev-20230611145407"
|
|
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-20230611145407"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
58
|
"build": "tsup src/index.ts --format=cjs,esm --shims --dts",
|