@linear_non/stellar-kit 3.0.2 → 3.0.3

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.
@@ -163,6 +163,7 @@ export default class PageEngine {
163
163
  delta = nextScroll - this.scroll.current
164
164
  }
165
165
 
166
+ Debug.log("ENGINE", "Tick scroll:", { nextScroll })
166
167
  this.scroll.current = nextScroll
167
168
  this.scroll.direction = delta > 0 ? "down" : "up"
168
169
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linear_non/stellar-kit",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "Stellar frontend core for Non-Linear Studio projects.",
5
5
  "type": "module",
6
6
  "main": "/core/index.js",