angular-three 4.0.1 → 4.0.2

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.
Files changed (3) hide show
  1. package/package.json +55 -55
  2. package/metadata.json +0 -34940
  3. package/web-types.json +0 -37153
package/package.json CHANGED
@@ -1,57 +1,57 @@
1
1
  {
2
- "name": "angular-three",
3
- "version": "4.0.1",
4
- "publishConfig": {
5
- "access": "public"
6
- },
7
- "type": "module",
8
- "repository": {
9
- "type": "git",
10
- "url": "https://github.com/angular-threejs/angular-three/tree/main/libs/core"
11
- },
12
- "author": {
13
- "name": "Chau Tran",
14
- "email": "nartc7789@gmail.com",
15
- "url": "https://nartc.me"
16
- },
17
- "description": "Angular Renderer for THREE.js",
18
- "keywords": [
19
- "angular",
20
- "threejs",
21
- "renderer"
22
- ],
23
- "license": "MIT",
24
- "peerDependencies": {
25
- "@angular/common": ">=20.0.0 <22.0.0",
26
- "@angular/core": ">=20.0.0 <22.0.0",
27
- "ngxtension": ">=3.0.0",
28
- "three": ">=0.157.0 <0.183.0"
29
- },
30
- "dependencies": {
31
- "tslib": "^2.7.0"
32
- },
33
- "web-types": [
34
- "./web-types.json",
35
- "../../node_modules/angular-three/web-types.json"
36
- ],
37
- "module": "fesm2022/angular-three.mjs",
38
- "typings": "types/angular-three.d.ts",
39
- "exports": {
40
- "./package.json": {
41
- "default": "./package.json"
42
- },
43
- ".": {
44
- "types": "./types/angular-three.d.ts",
45
- "default": "./fesm2022/angular-three.mjs"
46
- },
47
- "./dom": {
48
- "types": "./types/angular-three-dom.d.ts",
49
- "default": "./fesm2022/angular-three-dom.mjs"
50
- },
51
- "./testing": {
52
- "types": "./types/angular-three-testing.d.ts",
53
- "default": "./fesm2022/angular-three-testing.mjs"
54
- }
55
- },
56
- "sideEffects": false
2
+ "name": "angular-three",
3
+ "version": "4.0.2",
4
+ "publishConfig": {
5
+ "access": "public"
6
+ },
7
+ "type": "module",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/angular-threejs/angular-three/tree/main/libs/core"
11
+ },
12
+ "author": {
13
+ "name": "Chau Tran",
14
+ "email": "nartc7789@gmail.com",
15
+ "url": "https://nartc.me"
16
+ },
17
+ "description": "Angular Renderer for THREE.js",
18
+ "keywords": [
19
+ "angular",
20
+ "threejs",
21
+ "renderer"
22
+ ],
23
+ "license": "MIT",
24
+ "peerDependencies": {
25
+ "@angular/common": ">=20.0.0 <22.0.0",
26
+ "@angular/core": ">=20.0.0 <22.0.0",
27
+ "ngxtension": ">=3.0.0",
28
+ "three": ">=0.157.0 <0.183.0"
29
+ },
30
+ "dependencies": {
31
+ "tslib": "^2.7.0"
32
+ },
33
+ "web-types": [
34
+ "./web-types.json",
35
+ "../../node_modules/angular-three/web-types.json"
36
+ ],
37
+ "module": "fesm2022/angular-three.mjs",
38
+ "typings": "types/angular-three.d.ts",
39
+ "exports": {
40
+ "./package.json": {
41
+ "default": "./package.json"
42
+ },
43
+ ".": {
44
+ "types": "./types/angular-three.d.ts",
45
+ "default": "./fesm2022/angular-three.mjs"
46
+ },
47
+ "./dom": {
48
+ "types": "./types/angular-three-dom.d.ts",
49
+ "default": "./fesm2022/angular-three-dom.mjs"
50
+ },
51
+ "./testing": {
52
+ "types": "./types/angular-three-testing.d.ts",
53
+ "default": "./fesm2022/angular-three-testing.mjs"
54
+ }
55
+ },
56
+ "sideEffects": false
57
57
  }