Skip to content
This repository was archived by the owner on Mar 19, 2026. It is now read-only.

Commit 7970f17

Browse files
committed
Upgrade Milky to 1.1, and other deps
1 parent 7bc897f commit 7970f17

File tree

2 files changed

+116
-114
lines changed

2 files changed

+116
-114
lines changed

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
22
"name": "@saltify/milky-node-sdk",
33
"type": "module",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "",
66
"main": "dist/index.mjs",
77
"typings": "dist/index.d.mts",
8-
"files": ["dist"],
8+
"files": [
9+
"dist"
10+
],
911
"scripts": {
1012
"build": "npm run generate-api && tsdown",
1113
"generate-api": "tsx ./scripts/generate-api.ts",
@@ -21,13 +23,13 @@
2123
"license": "MIT",
2224
"packageManager": "pnpm@10.26.1",
2325
"dependencies": {
24-
"@saltify/milky-types": "^1.0.0",
26+
"@saltify/milky-types": "^1.1.0",
2527
"eventsource-client": "^1.2.0",
26-
"zod": "^4.2.1"
28+
"zod": "^4.3.5"
2729
},
2830
"devDependencies": {
29-
"@types/node": "^22.19.3",
30-
"tsdown": "^0.18.2",
31+
"@types/node": "^22.19.5",
32+
"tsdown": "^0.19.0",
3133
"tsx": "^4.21.0",
3234
"typescript": "^5.9.3"
3335
}

0 commit comments

Comments
 (0)