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 77 "storageDir" : " " ,
88 "generators" : {
99 "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" ,
1111 "strictSpec" : true ,
1212 "apiNameSuffix" : " " ,
1313 "generatorName" : " typescript-node" ,
2727 }
2828 },
2929 "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" ,
3131 "strictSpec" : true ,
3232 "apiNameSuffix" : " " ,
3333 "generatorName" : " typescript-fetch" ,
4747 }
4848 },
4949 "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" ,
5151 "strictSpec" : true ,
5252 "apiNameSuffix" : " " ,
5353 "generatorName" : " typescript" ,
Original file line number Diff line number Diff line change 150150 "test:webworker" : " aegir test --target webworker" ,
151151 "test:electron" : " aegir test --target electron-main" ,
152152 "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" ,
154154 "gen" : " run-p gen:fetch" ,
155155 "postgen" : " run-s fix:gen" ,
156156 "gen:fetch" : " openapi-generator-cli generate --generator-key fetch" ,
You can’t perform that action at this time.
0 commit comments