@azure/app-configuration 1.9.2-alpha.20251009.1 → 1.9.2-alpha.20251014.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.53.0"
8
+ "packageVersion": "7.53.1"
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.2-alpha.20251009.1",
5
+ "version": "1.9.2-alpha.20251014.1",
6
6
  "sdk-type": "client",
7
7
  "keywords": [
8
8
  "node",
@@ -60,22 +60,26 @@
60
60
  "tslib": "^2.2.0"
61
61
  },
62
62
  "devDependencies": {
63
+ "@azure/app-configuration-provider": "^2.2.0",
63
64
  "@azure/eventgrid": "^5.0.0",
64
65
  "@azure/identity": "4.11.1",
65
66
  "@azure/keyvault-secrets": "^4.2.0",
66
- "@azure/app-configuration-provider": "^2.2.0",
67
67
  "@microsoft/feature-management": "^2.2.0",
68
68
  "@types/node": "^20.19.0",
69
69
  "@vitest/browser": "^3.2.3",
70
70
  "@vitest/coverage-istanbul": "^3.2.3",
71
+ "cross-env": "^7.0.3",
71
72
  "dotenv": "^16.0.0",
72
73
  "eslint": "^9.33.0",
73
74
  "nock": "^13.5.4",
74
75
  "playwright": "^1.50.1",
76
+ "prettier": "^3.6.2",
77
+ "rimraf": "^6.0.1",
78
+ "tshy": "^3.0.0",
75
79
  "typescript": "~5.9.3",
76
80
  "vitest": "^3.2.3",
77
- "@azure-tools/test-credential": "^2.1.2",
78
81
  "@azure-tools/test-recorder": "^4.1.1",
82
+ "@azure-tools/test-credential": "^2.1.2",
79
83
  "@azure/dev-tool": "^1.0.0",
80
84
  "@azure/eslint-plugin-azure-sdk": "^3.0.0"
81
85
  },
@@ -136,11 +140,11 @@
136
140
  "scripts": {
137
141
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
138
142
  "build:samples": "tsc -p tsconfig.samples.json",
139
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
140
- "clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log",
143
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
144
+ "clean": "rimraf --glob dist dist-* types *.tgz *.log",
141
145
  "execute:samples": "dev-tool samples run samples-dev",
142
146
  "extract-api": "dev-tool run build-package && dev-tool run extract-api",
143
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
147
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
144
148
  "generate:client": "autorest --typescript swagger/swagger.md",
145
149
  "lint": "eslint package.json src test",
146
150
  "lint:fix": "eslint package.json src test --fix",