@azure/app-configuration 1.9.1-alpha.20250822.1 → 1.9.1-alpha.20250825.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.52.10"
8
+ "packageVersion": "7.52.11"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@azure/app-configuration",
3
3
  "author": "Microsoft Corporation",
4
4
  "description": "An isomorphic client library for the Azure App Configuration service.",
5
- "version": "1.9.1-alpha.20250822.1",
5
+ "version": "1.9.1-alpha.20250825.1",
6
6
  "sdk-type": "client",
7
7
  "keywords": [
8
8
  "node",
@@ -73,9 +73,9 @@
73
73
  "typescript": "~5.8.3",
74
74
  "vitest": "^3.2.3",
75
75
  "@azure-tools/test-credential": "^2.1.1",
76
- "@azure/dev-tool": "^1.0.0",
77
76
  "@azure-tools/test-recorder": "^4.1.0",
78
- "@azure/eslint-plugin-azure-sdk": "^3.0.0"
77
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
78
+ "@azure/dev-tool": "^1.0.0"
79
79
  },
80
80
  "//sampleConfiguration": {
81
81
  "productName": "Azure App Configuration",
@@ -146,7 +146,6 @@
146
146
  "test": "npm run test:node && npm run test:browser",
147
147
  "test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
148
148
  "test:node": "dev-tool run test:vitest -- --test-timeout 180000",
149
- "test:node:esm": "dev-tool run test:vitest --esm -- --test-timeout 180000",
150
149
  "update-snippets": "dev-tool run update-snippets"
151
150
  }
152
151
  }