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

graphql-transformer-common

Package Overview
Dependencies
Maintainers
11
Versions
770
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.24.1-alpha.153 to 4.24.1-delta-table-improvements.0

8

CHANGELOG.md

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

## [4.24.1-delta-table-improvements.0](https://github.com/aws-amplify/amplify-category-api/compare/graphql-transformer-common@4.24.0...graphql-transformer-common@4.24.1-delta-table-improvements.0) (2022-11-01)
**Note:** Version bump only for package graphql-transformer-common
# [4.24.0](https://github.com/aws-amplify/amplify-category-api/compare/graphql-transformer-common@4.23.3...graphql-transformer-common@4.24.0) (2022-07-01)

@@ -8,0 +16,0 @@

3

lib/SyncResourceIDs.d.ts

@@ -6,2 +6,5 @@ export declare class SyncResourceIDs {

static syncRangeKey: string;
static syncGSIName: string;
static syncGSIPartitionKey: string;
static syncGSISortKey: string;
static syncIAMRoleID: string;

@@ -8,0 +11,0 @@ static syncIAMRoleName: string;

@@ -15,2 +15,5 @@ "use strict";

SyncResourceIDs.syncRangeKey = 'ds_sk';
SyncResourceIDs.syncGSIName = 'deltaSyncGSI';
SyncResourceIDs.syncGSIPartitionKey = 'gsi_ds_pk';
SyncResourceIDs.syncGSISortKey = 'gsi_ds_sk';
SyncResourceIDs.syncIAMRoleID = 'DataStoreIAMRole';

@@ -17,0 +20,0 @@ SyncResourceIDs.syncIAMRoleName = 'AmplifyDataStoreIAMRole';

6

package.json
{
"name": "graphql-transformer-common",
"version": "4.24.1-alpha.153+371317a29",
"version": "4.24.1-delta-table-improvements.0",
"description": "Common code and constants for AppSync Transformers",

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

"graphql": "^14.5.8",
"graphql-mapping-template": "4.20.6-alpha.188+371317a29",
"graphql-mapping-template": "4.20.5",
"md5": "^2.2.1",

@@ -51,3 +51,3 @@ "pluralize": "8.0.0"

},
"gitHead": "371317a29553f8fda3186f597f42fd304cfac25e"
"gitHead": "af79e075209f918ed101e2f2c8fb842c1f8e41c7"
}

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