@azure/app-configuration 1.9.1 → 1.9.2-alpha.20250924.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.
- package/README.md +13 -6
- package/dist/browser/generated/src/appConfiguration.js +1 -1
- package/dist/browser/generated/src/appConfiguration.js.map +1 -1
- package/dist/browser/internal/constants.d.ts +1 -1
- package/dist/browser/internal/constants.js +1 -1
- package/dist/browser/internal/constants.js.map +1 -1
- package/dist/commonjs/generated/src/appConfiguration.js +1 -1
- package/dist/commonjs/generated/src/appConfiguration.js.map +1 -1
- package/dist/commonjs/internal/constants.d.ts +1 -1
- package/dist/commonjs/internal/constants.js +1 -1
- package/dist/commonjs/internal/constants.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/generated/src/appConfiguration.js +1 -1
- package/dist/esm/generated/src/appConfiguration.js.map +1 -1
- package/dist/esm/internal/constants.d.ts +1 -1
- package/dist/esm/internal/constants.js +1 -1
- package/dist/esm/internal/constants.js.map +1 -1
- package/dist/react-native/generated/src/appConfiguration.js +1 -1
- package/dist/react-native/generated/src/appConfiguration.js.map +1 -1
- package/dist/react-native/internal/constants.d.ts +1 -1
- package/dist/react-native/internal/constants.js +1 -1
- package/dist/react-native/internal/constants.js.map +1 -1
- package/package.json +6 -5
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.
|
|
5
|
+
"version": "1.9.2-alpha.20250924.2",
|
|
6
6
|
"sdk-type": "client",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -63,6 +63,8 @@
|
|
|
63
63
|
"@azure/eventgrid": "^5.0.0",
|
|
64
64
|
"@azure/identity": "4.11.1",
|
|
65
65
|
"@azure/keyvault-secrets": "^4.2.0",
|
|
66
|
+
"@azure/app-configuration-provider": "^2.2.0",
|
|
67
|
+
"@microsoft/feature-management": "^2.2.0",
|
|
66
68
|
"@types/node": "^20.19.0",
|
|
67
69
|
"@vitest/browser": "^3.2.3",
|
|
68
70
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
@@ -72,8 +74,8 @@
|
|
|
72
74
|
"playwright": "^1.50.1",
|
|
73
75
|
"typescript": "~5.8.3",
|
|
74
76
|
"vitest": "^3.2.3",
|
|
75
|
-
"@azure-tools/test-credential": "^2.1.
|
|
76
|
-
"@azure-tools/test-recorder": "^4.1.
|
|
77
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
78
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
77
79
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
78
80
|
"@azure/dev-tool": "^1.0.0"
|
|
79
81
|
},
|
|
@@ -133,7 +135,7 @@
|
|
|
133
135
|
"module": "./dist/esm/index.js",
|
|
134
136
|
"scripts": {
|
|
135
137
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
136
|
-
"build:samples": "
|
|
138
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
137
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}\"",
|
|
138
140
|
"clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log",
|
|
139
141
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
@@ -146,7 +148,6 @@
|
|
|
146
148
|
"test": "npm run test:node && npm run test:browser",
|
|
147
149
|
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
148
150
|
"test:node": "dev-tool run test:vitest -- --test-timeout 180000",
|
|
149
|
-
"test:node:esm": "dev-tool run test:vitest --esm -- --test-timeout 180000",
|
|
150
151
|
"update-snippets": "dev-tool run update-snippets"
|
|
151
152
|
}
|
|
152
153
|
}
|