@azure/communication-common
Advanced tools
Comparing version 1.1.1-alpha.20220104.1 to 1.1.1-alpha.20220113.1
@@ -215,3 +215,3 @@ 'use strict'; | ||
const signature = await shaHMAC(this.accessKey.key, stringToSign); | ||
{ | ||
if (coreHttp.isNode) { | ||
webResource.headers.set("Host", hostAndPort || ""); | ||
@@ -218,0 +218,0 @@ } |
{ | ||
"name": "@azure/communication-common", | ||
"version": "1.1.1-alpha.20220104.1", | ||
"version": "1.1.1-alpha.20220113.1", | ||
"description": "Common package for Azure Communication services.", | ||
@@ -17,3 +17,3 @@ "sdk-type": "client", | ||
"build:samples": "echo Skipped.", | ||
"build:test": "tsc -p . && rollup -c rollup.test.config.js 2>&1", | ||
"build:test": "tsc -p . && rollup -c 2>&1", | ||
"build": "npm run clean && tsc -p . && rollup -c 2>&1 && api-extractor run --local", | ||
@@ -35,3 +35,3 @@ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"", | ||
"unit-test:browser": "karma start --single-run", | ||
"unit-test:node": "mocha --reporter ../../../common/tools/mocha-multi-reporter.js dist-test/index.node.js", | ||
"unit-test:node": "mocha -r esm -r ts-node/register --reporter ../../../common/tools/mocha-multi-reporter.js --full-trace --exclude \"test/**/browser/*.spec.ts\" \"test/**/*.spec.ts\"", | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser" | ||
@@ -38,0 +38,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
147634