@azure/communication-common 3.0.0-alpha.20230828.1 → 3.0.0-alpha.20230904.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-common",
3
- "version": "3.0.0-alpha.20230828.1",
3
+ "version": "3.0.0-alpha.20230904.1",
4
4
  "description": "Common package for Azure Communication services.",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -32,7 +32,7 @@
32
32
  "test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node",
33
33
  "test": "npm run build:test && npm run unit-test && npm run integration-test",
34
34
  "unit-test:browser": "karma start --single-run",
35
- "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\"",
35
+ "unit-test:node": "dev-tool run test:node-ts-input --no-test-proxy=true",
36
36
  "unit-test": "npm run unit-test:node && npm run unit-test:browser"
37
37
  },
38
38
  "files": [