angular-three-tweakpane 4.1.1 → 4.2.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.
Files changed (1) hide show
  1. package/package.json +44 -44
package/package.json CHANGED
@@ -1,46 +1,46 @@
1
1
  {
2
- "name": "angular-three-tweakpane",
3
- "version": "4.1.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/tweakpane"
11
- },
12
- "author": {
13
- "name": "Chau Tran",
14
- "email": "nartc7789@gmail.com",
15
- "url": "https://nartc.me"
16
- },
17
- "description": "Tweakpane UI implementation for Angular Three",
18
- "keywords": [
19
- "angular",
20
- "threejs",
21
- "renderer",
22
- "tweakpane"
23
- ],
24
- "license": "MIT",
25
- "peerDependencies": {
26
- "@angular/common": ">=20.0.0 <22.0.0",
27
- "@angular/core": ">=20.0.0 <22.0.0",
28
- "@tweakpane/core": "^2.0.0",
29
- "tweakpane": "^4.0.0"
30
- },
31
- "dependencies": {
32
- "tslib": "^2.7.0"
33
- },
34
- "module": "fesm2022/angular-three-tweakpane.mjs",
35
- "typings": "types/angular-three-tweakpane.d.ts",
36
- "exports": {
37
- "./package.json": {
38
- "default": "./package.json"
39
- },
40
- ".": {
41
- "types": "./types/angular-three-tweakpane.d.ts",
42
- "default": "./fesm2022/angular-three-tweakpane.mjs"
43
- }
44
- },
45
- "sideEffects": false
2
+ "name": "angular-three-tweakpane",
3
+ "version": "4.2.0",
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/tweakpane"
11
+ },
12
+ "author": {
13
+ "name": "Chau Tran",
14
+ "email": "nartc7789@gmail.com",
15
+ "url": "https://nartc.me"
16
+ },
17
+ "description": "Tweakpane UI implementation for Angular Three",
18
+ "keywords": [
19
+ "angular",
20
+ "threejs",
21
+ "renderer",
22
+ "tweakpane"
23
+ ],
24
+ "license": "MIT",
25
+ "peerDependencies": {
26
+ "@angular/common": ">=20.0.0 <22.0.0",
27
+ "@angular/core": ">=20.0.0 <22.0.0",
28
+ "@tweakpane/core": "^2.0.0",
29
+ "tweakpane": "^4.0.0"
30
+ },
31
+ "dependencies": {
32
+ "tslib": "^2.7.0"
33
+ },
34
+ "module": "fesm2022/angular-three-tweakpane.mjs",
35
+ "typings": "types/angular-three-tweakpane.d.ts",
36
+ "exports": {
37
+ "./package.json": {
38
+ "default": "./package.json"
39
+ },
40
+ ".": {
41
+ "types": "./types/angular-three-tweakpane.d.ts",
42
+ "default": "./fesm2022/angular-three-tweakpane.mjs"
43
+ }
44
+ },
45
+ "sideEffects": false
46
46
  }