@azure/communication-phone-numbers 1.3.0-alpha.20241018.1 → 1.3.0-alpha.20241024.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -6
package/package.json
CHANGED
@@ -1,20 +1,20 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/communication-phone-numbers",
|
3
|
-
"version": "1.3.0-alpha.
|
3
|
+
"version": "1.3.0-alpha.20241024.1",
|
4
4
|
"description": "SDK for Azure Communication service which facilitates phone number management.",
|
5
5
|
"sdk-type": "client",
|
6
6
|
"main": "dist/index.js",
|
7
7
|
"module": "dist-esm/src/index.js",
|
8
8
|
"types": "types/communication-phone-numbers.d.ts",
|
9
9
|
"scripts": {
|
10
|
-
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
10
|
+
"audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
11
11
|
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
12
12
|
"build:clean": "rush update --recheck && rush rebuild && dev-tool run build",
|
13
13
|
"build:samples": "echo Obsolete.",
|
14
14
|
"build:test": "tsc -p . && dev-tool run bundle",
|
15
15
|
"bundle": "dev-tool run bundle",
|
16
16
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
17
|
-
"clean": "rimraf --glob dist dist-* temp types *.tgz *.log",
|
17
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types *.tgz *.log",
|
18
18
|
"execute:samples": "dev-tool samples run samples-dev",
|
19
19
|
"extract-api": "tsc -p . && dev-tool run extract-api",
|
20
20
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"lint": "eslint package.json api-extractor.json README.md src test",
|
26
26
|
"lint:fix": "eslint package.json api-extractor.json README.md src test --fix --fix-type [problem,suggestion]",
|
27
27
|
"pack": "npm pack 2>&1",
|
28
|
-
"test": "rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test",
|
28
|
+
"test": "dev-tool run vendored rimraf --glob dist-test && npm run build:test && npm run unit-test && npm run integration-test",
|
29
29
|
"test:browser": "npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
|
30
30
|
"test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node",
|
31
31
|
"test:watch": "npm run test -- --watch --reporter min",
|
@@ -79,7 +79,6 @@
|
|
79
79
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
80
80
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
81
81
|
"@azure/identity": "^4.0.1",
|
82
|
-
"@microsoft/api-extractor": "^7.31.1",
|
83
82
|
"@types/chai": "^4.1.6",
|
84
83
|
"@types/mocha": "^10.0.0",
|
85
84
|
"@types/node": "^18.0.0",
|
@@ -100,7 +99,6 @@
|
|
100
99
|
"karma-sourcemap-loader": "^0.3.8",
|
101
100
|
"mocha": "^10.0.0",
|
102
101
|
"nyc": "^17.0.0",
|
103
|
-
"rimraf": "^5.0.5",
|
104
102
|
"sinon": "^17.0.0",
|
105
103
|
"ts-node": "^10.0.0",
|
106
104
|
"typescript": "~5.6.2"
|