@junobuild/cli 0.9.3 → 0.9.4
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
CHANGED
|
@@ -769,7 +769,7 @@ Done. The ${Ea(t)} ${(0,iu.green)(r)} has been configured for your terminal. \u2
|
|
|
769
769
|
${(0,ei.yellow)("--source-path")} Optional path to the TypeScript or JavaScript entry file.`,gQ=`${Qdr}
|
|
770
770
|
${efr}`,bi=`${gQ}
|
|
771
771
|
${(0,ei.yellow)("--container-url")} Override a custom container URL. If not provided, defaults to production or the local container in development mode.
|
|
772
|
-
${(0,ei.yellow)("--console-url")} Specify a custom URL to access the developer Console.`,bF=`The option ${(0,ei.yellow)("--keep-staged")} only applies when ${(0,ei.yellow)("--no-apply")} is NOT used (i.e. the change is applied immediately).`;var Gt=e=>Wt({args:e,options:["-d","--doc"]})?"doc":"cli";var Di=te(Ue(),1);var xD="0.9.
|
|
772
|
+
${(0,ei.yellow)("--console-url")} Specify a custom URL to access the developer Console.`,bF=`The option ${(0,ei.yellow)("--keep-staged")} only applies when ${(0,ei.yellow)("--no-apply")} is NOT used (i.e. the change is applied immediately).`;var Gt=e=>Wt({args:e,options:["-d","--doc"]})?"doc":"cli";var Di=te(Ue(),1);var xD="0.9.4";var rfr=` __ __ __ __ _ ____
|
|
773
773
|
__) || | || \\| |/ \\
|
|
774
774
|
\\___/ \\___/ |_|\\__|\\____/`,zt=`${rfr} CLI ${(0,Di.grey)(`v${xD}`)}`,P5e=`Juno CLI ${(0,Di.grey)(`v${xD}`)}`,_D=`
|
|
775
775
|
${zt}
|
package/package.json
CHANGED
|
@@ -7,12 +7,12 @@ edition = "2021"
|
|
|
7
7
|
crate-type = ["cdylib"]
|
|
8
8
|
|
|
9
9
|
[dependencies]
|
|
10
|
-
candid = "0.10.
|
|
10
|
+
candid = "0.10.19"
|
|
11
11
|
ic-cdk = "0.18.5"
|
|
12
12
|
ic-cdk-macros = "0.18.5"
|
|
13
|
-
serde = "1.0.
|
|
13
|
+
serde = "1.0.225"
|
|
14
14
|
serde_cbor = "0.11.2"
|
|
15
|
-
junobuild-satellite = "0.2.
|
|
15
|
+
junobuild-satellite = "0.2.6"
|
|
16
16
|
junobuild-macros = "0.1.1"
|
|
17
17
|
junobuild-utils = "0.1.3"
|
|
18
18
|
|