@linear_non/stellar-libs 1.2.7 → 1.2.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linear_non/stellar-libs",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "Reusable JavaScript libraries for Non-Linear Studio projects.",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -181,6 +181,8 @@ export default class SplitonScroll {
181
181
  reverseSplit(this.splits)
182
182
  }
183
183
 
184
+ this.observer?.kill?.()
185
+
184
186
  this.splits = null
185
187
  this.groups = null
186
188
  this.targets = null