@junobuild/config 2.13.0 → 2.14.0

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.
@@ -1,4 +1,4 @@
1
- import { type PrincipalText } from '@junobuild/zod';
1
+ import { type PrincipalText } from '@junobuild/schema';
2
2
  import * as z from 'zod';
3
3
  import { type ApiConfig } from '../shared/api.config';
4
4
  import { type AuthenticationConfig } from '../shared/authentication.config';
@@ -1,4 +1,4 @@
1
- import { type PrincipalText } from '@junobuild/zod';
1
+ import { type PrincipalText } from '@junobuild/schema';
2
2
  import * as z from 'zod';
3
3
  import { type JunoConfigMode } from '../../types/juno.env';
4
4
  import type { Either } from '../../types/utility.types';
@@ -1,4 +1,4 @@
1
- import { type PrincipalText } from '@junobuild/zod';
1
+ import { type PrincipalText } from '@junobuild/schema';
2
2
  import * as z from 'zod';
3
3
  import { type AuthenticationConfig } from '../../shared/authentication.config';
4
4
  import { type AutomationConfig } from '../../shared/automation.config';
@@ -1,4 +1,4 @@
1
- import { type PrincipalText } from '@junobuild/zod';
1
+ import { type PrincipalText } from '@junobuild/schema';
2
2
  import * as z from 'zod';
3
3
  /**
4
4
  * @see AuthenticationConfigInternetIdentity
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@junobuild/config",
3
- "version": "2.13.0",
3
+ "version": "2.14.0",
4
4
  "description": "Configuration options for Juno CLI",
5
5
  "author": "David Dal Busco (https://daviddalbusco.com)",
6
6
  "license": "MIT",
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "homepage": "https://juno.build",
43
43
  "peerDependencies": {
44
- "@junobuild/zod": "^1",
44
+ "@junobuild/schema": "^1",
45
45
  "zod": "^4.3"
46
46
  }
47
47
  }