@azure-rest/communication-job-router 1.1.0-alpha.20241016.1 → 1.1.0-alpha.20241024.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.
- package/package.json +5 -8
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/communication-job-router",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "1.1.0-alpha.
|
|
5
|
+
"version": "1.1.0-alpha.20241024.1",
|
|
6
6
|
"description": "Azure client library for Azure Communication Job Router services",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"node": ">=18.0.0"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
|
-
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
36
|
-
"build": "npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api",
|
|
35
|
+
"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",
|
|
36
|
+
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
|
|
37
37
|
"build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1",
|
|
38
38
|
"build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
39
39
|
"build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1",
|
|
40
40
|
"build:samples": "dev-tool samples publish --force",
|
|
41
41
|
"build:test": "tsc -p . && dev-tool run bundle",
|
|
42
42
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
|
|
43
|
-
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
43
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
44
44
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
45
|
-
"extract-api": "rimraf review && mkdirp ./review && dev-tool run extract-api",
|
|
45
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
|
|
46
46
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"*.{js,json}\" \"test/**/*.ts\"",
|
|
47
47
|
"generate:client": "echo skipped",
|
|
48
48
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
@@ -77,7 +77,6 @@
|
|
|
77
77
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
78
78
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
79
79
|
"@azure/identity": "^4.0.1",
|
|
80
|
-
"@microsoft/api-extractor": "^7.31.1",
|
|
81
80
|
"@types/chai": "^4.2.8",
|
|
82
81
|
"@types/mocha": "^10.0.0",
|
|
83
82
|
"@types/node": "^18.0.0",
|
|
@@ -96,10 +95,8 @@
|
|
|
96
95
|
"karma-mocha-reporter": "^2.2.5",
|
|
97
96
|
"karma-source-map-support": "~1.4.0",
|
|
98
97
|
"karma-sourcemap-loader": "^0.4.0",
|
|
99
|
-
"mkdirp": "^3.0.1",
|
|
100
98
|
"mocha": "^10.0.0",
|
|
101
99
|
"nyc": "^17.0.0",
|
|
102
|
-
"rimraf": "^5.0.0",
|
|
103
100
|
"source-map-support": "^0.5.9",
|
|
104
101
|
"ts-node": "^10.0.0",
|
|
105
102
|
"typescript": "~5.6.2"
|