@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.
- package/dist/browser/index.js +1 -1
- package/dist/browser/index.js.map +2 -2
- package/dist/node/index.mjs +1 -1
- package/dist/node/index.mjs.map +2 -2
- package/dist/types/console/console.config.d.ts +1 -1
- package/dist/types/satellite/configs/orbiter.config.d.ts +1 -1
- package/dist/types/satellite/configs/satellite.config.d.ts +1 -1
- package/dist/types/shared/authentication.config.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type PrincipalText } from '@junobuild/
|
|
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/
|
|
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';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@junobuild/config",
|
|
3
|
-
"version": "2.
|
|
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/
|
|
44
|
+
"@junobuild/schema": "^1",
|
|
45
45
|
"zod": "^4.3"
|
|
46
46
|
}
|
|
47
47
|
}
|