@threlte/theatre 2.1.3 → 2.1.5

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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="svelte" />
1
2
  import type { ISequence } from '@theatre/core';
2
3
  import type { Readable, Subscriber, Writable } from 'svelte/store';
3
4
  import { onChange } from '../theatre';
@@ -105,7 +105,7 @@ watch(sheetObject, (sheetObject) => {
105
105
  values = newValues;
106
106
  // this invalidation also invalidates changes catched by slotted
107
107
  // components such as <Sync> or <Declare>.
108
- invalidate('<SheetObject>: props updated');
108
+ invalidate();
109
109
  });
110
110
  });
111
111
  // Provide a flag to indicate whether this sheet object is selected in the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@threlte/theatre",
3
- "version": "2.1.3",
3
+ "version": "2.1.5",
4
4
  "author": "Grischa Erbe <hello@legrisch.com> (https://legrisch.com)",
5
5
  "license": "MIT",
6
6
  "devDependencies": {
@@ -8,7 +8,7 @@
8
8
  "@sveltejs/kit": "^1.20.4",
9
9
  "@sveltejs/package": "^2.1.0",
10
10
  "@types/node": "^18.0.3",
11
- "@types/three": "^0.155.1",
11
+ "@types/three": "^0.158.3",
12
12
  "@typescript-eslint/eslint-plugin": "^5.45.0",
13
13
  "@typescript-eslint/parser": "^5.45.0",
14
14
  "@yushijinhun/three-minifier-rollup": "^0.3.1",
@@ -23,13 +23,13 @@
23
23
  "svelte-check": "^3.4.3",
24
24
  "svelte-preprocess": "^5.0.4",
25
25
  "svelte2tsx": "^0.6.19",
26
- "three": "^0.155.0",
26
+ "three": "^0.158.0",
27
27
  "tslib": "^2.4.1",
28
28
  "type-fest": "^2.13.0",
29
29
  "typescript": "^5.0.0",
30
30
  "vite": "^4.3.6",
31
- "@threlte/core": "6.0.8",
32
- "@threlte/extras": "5.6.4"
31
+ "@threlte/core": "7.0.4",
32
+ "@threlte/extras": "8.0.2"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "svelte": ">=4",