@pandacss/node 1.4.2 → 1.4.3
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 -2
- package/dist/index.mjs +2 -2
- package/package.json +14 -14
package/dist/index.js
CHANGED
|
@@ -33,9 +33,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
33
33
|
));
|
|
34
34
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
35
35
|
|
|
36
|
-
// ../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.13.
|
|
36
|
+
// ../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.13.5_jiti@2.4.2_postcss@8.5.6_tsx@4.20.6_typescript@5.8.3_yaml@2.7.0/node_modules/tsup/assets/cjs_shims.js
|
|
37
37
|
var init_cjs_shims = __esm({
|
|
38
|
-
"../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.13.
|
|
38
|
+
"../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.13.5_jiti@2.4.2_postcss@8.5.6_tsx@4.20.6_typescript@5.8.3_yaml@2.7.0/node_modules/tsup/assets/cjs_shims.js"() {
|
|
39
39
|
"use strict";
|
|
40
40
|
}
|
|
41
41
|
});
|
package/dist/index.mjs
CHANGED
|
@@ -27,11 +27,11 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
27
|
mod
|
|
28
28
|
));
|
|
29
29
|
|
|
30
|
-
// ../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.13.
|
|
30
|
+
// ../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.13.5_jiti@2.4.2_postcss@8.5.6_tsx@4.20.6_typescript@5.8.3_yaml@2.7.0/node_modules/tsup/assets/esm_shims.js
|
|
31
31
|
import path from "path";
|
|
32
32
|
import { fileURLToPath } from "url";
|
|
33
33
|
var init_esm_shims = __esm({
|
|
34
|
-
"../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.13.
|
|
34
|
+
"../../node_modules/.pnpm/tsup@8.5.0_@swc+core@1.13.5_jiti@2.4.2_postcss@8.5.6_tsx@4.20.6_typescript@5.8.3_yaml@2.7.0/node_modules/tsup/assets/esm_shims.js"() {
|
|
35
35
|
"use strict";
|
|
36
36
|
}
|
|
37
37
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pandacss/node",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
4
4
|
"description": "The core css panda library",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"access": "public"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"browserslist": "4.
|
|
36
|
+
"browserslist": "4.24.4",
|
|
37
37
|
"chokidar": "4.0.3",
|
|
38
38
|
"fast-glob": "3.3.3",
|
|
39
39
|
"fs-extra": "11.2.0",
|
|
@@ -44,26 +44,26 @@
|
|
|
44
44
|
"outdent": " ^0.8.0",
|
|
45
45
|
"package-manager-detector": "0.1.0",
|
|
46
46
|
"perfect-debounce": "1.0.0",
|
|
47
|
-
"pkg-types": "2.
|
|
47
|
+
"pkg-types": "2.3.0",
|
|
48
48
|
"picomatch": "4.0.3",
|
|
49
49
|
"pluralize": "8.0.0",
|
|
50
|
-
"postcss": "8.
|
|
50
|
+
"postcss": "8.5.6",
|
|
51
51
|
"prettier": "3.2.5",
|
|
52
52
|
"ts-morph": "26.0.0",
|
|
53
53
|
"ts-pattern": "5.8.0",
|
|
54
54
|
"tsconfck": "3.1.6",
|
|
55
|
-
"@pandacss/config": "1.4.
|
|
56
|
-
"@pandacss/core": "1.4.
|
|
57
|
-
"@pandacss/generator": "1.4.
|
|
58
|
-
"@pandacss/reporter": "1.4.
|
|
59
|
-
"@pandacss/logger": "1.4.
|
|
60
|
-
"@pandacss/parser": "1.4.
|
|
61
|
-
"@pandacss/shared": "1.4.
|
|
62
|
-
"@pandacss/token-dictionary": "1.4.
|
|
63
|
-
"@pandacss/types": "1.4.
|
|
55
|
+
"@pandacss/config": "1.4.3",
|
|
56
|
+
"@pandacss/core": "1.4.3",
|
|
57
|
+
"@pandacss/generator": "1.4.3",
|
|
58
|
+
"@pandacss/reporter": "1.4.3",
|
|
59
|
+
"@pandacss/logger": "1.4.3",
|
|
60
|
+
"@pandacss/parser": "1.4.3",
|
|
61
|
+
"@pandacss/shared": "1.4.3",
|
|
62
|
+
"@pandacss/token-dictionary": "1.4.3",
|
|
63
|
+
"@pandacss/types": "1.4.3"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@types/picomatch": "
|
|
66
|
+
"@types/picomatch": "4.0.2",
|
|
67
67
|
"@types/fs-extra": "11.0.4",
|
|
68
68
|
"@types/glob-parent": "5.1.3",
|
|
69
69
|
"@types/is-glob": "4.0.4",
|