@adobe/helix-onedrive-support 11.3.32 → 11.3.34
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/.renovaterc.json5 +0 -10
- package/CHANGELOG.md +14 -0
- package/package.json +4 -3
- package/src/OneDriveAuth.js +1 -0
package/.renovaterc.json5
CHANGED
|
@@ -2,15 +2,5 @@
|
|
|
2
2
|
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
|
|
3
3
|
extends: [
|
|
4
4
|
'local>adobe/helix-shared'
|
|
5
|
-
],
|
|
6
|
-
packageRules: [
|
|
7
|
-
{
|
|
8
|
-
// issues with Cachemanager.getIdToken() probably due to:
|
|
9
|
-
// https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/0f5e6c2142889ea9f43d808f270aec9264afd363#diff-9386241630b242163033adcf355efb44fbb1f78fc9516e3553f226e4a5c0738bL287
|
|
10
|
-
packageNames: [
|
|
11
|
-
'@azure/msal-node'
|
|
12
|
-
],
|
|
13
|
-
allowedVersions: '2.2.0'
|
|
14
|
-
},
|
|
15
5
|
]
|
|
16
6
|
}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [11.3.34](https://github.com/adobe/helix-onedrive-support/compare/v11.3.33...v11.3.34) (2024-06-25)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update dependency @adobe/helix-shared-tokencache to v1.4.12 ([#546](https://github.com/adobe/helix-onedrive-support/issues/546)) ([8300f7c](https://github.com/adobe/helix-onedrive-support/commit/8300f7cd5287aa20c41be14e64357d73c35a4dfa))
|
|
7
|
+
|
|
8
|
+
## [11.3.33](https://github.com/adobe/helix-onedrive-support/compare/v11.3.32...v11.3.33) (2024-06-24)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency @azure/msal-node to v2.9.2 ([1a660c9](https://github.com/adobe/helix-onedrive-support/commit/1a660c9509124175eebd19b2afdf208110f4adc8))
|
|
14
|
+
|
|
1
15
|
## [11.3.32](https://github.com/adobe/helix-onedrive-support/compare/v11.3.31...v11.3.32) (2024-06-23)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/helix-onedrive-support",
|
|
3
|
-
"version": "11.3.
|
|
3
|
+
"version": "11.3.34",
|
|
4
4
|
"description": "Helix OneDrive Support",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"homepage": "https://github.com/adobe/helix-onedrive-support#readme",
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@adobe/fetch": "4.1.8",
|
|
32
|
-
"@adobe/helix-shared-tokencache": "1.4.
|
|
33
|
-
"@azure/msal-node": "2.2
|
|
32
|
+
"@adobe/helix-shared-tokencache": "1.4.12",
|
|
33
|
+
"@azure/msal-node": "2.9.2",
|
|
34
34
|
"jose": "5.4.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
@@ -39,6 +39,7 @@
|
|
|
39
39
|
"@semantic-release/changelog": "6.0.3",
|
|
40
40
|
"@semantic-release/git": "10.0.1",
|
|
41
41
|
"ajv": "8.16.0",
|
|
42
|
+
"chalk-template": "1.1.0",
|
|
42
43
|
"c8": "10.1.2",
|
|
43
44
|
"dotenv": "16.4.5",
|
|
44
45
|
"eslint": "8.57.0",
|