@threlte/theatre 3.0.0-next.9 → 3.0.0

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/README.md CHANGED
@@ -35,14 +35,7 @@ The package allows you to use an interactive GUI in the browser during developme
35
35
 
36
36
  ### Installation
37
37
 
38
- For a quick interactive setup of a fresh Threlte project, run:
39
-
40
- ```sh
41
- npm create threlte my-project
42
- ```
43
- and select the `@threlte/theatre` option.
44
-
45
- Alternatively you can check out the full [installation instructions](https://threlte.xyz/docs/learn/getting-started/installation).
38
+ Check out the [installation instructions](https://threlte.xyz/docs/learn/getting-started/installation).
46
39
 
47
40
  ### Support
48
41
 
@@ -1 +1 @@
1
- export {};
1
+ import {} from 'svelte';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@threlte/theatre",
3
- "version": "3.0.0-next.9",
3
+ "version": "3.0.0",
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",
@@ -10,7 +10,7 @@
10
10
  "@sveltejs/package": "^2.3.7",
11
11
  "@sveltejs/vite-plugin-svelte": "^4.0.0",
12
12
  "@types/node": "^20.12.7",
13
- "@types/three": "^0.169.0",
13
+ "@types/three": "^0.171.0",
14
14
  "@typescript-eslint/eslint-plugin": "^7.6.0",
15
15
  "@typescript-eslint/parser": "^7.6.0",
16
16
  "@yushijinhun/three-minifier-rollup": "^0.4.0",
@@ -21,17 +21,17 @@
21
21
  "prettier-plugin-svelte": "^3.2.2",
22
22
  "publint": "^0.2.7",
23
23
  "rimraf": "^5.0.5",
24
- "svelte": "^5.1.10",
24
+ "svelte": "^5.14.4",
25
25
  "svelte-check": "^3.6.9",
26
26
  "svelte-preprocess": "^5.1.3",
27
27
  "svelte2tsx": "^0.7.6",
28
- "three": "^0.170.0",
28
+ "three": "^0.171.0",
29
29
  "tslib": "^2.6.2",
30
30
  "type-fest": "^4.15.0",
31
31
  "typescript": "^5.6.3",
32
32
  "vite": "^5.2.8",
33
- "@threlte/core": "8.0.0-next.28",
34
- "@threlte/extras": "9.0.0-next.37"
33
+ "@threlte/core": "8.0.0",
34
+ "@threlte/extras": "9.0.0"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "svelte": ">=4",