@junobuild/config 0.1.7 → 0.1.8

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.
@@ -40,6 +40,6 @@ export interface OrbiterIds {
40
40
  * Represents the configuration for an orbiter (analytics).
41
41
  *
42
42
  * @typedef {Either<OrbiterId, OrbiterIds>} OrbiterConfig
43
- * @property {OrbiterId | OrbiterIds} OrbiterId or SateOrbiterIdslliteIds - Defines a unique Orbiter or a collection of Orbiters.
43
+ * @property {OrbiterId | OrbiterIds} OrbiterId or OrbiterIds - Defines a unique Orbiter or a collection of Orbiters.
44
44
  */
45
- export type OrbiterConfig = Either<OrbiterId, OrbiterId>;
45
+ export type OrbiterConfig = Either<OrbiterId, OrbiterIds>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@junobuild/config",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Configuration options for Juno CLI",
5
5
  "author": "David Dal Busco (https://daviddalbusco.com)",
6
6
  "license": "MIT",