This repository was archived by the owner on Jun 10, 2022. It is now read-only.
File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @microsoft/mixed-reality-extension-altspacevr-extras" ,
3
- "version" : " 0.16.1 " ,
3
+ "version" : " 0.17.0 " ,
4
4
"description" : " The Mixed Reality Extension AltspaceVR Extras package enables MRE developers to access custom AltspaceVR features." ,
5
5
"main" : " built/index.js" ,
6
6
"types" : " built/index.d.ts" ,
41
41
"typescript" : " ^3.7.2"
42
42
},
43
43
"dependencies" : {
44
- "@microsoft/mixed-reality-extension-sdk" : " ^0.16.1 "
44
+ "@microsoft/mixed-reality-extension-sdk" : " ^0.17.0 "
45
45
}
46
46
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @microsoft/mixed-reality-extension-common" ,
3
- "version" : " 0.16.1 " ,
3
+ "version" : " 0.17.0 " ,
4
4
"description" : " Common components of the Mixed Reality Extension SDK." ,
5
5
"main" : " built/index.js" ,
6
6
"types" : " built/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " functional-tests" ,
3
- "version" : " 0.16.1 " ,
3
+ "version" : " 0.17.0 " ,
4
4
"private" : true ,
5
5
"description" : " " ,
6
6
"main" : " built/server.js" ,
23
23
"typescript" : " ^3.7.2"
24
24
},
25
25
"dependencies" : {
26
- "@microsoft/gltf-gen" : " ^0.16.1 " ,
27
- "@microsoft/mixed-reality-extension-altspacevr-extras" : " ^0.16.1 " ,
28
- "@microsoft/mixed-reality-extension-sdk" : " ^0.16.1 " ,
26
+ "@microsoft/gltf-gen" : " ^0.17.0 " ,
27
+ "@microsoft/mixed-reality-extension-altspacevr-extras" : " ^0.17.0 " ,
28
+ "@microsoft/mixed-reality-extension-sdk" : " ^0.17.0 " ,
29
29
"@types/dotenv" : " ^6.1.0" ,
30
30
"@types/node" : " ^10.3.1" ,
31
31
"@types/restify" : " ^7.2.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @microsoft/gltf-gen" ,
3
- "version" : " 0.16.1 " ,
3
+ "version" : " 0.17.0 " ,
4
4
"description" : " Generate glTF buffers on the fly from vertex data" ,
5
5
"main" : " built/index.js" ,
6
6
"types" : " built/index.d.ts" ,
45
45
"typescript" : " ^3.7.2"
46
46
},
47
47
"dependencies" : {
48
- "@microsoft/mixed-reality-extension-common" : " ^0.16.1 " ,
48
+ "@microsoft/mixed-reality-extension-common" : " ^0.17.0 " ,
49
49
"mime-types" : " ~2.1.19"
50
50
}
51
51
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @microsoft/mixed-reality-extension-sdk" ,
3
- "version" : " 0.16.1 " ,
3
+ "version" : " 0.17.0 " ,
4
4
"description" : " The Mixed Reality Extension SDK enables developers to build 3D world extensions for AltspaceVR, using Node.JS." ,
5
5
"main" : " built/index.js" ,
6
6
"types" : " built/index.d.ts" ,
46
46
"typescript" : " ^3.7.2"
47
47
},
48
48
"dependencies" : {
49
- "@microsoft/mixed-reality-extension-common" : " ^0.16.1 " ,
49
+ "@microsoft/mixed-reality-extension-common" : " ^0.17.0 " ,
50
50
"@types/node" : " ^10.3.1" ,
51
51
"debug" : " ^4.1.0" ,
52
52
"deepmerge" : " ^2.1.1" ,
You can’t perform that action at this time.
0 commit comments