Skip to content

Commit a585ca6

Browse files
authored
v2.0 nodejs release (#120)
1 parent 39b80bd commit a585ca6

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

.github/workflows/nodejs-demos.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ jobs:
4444
with:
4545
node-version: ${{ matrix.node-version }}
4646

47-
# REMOVE AFTER RELEASE
48-
- name: Install binding
49-
run: yarn install && yarn build
50-
working-directory: binding/nodejs
51-
# REMOVE AFTER RELEASE
52-
5347
- name: Install dependencies
5448
run: |
5549
${{ matrix.install-dep }}
@@ -79,12 +73,6 @@ jobs:
7973
steps:
8074
- uses: actions/checkout@v3
8175

82-
# REMOVE AFTER RELEASE
83-
- name: Install binding
84-
run: yarn install && yarn build
85-
working-directory: binding/nodejs
86-
# REMOVE AFTER RELEASE
87-
8876
- name: Install dependencies
8977
run: yarn install
9078

demo/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"author": "Picovoice Inc.",
2222
"license": "Apache-2.0",
2323
"dependencies": {
24-
"@picovoice/orca-node": "file:../../binding/nodejs",
24+
"@picovoice/orca-node": "2.0.0",
2525
"@picovoice/pvspeaker-node": "^1.0.3",
2626
"commander": "^6.1.0",
2727
"prettier": "^2.6.2",

demo/nodejs/yarn.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@picovoice/orca-node@file:../../binding/nodejs":
5+
"@picovoice/orca-node@2.0.0":
66
version "2.0.0"
7+
resolved "https://registry.yarnpkg.com/@picovoice/orca-node/-/orca-node-2.0.0.tgz#8243c7d126071ebf1247be4d39337d6dc6981e7d"
8+
integrity sha512-Ti2HOCJeTTZDw5dP49lJ5ZaULfmLShGQVmOPQiEjwV91ybr67OGaPIbw6rjEA3E4Rk6NeznNNeyV54jSp/h7lw==
79

810
"@picovoice/pvspeaker-node@^1.0.3":
911
version "1.0.3"

0 commit comments

Comments
 (0)