Commit 67fba6a 1 parent 53ba633 commit 67fba6a Copy full SHA for 67fba6a
File tree 17 files changed +37
-37
lines changed
three-vrm-materials-hdr-emissive-multiplier
three-vrm-materials-mtoon
three-vrm-materials-v0compat
three-vrm-node-constraint
types-vrmc-materials-hdr-emissive-multiplier-1.0
types-vrmc-materials-mtoon-1.0
types-vrmc-node-constraint-1.0
types-vrmc-springbone-1.0
types-vrmc-springbone-extended-collider-1.0
types-vrmc-vrm-animation-1.0
17 files changed +37
-37
lines changed Original file line number Diff line number Diff line change 2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
3
"npmClient" : " yarn" ,
4
4
"packages" : [" packages/*" ],
5
- "version" : " 3.1.5 "
5
+ "version" : " 3.1.6 "
6
6
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pixiv/three-vrm-animation" ,
3
- "version" : " 3.1.5 " ,
3
+ "version" : " 3.1.6 " ,
4
4
"description" : " The implementation of VRM Animation" ,
5
5
"license" : " MIT" ,
6
6
"author" : " pixiv" ,
47
47
]
48
48
},
49
49
"dependencies" : {
50
- "@pixiv/three-vrm-core" : " 3.1.5 " ,
51
- "@pixiv/types-vrmc-vrm-1.0" : " 3.1.5 " ,
52
- "@pixiv/types-vrmc-vrm-animation-1.0" : " 3.1.5 "
50
+ "@pixiv/three-vrm-core" : " 3.1.6 " ,
51
+ "@pixiv/types-vrmc-vrm-1.0" : " 3.1.6 " ,
52
+ "@pixiv/types-vrmc-vrm-animation-1.0" : " 3.1.6 "
53
53
},
54
54
"devDependencies" : {
55
55
"@types/three" : " ^0.169.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pixiv/three-vrm-core" ,
3
- "version" : " 3.1.5 " ,
3
+ "version" : " 3.1.6 " ,
4
4
"description" : " The implementation of core features of VRM, for @pixiv/three-vrm" ,
5
5
"license" : " MIT" ,
6
6
"author" : " pixiv" ,
51
51
]
52
52
},
53
53
"dependencies" : {
54
- "@pixiv/types-vrm-0.0" : " 3.1.5 " ,
55
- "@pixiv/types-vrmc-vrm-1.0" : " 3.1.5 "
54
+ "@pixiv/types-vrm-0.0" : " 3.1.6 " ,
55
+ "@pixiv/types-vrmc-vrm-1.0" : " 3.1.6 "
56
56
},
57
57
"devDependencies" : {
58
58
"@types/three" : " ^0.169.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pixiv/three-vrm-materials-hdr-emissive-multiplier" ,
3
- "version" : " 3.1.5 " ,
3
+ "version" : " 3.1.6 " ,
4
4
"description" : " Support VRMC_hdr_emissiveMultiplier for @pixiv/three-vrm" ,
5
5
"license" : " MIT" ,
6
6
"author" : " pixiv" ,
50
50
]
51
51
},
52
52
"dependencies" : {
53
- "@pixiv/types-vrmc-materials-hdr-emissive-multiplier-1.0" : " 3.1.5 "
53
+ "@pixiv/types-vrmc-materials-hdr-emissive-multiplier-1.0" : " 3.1.6 "
54
54
},
55
55
"devDependencies" : {
56
56
"@types/three" : " ^0.169.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pixiv/three-vrm-materials-mtoon" ,
3
- "version" : " 3.1.5 " ,
3
+ "version" : " 3.1.6 " ,
4
4
"description" : " MToon (toon material) module for @pixiv/three-vrm" ,
5
5
"license" : " MIT" ,
6
6
"author" : " pixiv" ,
55
55
]
56
56
},
57
57
"dependencies" : {
58
- "@pixiv/types-vrm-0.0" : " 3.1.5 " ,
59
- "@pixiv/types-vrmc-materials-mtoon-1.0" : " 3.1.5 "
58
+ "@pixiv/types-vrm-0.0" : " 3.1.6 " ,
59
+ "@pixiv/types-vrmc-materials-mtoon-1.0" : " 3.1.6 "
60
60
},
61
61
"devDependencies" : {
62
62
"@types/three" : " ^0.169.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pixiv/three-vrm-materials-v0compat" ,
3
- "version" : " 3.1.5 " ,
3
+ "version" : " 3.1.6 " ,
4
4
"description" : " VRM0.0 materials compatibility layer plugin for @pixiv/three-vrm" ,
5
5
"license" : " MIT" ,
6
6
"author" : " pixiv" ,
46
46
]
47
47
},
48
48
"dependencies" : {
49
- "@pixiv/types-vrm-0.0" : " 3.1.5 " ,
50
- "@pixiv/types-vrmc-materials-mtoon-1.0" : " 3.1.5 "
49
+ "@pixiv/types-vrm-0.0" : " 3.1.6 " ,
50
+ "@pixiv/types-vrmc-materials-mtoon-1.0" : " 3.1.6 "
51
51
},
52
52
"devDependencies" : {
53
53
"@types/three" : " ^0.169.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pixiv/three-vrm-node-constraint" ,
3
- "version" : " 3.1.5 " ,
3
+ "version" : " 3.1.6 " ,
4
4
"description" : " Node constraint module for @pixiv/three-vrm" ,
5
5
"license" : " MIT" ,
6
6
"author" : " pixiv" ,
51
51
]
52
52
},
53
53
"dependencies" : {
54
- "@pixiv/types-vrmc-node-constraint-1.0" : " 3.1.5 "
54
+ "@pixiv/types-vrmc-node-constraint-1.0" : " 3.1.6 "
55
55
},
56
56
"devDependencies" : {
57
57
"@types/three" : " ^0.169.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pixiv/three-vrm-springbone" ,
3
- "version" : " 3.1.5 " ,
3
+ "version" : " 3.1.6 " ,
4
4
"description" : " Spring bone module for @pixiv/three-vrm" ,
5
5
"license" : " MIT" ,
6
6
"author" : " pixiv" ,
51
51
]
52
52
},
53
53
"dependencies" : {
54
- "@pixiv/types-vrm-0.0" : " 3.1.5 " ,
55
- "@pixiv/types-vrmc-springbone-1.0" : " 3.1.5 " ,
56
- "@pixiv/types-vrmc-springbone-extended-collider-1.0" : " 3.1.5 "
54
+ "@pixiv/types-vrm-0.0" : " 3.1.6 " ,
55
+ "@pixiv/types-vrmc-springbone-1.0" : " 3.1.6 " ,
56
+ "@pixiv/types-vrmc-springbone-extended-collider-1.0" : " 3.1.6 "
57
57
},
58
58
"devDependencies" : {
59
59
"@types/three" : " ^0.169.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pixiv/three-vrm" ,
3
- "version" : " 3.1.5 " ,
3
+ "version" : " 3.1.6 " ,
4
4
"description" : " VRM file loader for three.js." ,
5
5
"license" : " MIT" ,
6
6
"author" : " pixiv" ,
56
56
]
57
57
},
58
58
"dependencies" : {
59
- "@pixiv/three-vrm-core" : " 3.1.5 " ,
60
- "@pixiv/three-vrm-materials-hdr-emissive-multiplier" : " 3.1.5 " ,
61
- "@pixiv/three-vrm-materials-mtoon" : " 3.1.5 " ,
62
- "@pixiv/three-vrm-materials-v0compat" : " 3.1.5 " ,
63
- "@pixiv/three-vrm-node-constraint" : " 3.1.5 " ,
64
- "@pixiv/three-vrm-springbone" : " 3.1.5 "
59
+ "@pixiv/three-vrm-core" : " 3.1.6 " ,
60
+ "@pixiv/three-vrm-materials-hdr-emissive-multiplier" : " 3.1.6 " ,
61
+ "@pixiv/three-vrm-materials-mtoon" : " 3.1.6 " ,
62
+ "@pixiv/three-vrm-materials-v0compat" : " 3.1.6 " ,
63
+ "@pixiv/three-vrm-node-constraint" : " 3.1.6 " ,
64
+ "@pixiv/three-vrm-springbone" : " 3.1.6 "
65
65
},
66
66
"devDependencies" : {
67
67
"@types/three" : " ^0.169.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pixiv/types-vrm-0.0" ,
3
- "version" : " 3.1.5 " ,
3
+ "version" : " 3.1.6 " ,
4
4
"description" : " Type definitions of VRM 0.0 schema" ,
5
5
"license" : " MIT" ,
6
6
"author" : " pixiv" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pixiv/types-vrmc-materials-hdr-emissive-multiplier-1.0" ,
3
- "version" : " 3.1.5 " ,
3
+ "version" : " 3.1.6 " ,
4
4
"description" : " Type definitions of VRMC_materials_hdr_emissiveMultiplier 1.0 schema" ,
5
5
"license" : " MIT" ,
6
6
"author" : " pixiv" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pixiv/types-vrmc-materials-mtoon-1.0" ,
3
- "version" : " 3.1.5 " ,
3
+ "version" : " 3.1.6 " ,
4
4
"description" : " Type definitions of VRMC_materials_mtoon 1.0 schema" ,
5
5
"license" : " MIT" ,
6
6
"author" : " pixiv" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pixiv/types-vrmc-node-constraint-1.0" ,
3
- "version" : " 3.1.5 " ,
3
+ "version" : " 3.1.6 " ,
4
4
"description" : " Type definitions of VRMC_node_constraint 1.0 schema" ,
5
5
"license" : " MIT" ,
6
6
"author" : " pixiv" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pixiv/types-vrmc-springbone-1.0" ,
3
- "version" : " 3.1.5 " ,
3
+ "version" : " 3.1.6 " ,
4
4
"description" : " Type definitions of VRMC_springBone 1.0 schema" ,
5
5
"license" : " MIT" ,
6
6
"author" : " pixiv" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pixiv/types-vrmc-springbone-extended-collider-1.0" ,
3
- "version" : " 3.1.5 " ,
3
+ "version" : " 3.1.6 " ,
4
4
"description" : " Type definitions of VRMC_springBone_extended_collider 1.0 schema" ,
5
5
"license" : " MIT" ,
6
6
"author" : " pixiv" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pixiv/types-vrmc-vrm-1.0" ,
3
- "version" : " 3.1.5 " ,
3
+ "version" : " 3.1.6 " ,
4
4
"description" : " Type definitions of VRMC_vrm 1.0 schema" ,
5
5
"license" : " MIT" ,
6
6
"author" : " pixiv" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pixiv/types-vrmc-vrm-animation-1.0" ,
3
- "version" : " 3.1.5 " ,
3
+ "version" : " 3.1.6 " ,
4
4
"description" : " Type definitions of VRMC_vrm_animation 1.0 schema" ,
5
5
"license" : " MIT" ,
6
6
"author" : " pixiv" ,
You can’t perform that action at this time.
0 commit comments