angular-three 2.0.0-beta.4 → 2.0.0-beta.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.
- package/esm2022/lib/canvas.mjs +5 -4
- package/esm2022/lib/directives/args.mjs +3 -3
- package/esm2022/lib/directives/common.mjs +3 -3
- package/esm2022/lib/directives/parent.mjs +3 -3
- package/esm2022/lib/directives/repeat.mjs +3 -3
- package/esm2022/lib/loader.mjs +38 -42
- package/esm2022/lib/portal.mjs +9 -9
- package/esm2022/lib/renderer/renderer.mjs +3 -3
- package/esm2022/lib/routed-scene.mjs +3 -3
- package/esm2022/lib/stores/signal.store.mjs +3 -3
- package/esm2022/lib/stores/store.mjs +3 -3
- package/esm2022/lib/utils/apply-props.mjs +13 -4
- package/fesm2022/angular-three.mjs +85 -79
- package/fesm2022/angular-three.mjs.map +1 -1
- package/lib/utils/is.d.ts +1 -1
- package/metadata.json +1 -1
- package/package.json +49 -49
- package/plugin/package.json +2 -3
- package/web-types.json +1 -1
package/package.json
CHANGED
|
@@ -1,53 +1,53 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
},
|
|
7
|
-
"repository": {
|
|
8
|
-
"type": "git",
|
|
9
|
-
"url": "https://github.com/angular-threejs/angular-three/tree/main/libs/angular-three"
|
|
10
|
-
},
|
|
11
|
-
"author": {
|
|
12
|
-
"name": "Chau Tran",
|
|
13
|
-
"email": "nartc7789@gmail.com",
|
|
14
|
-
"url": "https://nartc.me"
|
|
15
|
-
},
|
|
16
|
-
"description": "Angular Renderer for THREE.js",
|
|
17
|
-
"keywords": [
|
|
18
|
-
"angular",
|
|
19
|
-
"threejs",
|
|
20
|
-
"renderer"
|
|
21
|
-
],
|
|
22
|
-
"license": "MIT",
|
|
23
|
-
"peerDependencies": {
|
|
24
|
-
"@angular/common": "^16.0.0",
|
|
25
|
-
"@angular/core": "^16.0.0",
|
|
26
|
-
"three": "^0.148.0 || ^0.149.0 || ^0.150.0 || ^0.151.0 || ^0.152.0",
|
|
27
|
-
"@angular/router": "16.0.0",
|
|
28
|
-
"rxjs": "~7.8.0"
|
|
29
|
-
},
|
|
30
|
-
"dependencies": {
|
|
31
|
-
"ngx-resize": "^2.0.0",
|
|
32
|
-
"tslib": "^2.3.0",
|
|
33
|
-
"@nx/devkit": "^16.0.0",
|
|
34
|
-
"nx": "^16.0.0"
|
|
35
|
-
},
|
|
36
|
-
"sideEffects": false,
|
|
37
|
-
"generators": "./plugin/generators.json",
|
|
38
|
-
"schematics": "./plugin/generators.json",
|
|
39
|
-
"web-types": "./web-types.json",
|
|
40
|
-
"module": "fesm2022/angular-three.mjs",
|
|
41
|
-
"typings": "index.d.ts",
|
|
42
|
-
"exports": {
|
|
43
|
-
"./package.json": {
|
|
44
|
-
"default": "./package.json"
|
|
2
|
+
"name": "angular-three",
|
|
3
|
+
"version": "2.0.0-beta.5",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public"
|
|
45
6
|
},
|
|
46
|
-
"
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "https://github.com/angular-threejs/angular-three/tree/main/libs/angular-three"
|
|
10
|
+
},
|
|
11
|
+
"author": {
|
|
12
|
+
"name": "Chau Tran",
|
|
13
|
+
"email": "nartc7789@gmail.com",
|
|
14
|
+
"url": "https://nartc.me"
|
|
15
|
+
},
|
|
16
|
+
"description": "Angular Renderer for THREE.js",
|
|
17
|
+
"keywords": [
|
|
18
|
+
"angular",
|
|
19
|
+
"threejs",
|
|
20
|
+
"renderer"
|
|
21
|
+
],
|
|
22
|
+
"license": "MIT",
|
|
23
|
+
"peerDependencies": {
|
|
24
|
+
"@angular/common": "^16.0.0",
|
|
25
|
+
"@angular/core": "^16.0.0",
|
|
26
|
+
"three": "^0.148.0 || ^0.149.0 || ^0.150.0 || ^0.151.0 || ^0.152.0",
|
|
27
|
+
"@angular/router": "16.0.2",
|
|
28
|
+
"rxjs": "7.8.1"
|
|
29
|
+
},
|
|
30
|
+
"dependencies": {
|
|
31
|
+
"ngx-resize": "^2.0.0",
|
|
32
|
+
"tslib": "^2.3.0",
|
|
33
|
+
"@nx/devkit": "^16.0.0",
|
|
34
|
+
"nx": "^16.0.0"
|
|
35
|
+
},
|
|
36
|
+
"sideEffects": false,
|
|
37
|
+
"generators": "./plugin/generators.json",
|
|
38
|
+
"schematics": "./plugin/generators.json",
|
|
39
|
+
"web-types": "./web-types.json",
|
|
40
|
+
"module": "fesm2022/angular-three.mjs",
|
|
41
|
+
"typings": "index.d.ts",
|
|
42
|
+
"exports": {
|
|
43
|
+
"./package.json": {
|
|
44
|
+
"default": "./package.json"
|
|
45
|
+
},
|
|
46
|
+
".": {
|
|
47
|
+
"types": "./index.d.ts",
|
|
48
|
+
"esm2022": "./esm2022/angular-three.mjs",
|
|
49
|
+
"esm": "./esm2022/angular-three.mjs",
|
|
50
|
+
"default": "./fesm2022/angular-three.mjs"
|
|
51
|
+
}
|
|
51
52
|
}
|
|
52
|
-
}
|
|
53
53
|
}
|