@aurelia/fetch-client
Advanced tools
Comparing version 0.3.0-dev.20190215 to 0.3.0-dev.20190216
@@ -1,2 +0,2 @@ | ||
import { InterfaceSymbol } from '@aurelia/kernel'; | ||
import { InjectArray } from '@aurelia/kernel'; | ||
import { HTMLDOM } from '@aurelia/runtime-html'; | ||
@@ -9,3 +9,3 @@ import { HttpClientConfiguration } from './http-client-configuration'; | ||
export declare class HttpClient { | ||
static readonly inject: InterfaceSymbol[]; | ||
static readonly inject: InjectArray; | ||
/** | ||
@@ -12,0 +12,0 @@ * The current number of active requests. |
{ | ||
"name": "@aurelia/fetch-client", | ||
"version": "0.3.0-dev.20190215", | ||
"version": "0.3.0-dev.20190216", | ||
"main": "dist/index.umd.js", | ||
@@ -51,12 +51,12 @@ "module": "dist/index.es6.js", | ||
"dependencies": { | ||
"@aurelia/kernel": "^0.3.0-dev.20190215", | ||
"@aurelia/runtime": "^0.3.0-dev.20190215", | ||
"@aurelia/runtime-html": "^0.3.0-dev.20190215" | ||
"@aurelia/kernel": "^0.3.0-dev.20190216", | ||
"@aurelia/runtime": "^0.3.0-dev.20190216", | ||
"@aurelia/runtime-html": "^0.3.0-dev.20190216" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.1.7", | ||
"@types/karma": "^3.0.1", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.12.19", | ||
"@types/sinon": "^7.0.5", | ||
"@types/karma": "^3.0.2", | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^10.12.26", | ||
"@types/sinon": "^7.0.6", | ||
"@types/sinon-chai": "^3.2.2", | ||
@@ -83,3 +83,3 @@ "chai": "^4.2.0", | ||
"ts-node": "^8.0.2", | ||
"tsconfig-paths": "^3.7.0", | ||
"tsconfig-paths": "^3.8.0", | ||
"tslib": "^1.9.3", | ||
@@ -89,6 +89,6 @@ "tslint": "^5.12.1", | ||
"tslint-sonarts": "^1.9.0", | ||
"typescript": "^3.2.4", | ||
"webpack": "^4.29.0" | ||
"typescript": "^3.3.3", | ||
"webpack": "^4.29.4" | ||
}, | ||
"gitHead": "c98b2a2153191369f0ab00a65f84559d06ccdbf7" | ||
"gitHead": "a115fb7371d6ec7011e2f6cf8118c8a659f71b69" | ||
} |
@@ -1,2 +0,2 @@ | ||
import { InterfaceSymbol, PLATFORM } from '@aurelia/kernel'; | ||
import { InjectArray, PLATFORM } from '@aurelia/kernel'; | ||
import { DOM, IDOM } from '@aurelia/runtime'; | ||
@@ -14,3 +14,3 @@ import { HTMLDOM } from '@aurelia/runtime-html'; | ||
export class HttpClient { | ||
public static readonly inject: InterfaceSymbol[] = [IDOM]; | ||
public static readonly inject: InjectArray = [IDOM]; | ||
@@ -17,0 +17,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
304325