Skip to content

Commit

Permalink
v0.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed May 8, 2024
1 parent 74e80d2 commit 442836d
Show file tree
Hide file tree
Showing 9 changed files with 175 additions and 177 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

This is the log of notable changes to the `tsdk` that are developer-facing.

### 0.1.14 Unreleased
### 0.1.14 2024/5/8

- Feat: API support `FormData`
- Feat: onErrorHandler add apiConfig as `config`
- Chore: bump deps to latest

### 0.1.13 2024/3/25

Expand Down
10 changes: 5 additions & 5 deletions examples/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
"typeorm-cursor-pagination": "^0.10.1",
"utf-8-validate": "^6.0.3",
"ws": "^8.13.0",
"zod": "^3.22.4",
"hono": "^4.3.1",
"fastify": "^4.26.2",
"@fastify/express": "^2.3.0",
"@hono/node-server": "^1.8.1",
"zod": "^3.23.7",
"hono": "^4.3.3",
"fastify": "^4.27.0",
"@fastify/express": "^3.0.0",
"@hono/node-server": "^1.11.1",
"i18next": "^23.10.1",
"intl-pluralrules": "^2.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/server/packages/fe-sdk-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"serve": "serve docs"
},
"dependencies": {
"zod": "^3",
"zod": "^3.23.7",
"axios": "^1.6.8",
"xior": "^0.4.3",
"change-case": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "tsdk-monorepo",
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.0",
"scripts": {
"lint": "turbo lint",
"checktype": "turbo checktype",
Expand Down
10 changes: 5 additions & 5 deletions packages/bench/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"checktype": "tsc --noEmit"
},
"dependencies": {
"tsdk-server-adapters": "^0.1.3",
"tsdk-server-adapters": "^0.1.4",
"change-case": "^4.1.2",
"express": "^4.19.2",
"zod": "^3.22.4",
"hono": "^4.3.1",
"@hono/node-server": "^1.8.1",
"zod": "^3.23.7",
"hono": "^4.3.3",
"@hono/node-server": "^1.11.1",
"@trpc/server": "^10.44.1",
"fastify": "^4.26.2"
"fastify": "^4.27.0"
},
"devDependencies": {
"@configs/test-config": "workspace:*",
Expand Down
8 changes: 4 additions & 4 deletions packages/tsdk-server-adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsdk-server-adapters",
"version": "0.1.13",
"version": "0.1.14",
"main": "lib/index.js",
"repository": "tsdk-monorepo/tsdk",
"bugs": "https://github.com/tsdk-monorepo/tsdk/issues",
Expand Down Expand Up @@ -36,10 +36,10 @@
},
"peerDependencies": {
"express": "^4.19.2",
"zod": "^3",
"zod": "^3.23.7",
"socket.io": "^4.7.5",
"hono": "^4.3.1",
"fastify": "^4.26.2"
"hono": "^4.3.3",
"fastify": "^4.27.0"
},
"peerDependenciesMeta": {
"express": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tsdk/fe-sdk-template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"serve": "serve docs"
},
"dependencies": {
"zod": "^3",
"zod": "^3.23.7",
"axios": "^1.6.8",
"xior": "^0.4.3",
"change-case": "^4.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/tsdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tsdk",
"version": "0.1.13",
"version": "0.1.14",
"description": "Type-safe API development and code share tool for TypeScript projects.",
"repository": "tsdk-monorepo/tsdk",
"bugs": "https://github.com/tsdk-monorepo/tsdk/issues",
Expand Down
Loading

0 comments on commit 442836d

Please sign in to comment.