File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
"storageDir" : " " ,
8
8
"generators" : {
9
9
"node" : {
10
- "inputSpec" : " https://raw.githubusercontent.com/ipfs/pinning-services-api-spec/main /ipfs-pinning-service.yaml" ,
10
+ "inputSpec" : " https://raw.githubusercontent.com/ipfs/pinning-services-api-spec/v1.0.0 /ipfs-pinning-service.yaml" ,
11
11
"strictSpec" : true ,
12
12
"apiNameSuffix" : " " ,
13
13
"generatorName" : " typescript-node" ,
27
27
}
28
28
},
29
29
"fetch" : {
30
- "inputSpec" : " https://raw.githubusercontent.com/ipfs/pinning-services-api-spec/main /ipfs-pinning-service.yaml" ,
30
+ "inputSpec" : " https://raw.githubusercontent.com/ipfs/pinning-services-api-spec/v1.0.0 /ipfs-pinning-service.yaml" ,
31
31
"strictSpec" : true ,
32
32
"apiNameSuffix" : " " ,
33
33
"generatorName" : " typescript-fetch" ,
47
47
}
48
48
},
49
49
"ts" : {
50
- "inputSpec" : " https://raw.githubusercontent.com/ipfs/pinning-services-api-spec/main /ipfs-pinning-service.yaml" ,
50
+ "inputSpec" : " https://raw.githubusercontent.com/ipfs/pinning-services-api-spec/v1.0.0 /ipfs-pinning-service.yaml" ,
51
51
"strictSpec" : true ,
52
52
"apiNameSuffix" : " " ,
53
53
"generatorName" : " typescript" ,
Original file line number Diff line number Diff line change 150
150
"test:webworker" : " aegir test --target webworker" ,
151
151
"test:electron" : " aegir test --target electron-main" ,
152
152
"test:node" : " aegir test --target node --cov && npx nyc report" ,
153
- "pregen" : " openapi-generator-cli validate -i https://raw.githubusercontent.com/ipfs/pinning-services-api-spec/main /ipfs-pinning-service.yaml" ,
153
+ "pregen" : " openapi-generator-cli validate -i https://raw.githubusercontent.com/ipfs/pinning-services-api-spec/v1.0.0 /ipfs-pinning-service.yaml" ,
154
154
"gen" : " run-p gen:fetch" ,
155
155
"postgen" : " run-s fix:gen" ,
156
156
"gen:fetch" : " openapi-generator-cli generate --generator-key fetch" ,
You can’t perform that action at this time.
0 commit comments