@aws-amplify/core
Advanced tools
Comparing version 1.0.15-unstable.0 to 1.0.15-unstable.1
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="1.0.15-unstable.1"></a> | ||
## [1.0.15-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/core@1.0.15-unstable.0...@aws-amplify/core@1.0.15-unstable.1) (2018-10-03) | ||
**Note:** Version bump only for package @aws-amplify/core | ||
<a name="1.0.15-unstable.0"></a> | ||
@@ -8,0 +16,0 @@ ## [1.0.15-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/core@1.0.14-unstable.1...@aws-amplify/core@1.0.15-unstable.0) (2018-10-03) |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/* | ||
@@ -14,5 +15,5 @@ * Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var packageInfo = require("../../package.json"); | ||
var Platform = { | ||
'userAgent': 'aws-amplify/0.4.x js', | ||
'userAgent': "aws-amplify/" + packageInfo.version + " js", | ||
'product': '', | ||
@@ -27,7 +28,7 @@ 'navigator': null, | ||
case 'ReactNative': | ||
Platform.userAgent = 'aws-amplify/0.4.x react-native'; | ||
Platform.userAgent = "aws-amplify/" + packageInfo.version + " react-native"; | ||
Platform.isReactNative = true; | ||
break; | ||
default: | ||
Platform.userAgent = 'aws-amplify/0.4.x js'; | ||
Platform.userAgent = "aws-amplify/" + packageInfo.version + " js"; | ||
Platform.isReactNative = false; | ||
@@ -34,0 +35,0 @@ break; |
{ | ||
"name": "@aws-amplify/core", | ||
"version": "1.0.15-unstable.0", | ||
"version": "1.0.15-unstable.1", | ||
"description": "Core category of aws-amplify", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3645718
21990