@salty-css/core 0.0.1-alpha.21 → 0.0.1-alpha.23
Sign up to get free protection for your applications and to get access to all the features.
- package/bin/index.cjs +5 -18
- package/bin/index.js +94 -5764
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salty-css/core",
|
3
|
-
"version": "0.0.1-alpha.
|
3
|
+
"version": "0.0.1-alpha.23",
|
4
4
|
"main": "./dist/index.js",
|
5
5
|
"module": "./dist/index.mjs",
|
6
6
|
"typings": "./dist/index.d.ts",
|
@@ -26,6 +26,7 @@
|
|
26
26
|
"commander": ">=12.x",
|
27
27
|
"ejs": ">=3.x",
|
28
28
|
"esbuild": ">=0.21.x",
|
29
|
+
"ora": ">=8.x",
|
29
30
|
"react": ">=18.x || >=19.x",
|
30
31
|
"winston": ">=3.x"
|
31
32
|
},
|