Skip to content

Commit fe9f422

Browse files
feat: update schema
1 parent c1833e7 commit fe9f422

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

.changeset/itchy-peas-judge.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@json-types/compose": minor
3+
---
4+
5+
Update schema

packages/compose/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ import schema from "@json-types/compose/schema.json";
2222

2323
TypeScript types generated automatically every night and published when there are changes.
2424

25-
- Last change: 2024-07-10T01:24:53.840Z
25+
- Last change: 2024-08-08T01:26:47.711Z
2626
- Source URL: https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json

packages/compose/index.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export type DefinitionsDevelopment = {
2020
path: string;
2121
action: "rebuild" | "sync" | "sync+restart";
2222
target?: string;
23-
[k: string]: unknown;
2423
}[];
2524
[k: string]: unknown;
2625
} & Development;
@@ -30,7 +29,6 @@ export type Development = {
3029
path: string;
3130
action: "rebuild" | "sync" | "sync+restart";
3231
target?: string;
33-
[k: string]: unknown;
3432
}[];
3533
[k: string]: unknown;
3634
} | null;

packages/compose/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"compose-spec"
1515
],
1616
"x-json-types": {
17-
"lastChangeDate": "2024-07-10T01:24:53.840Z"
17+
"lastChangeDate": "2024-08-08T01:26:47.711Z"
1818
},
1919
"homepage": "https://github.com/swordev/json-types/tree/main/packages/compose",
2020
"bugs": {

packages/compose/schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -978,7 +978,8 @@
978978
"target": {
979979
"type": "string"
980980
}
981-
}
981+
},
982+
"additionalProperties": false
982983
},
983984
"additionalProperties": false
984985
}

0 commit comments

Comments
 (0)