Socket
Socket
Sign inDemoInstall

graphql-transformer-common

Package Overview
Dependencies
Maintainers
12
Versions
761
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-transformer-common - npm Package Compare versions

Comparing version 4.27.1 to 4.28.0

lib/TypescriptSchemaConstants.d.ts

14

API.md

@@ -504,2 +504,16 @@ ## API Report File for "graphql-transformer-common"

// @public (undocumented)
export const TYPESCRIPT_DATA_SCHEMA_CONSTANTS: {
SCHEMA_PACKAGE: string;
MODEL_METHOD: string;
SCHEMA_METHOD: string;
IDENTIFIER_METHOD: string;
ARRAY_METHOD: string;
REQUIRED_METHOD: string;
STRING_METHOD: string;
ENUM_METHOD: string;
REFERENCE_A: string;
EXPORT_VARIABLE_NAME: string;
};
// @public (undocumented)
export function unwrapNonNull(type: TypeNode): any;

@@ -506,0 +520,0 @@

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

# [4.28.0](https://github.com/aws-amplify/amplify-category-api/compare/graphql-transformer-common@4.27.1...graphql-transformer-common@4.28.0) (2024-02-05)
### Features
- **api:** generate typescript data schema from sql schema internal representation ([#2225](https://github.com/aws-amplify/amplify-category-api/issues/2225)) ([460b077](https://github.com/aws-amplify/amplify-category-api/commit/460b0776af82932d2b42a2b7720b49b91fdbd45c))
## [4.27.1](https://github.com/aws-amplify/amplify-category-api/compare/graphql-transformer-common@4.27.0...graphql-transformer-common@4.27.1) (2023-12-18)

@@ -8,0 +14,0 @@

1

lib/index.d.ts

@@ -15,2 +15,3 @@ export * from './ResourceConstants';

export * from './transformedArgs';
export * from './TypescriptSchemaConstants';
//# sourceMappingURL=index.d.ts.map

@@ -31,2 +31,3 @@ "use strict";

__exportStar(require("./transformedArgs"), exports);
__exportStar(require("./TypescriptSchemaConstants"), exports);
//# sourceMappingURL=index.js.map

4

package.json
{
"name": "graphql-transformer-common",
"version": "4.27.1",
"version": "4.28.0",
"description": "Common code and constants for AppSync Transformers",

@@ -63,3 +63,3 @@ "repository": {

},
"gitHead": "2ff8c3eda50f582152492e232d6daa3dbaf56821"
"gitHead": "9791c1ae7481483371655cad20a1179286c01018"
}

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