sdaia-ui 1.2.3 → 1.3.0
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 +0 -0
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sdaia-ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "CLI for installing SDAIA Design System components into your project",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -14,15 +14,11 @@
|
|
|
14
14
|
"files": [
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
|
-
"scripts": {
|
|
18
|
-
"build": "node build.mjs",
|
|
19
|
-
"dev": "node build.mjs --watch"
|
|
20
|
-
},
|
|
21
17
|
"peerDependencies": {
|
|
22
18
|
"react": ">=18"
|
|
23
19
|
},
|
|
24
20
|
"dependencies": {
|
|
25
|
-
"@sdaia-ds/tokens": "1.
|
|
21
|
+
"@sdaia-ds/tokens": "1.2.2",
|
|
26
22
|
"commander": "^13.1.0",
|
|
27
23
|
"picocolors": "^1.1.1",
|
|
28
24
|
"prompts": "^2.4.2"
|
|
@@ -37,5 +33,9 @@
|
|
|
37
33
|
"engines": {
|
|
38
34
|
"node": ">=18"
|
|
39
35
|
},
|
|
40
|
-
"license": "MIT"
|
|
41
|
-
|
|
36
|
+
"license": "MIT",
|
|
37
|
+
"scripts": {
|
|
38
|
+
"build": "node build.mjs",
|
|
39
|
+
"dev": "node build.mjs --watch"
|
|
40
|
+
}
|
|
41
|
+
}
|