@azure/arm-agrifood 1.0.0-alpha.20251117.1 → 1.0.0-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.
Files changed (1) hide show
  1. package/package.json +5 -5
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 AgriFoodMgmtClient.",
6
- "version": "1.0.0-alpha.20251117.1",
6
+ "version": "1.0.0-alpha.20251119.2",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
@@ -29,7 +29,7 @@
29
29
  "module": "./dist/esm/index.js",
30
30
  "types": "./dist/commonjs/index.d.ts",
31
31
  "devDependencies": {
32
- "@azure/identity": "4.11.1",
32
+ "@azure/identity": "4.13.0",
33
33
  "@types/node": "^20.19.25",
34
34
  "@vitest/browser-playwright": "^4.0.8",
35
35
  "@vitest/coverage-istanbul": "^4.0.8",
@@ -38,10 +38,10 @@
38
38
  "tshy": "^3.0.3",
39
39
  "typescript": "~5.9.3",
40
40
  "vitest": "^4.0.8",
41
+ "@azure-tools/test-recorder": "^4.1.1",
41
42
  "@azure-tools/test-credential": "^2.1.2",
42
43
  "@azure-tools/test-utils-vitest": "^2.0.1",
43
- "@azure/dev-tool": "^1.0.0",
44
- "@azure-tools/test-recorder": "^4.1.1"
44
+ "@azure/dev-tool": "^1.0.0"
45
45
  },
46
46
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/agrifood/arm-agrifood",
47
47
  "repository": "github:Azure/azure-sdk-for-js",
@@ -101,7 +101,7 @@
101
101
  },
102
102
  "scripts": {
103
103
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
104
- "build:samples": "tsc -p tsconfig.samples.json",
104
+ "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
105
105
  "check-format": "echo skipped",
106
106
  "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
107
107
  "execute:samples": "echo skipped",