File tree Expand file tree Collapse file tree 7 files changed +22
-22
lines changed Expand file tree Collapse file tree 7 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @orillusion/core" ,
3
- "version" : " 0.8.3-dev.2 " ,
3
+ "version" : " 0.8.3-dev.3 " ,
4
4
"author" : " Orillusion" ,
5
5
"description" : " Orillusion WebGPU Engine" ,
6
6
"type" : " module" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @orillusion/geometry" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.4 " ,
4
4
"author" : " Orillusion" ,
5
- "description" : " Orillusion geometry Plugin" ,
5
+ "description" : " Orillusion Geometry Plugin" ,
6
6
"main" : " ./dist/geometry.umd.js" ,
7
7
"module" : " ./dist/geometry.es.js" ,
8
8
"module:dev" : " ./index.ts" ,
21
21
"type" : " git" ,
22
22
"url" : " git+https://github.com/Orillusion/orillusion.git"
23
23
},
24
- "dependencies " : {
25
- "@orillusion/core" : " ^ 0.8.0"
24
+ "peerDependencies " : {
25
+ "@orillusion/core" : " >= 0.8.0"
26
26
}
27
27
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @orillusion/graphic" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.2 " ,
4
4
"author" : " Orillusion" ,
5
- "description" : " Orillusion graphic Plugin" ,
5
+ "description" : " Orillusion Graphic Plugin" ,
6
6
"main" : " ./dist/graphic.umd.js" ,
7
7
"module" : " ./dist/graphic.es.js" ,
8
8
"module:dev" : " ./index.ts" ,
21
21
"type" : " git" ,
22
22
"url" : " git+https://github.com/Orillusion/orillusion.git"
23
23
},
24
- "dependencies " : {
25
- "@orillusion/core" : " ^ 0.8.0"
24
+ "peerDependencies " : {
25
+ "@orillusion/core" : " >= 0.8.0"
26
26
}
27
27
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @orillusion/media-extention" ,
3
- "version" : " 0.3.4 " ,
3
+ "version" : " 0.3.6 " ,
4
4
"author" : " Orillusion" ,
5
5
"description" : " Orillusion Media Material Extention" ,
6
6
"main" : " ./dist/media.umd.js" ,
20
20
"type" : " git" ,
21
21
"url" : " git+https://github.com/Orillusion/orillusion.git"
22
22
},
23
- "dependencies " : {
24
- "@orillusion/core" : " ^0.7 .0"
23
+ "peerDependencies " : {
24
+ "@orillusion/core" : " >=0.8 .0"
25
25
}
26
26
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @orillusion/particle" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.6 " ,
4
4
"author" : " Orillusion" ,
5
5
"description" : " Orillusion Particle Plugin" ,
6
6
"main" : " ./dist/particle.umd.js" ,
20
20
"type" : " git" ,
21
21
"url" : " git+https://github.com/Orillusion/orillusion.git"
22
22
},
23
- "dependencies " : {
24
- "@orillusion/core" : " ^0.7 .0"
23
+ "peerDependencies " : {
24
+ "@orillusion/core" : " >=0.8 .0"
25
25
}
26
26
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @orillusion/physics" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.3.2 " ,
4
4
"author" : " Orillusion" ,
5
5
"description" : " Orillusion Physics Plugin, Powerd by Ammo.js" ,
6
6
"main" : " ./dist/physics.umd.js" ,
20
20
"type" : " git" ,
21
21
"url" : " git+https://github.com/Orillusion/orillusion.git"
22
22
},
23
- "dependencies " : {
24
- "@orillusion/ammo" : " ^ 0.2.1" ,
25
- "@orillusion/core" : " ^ 0.8.0"
23
+ "peerDependencies " : {
24
+ "@orillusion/ammo" : " >= 0.2.1" ,
25
+ "@orillusion/core" : " >= 0.8.0"
26
26
}
27
27
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @orillusion/stats" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.6 " ,
4
4
"author" : " Orillusion" ,
5
5
"description" : " Orillusion Stats Plugin" ,
6
6
"main" : " ./dist/stats.umd.js" ,
20
20
"type" : " git" ,
21
21
"url" : " git+https://github.com/Orillusion/orillusion.git"
22
22
},
23
- "dependencies " : {
24
- "@orillusion/core" : " ^0.7 .0"
23
+ "peerDependencies " : {
24
+ "@orillusion/core" : " >=0.8 .0"
25
25
}
26
26
}
You can’t perform that action at this time.
0 commit comments