@mappedin/viewer 0.59.4-3bee748.0 → 0.59.4-67692d8.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.
@@ -0,0 +1,7 @@
1
+ import type RootStore from '../stores/root-store';
2
+ export declare const registerTestStore: (store: RootStore) => void;
3
+ /**
4
+ * Dispose every registered store. Must run while `document` still exists so
5
+ * their removeEventListener/clearTimeout teardown actually runs.
6
+ */
7
+ export declare const cleanupTestStores: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mappedin/viewer",
3
- "version": "0.59.4-3bee748.0",
3
+ "version": "0.59.4-67692d8.0",
4
4
  "type": "module",
5
5
  "browser": "./dist/index.js",
6
6
  "license": "UNLICENSED",
@@ -17,7 +17,7 @@
17
17
  "extends": "../../package.json"
18
18
  },
19
19
  "devDependencies": {
20
- "@ladle/react": "^2.17.2",
20
+ "@ladle/react": "^5.0.3",
21
21
  "@mappedin/blue-dot": "6.17.0-v6-13d60ac3.0",
22
22
  "@mappedin/dynamic-focus": "6.17.0-v6-13d60ac3.0",
23
23
  "@mappedin/mappedin-js": "6.17.1-v6-13d60ac3.0",
@@ -43,8 +43,8 @@
43
43
  "@typescript-eslint/eslint-plugin": "^6.0.0",
44
44
  "@typescript-eslint/parser": "^6.0.0",
45
45
  "@vitejs/plugin-react": "^4.2.1",
46
- "@vitest/coverage-istanbul": "^3.2.4",
47
- "dompurify": "^3.4.0",
46
+ "@vitest/coverage-istanbul": "^3.2.6",
47
+ "dompurify": "^3.4.11",
48
48
  "dotenv": "^16.4.5",
49
49
  "escape-string-regexp": "^5.0.0",
50
50
  "eslint": "^8.45.0",