Skip to content

Commit f20175a

Browse files
chore: updated depns and test
1 parent 7766e63 commit f20175a

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
}
7777
},
7878
"peerDependencies": {
79-
"@standard-community/standard-json": "^0.3.0",
79+
"@standard-community/standard-json": "^0.3.1",
8080
"@standard-schema/spec": "^1.0.0",
8181
"arktype": "^2.1.20",
8282
"openapi-types": "^12.1.3",

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/__snapshots__/zod_v4.test.ts.snap

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ exports[`zod v4 > basic 1`] = `
44
{
55
"components": undefined,
66
"schema": {
7-
"additionalProperties": false,
87
"description": "My neat object schema",
98
"properties": {
109
"myString": {
@@ -35,7 +34,6 @@ exports[`zod v4 > with metadata 1`] = `
3534
"components": {
3635
"schemas": {
3736
"MyNeatObjectSchema": {
38-
"additionalProperties": false,
3937
"description": "My neat object schema",
4038
"properties": {
4139
"myString": {

0 commit comments

Comments
 (0)