File tree 9 files changed +18
-6
lines changed 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";
22
22
23
23
TypeScript types generated automatically every night and published when there are changes.
24
24
25
- - Last change: 2023-12-21T01:17:03.216Z
25
+ - Last change: 2024-02-14T01:13:53.863Z
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 @@ -480,6 +480,7 @@ export interface DefinitionsService {
480
480
| number
481
481
| string
482
482
| {
483
+ name ?: string ;
483
484
mode ?: string ;
484
485
host_ip ?: string ;
485
486
target ?: number ;
Original file line number Diff line number Diff line change 14
14
" compose-spec"
15
15
],
16
16
"x-json-types" : {
17
- "lastChangeDate" : " 2023-12-21T01:17:03.216Z "
17
+ "lastChangeDate" : " 2024-02-14T01:13:53.863Z "
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 599
599
{
600
600
"type" : " object" ,
601
601
"properties" : {
602
+ "name" : {
603
+ "type" : " string"
604
+ },
602
605
"mode" : {
603
606
"type" : " string"
604
607
},
Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ import schema from "@json-types/tsconfig/schema.json";
22
22
23
23
TypeScript types generated automatically every night and published when there are changes.
24
24
25
- - Last change: 2023-11-09T01:16:15.562Z
25
+ - Last change: 2024-02-14T01:13:54.456Z
26
26
- 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 {
134
134
| "ES2022"
135
135
| "Node16"
136
136
| "NodeNext"
137
+ | "Preserve"
137
138
)
138
139
| {
139
140
[ k : string ] : unknown ;
Original file line number Diff line number Diff line change 11
11
" tsconfig"
12
12
],
13
13
"x-json-types" : {
14
- "lastChangeDate" : " 2023-11-09T01:16:15.562Z "
14
+ "lastChangeDate" : " 2024-02-14T01:13:54.456Z "
15
15
},
16
16
"homepage" : " https://github.com/swordev/json-types/tree/main/packages/tsconfig" ,
17
17
"bugs" : {
Original file line number Diff line number Diff line change 376
376
" None" ,
377
377
" ES2022" ,
378
378
" Node16" ,
379
- " NodeNext"
379
+ " NodeNext" ,
380
+ " Preserve"
380
381
]
381
382
},
382
383
{
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] )$"
384
385
}
385
386
],
386
387
"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