Skip to content

Commit 380ded6

Browse files
committed
feat(soba): bump vanilla
1 parent 118986a commit 380ded6

File tree

2 files changed

+109
-83
lines changed

2 files changed

+109
-83
lines changed

libs/soba/package.json

Lines changed: 83 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,85 @@
11
{
2-
"name": "angular-three-soba",
3-
"version": "0.0.0-replace",
4-
"publishConfig": {
5-
"access": "public"
6-
},
7-
"repository": {
8-
"type": "git",
9-
"url": "https://github.com/angular-threejs/angular-three/tree/main/libs/soba"
10-
},
11-
"author": {
12-
"name": "Chau Tran",
13-
"email": "[email protected]",
14-
"url": "https://nartc.me"
15-
},
16-
"description": "Utilities for Angular Three",
17-
"keywords": [
18-
"angular",
19-
"threejs",
20-
"renderer",
21-
"utilities",
22-
"shaders"
23-
],
24-
"license": "MIT",
25-
"exports": {
26-
"./assets/*": "./assets/*"
27-
},
28-
"peerDependencies": {
29-
"@angular/common": ">=19.0.0 <21.0.0",
30-
"@angular/core": ">=19.0.0 <21.0.0",
31-
"@monogrid/gainmap-js": "^3.0.0",
32-
"@pmndrs/vanilla": "^1.19.0",
33-
"camera-controls": "^2.8.0",
34-
"hls.js": ">=1.5.0",
35-
"maath": ">=0.10.0 <0.11.0",
36-
"meshline": "^3.1.0",
37-
"stats-gl": ">=2.0.0",
38-
"three": ">=0.157.0 <0.180.0",
39-
"three-custom-shader-material": ">=5.5.0 <6.4.0",
40-
"three-mesh-bvh": ">=0.5.0 <0.10.0",
41-
"three-stdlib": "^2.0.0",
42-
"troika-three-text": ">=0.47.0 <0.53.0"
43-
},
44-
"peerDependenciesMeta": {
45-
"@monogrid/gainmap-js": {
46-
"optional": true
47-
},
48-
"@pmndrs/vanilla": {
49-
"optional": true
50-
},
51-
"hls.js": {
52-
"optional": true
53-
},
54-
"troika-three-text": {
55-
"optional": true
56-
},
57-
"three-custom-shader-material": {
58-
"optional": true
59-
},
60-
"three-mesh-bvh": {
61-
"optional": true
62-
},
63-
"maath": {
64-
"optional": true
65-
},
66-
"meshline": {
67-
"optional": true
68-
},
69-
"camera-controls": {
70-
"optional": true
71-
},
72-
"stats-gl": {
73-
"optional": true
74-
}
75-
},
76-
"dependencies": {
77-
"tslib": "^2.3.0"
78-
},
79-
"sideEffects": false,
80-
"web-types": [
81-
"../../node_modules/angular-three/web-types.json",
82-
"../../node_modules/angular-three-soba/web-types.json",
83-
"./web-types.json"
84-
]
2+
"name": "angular-three-soba",
3+
"version": "0.0.0-replace",
4+
"publishConfig": {
5+
"access": "public"
6+
},
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/angular-threejs/angular-three/tree/main/libs/soba"
10+
},
11+
"author": {
12+
"name": "Chau Tran",
13+
"email": "[email protected]",
14+
"url": "https://nartc.me"
15+
},
16+
"description": "Utilities for Angular Three",
17+
"keywords": [
18+
"angular",
19+
"threejs",
20+
"renderer",
21+
"utilities",
22+
"shaders"
23+
],
24+
"license": "MIT",
25+
"exports": {
26+
"./assets/*": "./assets/*"
27+
},
28+
"peerDependencies": {
29+
"@angular/common": ">=19.0.0 <21.0.0",
30+
"@angular/core": ">=19.0.0 <21.0.0",
31+
"@monogrid/gainmap-js": "^3.0.0",
32+
"@pmndrs/vanilla": "^1.24.0",
33+
"camera-controls": "^2.8.0",
34+
"hls.js": ">=1.5.0",
35+
"maath": ">=0.10.0 <0.11.0",
36+
"meshline": "^3.1.0",
37+
"stats-gl": ">=2.0.0",
38+
"three": ">=0.157.0 <0.180.0",
39+
"three-custom-shader-material": ">=5.5.0 <6.4.0",
40+
"three-mesh-bvh": ">=0.5.0 <0.10.0",
41+
"three-stdlib": "^2.0.0",
42+
"troika-three-text": ">=0.47.0 <0.53.0"
43+
},
44+
"peerDependenciesMeta": {
45+
"@monogrid/gainmap-js": {
46+
"optional": true
47+
},
48+
"@pmndrs/vanilla": {
49+
"optional": true
50+
},
51+
"hls.js": {
52+
"optional": true
53+
},
54+
"troika-three-text": {
55+
"optional": true
56+
},
57+
"three-custom-shader-material": {
58+
"optional": true
59+
},
60+
"three-mesh-bvh": {
61+
"optional": true
62+
},
63+
"maath": {
64+
"optional": true
65+
},
66+
"meshline": {
67+
"optional": true
68+
},
69+
"camera-controls": {
70+
"optional": true
71+
},
72+
"stats-gl": {
73+
"optional": true
74+
}
75+
},
76+
"dependencies": {
77+
"tslib": "^2.3.0"
78+
},
79+
"sideEffects": false,
80+
"web-types": [
81+
"../../node_modules/angular-three/web-types.json",
82+
"../../node_modules/angular-three-soba/web-types.json",
83+
"./web-types.json"
84+
]
8585
}

libs/soba/vanilla-exports/src/index.ts

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import {
55
CausticsMaterial,
66
CausticsProjectionMaterial,
77
CausticsProjectionMaterialType,
8+
CLOUD_URL,
89
createCausticsUpdate,
910
MeshDiscardMaterial,
1011
MeshDistortMaterial,
@@ -15,10 +16,22 @@ import {
1516
MeshTransmissionMaterial,
1617
MeshWobbleMaterial,
1718
MeshWobbleMaterialParameters,
19+
Outlines,
20+
OutlinesProps,
1821
ProgressiveLightMap,
1922
shaderMaterial,
2023
SoftShadowMaterial,
24+
Sparkles,
25+
SparklesProps,
26+
Splat,
27+
SplatLoader,
2128
SpotLightMaterial,
29+
SpriteAnimator,
30+
SpriteAnimatorProps,
31+
Stars,
32+
StarsProps,
33+
Trail,
34+
TrailProps,
2235
} from '@pmndrs/vanilla';
2336
import { NgtThreeElement } from 'angular-three';
2437

@@ -58,6 +71,7 @@ export {
5871
CausticsMaterial,
5972
CausticsProjectionMaterial,
6073
CausticsProjectionMaterialType,
74+
CLOUD_URL,
6175
createCausticsUpdate,
6276
MeshDiscardMaterial,
6377
MeshDistortMaterial,
@@ -68,8 +82,20 @@ export {
6882
MeshTransmissionMaterial,
6983
MeshWobbleMaterial,
7084
MeshWobbleMaterialParameters,
85+
Outlines,
86+
OutlinesProps,
7187
ProgressiveLightMap,
7288
shaderMaterial,
7389
SoftShadowMaterial,
90+
Sparkles,
91+
SparklesProps,
92+
Splat,
93+
SplatLoader,
7494
SpotLightMaterial,
95+
SpriteAnimator,
96+
SpriteAnimatorProps,
97+
Stars,
98+
StarsProps,
99+
Trail,
100+
TrailProps,
75101
};

0 commit comments

Comments
 (0)