@anvia/cli 1.0.1 → 1.1.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/LICENSE +1 -1
- package/package.json +2 -3
package/LICENSE
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anvia/cli",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Install editable Anvia UI components into React applications.",
|
|
5
5
|
"author": "anvia",
|
|
6
|
-
"maintainer": "Indra Zulfi",
|
|
7
6
|
"license": "MIT",
|
|
8
7
|
"repository": {
|
|
9
8
|
"type": "git",
|
|
@@ -39,7 +38,7 @@
|
|
|
39
38
|
"tsup": "^8.5.0",
|
|
40
39
|
"typescript": "^5.9.3",
|
|
41
40
|
"vitest": "^4.0.8",
|
|
42
|
-
"@anvia/react-ui": "1.0
|
|
41
|
+
"@anvia/react-ui": "1.1.0"
|
|
43
42
|
},
|
|
44
43
|
"scripts": {
|
|
45
44
|
"build": "tsup src/index.ts src/cli.ts --format esm --dts --sourcemap --clean && node scripts/copy-registry.mjs && chmod +x dist/cli.js",
|