@dainprotocol/service-sdk 2.0.83 → 2.0.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dainprotocol/service-sdk",
3
- "version": "2.0.83",
3
+ "version": "2.0.85",
4
4
  "description": "DAIN Service SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -123,6 +123,7 @@
123
123
  "license": "ISC",
124
124
  "devDependencies": {
125
125
  "@babel/preset-env": "^7.26.0",
126
+ "@dainprotocol/oauth2-storage-drizzle": "^0.1.16",
126
127
  "@types/express": "^4.17.21",
127
128
  "@types/jest": "^29.5.12",
128
129
  "babel-jest": "^29.7.0",
@@ -132,8 +133,7 @@
132
133
  "typescript": "^5.9.3"
133
134
  },
134
135
  "dependencies": {
135
- "@dainprotocol/oauth2-storage-drizzle": "^0.1.16",
136
- "@dainprotocol/oauth2-token-manager": "^0.3.4",
136
+ "@dainprotocol/oauth2-token-manager": "^0.2.5",
137
137
  "@hono/node-server": "^1.13.8",
138
138
  "@noble/curves": "^1.4.0",
139
139
  "@noble/ed25519": "^2.1.0",
@@ -161,7 +161,7 @@
161
161
  "telegram": "^2.26.16",
162
162
  "tslib": "^2.6.3",
163
163
  "ws": "^8.18.0",
164
- "zod": "4.2.1",
164
+ "zod": "4.3.6",
165
165
  "zod-to-json-schema": "^3.24.6"
166
166
  },
167
167
  "files": [