@azure-tools/communication-alpha-ids 1.0.0-alpha.20250411.1 → 1.0.0-alpha.20250417.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.
Files changed (1) hide show
  1. package/package.json +2 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/communication-alpha-ids",
3
- "version": "1.0.0-alpha.20250411.1",
3
+ "version": "1.0.0-alpha.20250417.1",
4
4
  "description": "SDK for Azure Communication Services which facilitates Alpha IDs administration.",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",
@@ -9,11 +9,8 @@
9
9
  "scripts": {
10
10
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
11
11
  "build:autorest": "autorest --typescript --v3 ./swagger/README.md",
12
- "build:browser": "dev-tool run build-package && dev-tool run bundle",
13
- "build:clean": "rush update --recheck && rush rebuild && npm run build",
14
- "build:node": "dev-tool run build-package && dev-tool run bundle",
15
12
  "build:samples": "dev-tool samples publish --force",
16
- "build:test": "dev-tool run build-package && dev-tool run bundle",
13
+ "build:test": "echo skipped.",
17
14
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
18
15
  "clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log",
19
16
  "execute:samples": "dev-tool samples run samples-dev",