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";
22
22
23
23
TypeScript types generated automatically every night and published when there are changes.
24
24
25
- - Last change: 2024-07-10T01:24:53.840Z
25
+ - Last change: 2024-08-08T01:26:47.711Z
26
26
- 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 = {
20
20
path : string ;
21
21
action : "rebuild" | "sync" | "sync+restart" ;
22
22
target ?: string ;
23
- [ k : string ] : unknown ;
24
23
} [ ] ;
25
24
[ k : string ] : unknown ;
26
25
} & Development ;
@@ -30,7 +29,6 @@ export type Development = {
30
29
path : string ;
31
30
action : "rebuild" | "sync" | "sync+restart" ;
32
31
target ?: string ;
33
- [ k : string ] : unknown ;
34
32
} [ ] ;
35
33
[ k : string ] : unknown ;
36
34
} | null ;
Original file line number Diff line number Diff line change 14
14
" compose-spec"
15
15
],
16
16
"x-json-types" : {
17
- "lastChangeDate" : " 2024-07-10T01:24:53.840Z "
17
+ "lastChangeDate" : " 2024-08-08T01:26:47.711Z "
18
18
},
19
19
"homepage" : " https://github.com/swordev/json-types/tree/main/packages/compose" ,
20
20
"bugs" : {
Original file line number Diff line number Diff line change 978
978
"target" : {
979
979
"type" : " string"
980
980
}
981
- }
981
+ },
982
+ "additionalProperties" : false
982
983
},
983
984
"additionalProperties" : false
984
985
}
You can’t perform that action at this time.
0 commit comments