Skip to content

Commit

Permalink
[skip actions]-release: v0.104.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 15, 2024
1 parent 8ec5f11 commit c9e0ae4
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synthql/backend",
"type": "module",
"version": "0.103.4",
"version": "0.104.4",
"main": "build/src/index.cjs",
"module": "build/src/index.js",
"types": "build/types/src/index.d.ts",
Expand All @@ -28,7 +28,7 @@
"benchmarks": "yarn vitest run src/tests/benchmarks/bench.test.ts"
},
"dependencies": {
"@synthql/queries": "0.103.4",
"@synthql/queries": "0.104.4",
"kysely": "^0.27.3",
"pg": "^8.11.3",
"sql-formatter": "^15.0.2"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synthql/cli",
"type": "module",
"version": "0.103.4",
"version": "0.104.4",
"main": "build/src/index.cjs",
"module": "build/src/index.js",
"types": "build/types/src/index.d.ts",
Expand All @@ -27,8 +27,8 @@
"format": "yarn prettier --config ../../prettier.config.js --write ./src/"
},
"dependencies": {
"@synthql/introspect": "0.103.4",
"@synthql/queries": "0.103.4",
"@synthql/introspect": "0.104.4",
"@synthql/queries": "0.104.4",
"ajv": "^8.17.1",
"extract-pg-schema": "5.1.1",
"pg": "^8.11.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/static/reference/assets/navigation.js

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

2 changes: 1 addition & 1 deletion packages/docs/static/reference/assets/search.js

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

6 changes: 3 additions & 3 deletions packages/handler-express/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synthql/handler-express",
"type": "module",
"version": "0.103.4",
"version": "0.104.4",
"main": "build/src/index.cjs",
"module": "build/src/index.js",
"types": "build/types/src/index.d.ts",
Expand All @@ -27,8 +27,8 @@
"format": "yarn prettier --config ../../prettier.config.js --write ./src/"
},
"dependencies": {
"@synthql/backend": "0.103.4",
"@synthql/queries": "0.103.4"
"@synthql/backend": "0.104.4",
"@synthql/queries": "0.104.4"
},
"devDependencies": {
"@types/express": "^4.17.21",
Expand Down
6 changes: 3 additions & 3 deletions packages/handler-next/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synthql/handler-next",
"type": "module",
"version": "0.103.4",
"version": "0.104.4",
"main": "build/src/index.cjs",
"module": "build/src/index.js",
"types": "build/types/src/index.d.ts",
Expand All @@ -27,8 +27,8 @@
"format": "yarn prettier --config ../../prettier.config.js --write ./src/"
},
"dependencies": {
"@synthql/backend": "0.103.4",
"@synthql/queries": "0.103.4"
"@synthql/backend": "0.104.4",
"@synthql/queries": "0.104.4"
},
"devDependencies": {
"@vitest/coverage-v8": "^1.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/introspect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synthql/introspect",
"type": "module",
"version": "0.103.4",
"version": "0.104.4",
"main": "build/src/index.cjs",
"module": "build/src/index.js",
"types": "build/types/src/index.d.ts",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^11.5.4",
"@synthql/queries": "0.103.4",
"@synthql/queries": "0.104.4",
"extract-pg-schema": "^5.1.1",
"json-schema-to-typescript": "^13.1.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/queries/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@synthql/queries",
"type": "module",
"version": "0.103.4",
"version": "0.104.4",
"main": "build/src/index.cjs",
"module": "build/src/index.js",
"types": "build/types/src/index.d.ts",
Expand Down
Loading

0 comments on commit c9e0ae4

Please sign in to comment.