@azure/arm-storagesync 9.1.2-alpha.20251118.1 → 9.1.2-alpha.20251120.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 +6 -6
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 MicrosoftStorageSync.",
6
- "version": "9.1.2-alpha.20251118.1",
6
+ "version": "9.1.2-alpha.20251120.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
@@ -28,7 +28,7 @@
28
28
  "module": "./dist/esm/index.js",
29
29
  "types": "./dist/commonjs/index.d.ts",
30
30
  "devDependencies": {
31
- "@azure/identity": "4.11.1",
31
+ "@azure/identity": "4.13.0",
32
32
  "@azure/logger": ">=1.3.1-alpha <1.3.1-alphb",
33
33
  "@types/node": "^20.19.25",
34
34
  "@vitest/browser-playwright": "^4.0.8",
@@ -39,10 +39,10 @@
39
39
  "tshy": "^3.0.3",
40
40
  "typescript": "~5.9.3",
41
41
  "vitest": "^4.0.8",
42
- "@azure-tools/test-recorder": "^4.1.1",
43
42
  "@azure-tools/test-credential": "^2.1.2",
44
- "@azure/dev-tool": "^1.0.0",
45
- "@azure-tools/test-utils-vitest": "^2.0.1"
43
+ "@azure-tools/test-recorder": "^4.1.1",
44
+ "@azure-tools/test-utils-vitest": "^2.0.1",
45
+ "@azure/dev-tool": "^1.0.0"
46
46
  },
47
47
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/storagesync/arm-storagesync",
48
48
  "repository": {
@@ -119,7 +119,7 @@
119
119
  },
120
120
  "scripts": {
121
121
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
122
- "build:samples": "tsc -p tsconfig.samples.json",
122
+ "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
123
123
  "check-format": "echo skipped",
124
124
  "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
125
125
  "execute:samples": "echo skipped",