Skip to content
This repository was archived by the owner on Jun 10, 2022. It is now read-only.

Commit cfeec33

Browse files
committed
Publish
- [email protected] - @microsoft/[email protected] - @microsoft/[email protected]
1 parent 0877fa7 commit cfeec33

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/functional-tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "functional-tests",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"private": true,
55
"description": "",
66
"main": "built/server.js",
@@ -23,8 +23,8 @@
2323
"typescript": "3.0.3"
2424
},
2525
"dependencies": {
26-
"@microsoft/gltf-gen": "^0.13.1",
27-
"@microsoft/mixed-reality-extension-sdk": "^0.13.1",
26+
"@microsoft/gltf-gen": "^0.13.2",
27+
"@microsoft/mixed-reality-extension-sdk": "^0.13.2",
2828
"@types/dotenv": "^6.1.0",
2929
"@types/node": "^10.3.1",
3030
"@types/restify": "^7.2.0",

packages/gltf-gen/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/gltf-gen",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"description": "Generate glTF buffers on the fly from vertex data",
55
"main": "built/index.js",
66
"types": "built/index.d.ts",
@@ -45,7 +45,7 @@
4545
"typescript": "3.0.3"
4646
},
4747
"dependencies": {
48-
"@microsoft/mixed-reality-extension-sdk": "^0.13.1",
48+
"@microsoft/mixed-reality-extension-sdk": "^0.13.2",
4949
"mime-types": "~2.1.19"
5050
}
5151
}

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/mixed-reality-extension-sdk",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"description": "The Mixed Reality Extension SDK enables developers to build 3D world extensions for AltspaceVR, using Node.JS.",
55
"main": "built/index.js",
66
"types": "built/index.d.ts",

0 commit comments

Comments
 (0)