Skip to content

Commit 0aef58c

Browse files
regenerate jobrouter client (Azure#27571)
### Packages impacted by this PR ### Issues associated with this PR ### Describe the problem that is addressed by this PR ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary) --------- Co-authored-by: Marc Ma <[email protected]>
1 parent e582236 commit 0aef58c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1758
-365
lines changed

sdk/communication/communication-job-router-rest/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
},
3434
"scripts": {
3535
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
36-
"build:browser": "tsc -p . && dev-tool run bundle",
37-
"build:node": "tsc -p . && dev-tool run bundle --browser-test false",
36+
"build:browser": "tsc -p . && cross-env ONLY_BROWSER=true rollup -c 2>&1",
37+
"build:node": "tsc -p . && cross-env ONLY_NODE=true rollup -c 2>&1",
3838
"build:samples": "echo skipped.",
3939
"build:test": "tsc -p . && dev-tool run bundle",
4040
"build:debug": "tsc -p . && dev-tool run bundle && api-extractor run --local",
@@ -64,6 +64,7 @@
6464
"@azure/core-auth": "^1.3.0",
6565
"@azure-rest/core-client": "^1.1.4",
6666
"@azure/core-rest-pipeline": "^1.12.0",
67+
"@azure/communication-common": "^2.2.0",
6768
"@azure/logger": "^1.0.0",
6869
"tslib": "^2.2.0",
6970
"@azure/core-paging": "^1.5.0"
@@ -90,7 +91,6 @@
9091
"cross-env": "^7.0.2",
9192
"@types/chai": "^4.2.8",
9293
"chai": "^4.2.0",
93-
"esm": "^3.2.18",
9494
"karma-chrome-launcher": "^3.0.0",
9595
"karma-coverage": "^2.0.0",
9696
"karma-env-preprocessor": "^0.1.1",
@@ -101,7 +101,6 @@
101101
"karma-source-map-support": "~1.4.0",
102102
"karma-sourcemap-loader": "^0.4.0",
103103
"karma": "^6.2.0",
104-
"c8": "^8.0.0",
105104
"ts-node": "^10.0.0"
106105
},
107106
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/communication/communication-job-router-rest/README.md",

0 commit comments

Comments
 (0)