Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Nov 27, 2019
1 parent 428d9b6 commit 1957fd9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/generator-helper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@prisma/generator-helper",
"version": "0.0.25",
"version": "0.0.26",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
Expand Down
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.141",
"version": "0.0.142",
"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-alpha.355",
"version": "2.0.0-alpha.356",
"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/prisma2/src/Generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class Generate implements Command {

for (const generator of generators) {
const toStr = generator.options!.generator.output!
? chalk.dim(` to ./${path.relative(process.cwd(), generator.options!.generator.output!)}`)
? chalk.dim(` to .${path.sep}${path.relative(process.cwd(), generator.options!.generator.output!)}`)
: ''
const name = generator.manifest ? generator.manifest.prettyName : generator.options!.generator.provider
if (
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.63",
"version": "0.0.64",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:prisma/prisma2.git",
Expand Down

0 comments on commit 1957fd9

Please sign in to comment.