Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-amplify/graphql-predictions-transformer

Package Overview
Dependencies
Maintainers
10
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-amplify/graphql-predictions-transformer - npm Package Compare versions

Comparing version 2.1.19-iam-auth-with-identityPool-provider-1.0 to 2.1.19

2

CHANGELOG.md

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc