Skip to content

Commit

Permalink
nodejs release
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Sep 4, 2024
1 parent fb963ea commit 6a18c79
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 24 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/nodejs-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

# ************** REMOVE AFTER RELEASE ********************
- name: Build Node.js SDK
run: yarn && yarn build
working-directory: binding/nodejs
# ********************************************************

- name: Install dependencies
run: yarn install

Expand All @@ -61,12 +55,6 @@ jobs:
steps:
- uses: actions/checkout@v3

# ************** REMOVE AFTER RELEASE ********************
- name: Build Node.js SDK
run: yarn && yarn build
working-directory: binding/nodejs
# ********************************************************

- name: Install dependencies
run: yarn install

Expand Down
7 changes: 3 additions & 4 deletions demo/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@picovoice/cobra-node-demo",
"version": "2.0.1",
"version": "2.0.2",
"description": "Picovoice Cobra Node.js file-based and microphone demos",
"scripts": {
"file": "node file.js",
Expand All @@ -16,13 +16,12 @@
"author": "Picovoice Inc.",
"license": "Apache-2.0",
"dependencies": {
"@picovoice/cobra-node": "=2.0.1",
"@picovoice/pvrecorder-node": "~1.2.1",
"@picovoice/cobra-node": "=2.0.2",
"@picovoice/pvrecorder-node": "~1.2.3",
"commander": "^6.1.0",
"readline": "^1.3.0",
"wavefile": "^11.0.0"
},
"devDependencies": {},
"homepage": "https://picovoice.ai/platform/cobra/",
"repository": {
"type": "git",
Expand Down
16 changes: 8 additions & 8 deletions demo/nodejs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# yarn lockfile v1


"@picovoice/cobra-node@=2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@picovoice/cobra-node/-/cobra-node-2.0.0.tgz#6a881a11133f419b42d97dfb50a09be2d0a027fd"
integrity sha512-zA2A51bQ6i2lkmY+cNXM6ItooyLvbjF5j2mBIxbWwDny++74Mjrj97MdxS5HNDXmUZ0lAtJgn1CEgdUsIeLXxw==
"@picovoice/cobra-node@=2.0.2":
version "2.0.2"
resolved "https://registry.yarnpkg.com/@picovoice/cobra-node/-/cobra-node-2.0.2.tgz#a6322984eaf7557d649686c670a9f774af6650da"
integrity sha512-KSE1rOFLYAlAJfGbor1QtqU7ijp4yG6BPTbp5wsNaevO7XDmz7PU+ko/o0V2DCtXOcePwJMMsjmc4Zfr1YFVIw==

"@picovoice/pvrecorder-node@~1.2.1":
version "1.2.1"
resolved "https://registry.yarnpkg.com/@picovoice/pvrecorder-node/-/pvrecorder-node-1.2.1.tgz#8e112ecc7a4836aa4fa92d62ac7942d8a2366db8"
integrity sha512-7TtRMh04PSVn542Oq1v/MGLFuNPdUrrv+f7qbCGOWRc8y6ox+FATigdQqLRbRey4kZWf40dNHQFdVPCk5ZcXnQ==
"@picovoice/pvrecorder-node@~1.2.3":
version "1.2.3"
resolved "https://registry.yarnpkg.com/@picovoice/pvrecorder-node/-/pvrecorder-node-1.2.3.tgz#d0cb1d1ab82fbd2e914fda4e19b1dd0022609b48"
integrity sha512-6QOODFyGDgfWZI1NeXwMxylgaxJ+c5aVbvpDMGMen287eCajp/LDnxy3J1bZHceHsW3ilk/d4rCRLyifqcr24Q==

commander@^6.1.0:
version "6.2.1"
Expand Down

0 comments on commit 6a18c79

Please sign in to comment.