File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change
1
+ //registry.npmjs.org/
2
+ //npm.pkg.github.com/:_authToken = ${ NODE_AUTH_TOKEN }
3
+ @zuplo:registry = https://npm.pkg.github.com
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " openapi-typescript-codegen" ,
2
+ "name" : " @zuplo/ openapi-typescript-codegen" ,
3
3
"version" : " 0.23.0" ,
4
4
"description" : " Library that generates Typescript clients based on the OpenAPI specification." ,
5
5
"author" : " Ferdi Koomen" ,
120
120
"typescript" : " 4.8.4" ,
121
121
"zone.js" : " 0.11.8"
122
122
},
123
- "overrides" : {
123
+ "overrides" : {
124
124
"rollup" : " 3.2.3"
125
125
}
126
126
}
Original file line number Diff line number Diff line change 1
1
{{> header }}
2
2
3
- import FormData from 'form-data';
4
- import fetch, { Headers } from 'node-fetch';
5
- import type { RequestInit, Response } from 'node-fetch';
6
- import type { AbortSignal } from 'node-fetch/externals';
7
-
8
3
import { ApiError } from './ApiError';
9
4
import type { ApiRequestOptions } from './ApiRequestOptions';
10
5
import type { ApiResult } from './ApiResult';
You can’t perform that action at this time.
0 commit comments