@adobe/helix-onedrive-support 9.0.1 → 9.0.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/CHANGELOG.md +14 -0
- package/package.json +7 -7
- package/.vscode/launch.json +0 -52
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [9.0.3](https://github.com/adobe/helix-onedrive-support/compare/v9.0.2...v9.0.3) (2022-11-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **deps:** update external fixes ([2788a39](https://github.com/adobe/helix-onedrive-support/commit/2788a39f0dfa94542f73c6a58d43415cd9c33d92))
|
|
7
|
+
|
|
8
|
+
## [9.0.2](https://github.com/adobe/helix-onedrive-support/compare/v9.0.1...v9.0.2) (2022-11-20)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update external fixes ([#320](https://github.com/adobe/helix-onedrive-support/issues/320)) ([1691eab](https://github.com/adobe/helix-onedrive-support/commit/1691eab475ff7d6a4b0ae37f8fd7d3c16f410af4))
|
|
14
|
+
|
|
1
15
|
## [9.0.1](https://github.com/adobe/helix-onedrive-support/compare/v9.0.0...v9.0.1) (2022-11-15)
|
|
2
16
|
|
|
3
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/helix-onedrive-support",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.3",
|
|
4
4
|
"description": "Helix OneDrive Support",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"homepage": "https://github.com/adobe/helix-onedrive-support#readme",
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@adobe/fetch": "3.3.0",
|
|
32
|
-
"@aws-sdk/client-s3": "3.
|
|
33
|
-
"@azure/msal-node": "1.14.
|
|
34
|
-
"jose": "4.11.
|
|
32
|
+
"@aws-sdk/client-s3": "3.216.0",
|
|
33
|
+
"@azure/msal-node": "1.14.4",
|
|
34
|
+
"jose": "4.11.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@adobe/eslint-config-helix": "1.3.2",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"c8": "7.12.0",
|
|
42
42
|
"codecov": "3.8.3",
|
|
43
43
|
"dotenv": "16.0.3",
|
|
44
|
-
"eslint": "8.
|
|
44
|
+
"eslint": "8.28.0",
|
|
45
45
|
"eslint-plugin-header": "3.1.1",
|
|
46
46
|
"eslint-plugin-import": "2.26.0",
|
|
47
47
|
"husky": "8.0.2",
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
"jsdoc-to-markdown": "7.1.1",
|
|
50
50
|
"jsdoc-tsimport-plugin": "1.0.5",
|
|
51
51
|
"junit-report-builder": "3.0.1",
|
|
52
|
-
"lint-staged": "13.0.
|
|
52
|
+
"lint-staged": "13.0.4",
|
|
53
53
|
"mocha": "10.1.0",
|
|
54
54
|
"mocha-multi-reporters": "1.5.1",
|
|
55
55
|
"nock": "13.2.9",
|
|
56
|
-
"npm": "9.1.
|
|
56
|
+
"npm": "9.1.2",
|
|
57
57
|
"semantic-release": "19.0.5"
|
|
58
58
|
},
|
|
59
59
|
"lint-staged": {
|
package/.vscode/launch.json
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
// Use IntelliSense to learn about possible attributes.
|
|
3
|
-
// Hover to view descriptions of existing attributes.
|
|
4
|
-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
5
|
-
"version": "0.2.0",
|
|
6
|
-
"configurations": [
|
|
7
|
-
{
|
|
8
|
-
"type": "node",
|
|
9
|
-
"request": "launch",
|
|
10
|
-
"name": "Launch current file",
|
|
11
|
-
"program": "${file}",
|
|
12
|
-
"skipFiles": [
|
|
13
|
-
"<node_internals>/**"
|
|
14
|
-
]
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
"type": "node",
|
|
18
|
-
"request": "launch",
|
|
19
|
-
"name": "Mocha All",
|
|
20
|
-
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
|
|
21
|
-
"skipFiles": [
|
|
22
|
-
"<node_internals>/**"
|
|
23
|
-
],
|
|
24
|
-
"args": [
|
|
25
|
-
"--recursive",
|
|
26
|
-
"--timeout",
|
|
27
|
-
"999999",
|
|
28
|
-
"--colors",
|
|
29
|
-
"${workspaceFolder}/test"
|
|
30
|
-
],
|
|
31
|
-
"console": "integratedTerminal",
|
|
32
|
-
"internalConsoleOptions": "neverOpen"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"type": "node",
|
|
36
|
-
"request": "launch",
|
|
37
|
-
"name": "Mocha Current File",
|
|
38
|
-
"skipFiles": [
|
|
39
|
-
"<node_internals>/**"
|
|
40
|
-
],
|
|
41
|
-
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
|
|
42
|
-
"args": [
|
|
43
|
-
"--timeout",
|
|
44
|
-
"999999",
|
|
45
|
-
"--colors",
|
|
46
|
-
"${file}"
|
|
47
|
-
],
|
|
48
|
-
"console": "integratedTerminal",
|
|
49
|
-
"internalConsoleOptions": "neverOpen"
|
|
50
|
-
}
|
|
51
|
-
]
|
|
52
|
-
}
|