@aws-amplify/graphql-predictions-transformer
Advanced tools
Comparing version 2.1.19-iam-auth-with-identityPool-provider-1.0 to 2.1.19
@@ -6,3 +6,3 @@ # Change Log | ||
## [2.1.19-iam-auth-with-identityPool-provider-1.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-predictions-transformer@2.1.18...@aws-amplify/graphql-predictions-transformer@2.1.19-iam-auth-with-identityPool-provider-1.0) (2024-03-15) | ||
## [2.1.19](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-predictions-transformer@2.1.18...@aws-amplify/graphql-predictions-transformer@2.1.19) (2024-03-28) | ||
@@ -9,0 +9,0 @@ **Note:** Version bump only for package @aws-amplify/graphql-predictions-transformer |
@@ -29,2 +29,3 @@ "use strict"; | ||
const graphql_transformer_core_1 = require("@aws-amplify/graphql-transformer-core"); | ||
const graphql_directives_1 = require("@aws-amplify/graphql-directives"); | ||
const cdk = __importStar(require("aws-cdk-lib")); | ||
@@ -41,3 +42,3 @@ const iam = __importStar(require("aws-cdk-lib/aws-iam")); | ||
var _a; | ||
super('amplify-predictions-transformer', constants_1.directiveDefinition); | ||
super('amplify-predictions-transformer', graphql_directives_1.PredictionsDirective.definition); | ||
this.directiveList = []; | ||
@@ -44,0 +45,0 @@ this.field = (parent, definition, directive, context) => { |
export declare const PREDICTIONS_DIRECTIVE_STACK = "PredictionsDirectiveStack"; | ||
export declare const directiveDefinition = "\n directive @predictions(actions: [PredictionsActions!]!) on FIELD_DEFINITION\n enum PredictionsActions {\n identifyText\n identifyLabels\n convertTextToSpeech\n translateText\n }\n"; | ||
export declare const identifyEntities = "identifyEntities"; | ||
@@ -4,0 +3,0 @@ export declare const identifyText = "identifyText"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.amzJsonContentType = exports.translateTextAmzTarget = exports.identifyLabelsAmzTarget = exports.identifyTextAmzTarget = exports.convertTextToSpeech = exports.translateText = exports.identifyLabels = exports.identifyText = exports.identifyEntities = exports.directiveDefinition = exports.PREDICTIONS_DIRECTIVE_STACK = void 0; | ||
exports.amzJsonContentType = exports.translateTextAmzTarget = exports.identifyLabelsAmzTarget = exports.identifyTextAmzTarget = exports.convertTextToSpeech = exports.translateText = exports.identifyLabels = exports.identifyText = exports.identifyEntities = exports.PREDICTIONS_DIRECTIVE_STACK = void 0; | ||
exports.PREDICTIONS_DIRECTIVE_STACK = 'PredictionsDirectiveStack'; | ||
exports.directiveDefinition = ` | ||
directive @predictions(actions: [PredictionsActions!]!) on FIELD_DEFINITION | ||
enum PredictionsActions { | ||
identifyText | ||
identifyLabels | ||
convertTextToSpeech | ||
translateText | ||
} | ||
`; | ||
exports.identifyEntities = 'identifyEntities'; | ||
@@ -15,0 +6,0 @@ exports.identifyText = 'identifyText'; |
{ | ||
"name": "@aws-amplify/graphql-predictions-transformer", | ||
"version": "2.1.19-iam-auth-with-identityPool-provider-1.0", | ||
"version": "2.1.19", | ||
"description": "Amplify GraphQL @predictions transformer", | ||
@@ -31,7 +31,8 @@ "repository": { | ||
"dependencies": { | ||
"@aws-amplify/graphql-transformer-core": "2.5.1-iam-auth-with-identityPool-provider-1.0", | ||
"@aws-amplify/graphql-transformer-interfaces": "3.4.1-iam-auth-with-identityPool-provider-1.0", | ||
"@aws-amplify/graphql-directives": "1.0.1", | ||
"@aws-amplify/graphql-transformer-core": "2.5.1", | ||
"@aws-amplify/graphql-transformer-interfaces": "3.5.0", | ||
"graphql": "^15.5.0", | ||
"graphql-mapping-template": "4.20.16-iam-auth-with-identityPool-provider-1.0", | ||
"graphql-transformer-common": "4.28.2-iam-auth-with-identityPool-provider-1.0" | ||
"graphql-mapping-template": "4.20.15", | ||
"graphql-transformer-common": "4.29.0" | ||
}, | ||
@@ -43,3 +44,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@aws-amplify/graphql-transformer-test-utils": "0.4.7-iam-auth-with-identityPool-provider-1.0", | ||
"@aws-amplify/graphql-transformer-test-utils": "0.4.7", | ||
"bestzip": "^2.1.5" | ||
@@ -84,3 +85,3 @@ }, | ||
}, | ||
"gitHead": "dafa4bb5ea5cec5dc90b722bf138064897f4f24a" | ||
"gitHead": "ac8990dd06d7b6a29c079e84a7c1e23ec5708fc1" | ||
} |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
108722
8
591
+ Added@aws-amplify/graphql-directives@1.0.1(transitive)
+ Added@aws-amplify/graphql-transformer-core@2.5.1(transitive)
+ Added@aws-amplify/graphql-transformer-interfaces@3.5.0(transitive)
+ Addedgraphql-mapping-template@4.20.15(transitive)
+ Addedgraphql-transformer-common@4.29.0(transitive)
- Removed@aws-amplify/graphql-transformer-core@2.5.1-iam-auth-with-identityPool-provider-1.0(transitive)
- Removed@aws-amplify/graphql-transformer-interfaces@3.4.1-iam-auth-with-identityPool-provider-1.0(transitive)
- Removedgraphql-mapping-template@4.20.16-iam-auth-with-identityPool-provider-1.0(transitive)
- Removedgraphql-transformer-common@4.28.2-iam-auth-with-identityPool-provider-1.0(transitive)