Skip to content

Commit 3c4c284

Browse files
committed
Update dependency and Bump
1 parent 55eeec5 commit 3c4c284

File tree

3 files changed

+237
-249
lines changed

3 files changed

+237
-249
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "diffzip",
33
"name": "Differential ZIP Backup",
4-
"version": "0.0.10",
4+
"version": "0.0.11",
55
"minAppVersion": "0.15.0",
66
"description": "Back our vault up with lesser storage.",
77
"author": "vorotamoroz",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diffzip",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "Differential ZIP Backup",
55
"main": "main.js",
66
"scripts": {
@@ -12,20 +12,20 @@
1212
"author": "",
1313
"license": "MIT",
1414
"devDependencies": {
15-
"@aws-sdk/client-s3": "^3.556.0",
15+
"@aws-sdk/client-s3": "^3.637.0",
1616
"@smithy/fetch-http-handler": "^3.2.4",
1717
"@smithy/protocol-http": "^4.1.0",
1818
"@smithy/querystring-builder": "^3.0.3",
19-
"@types/node": "^20.14.9",
19+
"@types/node": "^20.16.1",
2020
"@typescript-eslint/eslint-plugin": "7.15.0",
2121
"@typescript-eslint/parser": "7.15.0",
2222
"builtin-modules": "4.0.0",
2323
"esbuild": "0.23.0",
24-
"obsidian": "^1.5.7",
24+
"obsidian": "^1.6.6",
2525
"tslib": "2.6.3",
2626
"typescript": "5.5.3"
2727
},
2828
"dependencies": {
29-
"fflate": "^0.8.1"
29+
"fflate": "^0.8.2"
3030
}
3131
}

0 commit comments

Comments
 (0)