@lukekaalim/act-insight 2.0.3 → 2.0.4

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @lukekaalim/act-insight
2
2
 
3
+ ## 2.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0f734f5]
8
+ - @lukekaalim/act-web@6.0.1
9
+
3
10
  ## 2.0.3
4
11
 
5
12
  ### Patch Changes
@@ -256,7 +256,7 @@ export const CommitTree: Component<CommitTreeProps> = ({ commits, client, thread
256
256
  */
257
257
 
258
258
  useEffect(() => {
259
- const viewport = viewportRef.current;
259
+ const viewport = viewportRef.get();
260
260
  if (!scrollTarget || !viewport)
261
261
  return;
262
262
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@lukekaalim/act-insight",
3
3
  "main": "index.ts",
4
- "version": "2.0.3",
4
+ "version": "2.0.4",
5
5
  "scripts": {},
6
6
  "dependencies": {
7
7
  "@lukekaalim/act": "*",
8
8
  "@lukekaalim/act-recon": "4.0.1",
9
- "@lukekaalim/act-web": "6.0.0",
9
+ "@lukekaalim/act-web": "6.0.1",
10
10
  "@lukekaalim/act-debug": "2.0.0",
11
11
  "@sindresorhus/string-hash": "^2.0.0",
12
12
  "@types/firefox-webext-browser": "^120.0.4",