@graphile-contrib/pg-many-to-many
Advanced tools
Comparing version 2.0.0-beta.2 to 2.0.0-beta.3
@@ -177,3 +177,3 @@ "use strict"; | ||
} | ||
const rightJunctionAttributes = sql `(${sql.join(rightJunctionAttributeNames.map((n) => sql `${junctionAlias}.${sql.identifier(n)}`), ", ")})`; | ||
const rightJunctionAttributes = sql `${sql.join(rightJunctionAttributeNames.map((n) => sql `${junctionAlias}.${sql.identifier(n)}`), ", ")}`; | ||
const rightTableAttribute = sql `(${sql.join(rightTableAttributeNames.map((n) => sql `${$rights.alias}.${sql.identifier(n)}`), ", ")})`; | ||
@@ -180,0 +180,0 @@ const junctionSubquery = sql.indent `select ${rightJunctionAttributes} |
{ | ||
"name": "@graphile-contrib/pg-many-to-many", | ||
"version": "2.0.0-beta.2", | ||
"version": "2.0.0-beta.3", | ||
"description": "Add connection fields for many-to-many relations", | ||
@@ -27,4 +27,4 @@ "main": "dist/index.js", | ||
"@babel/preset-typescript": "^7.23.3", | ||
"@dataplan/pg": "^0.0.1-beta.1", | ||
"@tsconfig/node16": "^1.0.3", | ||
"@dataplan/pg": "^0.0.1-beta.19", | ||
"@tsconfig/node18": "^18.2.4", | ||
"@typescript-eslint/eslint-plugin": "^6.13.1", | ||
@@ -34,13 +34,13 @@ "@typescript-eslint/parser": "^6.13.1", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-graphile-export": "^0.0.2-beta.3", | ||
"eslint-plugin-graphile-export": "^0.0.2-beta.4", | ||
"eslint-plugin-jest": "^27.1.5", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint_d": "^12.2.1", | ||
"grafast": "^0.0.1-beta.1", | ||
"graphile-build-pg": "^5.0.0-beta.1", | ||
"grafast": "^0.1.1-beta.8", | ||
"graphile-build-pg": "^5.0.0-beta.22", | ||
"graphql": "16.1.0-experimental-stream-defer.6", | ||
"jest": "^29.3.1", | ||
"jest-serializer-graphql-schema": "^5.0.0-beta.1", | ||
"jest-serializer-graphql-schema": "^5.0.0-beta.3", | ||
"pg": ">=6.1.0 <9", | ||
"postgraphile": "^5.0.0-beta.1", | ||
"postgraphile": "^5.0.0-beta.23", | ||
"prettier": "2.8.0", | ||
@@ -47,0 +47,0 @@ "typescript": "^5.0.0" |
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
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
82141