graphql-transformer-common
Advanced tools
Comparing version 1.0.34-multienv.0 to 1.0.35-beta.0
@@ -6,10 +6,13 @@ # 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) | ||
<a name="1.0.35-beta.0"></a> | ||
## [1.0.35-beta.0](https://github.com/aws-amplify/amplify-cli/compare/graphql-transformer-common@1.0.33...graphql-transformer-common@1.0.35-beta.0) (2019-01-08) | ||
### Bug Fixes | ||
* **amplify-cli:** manually patch version ([#674](https://github.com/aws-amplify/amplify-cli/issues/674)) ([0d6f039](https://github.com/aws-amplify/amplify-cli/commit/0d6f039)) | ||
**Note:** Version bump only for package graphql-transformer-common | ||
<a name="1.0.33"></a> | ||
@@ -16,0 +19,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,4 +17,4 @@ export declare class ResourceConstants { | ||
static PARAMETERS: { | ||
Env: string; | ||
AppSyncApiName: string; | ||
APIKeyExpirationEpoch: string; | ||
DynamoDBModelTableReadIOPS: string; | ||
@@ -42,3 +42,5 @@ DynamoDBModelTableWriteIOPS: string; | ||
static CONDITIONS: { | ||
HasEnvironmentParameter: string; | ||
APIKeyExpirationEpochIsZero: string; | ||
APIKeyExpirationEpochIsNotNegOne: string; | ||
APIKeyExpirationEpochIsPositive: string; | ||
AuthShouldCreateUserPool: string; | ||
@@ -45,0 +47,0 @@ }; |
@@ -24,6 +24,5 @@ "use strict"; | ||
ResourceConstants.PARAMETERS = { | ||
// cli | ||
Env: 'env', | ||
// AppSync | ||
AppSyncApiName: 'AppSyncApiName', | ||
APIKeyExpirationEpoch: 'APIKeyExpirationEpoch', | ||
// DynamoDB | ||
@@ -54,4 +53,6 @@ DynamoDBModelTableReadIOPS: 'DynamoDBModelTableReadIOPS', | ||
ResourceConstants.CONDITIONS = { | ||
// Environment | ||
HasEnvironmentParameter: 'HasEnvironmentParameter', | ||
// General | ||
APIKeyExpirationEpochIsZero: 'APIKeyExpirationEpochIsZero', | ||
APIKeyExpirationEpochIsNotNegOne: 'APIKeyExpirationEpochIsNotNegOne', | ||
APIKeyExpirationEpochIsPositive: 'APIKeyExpirationEpochIsPositive', | ||
// Auth | ||
@@ -58,0 +59,0 @@ AuthShouldCreateUserPool: 'AuthShouldCreateUserPool' |
{ | ||
"name": "graphql-transformer-common", | ||
"version": "1.0.34-multienv.0", | ||
"version": "1.0.35-beta.0", | ||
"description": "Common code and constants for AppSync Transformers", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -24,7 +24,5 @@ export class ResourceConstants { | ||
public static PARAMETERS = { | ||
// cli | ||
Env: 'env', | ||
// AppSync | ||
AppSyncApiName: 'AppSyncApiName', | ||
APIKeyExpirationEpoch: 'APIKeyExpirationEpoch', | ||
@@ -58,4 +56,6 @@ // DynamoDB | ||
public static CONDITIONS = { | ||
// Environment | ||
HasEnvironmentParameter: 'HasEnvironmentParameter', | ||
// General | ||
APIKeyExpirationEpochIsZero: 'APIKeyExpirationEpochIsZero', | ||
APIKeyExpirationEpochIsNotNegOne: 'APIKeyExpirationEpochIsNotNegOne', | ||
APIKeyExpirationEpochIsPositive: 'APIKeyExpirationEpochIsPositive', | ||
@@ -62,0 +62,0 @@ // Auth |
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
67475
1280