Skip to content

Commit 0b9b4b4

Browse files
committed
Release ts client 0.0.4
1 parent 47aeb06 commit 0b9b4b4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/release-ts.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: "20.x"
25+
registry-url: "https://registry.npmjs.org/"
26+
2527

2628
- name: "Install"
2729
run: |

src/ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vectorize-io/vectorize-client",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Python client for the Vectorize API",
55
"author": "Vectorize <contact@vectorize.io>",
66
"repository": {
@@ -18,6 +18,6 @@
1818
"typescript": "^4.0 || ^5.0"
1919
},
2020
"publishConfig": {
21-
"registry": "https://github.com/vectorize-io/vectorize-clients"
21+
"access": "public"
2222
}
2323
}

0 commit comments

Comments
 (0)