File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed
Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @json-types/compose " : minor
3+ ---
4+
5+ Update schema
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ import schema from "@json-types/compose/schema.json";
2222
2323TypeScript 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
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 978978 "target" : {
979979 "type" : " string"
980980 }
981- }
981+ },
982+ "additionalProperties" : false
982983 },
983984 "additionalProperties" : false
984985 }
You can’t perform that action at this time.
0 commit comments