-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
148 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -233066,7 +233066,7 @@ var require_GeneratorProcess = __commonJS((exports2) => { | |
var byline_1 = __importDefault(require_byline()); | ||
var chalk_1 = __importDefault(require_source()); | ||
var debug_1 = __importDefault(require_dist()); | ||
var debug = debug_1.default("GeneratorProcess"); | ||
var debug = debug_1.default("prisma:GeneratorProcess"); | ||
var globalMessageId = 1; | ||
var GeneratorError = class extends Error { | ||
constructor(message, code, data) { | ||
|
@@ -233375,7 +233375,7 @@ var require_package = __commonJS((exports2, module2) => { | |
module2.exports = { | ||
name: "prisma-appsync", | ||
description: "\u26A1 AppSync GraphQL API Generator for \u25ED Prisma 2, the next-gen ORM.", | ||
version: "1.0.0-beta.48", | ||
version: "1.0.0-beta.49", | ||
bin: "./dist/generator.js", | ||
repository: "[email protected]:maoosi/prisma-appsync.git", | ||
author: "maoosi <[email protected]>", | ||
|
@@ -233404,8 +233404,8 @@ var require_package = __commonJS((exports2, module2) => { | |
devDependencies: { | ||
"@casl/ability": "^4.1.6", | ||
"@maoosi/appsync-schema-converter": "^1.0.2", | ||
"@prisma/client": "^2.16.1", | ||
"@prisma/generator-helper": "^2.16.1", | ||
"@prisma/client": "^2.18.0", | ||
"@prisma/generator-helper": "^2.18.0", | ||
"@types/dot-object": "^2.1.2", | ||
"@types/fs-extra": "^8.1.0", | ||
"@types/jest": "^26.0.10", | ||
|
@@ -233429,7 +233429,7 @@ var require_package = __commonJS((exports2, module2) => { | |
nunjucks: "^3.2.1", | ||
pluralize: "^8.0.0", | ||
prettier: "^2.0.5", | ||
prisma: "^2.16.1", | ||
prisma: "^2.18.0", | ||
"ts-custom-error": "^3.2.0", | ||
"ts-jest": "^26.3.0", | ||
typescript: "^4.1.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,4 @@ sidebarDepth: 0 | |
|
||
## ⚓ Compatibility | ||
|
||
- Prisma 2.16.1 | ||
- Prisma 2.18.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "prisma-appsync", | ||
"description": "⚡ AppSync GraphQL API Generator for ◭ Prisma 2, the next-gen ORM.", | ||
"version": "1.0.0-beta.48", | ||
"version": "1.0.0-beta.49", | ||
"bin": "./dist/generator.js", | ||
"repository": "[email protected]:maoosi/prisma-appsync.git", | ||
"author": "maoosi <[email protected]>", | ||
|
@@ -30,8 +30,8 @@ | |
"devDependencies": { | ||
"@casl/ability": "^4.1.6", | ||
"@maoosi/appsync-schema-converter": "^1.0.2", | ||
"@prisma/client": "^2.16.1", | ||
"@prisma/generator-helper": "^2.16.1", | ||
"@prisma/client": "^2.18.0", | ||
"@prisma/generator-helper": "^2.18.0", | ||
"@types/dot-object": "^2.1.2", | ||
"@types/fs-extra": "^8.1.0", | ||
"@types/jest": "^26.0.10", | ||
|
@@ -55,7 +55,7 @@ | |
"nunjucks": "^3.2.1", | ||
"pluralize": "^8.0.0", | ||
"prettier": "^2.0.5", | ||
"prisma": "^2.16.1", | ||
"prisma": "^2.18.0", | ||
"ts-custom-error": "^3.2.0", | ||
"ts-jest": "^26.3.0", | ||
"typescript": "^4.1.3", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
34b81cf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: