Skip to content

Commit

Permalink
[EngSys] Update packages ***NO_CI***
Browse files Browse the repository at this point in the history
  • Loading branch information
mpodwysocki committed Oct 30, 2024
1 parent 889987a commit 6cd6632
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 23 deletions.
3 changes: 1 addition & 2 deletions sdk/communication/communication-alpha-ids/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@
],
"scripts": {
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
"build:autorest": "autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format",
"build:autorest": "autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && npm run format",
"build:browser": "tsc -p . && dev-tool run bundle",
"build:clean": "rush update --recheck && rush rebuild && npm run build",
"build:node": "tsc -p . && dev-tool run bundle",
"build:samples": "dev-tool samples publish --force",
"build:test": "tsc -p . && dev-tool run bundle",
Expand Down
4 changes: 2 additions & 2 deletions sdk/communication/communication-call-automation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"scripts": {
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
"build:autorest": "autorest ./swagger/README.md && rushx format",
"build:autorest": "autorest ./swagger/README.md && npm run format",
"build:browser": "tsc -p . && dev-tool run bundle",
"build:node": "tsc -p . && dev-tool run bundle",
"build:samples": "dev-tool samples publish --force",
Expand All @@ -42,7 +42,7 @@
"execute:samples": "dev-tool samples run samples-dev",
"extract-api": "tsc -p . && dev-tool run extract-api",
"format": "dev-tool run vendored prettier --write --config ../../../prettier.config.cjs --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
"generate:client": "autorest --typescript ./swagger/README.md && rushx format",
"generate:client": "autorest --typescript ./swagger/README.md && npm run format",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:browser": "echo skipped",
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'",
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/communication-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"execute:samples": "dev-tool samples run samples-dev",
"extract-api": "tsc -p . && dev-tool run extract-api",
"format": "dev-tool run vendored prettier --write --config ../../../prettier.config.cjs --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
"generate:client": "autorest --typescript ./swagger/README.md && rushx format",
"generate:client": "autorest --typescript ./swagger/README.md && npm run format",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:browser": "dev-tool run test:browser",
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'",
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/communication-email/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"execute:samples": "dev-tool samples run samples-dev",
"extract-api": "tsc -p . && dev-tool run extract-api",
"format": "dev-tool run vendored prettier --write --config ../../../prettier.config.cjs --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
"generate:client": "autorest --typescript ./swagger/README.md && rushx format",
"generate:client": "autorest --typescript ./swagger/README.md && npm run format",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:browser": "dev-tool run test:browser",
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'",
Expand Down
3 changes: 1 addition & 2 deletions sdk/communication/communication-identity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"scripts": {
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
"build:browser": "tsc -p . && dev-tool run bundle",
"build:clean": "rush update --recheck && rush rebuild && npm run build",
"build:node": "tsc -p . && dev-tool run bundle",
"build:samples": "echo Obsolete.",
"build:test": "tsc -p . && dev-tool run bundle",
Expand All @@ -39,7 +38,7 @@
"execute:ts-samples": "dev-tool samples run dist-samples/typescript/dist/dist-samples/typescript/src/",
"extract-api": "tsc -p . && dev-tool run extract-api",
"format": "dev-tool run vendored prettier --write --config ../../../prettier.config.cjs --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
"generate:client": "autorest --typescript ./swagger/README.md && rushx format",
"generate:client": "autorest --typescript ./swagger/README.md && npm run format",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:browser": "dev-tool run test:browser",
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 --exclude 'dist-esm/test/**/browser/*.spec.js' 'dist-esm/test/**/*.spec.js'",
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/communication-job-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"scripts": {
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api --verbose",
"build:autorest": "autorest ./swagger/README.md && rushx format",
"build:autorest": "autorest ./swagger/README.md && npm run format",
"build:browser": "tsc -p . && dev-tool run bundle && cross-env ONLY_BROWSER=true ",
"build:node": "tsc -p . && dev-tool run bundle && cross-env ONLY_NODE=true ",
"build:samples": "dev-tool samples publish -f",
Expand Down
3 changes: 1 addition & 2 deletions sdk/communication/communication-phone-numbers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
],
"scripts": {
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
"build:clean": "rush update --recheck && rush rebuild && dev-tool run build",
"build:samples": "echo Obsolete.",
"build:test": "tsc -p . && dev-tool run bundle",
"bundle": "dev-tool run bundle",
Expand All @@ -36,7 +35,7 @@
"execute:samples": "dev-tool samples run samples-dev",
"extract-api": "tsc -p . && dev-tool run extract-api",
"format": "dev-tool run vendored prettier --write --config ../../../prettier.config.cjs --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
"generate:client": "autorest --typescript ./swagger/README.md && rushx format",
"generate:client": "autorest --typescript ./swagger/README.md && npm run format",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:browser": "dev-tool run test:browser",
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@
],
"scripts": {
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
"build:autorest": "autorest --typescript ./swagger/README.md && rushx format",
"build:autorest": "autorest --typescript ./swagger/README.md && npm run format",
"build:browser": "tsc -p . && dev-tool run bundle",
"build:clean": "rush update --recheck && rush rebuild && npm run build",
"build:node": "tsc -p . && dev-tool run bundle",
"build:samples": "dev-tool samples publish --force",
"build:test": "tsc -p . && dev-tool run bundle",
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/communication-rooms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"execute:samples": "dev-tool samples run samples-dev",
"extract-api": "tsc -p . && dev-tool run extract-api",
"format": "dev-tool run vendored prettier --write --config ../../../prettier.config.cjs --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
"generate:client": "autorest --typescript --disable-async-iterators ./swagger/README.md && rushx format",
"generate:client": "autorest --typescript --disable-async-iterators ./swagger/README.md && npm run format",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:browser": "dev-tool run test:browser",
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'",
Expand Down
3 changes: 1 addition & 2 deletions sdk/communication/communication-short-codes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@
],
"scripts": {
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
"build:autorest": "autorest --typescript ./swagger/README.md && rushx format",
"build:autorest": "autorest --typescript ./swagger/README.md && npm run format",
"build:browser": "tsc -p . && dev-tool run bundle",
"build:clean": "rush update --recheck && rush rebuild && npm run build",
"build:node": "tsc -p . && dev-tool run bundle",
"build:samples": "dev-tool samples publish --force",
"build:test": "tsc -p . && dev-tool run bundle",
Expand Down
2 changes: 1 addition & 1 deletion sdk/communication/communication-sms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"execute:samples": "dev-tool samples run samples-dev",
"extract-api": "tsc -p . && dev-tool run extract-api",
"format": "dev-tool run vendored prettier --write --config ../../../prettier.config.cjs --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
"generate:client": "autorest --typescript ./swagger/README.md && rushx format",
"generate:client": "autorest --typescript ./swagger/README.md && npm run format",
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
"integration-test:browser": "dev-tool run test:browser",
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'",
Expand Down
3 changes: 1 addition & 2 deletions sdk/communication/communication-tiering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@
],
"scripts": {
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
"build:autorest": "autorest --typescript ./swagger/README.md && rushx format",
"build:autorest": "autorest --typescript ./swagger/README.md && npm run format",
"build:browser": "tsc -p . && dev-tool run bundle",
"build:clean": "rush update --recheck && rush rebuild && npm run build",
"build:node": "tsc -p . && dev-tool run bundle",
"build:samples": "dev-tool samples publish --force",
"build:test": "tsc -p . && dev-tool run bundle",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@
],
"scripts": {
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
"build:autorest": "autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && rushx format",
"build:autorest": "autorest --typescript --version=3.0.6267 --v3 ./swagger/README.md && npm run format",
"build:browser": "tsc -p . && dev-tool run bundle",
"build:clean": "rush update --recheck && rush rebuild && npm run build",
"build:node": "tsc -p . && dev-tool run bundle",
"build:samples": "dev-tool samples publish --force",
"build:test": "tsc -p . && dev-tool run bundle",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"execute:samples": "dev-tool samples run samples-dev",
"extract-api": "tsc -p . && dev-tool run extract-api",
"format": "dev-tool run vendored prettier --write --config ../../../prettier.config.cjs --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
"generate:client": "autorest --typescript swagger/README.md && rushx format",
"generate:client": "autorest --typescript swagger/README.md && npm run format",
"integration-test": "npm run integration-test:node",
"integration-test:browser": "echo \"Browser is not supported.\" && exit 0",
"integration-test:node": "dev-tool run test:node-js-input -- --timeout 5000000 'dist-esm/test/**/*.spec.js'",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"CHANGELOG.md"
],
"scripts": {
"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",
"build": "npm run clean && dev-tool run build-package && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
"build:samples": "dev-tool run typecheck --paths samples-dev/*.ts && dev-tool samples publish -f",
"build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
Expand Down

0 comments on commit 6cd6632

Please sign in to comment.