@azure-tools/communication-tiering 1.0.0-alpha.20250131.1 → 1.0.0-alpha.20250204.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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.49.1"
8
+ "packageVersion": "7.49.2"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure-tools/communication-tiering",
3
- "version": "1.0.0-alpha.20250131.1",
3
+ "version": "1.0.0-alpha.20250204.1",
4
4
  "description": "Test",
5
5
  "sdk-type": "client",
6
6
  "main": "./dist/commonjs/index.js",
@@ -8,7 +8,7 @@
8
8
  "types": "./dist/commonjs/index.d.ts",
9
9
  "scripts": {
10
10
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
11
- "build:autorest": "autorest --typescript ./swagger/README.md && dev-tool admin migrate-source && rushx format",
11
+ "build:autorest": "autorest --typescript ./swagger/README.md",
12
12
  "build:browser": "dev-tool run build-package && dev-tool run bundle",
13
13
  "build:clean": "rush update --recheck && rush rebuild && npm run build",
14
14
  "build:node": "dev-tool run build-package && dev-tool run bundle",