@azure/app-configuration 1.9.1-alpha.20250822.1 → 1.9.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 +4 -4
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",
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",
@@ -133,7 +133,7 @@
133
133
  "module": "./dist/esm/index.js",
134
134
  "scripts": {
135
135
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
136
- "build:samples": "tsc -p tsconfig.samples.json",
136
+ "build:samples": "echo Obsolete.",
137
137
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
138
138
  "clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log",
139
139
  "execute:samples": "dev-tool samples run samples-dev",