mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-09-01 08:17:07 +00:00
Integrate Commonlib 0.1.19-rc.0
This commit is contained in:
Generated
+4
-4
@@ -23,7 +23,7 @@
|
|||||||
"@smithy/types": "^4.14.3",
|
"@smithy/types": "^4.14.3",
|
||||||
"@smithy/util-retry": "^4.4.5",
|
"@smithy/util-retry": "^4.4.5",
|
||||||
"@vrtmrz/browser-ui-kit": "0.1.0",
|
"@vrtmrz/browser-ui-kit": "0.1.0",
|
||||||
"@vrtmrz/livesync-commonlib": "0.1.18",
|
"@vrtmrz/livesync-commonlib": "0.1.19-rc.0",
|
||||||
"@vrtmrz/obsidian-plugin-kit": "0.1.3",
|
"@vrtmrz/obsidian-plugin-kit": "0.1.3",
|
||||||
"@vrtmrz/ui-interactions": "0.1.2",
|
"@vrtmrz/ui-interactions": "0.1.2",
|
||||||
"diff-match-patch": "^1.0.5",
|
"diff-match-patch": "^1.0.5",
|
||||||
@@ -4771,9 +4771,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@vrtmrz/livesync-commonlib": {
|
"node_modules/@vrtmrz/livesync-commonlib": {
|
||||||
"version": "0.1.18",
|
"version": "0.1.19-rc.0",
|
||||||
"resolved": "https://registry.npmjs.org/@vrtmrz/livesync-commonlib/-/livesync-commonlib-0.1.18.tgz",
|
"resolved": "https://registry.npmjs.org/@vrtmrz/livesync-commonlib/-/livesync-commonlib-0.1.19-rc.0.tgz",
|
||||||
"integrity": "sha512-CgqYGRFrbTFT/bhI/x2Tqws4V3Py94al/UCAx8J5CLhNHuQGQmuGtRAXmbZbo/3JyfVEuo7euITEm58nEWLoYw==",
|
"integrity": "sha512-HCc8qLtXlnVMVgxw4W/CeX2bDPXUsXA10MknrzDBOe66IvTKnzdxu6MAB7sPDwi4DtC9vd/whbNFKCK24giY7w==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-s3": "^3.808.0",
|
"@aws-sdk/client-s3": "^3.808.0",
|
||||||
|
|||||||
+1
-1
@@ -178,7 +178,7 @@
|
|||||||
"@smithy/types": "^4.14.3",
|
"@smithy/types": "^4.14.3",
|
||||||
"@smithy/util-retry": "^4.4.5",
|
"@smithy/util-retry": "^4.4.5",
|
||||||
"@vrtmrz/browser-ui-kit": "0.1.0",
|
"@vrtmrz/browser-ui-kit": "0.1.0",
|
||||||
"@vrtmrz/livesync-commonlib": "0.1.18",
|
"@vrtmrz/livesync-commonlib": "0.1.19-rc.0",
|
||||||
"@vrtmrz/obsidian-plugin-kit": "0.1.3",
|
"@vrtmrz/obsidian-plugin-kit": "0.1.3",
|
||||||
"@vrtmrz/ui-interactions": "0.1.2",
|
"@vrtmrz/ui-interactions": "0.1.2",
|
||||||
"diff-match-patch": "^1.0.5",
|
"diff-match-patch": "^1.0.5",
|
||||||
|
|||||||
@@ -111,6 +111,7 @@ export function initialiseServiceModulesCLI(
|
|||||||
UI: services.UI,
|
UI: services.UI,
|
||||||
vault: services.vault,
|
vault: services.vault,
|
||||||
fileHandler: fileHandler,
|
fileHandler: fileHandler,
|
||||||
|
fileProcessing: services.fileProcessing,
|
||||||
storageAccess: storageAccess,
|
storageAccess: storageAccess,
|
||||||
control: services.control,
|
control: services.control,
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -102,6 +102,7 @@ export function initialiseServiceModulesFSAPI(
|
|||||||
UI: services.UI,
|
UI: services.UI,
|
||||||
vault: services.vault,
|
vault: services.vault,
|
||||||
fileHandler: fileHandler,
|
fileHandler: fileHandler,
|
||||||
|
fileProcessing: services.fileProcessing,
|
||||||
storageAccess: storageAccess,
|
storageAccess: storageAccess,
|
||||||
control: services.control,
|
control: services.control,
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -120,6 +120,7 @@ export default class ObsidianLiveSyncPlugin extends Plugin {
|
|||||||
UI: services.UI,
|
UI: services.UI,
|
||||||
vault: services.vault,
|
vault: services.vault,
|
||||||
fileHandler: fileHandler,
|
fileHandler: fileHandler,
|
||||||
|
fileProcessing: services.fileProcessing,
|
||||||
storageAccess: storageAccess,
|
storageAccess: storageAccess,
|
||||||
control: services.control,
|
control: services.control,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user