We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487b82a commit 3655db6Copy full SHA for 3655db6
2 files changed
packages/ionic/package.json
@@ -64,7 +64,7 @@
64
"semver": "^5.5.0",
65
"split2": "^3.0.0",
66
"ssh-config": "^1.1.1",
67
- "superagent": "^3.8.2",
+ "superagent": "^4.1.0",
68
"superagent-proxy": "^2.0.0",
69
"tar": "^4.3.0",
70
"through2": "^3.0.0",
types/superagent.d.ts
@@ -99,7 +99,6 @@ declare module "superagent" {
99
auth(user: string, name: string): this;
100
buffer(val?: boolean): this;
101
clearTimeout(): this;
102
- end(callback?: CallbackHandler): this;
103
field(name: string, val: string | Buffer): this;
104
field(fields: object): this;
105
get(field: string): string;
0 commit comments