diff --git a/package-lock.json b/package-lock.json index 53631820..7f419713 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23,6 +23,7 @@ "@smithy/types": "^4.14.3", "@smithy/util-retry": "^4.4.5", "@vrtmrz/livesync-commonlib": "0.1.0-rc.2", + "@vrtmrz/obsidian-plugin-kit": "0.1.2", "diff-match-patch": "^1.0.5", "fflate": "^0.8.2", "idb": "^8.0.3", @@ -58,7 +59,7 @@ "@vitest/browser": "^4.1.8", "@vitest/browser-playwright": "^4.1.8", "@vitest/coverage-v8": "^4.1.8", - "@vrtmrz/obsidian-test-session": "0.2.0", + "@vrtmrz/obsidian-test-session": "0.2.1", "dotenv-cli": "^11.0.0", "esbuild": "0.28.1", "esbuild-plugin-inline-worker": "^0.1.1", @@ -5023,10 +5024,22 @@ "@trystero-p2p/core": "0.25.3" } }, + "node_modules/@vrtmrz/obsidian-plugin-kit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/@vrtmrz/obsidian-plugin-kit/-/obsidian-plugin-kit-0.1.2.tgz", + "integrity": "sha512-LNNV8QCaN6FvRA+of96GiqI8atAbnMKQvLbqpi3nsepEe6tN8SmXO3P7pqBl3axNXEHhQfU5ggj5HAq9GJPgwQ==", + "license": "MIT", + "dependencies": { + "@vrtmrz/ui-interactions": "0.1.1" + }, + "peerDependencies": { + "obsidian": ">=1.8.7" + } + }, "node_modules/@vrtmrz/obsidian-test-session": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@vrtmrz/obsidian-test-session/-/obsidian-test-session-0.2.0.tgz", - "integrity": "sha512-Mnw1wide/KddJHfq6ulpwqdPLV8rIywsY013m9nQvn2GFm7XnBAqZjZpVEolMJH/mqbLlWvU3PhL1UWJLZsIJA==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@vrtmrz/obsidian-test-session/-/obsidian-test-session-0.2.1.tgz", + "integrity": "sha512-dgT+KZRoHpvc6590pWEUmIm/3jYS+41JDAuFKL+6cjWJN3ZzltbvjiyGgA+8MJjIZ8f5pbadf5zyL+MJxTXCsA==", "dev": true, "license": "MIT", "engines": { @@ -5037,6 +5050,12 @@ "playwright": ">=1.50.0" } }, + "node_modules/@vrtmrz/ui-interactions": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@vrtmrz/ui-interactions/-/ui-interactions-0.1.1.tgz", + "integrity": "sha512-XpO5fQzC7jyOW3xVF7YtFHI7X1BPQ7hJW56uw8atx8mDR7C9ejG2YSn0XcZ1H5FOCPgJbmkh/FLQRKLqSK8jkw==", + "license": "MIT" + }, "node_modules/@wdio/config": { "version": "9.27.0", "resolved": "https://registry.npmjs.org/@wdio/config/-/config-9.27.0.tgz", @@ -11753,6 +11772,7 @@ "resolved": "https://registry.npmjs.org/obsidian/-/obsidian-1.13.1.tgz", "integrity": "sha512-qtTEA2pmhJzhuhJqzbBFRYhpIOqvW+krDYjtFynv66KbxBbumHBlsJfWw3I4jtnK/6fZwbQhCrmmDdRwXmX56w==", "license": "MIT", + "peer": true, "dependencies": { "@types/codemirror": "5.60.8", "moment": "2.29.4" diff --git a/package.json b/package.json index 4c2da821..8618d2aa 100644 --- a/package.json +++ b/package.json @@ -109,7 +109,7 @@ "@vitest/browser": "^4.1.8", "@vitest/browser-playwright": "^4.1.8", "@vitest/coverage-v8": "^4.1.8", - "@vrtmrz/obsidian-test-session": "0.2.0", + "@vrtmrz/obsidian-test-session": "0.2.1", "dotenv-cli": "^11.0.0", "esbuild": "0.28.1", "esbuild-plugin-inline-worker": "^0.1.1", @@ -159,6 +159,7 @@ "@smithy/types": "^4.14.3", "@smithy/util-retry": "^4.4.5", "@vrtmrz/livesync-commonlib": "0.1.0-rc.2", + "@vrtmrz/obsidian-plugin-kit": "0.1.2", "diff-match-patch": "^1.0.5", "fflate": "^0.8.2", "idb": "^8.0.3",