File tree Expand file tree Collapse file tree 9 files changed +18
-6
lines changed
Expand file tree Collapse file tree 9 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @json-types/tsconfig " : minor
3+ " @json-types/compose " : minor
4+ ---
5+
6+ 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: 2023-12-21T01:17:03.216Z
25+ - Last change: 2024-02-14T01:13:53.863Z
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 @@ -480,6 +480,7 @@ export interface DefinitionsService {
480480 | number
481481 | string
482482 | {
483+ name ?: string ;
483484 mode ?: string ;
484485 host_ip ?: string ;
485486 target ?: number ;
Original file line number Diff line number Diff line change 1414 " compose-spec"
1515 ],
1616 "x-json-types" : {
17- "lastChangeDate" : " 2023-12-21T01:17:03.216Z "
17+ "lastChangeDate" : " 2024-02-14T01:13:53.863Z "
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 599599 {
600600 "type" : " object" ,
601601 "properties" : {
602+ "name" : {
603+ "type" : " string"
604+ },
602605 "mode" : {
603606 "type" : " string"
604607 },
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ import schema from "@json-types/tsconfig/schema.json";
2222
2323TypeScript types generated automatically every night and published when there are changes.
2424
25- - Last change: 2023-11-09T01:16:15.562Z
25+ - Last change: 2024-02-14T01:13:54.456Z
2626- Source URL: https://json.schemastore.org/tsconfig.json
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ export interface CompilerOptions {
134134 | "ES2022"
135135 | "Node16"
136136 | "NodeNext"
137+ | "Preserve"
137138 )
138139 | {
139140 [ k : string ] : unknown ;
Original file line number Diff line number Diff line change 1111 " tsconfig"
1212 ],
1313 "x-json-types" : {
14- "lastChangeDate" : " 2023-11-09T01:16:15.562Z "
14+ "lastChangeDate" : " 2024-02-14T01:13:54.456Z "
1515 },
1616 "homepage" : " https://github.com/swordev/json-types/tree/main/packages/tsconfig" ,
1717 "bugs" : {
Original file line number Diff line number Diff line change 376376 " None" ,
377377 " ES2022" ,
378378 " Node16" ,
379- " NodeNext"
379+ " NodeNext" ,
380+ " Preserve"
380381 ]
381382 },
382383 {
383- "pattern" : " ^([Cc][Oo][Mm][Mm][Oo][Nn][Jj][Ss]|[AaUu][Mm][Dd]|[Ss][Yy][Ss][Tt][Ee][Mm]|[Ee][Ss]([356]|20(1[567]|2[02])|[Nn][Ee][Xx][Tt])|[Nn][Oo][dD][Ee]16|[Nn][Oo][Dd][Ee][Nn][Ee][Xx][Tt]|[Nn][Oo][Nn][Ee])$"
384+ "pattern" : " ^([Cc][Oo][Mm][Mm][Oo][Nn][Jj][Ss]|[AaUu][Mm][Dd]|[Ss][Yy][Ss][Tt][Ee][Mm]|[Ee][Ss]([356]|20(1[567]|2[02])|[Nn][Ee][Xx][Tt])|[Nn][Oo][dD][Ee]16|[Nn][Oo][Dd][Ee][Nn][Ee][Xx][Tt]|[Nn][Oo][Nn][Ee]|[Pp][Rr][Ee][Ss][Ee][Rr][Vv][Ee] )$"
384385 }
385386 ],
386387 "markdownDescription" : " Specify what module code is generated.\n\n See more: https://www.typescriptlang.org/tsconfig#module"
You can’t perform that action at this time.
0 commit comments