Skip to content

Commit

Permalink
Bump Studio [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
prisma-bot committed Aug 19, 2020
1 parent 14ae266 commit cfc1ec7
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 38 deletions.
10 changes: 5 additions & 5 deletions src/packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.6.0-dev.5",
"version": "2.6.0-dev.8",
"name": "@prisma/cli",
"description": "The Prisma command line interface (CLI) is the primary way to interact with your Prisma project from the command line. It can initialize new project assets, generate Prisma Client, and analyze existing database structures through introspection to automatically create your application models.",
"keywords": [
Expand Down Expand Up @@ -55,8 +55,8 @@
"prisma2": "build/index.js"
},
"prisma": {
"version": "499fa463c4bce9f1e4773876b7659d1a0a1c59fe",
"prismaCommit": "35864bd76b3afb3e37724dcf4527e3a6a9e5cbba"
"version": "62c83f00cd815bc777fd0f326c7284d5b1556f8f",
"prismaCommit": "14ae266f000f70625343f014feb687085334b3b7"
},
"devDependencies": {
"@apexearth/copy": "1.4.5",
Expand All @@ -68,8 +68,8 @@
"@prisma/introspection": "workspace:*",
"@prisma/migrate": "workspace:*",
"@prisma/sdk": "workspace:*",
"@prisma/studio": "0.260.0",
"@prisma/studio-server": "0.260.0",
"@prisma/studio": "0.261.0",
"@prisma/studio-server": "0.261.0",
"@types/debug": "4.1.5",
"@types/mocha": "8.0.1",
"@types/pg": "7.14.4",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/client",
"version": "2.6.0-dev.5",
"version": "2.6.0-dev.8",
"description": "Prisma Client is an auto-generated and type-safe query builder for Node.js & TypeScript that's tailored to your data.",
"keywords": [
"prisma2",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/debug",
"version": "2.6.0-dev.5",
"version": "2.6.0-dev.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/engine-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/engine-core",
"version": "2.6.0-dev.5",
"version": "2.6.0-dev.8",
"license": "Apache-2.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/fetch-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/fetch-engine",
"version": "2.6.0-dev.5",
"version": "2.6.0-dev.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/generator-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/generator-helper",
"version": "2.6.0-dev.5",
"version": "2.6.0-dev.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/get-platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/get-platform",
"version": "2.6.0-dev.5",
"version": "2.6.0-dev.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/ink-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/ink-components",
"version": "2.6.0-dev.5",
"version": "2.6.0-dev.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:prisma/prisma.git",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/introspection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/introspection",
"version": "2.6.0-dev.5",
"version": "2.6.0-dev.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions src/packages/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/migrate",
"version": "2.6.0-dev.5",
"version": "2.6.0-dev.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:prisma/migrate.git",
Expand Down Expand Up @@ -52,8 +52,8 @@
"@prisma/fetch-engine": "workspace:*",
"@prisma/get-platform": "workspace:*",
"@prisma/ink-components": "workspace:*",
"@prisma/studio-server": "0.260.0",
"@prisma/studio-types": "0.260.0",
"@prisma/studio-server": "0.261.0",
"@prisma/studio-types": "0.261.0",
"ansi-escapes": "^4.3.1",
"cli-cursor": "3.1.0",
"dashify": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions src/packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/sdk",
"version": "2.6.0-dev.5",
"version": "2.6.0-dev.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:prisma/prisma.git",
Expand All @@ -21,7 +21,7 @@
"scripts"
],
"prisma": {
"version": "499fa463c4bce9f1e4773876b7659d1a0a1c59fe"
"version": "62c83f00cd815bc777fd0f326c7284d5b1556f8f"
},
"devDependencies": {
"@types/jest": "26.0.9",
Expand Down
40 changes: 20 additions & 20 deletions src/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cfc1ec7

Please sign in to comment.