@junobuild/config 0.1.1 → 0.1.3

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 David Dal Busco
3
+ Copyright (c) 2025 David Dal Busco
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,7 +1,7 @@
1
1
  import type { StorageConfig } from '../shared/storage.config';
2
2
  import type { CliConfig } from '../types/cli.config';
3
3
  import type { JunoConfigMode } from '../types/juno.env';
4
- import type { Either } from '../utils/ts.utils';
4
+ import type { Either } from '../types/utility.types';
5
5
  /**
6
6
  * Represents the unique identifier for a console.
7
7
  * @interface ConsoleId
@@ -13,7 +13,7 @@ export type * from './shared/storage.config';
13
13
  export type * from './types/cli.config';
14
14
  export type * from './types/encoding';
15
15
  export type * from './types/juno.env';
16
- export type * from './utils/ts.utils';
16
+ export type * from './types/utility.types';
17
17
  export * from './console/config';
18
18
  export * from './satellite/dev/config';
19
19
  export * from './satellite/mainnet/config';
@@ -2,7 +2,7 @@ import type { ModuleSettings } from '../../../module/module.settings';
2
2
  import type { StorageConfig } from '../../../shared/storage.config';
3
3
  import type { CliConfig } from '../../../types/cli.config';
4
4
  import type { JunoConfigMode } from '../../../types/juno.env';
5
- import type { Either } from '../../../utils/ts.utils';
5
+ import type { Either } from '../../../types/utility.types';
6
6
  import type { SatelliteAssertions } from './assertions.config';
7
7
  import type { AuthenticationConfig } from './authentication.config';
8
8
  import type { DatastoreConfig } from './datastore.config';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@junobuild/config",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Configuration options for Juno CLI",
5
5
  "author": "David Dal Busco (https://daviddalbusco.com)",
6
6
  "license": "MIT",