Skip to content

Commit bdcdf40

Browse files
committed
build: use stable Fancy Kit packages
1 parent 04fc1f1 commit bdcdf40

3 files changed

Lines changed: 24 additions & 20 deletions

File tree

docs/devs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ The UI transcript verifies the stable interaction ID and selected object identit
4141

4242
The path-based Vault capability deliberately does not replace real Obsidian coverage for `TFile` identity, Vault events, MetadataCache propagation, or frontmatter processing.
4343

44-
## Fancy Kit preview
44+
## Fancy Kit dependencies
4545

46-
Until Fancy Kit is published to npm, its packages are pinned to immutable tarballs from one GitHub prerelease. Update the UI interactions, Obsidian plug-in kit, and test-session URLs together when a migration needs a newer preview.
46+
The three Fancy Kit packages are pinned to exact npm versions so the tested dependency set remains reproducible. Review and update the UI interactions, Obsidian plug-in kit, and test-session versions together when adopting a newer contract.
4747

4848
Real-Obsidian scenarios are local-only and currently validated on Linux only.
4949

package-lock.json

Lines changed: 19 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/node": "^22.20.1",
2929
"@typescript-eslint/parser": "^8.48.1",
3030
"@vitest/coverage-v8": "^4.1.9",
31-
"@vrtmrz/obsidian-test-session": "https://github.com/vrtmrz/fancy-kit/releases/download/consumer-preview-2026-07-10.5/vrtmrz-obsidian-test-session-0.1.0.tgz",
31+
"@vrtmrz/obsidian-test-session": "0.1.0",
3232
"esbuild": "^0.28.1",
3333
"esbuild-svelte": "^0.9.3",
3434
"eslint": "^9.39.1",
@@ -48,7 +48,7 @@
4848
"vitest": "^4.1.9"
4949
},
5050
"dependencies": {
51-
"@vrtmrz/obsidian-plugin-kit": "https://github.com/vrtmrz/fancy-kit/releases/download/consumer-preview-2026-07-10.5/vrtmrz-obsidian-plugin-kit-0.1.0.tgz",
52-
"@vrtmrz/ui-interactions": "https://github.com/vrtmrz/fancy-kit/releases/download/consumer-preview-2026-07-10.5/vrtmrz-ui-interactions-0.1.0.tgz"
51+
"@vrtmrz/obsidian-plugin-kit": "0.1.0",
52+
"@vrtmrz/ui-interactions": "0.1.0"
5353
}
5454
}

0 commit comments

Comments
 (0)