potion-client
Advanced tools
Comparing version 0.20.19 to 0.20.20
@@ -0,1 +1,2 @@ | ||
/// <reference types="node" /> | ||
import { PotionBase, FetchOptions } from './potion'; | ||
@@ -2,0 +3,0 @@ import { Item } from './item'; |
{ | ||
"name": "potion-client", | ||
"version": "0.20.19", | ||
"version": "0.20.20", | ||
"description": "A ES6 client for APIs written in Flask-Potion", | ||
@@ -33,8 +33,8 @@ "keywords": [ | ||
"devDependencies": { | ||
"@angular/common": "2.0.0", | ||
"@angular/compiler": "2.0.0", | ||
"@angular/core": "2.0.0", | ||
"@angular/platform-browser": "2.0.0", | ||
"@angular/platform-browser-dynamic": "2.0.0", | ||
"@angular/http": "2.0.0", | ||
"@angular/common": "^2.0.1", | ||
"@angular/compiler": "^2.0.1", | ||
"@angular/core": "^2.0.1", | ||
"@angular/platform-browser": "^2.0.1", | ||
"@angular/platform-browser-dynamic": "^2.0.1", | ||
"@angular/http": "^2.0.1", | ||
"@types/angular": "^1.5.13", | ||
@@ -41,0 +41,0 @@ "@types/angular-mocks": "^1.5.4", |
165566
1550