@junobuild/config 0.0.3 → 0.0.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.
@@ -7,7 +7,7 @@ export interface OrbiterConfig {
7
7
  /**
8
8
  * @deprecated `orbiterId` will be removed in the future. Use `id` instead.
9
9
  */
10
- orbiterId: string;
10
+ orbiterId?: string;
11
11
  }
12
12
  export interface JunoConfig {
13
13
  satellite: SatelliteConfig;
@@ -21,7 +21,7 @@ export interface SatelliteId {
21
21
  /**
22
22
  * @deprecated `satelliteId` will be removed in the future. Use `id` instead.
23
23
  */
24
- satelliteId: string;
24
+ satelliteId?: string;
25
25
  }
26
26
  export interface SatelliteIds {
27
27
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@junobuild/config",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Configuration options for Juno CLI",
5
5
  "author": "David Dal Busco (https://daviddalbusco.com)",
6
6
  "license": "MIT",