Skip to content

Commit 4698ac1

Browse files
ChristineWanjaucwanjau
andauthored
Update @azure/app-configuration version to v1.9.0 (#20)
* Update @azure/app-configuration version * push pnpm lock file * Update package version --------- Co-authored-by: cwanjau <cwanjau@microsoft.com>
1 parent 4c56d39 commit 4698ac1

File tree

3 files changed

+33
-16
lines changed

3 files changed

+33
-16
lines changed

common/config/rush/pnpm-lock.yaml

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

libraries/azure-app-configuration-importer-file-source/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/app-configuration-importer-file-source",
33
"author": "Microsoft Corporation",
44
"description": "A client library for importing/exporting key-values between configuration file sources and Azure App Configuration service",
5-
"version": "1.1.2-preview",
5+
"version": "1.1.3-preview",
66
"sdk-type": "client",
77
"keywords": [
88
"node",
@@ -32,8 +32,8 @@
3232
"clean": "rimraf dist dist-* types *.tgz *.log"
3333
},
3434
"dependencies": {
35-
"@azure/app-configuration": "1.5.0",
36-
"@azure/app-configuration-importer": "1.1.2-preview"
35+
"@azure/app-configuration": "^1.9.0",
36+
"@azure/app-configuration-importer": "1.1.3-preview"
3737
},
3838
"devDependencies": {
3939
"@microsoft/api-extractor": "^7.22.2",

libraries/azure-app-configuration-importer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/app-configuration-importer",
33
"author": "Microsoft Corporation",
44
"description": "A client library for importing/exporting key-values between configuration sources and Azure App Configuration service",
5-
"version": "1.1.2-preview",
5+
"version": "1.1.3-preview",
66
"sdk-type": "client",
77
"keywords": [
88
"node",
@@ -35,7 +35,7 @@
3535
"clean": "rimraf dist dist-* types *.tgz *.log"
3636
},
3737
"dependencies": {
38-
"@azure/app-configuration": "1.5.0",
38+
"@azure/app-configuration": "^1.9.0",
3939
"@azure/core-client": "^1.9.2",
4040
"@azure/core-paging": "^1.4.0",
4141
"@azure/core-rest-pipeline": "^1.6.0",

0 commit comments

Comments
 (0)