@azure/arm-healthbot 2.1.2-alpha.20251114.1 → 2.1.2-alpha.20251119.2

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.53.3"
8
+ "packageVersion": "7.55.0"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for HealthbotClient.",
6
- "version": "2.1.2-alpha.20251114.1",
6
+ "version": "2.1.2-alpha.20251119.2",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
@@ -117,7 +117,7 @@
117
117
  },
118
118
  "scripts": {
119
119
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
120
- "build:samples": "tsc -p tsconfig.samples.json",
120
+ "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
121
121
  "check-format": "echo skipped",
122
122
  "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
123
123
  "execute:samples": "echo skipped",