Skip to content

Commit 2c3013c

Browse files
authored
[js] Updating library so headers are used in the node environment. (#42)
* [js] Updating library so headers are used in the node environment. * working tests
1 parent 99558ab commit 2c3013c

19 files changed

+975
-1323
lines changed

javascript/samples/download-pkg.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$Owner = "Azure-Samples"
22
$Repo = "aoai-realtime-audio-sdk"
33
$Filter = "tgz"
4-
$Release = "v0.1.0-beta.1"
4+
$Release = "js/v0.4.7"
55
$OutputDir = "."
66

77
$apiUrl = "https://api.github.com/repos/$Owner/$Repo/releases/tags/$Release"

javascript/samples/download-pkg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
OWNER="Azure-Samples"
44
REPO="aoai-realtime-audio-sdk"
55
FILTER="tgz"
6-
RELEASE="v0.1.0-beta.1"
6+
RELEASE="js/v0.4.7"
77
OUTPUT_DIR="."
88

99
API_URL="https://api.github.com/repos/$OWNER/$REPO/releases/tags/$RELEASE"

0 commit comments

Comments
 (0)