@junobuild/cli 0.1.4 → 0.1.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.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "The Juno command-line interface",
5
5
  "author": "David Dal Busco (https://daviddalbusco.com)",
6
6
  "license": "MIT",
@@ -12,7 +12,7 @@ ic-cdk = "0.17.1"
12
12
  ic-cdk-macros = "0.17.1"
13
13
  serde = "1.0.217"
14
14
  serde_cbor = "0.11.2"
15
- junobuild-satellite = "= 0.0.22"
15
+ junobuild-satellite = "0.0.22"
16
16
  junobuild-macros = "0.0.4"
17
17
  junobuild-utils = "0.0.4"
18
18
 
@@ -1,18 +1,3 @@
1
- // This file was automatically generated by the Juno CLI.
2
- // Any modifications may be overwritten.
3
-
4
- import service "satellite_extension.did";
5
-
6
- // This file was automatically generated by the Juno CLI.
7
- // Any modifications may be overwritten.
8
-
9
- import service "satellite_extension.did";
10
-
11
- // This file was automatically generated by the Juno CLI.
12
- // Any modifications may be overwritten.
13
-
14
- import service "satellite_extension.did";
15
-
16
1
  type AssetEncodingNoContent = record {
17
2
  modified : nat64;
18
3
  sha256 : blob;