@junobuild/cli 0.13.4 → 0.13.5
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
|
@@ -714,7 +714,7 @@ Done. The ${ga(t)} ${(0,Mc.green)(r)} has been configured for your terminal. \u2
|
|
|
714
714
|
${(0,Wi.yellow)("--source-path")} Optional path to the TypeScript or JavaScript entry file.`,hA=`${qpn}
|
|
715
715
|
${Kpn}`,nie=`${(0,Wi.yellow)("--container-url")} Override a custom container URL. If not provided, defaults to production or the local container in development mode.`,Gi=`${hA}
|
|
716
716
|
${nie}
|
|
717
|
-
${(0,Wi.yellow)("--console-url")} Specify a custom URL to access the developer Console.`,sL=`The option ${(0,Wi.yellow)("--keep-staged")} only applies when ${(0,Wi.yellow)("--no-apply")} is NOT used (i.e. the change is applied immediately).`;var er=e=>Rr({args:e,options:["-d","--doc"]})?"doc":"cli";var ra=rt(ct(),1);var yA="0.13.
|
|
717
|
+
${(0,Wi.yellow)("--console-url")} Specify a custom URL to access the developer Console.`,sL=`The option ${(0,Wi.yellow)("--keep-staged")} only applies when ${(0,Wi.yellow)("--no-apply")} is NOT used (i.e. the change is applied immediately).`;var er=e=>Rr({args:e,options:["-d","--doc"]})?"doc":"cli";var ra=rt(ct(),1);var yA="0.13.5";var Wpn=` __ __ __ __ _ ____
|
|
718
718
|
__) || | || \\| |/ \\
|
|
719
719
|
\\___/ \\___/ |_|\\__|\\____/`,Xt=`${Wpn} CLI ${(0,ra.grey)(`v${yA}`)}`,qMe=`Juno CLI ${(0,ra.grey)(`v${yA}`)}`,gA=`
|
|
720
720
|
${Xt}
|
package/package.json
CHANGED
|
@@ -430,6 +430,7 @@ service : (InitSatelliteArgs) -> {
|
|
|
430
430
|
list_rules : (CollectionType, ListRulesParams) -> (ListRulesResults) query;
|
|
431
431
|
memory_size : () -> (MemorySize) query;
|
|
432
432
|
reject_proposal : (CommitProposal) -> (null);
|
|
433
|
+
set_asset_token : (text, text, opt text) -> ();
|
|
433
434
|
set_auth_config : (SetAuthenticationConfig) -> (AuthenticationConfig);
|
|
434
435
|
set_controllers : (SetControllersArgs) -> (
|
|
435
436
|
vec record { principal; Controller },
|