@telia-ace/alliance-cli 4.0.1-next.3 → 4.0.1
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 +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import { createRequire as c__createRequire } from 'node:module';
|
|
3
3
|
const require = c__createRequire(import.meta.url);
|
|
4
|
-
import{b as i,c as
|
|
4
|
+
import{b as i,c as a,d as n}from"./chunk-SQJLD7IF.js";import"./chunk-MCRDX3J3.js";var l="@telia-ace/alliance-cli",o="4.0.1",s="CLI used when developing ACE Alliance apps.";try{await n({meta:{name:l,version:o,description:s},subCommands:{build:()=>import("./build-QYTCDKNG.js").then(e=>e.default),serve:()=>import("./serve-X4SWXGO5.js").then(e=>e.default),jwt:()=>import("./jwt-E6TAS4VE.js").then(e=>e.default),"public-key":()=>import("./public-key-JP5EX6FK.js").then(e=>e.default),upgrade:()=>import("./upgrade-CLZT4VIC.js").then(e=>e.default)}})}catch(e){a.error(i("bold",i("red","Error:")),i("bold",e?.message||"something went wrong"))}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telia-ace/alliance-cli",
|
|
3
|
-
"version": "4.0.1
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "CLI used when developing ACE Alliance apps.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"type": "module",
|
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
"npm-check-updates": "^19.0.0",
|
|
19
19
|
"signal-exit": "^4.1.0",
|
|
20
20
|
"vite": "^7.1.9",
|
|
21
|
-
"@telia-ace/alliance-gateway": "^4.0.1
|
|
22
|
-
"@telia-ace/alliance-internal-node-utilities": "^4.0.1
|
|
21
|
+
"@telia-ace/alliance-gateway": "^4.0.1",
|
|
22
|
+
"@telia-ace/alliance-internal-node-utilities": "^4.0.1"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@telia-ace/alliance-framework": "^4.0.1
|
|
25
|
+
"@telia-ace/alliance-framework": "^4.0.1"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|
|
28
28
|
"node": ">=15.0.0"
|