Skip to content

Commit 7820207

Browse files
committed
docs: resolve changeset peerDependency range review comment and AutoTypeTable path
1 parent a970f14 commit 7820207

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.changeset/epg3nspi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#### Move `arkenv` to peer dependencies in framework plugins
99

10-
Framework plugins no longer declare `arkenv` as a regular dependency. `arkenv` is now declared as a `peerDependency` with a caret range (`^1.0.0-alpha.1`), ensuring a single shared instance across all plugins and the host application.
10+
Framework plugins no longer declare `arkenv` as a regular dependency. `arkenv` is now declared as a `peerDependency` with a caret range (`^1.0.0`), ensuring a single shared instance across all plugins and the host application.
1111

1212
This change prevents duplicate instances of `arkenv` in `node_modules`, which could break ArkType structural typing and schema validation at runtime.
1313

apps/www/content/docs/arkenv/options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ All options listed below apply to both `arkenv` (ArkType mode) and `arkenv/stand
1111

1212
## Configuration options
1313

14-
<AutoTypeTable path="../../packages/arkenv/src/create-env.ts" name="ArkEnvConfig" />
14+
<AutoTypeTable path="../../packages/arkenv/src/arkenv.ts" name="ArkEnvConfig" />
1515

1616
## Examples
1717

0 commit comments

Comments
 (0)