Skip to content

Commit

Permalink
[js] Updating library so headers are used in the node environment. (#42)
Browse files Browse the repository at this point in the history
* [js] Updating library so headers are used in the node environment.

* working tests
  • Loading branch information
glecaros authored Oct 16, 2024
1 parent 99558ab commit 2c3013c
Show file tree
Hide file tree
Showing 19 changed files with 975 additions and 1,323 deletions.
2 changes: 1 addition & 1 deletion javascript/samples/download-pkg.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$Owner = "Azure-Samples"
$Repo = "aoai-realtime-audio-sdk"
$Filter = "tgz"
$Release = "v0.1.0-beta.1"
$Release = "js/v0.4.7"
$OutputDir = "."

$apiUrl = "https://api.github.com/repos/$Owner/$Repo/releases/tags/$Release"
Expand Down
2 changes: 1 addition & 1 deletion javascript/samples/download-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
OWNER="Azure-Samples"
REPO="aoai-realtime-audio-sdk"
FILTER="tgz"
RELEASE="v0.1.0-beta.1"
RELEASE="js/v0.4.7"
OUTPUT_DIR="."

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

0 comments on commit 2c3013c

Please sign in to comment.