@junobuild/cli 0.13.4 → 0.13.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@junobuild/cli",
3
- "version": "0.13.4",
3
+ "version": "0.13.6",
4
4
  "description": "The Juno command-line interface",
5
5
  "author": "David Dal Busco (https://daviddalbusco.com)",
6
6
  "license": "MIT",
@@ -29,19 +29,19 @@
29
29
  "e2e:playwright:install": "playwright install chromium --with-deps"
30
30
  },
31
31
  "dependencies": {
32
- "@dfinity/utils": "^4.0.1",
33
- "@dfinity/zod-schemas": "^3.0.1",
34
- "@icp-sdk/canisters": "^2.0.1",
32
+ "@dfinity/utils": "^4.0.2",
33
+ "@dfinity/zod-schemas": "^3.0.2",
34
+ "@icp-sdk/canisters": "^3.0.0",
35
35
  "@icp-sdk/core": "^4.2.3",
36
- "@junobuild/admin": "^3.0.3",
37
- "@junobuild/cdn": "^2.0.3",
36
+ "@junobuild/admin": "^3.1.0",
37
+ "@junobuild/cdn": "^2.1.0",
38
38
  "@junobuild/cli-tools": "^0.9.4",
39
39
  "@junobuild/config": "^2.7.0",
40
40
  "@junobuild/config-loader": "^0.4.6",
41
- "@junobuild/core": "^3.3.0",
41
+ "@junobuild/core": "^3.3.1",
42
42
  "@junobuild/did-tools": "^0.3.6",
43
- "@junobuild/ic-client": "^6.0.0",
44
- "@junobuild/storage": "^2.1.0",
43
+ "@junobuild/ic-client": "^7.0.0",
44
+ "@junobuild/storage": "^2.1.1",
45
45
  "@junobuild/utils": "^0.2.3",
46
46
  "chokidar": "^4.0.3",
47
47
  "conf": "^14.0.0",
@@ -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 },