aws-amplify
Advanced tools
Comparing version 0.4.7-unstable.1 to 0.4.7-unstable.2
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="0.4.7-unstable.2"></a> | ||
## [0.4.7-unstable.2](https://github.com/aws/aws-amplify/compare/aws-amplify@0.4.7-unstable.1...aws-amplify@0.4.7-unstable.2) (2018-06-26) | ||
### Bug Fixes | ||
* **integration tests:** CircleCI workflows and Cypress integration testing ([#1071](https://github.com/aws/aws-amplify/issues/1071)) ([bfa4776](https://github.com/aws/aws-amplify/commit/bfa4776)) | ||
<a name="0.4.7-unstable.1"></a> | ||
@@ -8,0 +19,0 @@ ## [0.4.7-unstable.1](https://github.com/aws/aws-amplify/compare/aws-amplify@0.4.7-unstable.0...aws-amplify@0.4.7-unstable.1) (2018-06-22) |
@@ -1,2 +0,1 @@ | ||
/// <reference types="zen-observable" /> | ||
import * as Observable from 'zen-observable'; | ||
@@ -3,0 +2,0 @@ import { GraphQLOptions, GraphQLResult } from './types'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="zen-observable" /> | ||
import * as Observable from 'zen-observable'; | ||
@@ -3,0 +2,0 @@ import { MqttOverWSProvider } from './MqttOverWSProvider'; |
@@ -1,3 +0,1 @@ | ||
/// <reference types="paho-mqtt" /> | ||
/// <reference types="zen-observable" /> | ||
import { Client } from 'paho-mqtt'; | ||
@@ -4,0 +2,0 @@ import * as Observable from 'zen-observable'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="zen-observable" /> | ||
import * as Observable from 'zen-observable'; | ||
@@ -3,0 +2,0 @@ import { PubSubProvider, ProvidertOptions } from '../types'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="zen-observable" /> | ||
import '../Common/Polyfills'; | ||
@@ -3,0 +2,0 @@ import * as Observable from 'zen-observable'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="zen-observable" /> | ||
import * as Observable from 'zen-observable'; | ||
@@ -3,0 +2,0 @@ import { ProvidertOptions } from './PubSub'; |
{ | ||
"name": "aws-amplify", | ||
"version": "0.4.7-unstable.1", | ||
"version": "0.4.7-unstable.2", | ||
"description": "AWS Amplify is a JavaScript library for Frontend and mobile developers building cloud-enabled applications.", | ||
@@ -8,3 +8,3 @@ "main": "./lib/index.js", | ||
"scripts": { | ||
"test": "tslint 'src/**/*.ts' && jest --coverage", | ||
"test": "tslint 'src/**/*.ts' && jest --coverage --maxWorkers 2", | ||
"build-with-test": "npm run clean && npm test && tsc && webpack -p", | ||
@@ -64,3 +64,3 @@ "build": "npm run clean && tsc && webpack -p", | ||
"amazon-cognito-auth-js": "^1.1.9", | ||
"amazon-cognito-identity-js": "^2.0.12-unstable.1", | ||
"amazon-cognito-identity-js": "^2.0.12-unstable.2", | ||
"aws-sdk": "2.198.0", | ||
@@ -67,0 +67,0 @@ "axios": "^0.17.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13475286
24553