Skip to content

Commit

Permalink
@prisma/introspection@0.0.158
Browse files Browse the repository at this point in the history
prisma2@2.0.0-alpha.370
  • Loading branch information
timsuchanek committed Nov 29, 2019
1 parent 795e10b commit ca451e8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cli/introspection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/introspection",
"version": "0.0.157",
"version": "0.0.158",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion cli/prisma2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prisma2",
"version": "2.0.0-preview017.2",
"version": "2.0.0-alpha.370",
"main": "build/index.js",
"repository": "git@github.com:prisma/prisma2-cli.git",
"author": "Tim Suchanek <suchanek@prisma.io>",
Expand Down
2 changes: 1 addition & 1 deletion cli/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/sdk",
"version": "0.0.70",
"version": "0.0.71",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:prisma/prisma2.git",
Expand Down
7 changes: 3 additions & 4 deletions cli/sdk/src/IntrospectionEngine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,10 +325,9 @@ Please put that file into a gist and post it in Slack.
jsonrpc: '2.0',
method,
params: [
params.url,
// {
// ...params,
// },
{
...params,
},
],
}
}
Expand Down

0 comments on commit ca451e8

Please sign in to comment.