@azure/communication-phone-numbers 1.3.0-alpha.20240718.1 → 1.3.0-alpha.20240718.4

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/communication-phone-numbers",
3
- "version": "1.3.0-alpha.20240718.1",
3
+ "version": "1.3.0-alpha.20240718.4",
4
4
  "description": "SDK for Azure Communication service which facilitates phone number management.",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -74,7 +74,7 @@
74
74
  "devDependencies": {
75
75
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
76
76
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
77
- "@azure-tools/test-utils": "^1.0.1",
77
+ "@azure-tools/test-utils": "^1.0.0",
78
78
  "@azure-tools/test-credential": "^1.0.0",
79
79
  "@azure-tools/test-recorder": "^3.0.0",
80
80
  "@azure/identity": "^4.0.1",
@@ -98,10 +98,10 @@
98
98
  "karma-sourcemap-loader": "^0.3.8",
99
99
  "karma": "^6.2.0",
100
100
  "mocha": "^10.0.0",
101
- "nyc": "^17.0.0",
101
+ "nyc": "^15.1.0",
102
102
  "rimraf": "^5.0.5",
103
103
  "sinon": "^17.0.0",
104
- "typescript": "~5.5.3",
104
+ "typescript": "~5.4.5",
105
105
  "ts-node": "^10.0.0"
106
106
  },
107
107
  "//metadata": {
@@ -1,3 +1,5 @@
1
+ /// <reference lib="esnext.asynciterable" />
2
+
1
3
  import { CommonClientOptions } from '@azure/core-client';
2
4
  import * as coreClient from '@azure/core-client';
3
5
  import { KeyCredential } from '@azure/core-auth';