@mappedin/viewer 0.59.3-7e98fb3.0 → 0.59.3-e98e5ba.0
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/CLAUDE.md +4 -0
- package/dist/index.js +53727 -59280
- package/package.json +6 -6
package/CLAUDE.md
CHANGED
|
@@ -10,3 +10,7 @@ New code should almost always live in one the following `src/` folders.
|
|
|
10
10
|
- `states/` Window level entry-points to the entire UI.
|
|
11
11
|
- `stores/` MobX stores managing application state.
|
|
12
12
|
- `test-utils/` Unit testing utilities.
|
|
13
|
+
|
|
14
|
+
## Dependencies
|
|
15
|
+
|
|
16
|
+
`@testing-library/jest-dom` is pinned to an exact version (no caret) because later versions removed vitest from their peerDependencies, which causes pnpm to resolve duplicate vitest instances and breaks snapshot tests.
|