@deneb-ui/cli 2.0.17 → 2.0.18
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/bin/index.js +1 -1
- package/package.json +2 -6
package/bin/index.js
CHANGED
|
@@ -791,7 +791,7 @@ function updateDependencies(cmdArgs = []) {
|
|
|
791
791
|
// 1. Update npm packages
|
|
792
792
|
if (isLocal) {
|
|
793
793
|
const uiDir = path.join(localPath, 'packages', 'deneb-ui');
|
|
794
|
-
const cliDir = path.join(localPath, 'cli', '
|
|
794
|
+
const cliDir = path.join(localPath, 'cli', 'deneb-cli');
|
|
795
795
|
|
|
796
796
|
if (fs.existsSync(uiDir) && fs.existsSync(cliDir)) {
|
|
797
797
|
console.log('🔄 Updating from local workspace:');
|
package/package.json
CHANGED
|
@@ -1,15 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deneb-ui/cli",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.18",
|
|
4
4
|
"description": "Official developer CLI for DENEB UI — Validating, scaffolding, testing, and packaging storefront templates. Created by Chamika Gayashan & Induranga Kawishwara.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"deneb": "bin/index.js",
|
|
7
7
|
"denebui": "bin/index.js",
|
|
8
|
-
"deneb-cli": "bin/index.js"
|
|
9
|
-
"@deneb-ui/cli": "bin/index.js",
|
|
10
|
-
"cli": "bin/index.js",
|
|
11
|
-
"ceeg": "bin/index.js",
|
|
12
|
-
"ceegui": "bin/index.js"
|
|
8
|
+
"deneb-cli": "bin/index.js"
|
|
13
9
|
},
|
|
14
10
|
"publishConfig": {
|
|
15
11
|
"access": "public"
|