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

@aws-amplify/graphql-transformer-interfaces

Package Overview
Dependencies
Maintainers
0
Versions
322
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.2.0 to 4.2.1

lib/transformer-context/logConfig.d.ts

12

API.md

@@ -24,2 +24,3 @@ ## API Report File for "@aws-amplify/graphql-transformer-interfaces"

import { FieldDefinitionNode } from 'graphql';
import { FieldLogLevel } from 'aws-cdk-lib/aws-appsync';
import { FieldNode } from 'graphql';

@@ -47,2 +48,3 @@ import { Grant } from 'aws-cdk-lib/aws-iam';

import { ObjectTypeExtensionNode } from 'graphql';
import { RetentionDays } from 'aws-cdk-lib/aws-logs';
import { Runtime } from 'aws-cdk-lib/aws-lambda';

@@ -263,2 +265,12 @@ import { ScalarTypeDefinitionNode } from 'graphql';

// @public (undocumented)
export interface LogConfig {
// (undocumented)
excludeVerboseContent?: boolean;
// (undocumented)
fieldLogLevel?: FieldLogLevel;
// (undocumented)
retention?: RetentionDays;
}
// @public (undocumented)
export type MappingTemplateProvider = InlineMappingTemplateProvider | S3MappingTemplateProvider;

@@ -265,0 +277,0 @@

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [4.2.1](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@4.2.0...@aws-amplify/graphql-transformer-interfaces@4.2.1) (2024-12-17)
**Note:** Version bump only for package @aws-amplify/graphql-transformer-interfaces
# [4.2.0](https://github.com/aws-amplify/amplify-category-api/compare/@aws-amplify/graphql-transformer-interfaces@4.1.2...@aws-amplify/graphql-transformer-interfaces@4.2.0) (2024-11-08)

@@ -8,0 +12,0 @@

@@ -12,2 +12,3 @@ export { DataSourceProvider, TransformerDataSourceManagerProvider, AppSyncDataSourceType, DataSourceInstance, } from './transformer-datasource-provider';

export { TransformParameterProvider } from './transform-parameter-provider';
export { LogConfig } from './logConfig';
//# sourceMappingURL=index.d.ts.map

39

package.json
{
"name": "@aws-amplify/graphql-transformer-interfaces",
"version": "4.2.0",
"version": "4.2.1",
"description": "Amplify GraphQL transformer interface definitions",

@@ -34,39 +34,6 @@ "repository": {

"peerDependencies": {
"aws-cdk-lib": "^2.158.0",
"aws-cdk-lib": "^2.168.0",
"constructs": "^10.3.0"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testEnvironmentOptions": {
"url": "http://localhost"
},
"testRegex": "(src/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"collectCoverage": true,
"coverageProvider": "v8",
"coverageReporters": [
"clover",
"text"
],
"collectCoverageFrom": [
"src/**/*.ts"
],
"coveragePathIgnorePatterns": [
"/__tests__/"
],
"snapshotFormat": {
"escapeString": true,
"printBasicPrototype": true
}
},
"gitHead": "a6ab93200105e655183d8e8bab387797e7a5553d"
"gitHead": "9c5ee69a82e52f094f57da66bc7940758c0b2263"
}

@@ -32,1 +32,2 @@ export {

export { TransformParameterProvider } from './transform-parameter-provider';
export { LogConfig } from './logConfig';

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