Skip to content

Commit 5ede801

Browse files
Merge branch 'preview' of https://github.com/Azure/AppConfiguration-JavaScriptProvider into zhiyuanliang/enforce-api-version-for-cdn
2 parents 047ad58 + 8643c38 commit 5ede801

File tree

12 files changed

+692
-38
lines changed

12 files changed

+692
-38
lines changed

package-lock.json

Lines changed: 204 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/app-configuration-provider",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "The JavaScript configuration provider for Azure App Configuration",
55
"main": "dist/index.js",
66
"module": "./dist-esm/index.js",
@@ -57,6 +57,7 @@
5757
"dependencies": {
5858
"@azure/app-configuration": "^1.9.0",
5959
"@azure/identity": "^4.2.1",
60-
"@azure/keyvault-secrets": "^4.7.0"
60+
"@azure/keyvault-secrets": "^4.7.0",
61+
"jsonc-parser": "^3.3.1"
6162
}
6263
}

rollup.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default [
1111
"@azure/identity",
1212
"crypto",
1313
"dns/promises",
14+
"jsonc-parser",
1415
"@microsoft/feature-management"
1516
],
1617
input: "src/index.ts",

0 commit comments

Comments
 (0)