@threlte/theatre 3.0.6 → 3.0.7

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,5 +1,5 @@
1
1
  import type { ISheetObject, UnknownShorthandCompoundProps } from '@theatre/core';
2
- import { type Snippet } from 'svelte';
2
+ import type { Snippet } from 'svelte';
3
3
  import type Declare from './declare/Declare.svelte';
4
4
  import type Sync from './sync/Sync.svelte';
5
5
  import type Transform from './transform/Transform.svelte';
@@ -1 +1 @@
1
- import {} from 'svelte';
1
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@threlte/theatre",
3
- "version": "3.0.6",
3
+ "version": "3.0.7",
4
4
  "author": "Grischa Erbe <hello@legrisch.com> (https://legrisch.com)",
5
5
  "license": "MIT",
6
6
  "description": "Threlte Components for Theatre, an animation library with a professional motion design toolset",
@@ -30,8 +30,8 @@
30
30
  "typescript": "^5.6.3",
31
31
  "typescript-eslint": "^8.32.0",
32
32
  "vite": "^5.2.8",
33
- "@threlte/extras": "9.4.2",
34
- "@threlte/core": "8.1.3"
33
+ "@threlte/core": "8.1.4",
34
+ "@threlte/extras": "9.4.4"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@theatre/core": ">=0.6",