graphql-transformer-common
Advanced tools
Comparing version 1.0.34-multienv.0 to 1.1.0-alpha.16096036
@@ -6,10 +6,2 @@ # Change Log | ||
<a name="1.0.34-multienv.0"></a> | ||
## [1.0.34-multienv.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-transformer-common@1.0.33...graphql-transformer-common@1.0.34-multienv.0) (2018-11-16) | ||
**Note:** Version bump only for package graphql-transformer-common | ||
<a name="1.0.33"></a> | ||
@@ -16,0 +8,0 @@ ## [1.0.33](https://github.com/aws-amplify/amplify-cli/compare/graphql-transformer-common@1.0.33-beta.0...graphql-transformer-common@1.0.33) (2018-11-09) |
@@ -17,3 +17,2 @@ export declare class ResourceConstants { | ||
static PARAMETERS: { | ||
Env: string; | ||
AppSyncApiName: string; | ||
@@ -42,3 +41,2 @@ DynamoDBModelTableReadIOPS: string; | ||
static CONDITIONS: { | ||
HasEnvironmentParameter: string; | ||
AuthShouldCreateUserPool: string; | ||
@@ -45,0 +43,0 @@ }; |
@@ -24,4 +24,2 @@ "use strict"; | ||
ResourceConstants.PARAMETERS = { | ||
// cli | ||
Env: 'env', | ||
// AppSync | ||
@@ -54,4 +52,2 @@ AppSyncApiName: 'AppSyncApiName', | ||
ResourceConstants.CONDITIONS = { | ||
// Environment | ||
HasEnvironmentParameter: 'HasEnvironmentParameter', | ||
// Auth | ||
@@ -58,0 +54,0 @@ AuthShouldCreateUserPool: 'AuthShouldCreateUserPool' |
{ | ||
"name": "graphql-transformer-common", | ||
"version": "1.0.34-multienv.0", | ||
"version": "1.1.0-alpha.16096036", | ||
"description": "Common code and constants for AppSync Transformers", | ||
@@ -22,4 +22,4 @@ "main": "lib/index.js", | ||
"graphql": "^0.13.2", | ||
"graphql-mapping-template": "^1.0.33", | ||
"graphql-transformer-core": "^1.0.33" | ||
"graphql-mapping-template": "^1.1.0-alpha.16096036", | ||
"graphql-transformer-core": "^1.1.0-alpha.16096036" | ||
}, | ||
@@ -26,0 +26,0 @@ "devDependencies": { |
@@ -24,5 +24,2 @@ export class ResourceConstants { | ||
public static PARAMETERS = { | ||
// cli | ||
Env: 'env', | ||
// AppSync | ||
@@ -58,5 +55,2 @@ AppSyncApiName: 'AppSyncApiName', | ||
public static CONDITIONS = { | ||
// Environment | ||
HasEnvironmentParameter: 'HasEnvironmentParameter', | ||
// Auth | ||
@@ -63,0 +57,0 @@ AuthShouldCreateUserPool: 'AuthShouldCreateUserPool' |
Sorry, the diff of this file is not supported yet
66234
1266
+ Addedgraphql-mapping-template@1.1.0-alpha.faff0c3c(transitive)
+ Addedgraphql-transformer-core@1.1.0-alpha.faff0c3c(transitive)
- Removedgraphql-mapping-template@1.0.33(transitive)
- Removedgraphql-transformer-core@1.0.33(transitive)