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

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - functional-tests@0.13.2
 - @microsoft/gltf-gen@0.13.2
 - @microsoft/mixed-reality-extension-sdk@0.13.2
  • Loading branch information
stevenvergenz committed Oct 1, 2019
1 parent 0877fa7 commit cfeec33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/functional-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "functional-tests",
"version": "0.13.1",
"version": "0.13.2",
"private": true,
"description": "",
"main": "built/server.js",
Expand All @@ -23,8 +23,8 @@
"typescript": "3.0.3"
},
"dependencies": {
"@microsoft/gltf-gen": "^0.13.1",
"@microsoft/mixed-reality-extension-sdk": "^0.13.1",
"@microsoft/gltf-gen": "^0.13.2",
"@microsoft/mixed-reality-extension-sdk": "^0.13.2",
"@types/dotenv": "^6.1.0",
"@types/node": "^10.3.1",
"@types/restify": "^7.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/gltf-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/gltf-gen",
"version": "0.13.1",
"version": "0.13.2",
"description": "Generate glTF buffers on the fly from vertex data",
"main": "built/index.js",
"types": "built/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"typescript": "3.0.3"
},
"dependencies": {
"@microsoft/mixed-reality-extension-sdk": "^0.13.1",
"@microsoft/mixed-reality-extension-sdk": "^0.13.2",
"mime-types": "~2.1.19"
}
}
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mixed-reality-extension-sdk",
"version": "0.13.1",
"version": "0.13.2",
"description": "The Mixed Reality Extension SDK enables developers to build 3D world extensions for AltspaceVR, using Node.JS.",
"main": "built/index.js",
"types": "built/index.d.ts",
Expand Down

0 comments on commit cfeec33

Please sign in to comment.