Skip to content

Commit

Permalink
Bump stl-api/client version
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-casey committed Sep 24, 2024
1 parent b2627ff commit 244a8bc
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"watch": "pnpm run build:watch",
"clean": "pnpm -r run clean && rm -rf packages/*/{package,*.tgz}",
"format": "prettier --write .",
"prettier:check": "prettier --list-different .",
"prettier:check": "prettier . --check",
"postinstall": "./node_modules/ghooks/bin/install"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"pkg-up": "~3.1.0",
"resolve": "^1.22.8",
"ts-morph": "^19.0.0",
"ts-to-zod": "github:stainless-api/stl-api#ts-to-zod-0.0.4"
"ts-to-zod": "github:stainless-api/stl-api#ts-to-zod-0.0.5"
},
"devDependencies": {
"@swc/core": "^1.3.100",
Expand Down
4 changes: 2 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stl-api/client",
"version": "0.0.1-alpha.32",
"version": "0.0.1-alpha.36",
"description": "primary client package for stl-api",
"author": "[email protected]",
"license": "ISC",
Expand Down Expand Up @@ -29,7 +29,7 @@
"dedent-js": "^1.0.1",
"lodash": "^4.17.21",
"prettier": "^3.3.3",
"stainless": "github:stainless-api/stl-api#stainless-0.1.4",
"stainless": "github:stainless-api/stl-api#stainless-0.1.1",
"typescript": "^5.3.2",
"zod-to-ts": "^1.2.0"
},
Expand Down
48 changes: 24 additions & 24 deletions pnpm-lock.yaml

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

0 comments on commit 244a8bc

Please sign in to comment.