Skip to content

Commit

Permalink
Update tsdk and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Aug 22, 2024
1 parent febdea7 commit c86427c
Show file tree
Hide file tree
Showing 5 changed files with 1,086 additions and 847 deletions.
4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"author": "",
"license": "ISC",
"dependencies": {
"zod": "^3.22.4",
"zod": "^3.23.8",
"change-case": "^4.1.2"
},
"devDependencies": {
"@types/node": "^20.9.0",
"tsdk": "^0.1.12",
"tsdk": "^0.2.0",
"typescript": "^5"
}
}
7 changes: 4 additions & 3 deletions api/tsdk.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@ module.exports = {
shareExt: "shared",
sharedDirs: ["./src/shared"],
removeFields: [],
httpLib: 'xior',
httpLib: "xior",
monorepoRoot: "../",
dataHookLib: "SWR",
dependencies: {
axios: "^1.6.7",
xior: "^0.3.0",
axios: "^1.7.2",
xior: "^0.5.5",
zod: "^3.23.8",
},
};
15 changes: 8 additions & 7 deletions hn-api-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "hn-api-sdk",
"version": "1.5.0",
"version": "1.0.0",
"main": "lib/index.js",
"scripts": {
"tsc:build": "tsc --project tsconfig.json",
"doc:build": "typedoc src/**.ts --plugin ./hover.mjs && node write-popover.mjs",
"serve": "serve docs"
},
"dependencies": {
"zod": "^3",
"axios": "^1.6.7",
"xior": "^0.3.0",
"zod": "^3.23.8",
"axios": "^1.7.2",
"xior": "^0.5.5",
"change-case": "^4.1.2",
"swr": "^2.2.5"
},
"devDependencies": {
"typescript": "^5",
"typedoc": "^0.25.2",
"@tsconfig/recommended": "^1.0.3"
"typedoc": "^0.26.4",
"@tsconfig/recommended": "^1.0.7"
},
"peerDependencies": {
"socket.io-client": "^4.7.5"
Expand All @@ -28,6 +28,7 @@
}
},
"files": [
"lib"
"lib",
"src"
]
}
8 changes: 4 additions & 4 deletions override/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@
},
"dependencies": {
"zod": "^3",
"xior": "^0.3.0",
"xior": "^0.5.5",
"change-case": "^4.1.2",
"swr": "^2.2.5"
},
"devDependencies": {
"typescript": "^5",
"typedoc": "^0.25.2",
"@tsconfig/recommended": "^1.0.3"
"typedoc": "^0.26.6",
"@tsconfig/recommended": "^1.0.7"
},
"peerDependencies": {
"socket.io-client": "^4.7.2"
"socket.io-client": "^4.7.5"
},
"peerDependenciesMeta": {
"socket.io-client": {
Expand Down
Loading

0 comments on commit c86427c

Please sign in to comment.