Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @pgtyped/cli@1.1.0
 - @pgtyped/example@1.1.0
 - @pgtyped/query@1.1.0
 - @pgtyped/wire@1.1.0
  • Loading branch information
adelsz committed Jan 22, 2023
1 parent 9e628e5 commit 96f3380
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
24 changes: 12 additions & 12 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgtyped/cli",
"version": "1.0.2",
"version": "1.1.0",
"main": "lib/index.js",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -34,7 +34,7 @@
}
},
"dependencies": {
"@pgtyped/query": "*",
"@pgtyped/query": "^1.1.0",
"@types/nunjucks": "^3.1.3",
"camel-case": "^4.1.1",
"chalk": "^4.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgtyped/example",
"version": "1.0.2",
"version": "1.1.0",
"description": "A package demonstrating how pgtyped works.",
"author": "Adel Salakh",
"private": true,
Expand All @@ -21,8 +21,8 @@
"check": "tsc --noEmit"
},
"dependencies": {
"@pgtyped/cli": "*",
"@pgtyped/query": "*",
"@pgtyped/cli": "^1.1.0",
"@pgtyped/query": "^1.1.0",
"@types/pg": "8.6.6",
"expect": "27.5.1",
"pg": "8.7.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgtyped/query",
"version": "1.0.1",
"version": "1.1.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
}
},
"dependencies": {
"@pgtyped/wire": "*",
"@pgtyped/wire": "^1.1.0",
"@types/chalk": "^2.2.0",
"@types/debug": "^4.1.4",
"antlr4ts": "0.5.0-alpha.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/wire/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgtyped/wire",
"version": "1.0.1",
"version": "1.1.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
Expand All @@ -27,9 +27,9 @@
"^.+\\.tsx?$": "ts-jest"
},
"snapshotFormat": {
"escapeString": true,
"printBasicPrototype": true
}
"escapeString": true,
"printBasicPrototype": true
}
},
"dependencies": {
"debug": "^4.1.1"
Expand Down

1 comment on commit 96f3380

@vercel
Copy link

@vercel vercel bot commented on 96f3380 Jan 22, 2023

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:

pgtyped – ./

pgtyped.vercel.app
pgtyped-git-master-adels.vercel.app
pgtyped-adels.vercel.app

Please sign in to comment.