@azure/app-configuration 1.9.1-alpha.20250804.1 → 1.9.1-alpha.20250807.3
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 +2 -2
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -362,8 +362,8 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
|
362
362
|
|
|
363
363
|
This module's tests are a mixture of live and unit tests, which require you to have an Azure App Configuration instance. To execute the tests you'll need to run:
|
|
364
364
|
|
|
365
|
-
1. `
|
|
366
|
-
2. `
|
|
365
|
+
1. `pnpm install`
|
|
366
|
+
2. `pnpm build --filter @azure/app-configuration...`
|
|
367
367
|
3. Create a .env file with these contents in the `sdk\appconfiguration\app-configuration` folder:
|
|
368
368
|
`APPCONFIG_CONNECTION_STRING=connection string for your App Configuration instance`
|
|
369
369
|
4. `cd sdk\appconfiguration\app-configuration`
|
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.
|
|
5
|
+
"version": "1.9.1-alpha.20250807.3",
|
|
6
6
|
"sdk-type": "client",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|