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
 - @microsoft/mixed-reality-extension-altspacevr-extras@0.10.1
 - functional-tests@0.10.1
 - @microsoft/gltf-gen@0.10.1
 - @microsoft/mixed-reality-extension-sdk@0.10.1
  • Loading branch information
stevenvergenz committed Apr 15, 2019
1 parent 3633a69 commit 8284198
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions packages/altspacevr-extras/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/mixed-reality-extension-altspacevr-extras",
"version": "0.10.0",
"version": "0.10.1",
"description": "The Mixed Reality Extension AltspaceVR Extras package enables MRE developers to access custom AltspaceVR features.",
"main": "built/index.js",
"types": "built/index.d.ts",
Expand Down Expand Up @@ -41,6 +41,6 @@
"typescript": "3.0.3"
},
"dependencies": {
"@microsoft/mixed-reality-extension-sdk": "^0.10.0"
"@microsoft/mixed-reality-extension-sdk": "^0.10.1"
}
}
8 changes: 4 additions & 4 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.10.0",
"version": "0.10.1",
"private": true,
"description": "",
"main": "built/server.js",
Expand All @@ -23,9 +23,9 @@
"typescript": "3.0.3"
},
"dependencies": {
"@microsoft/gltf-gen": "^0.10.0",
"@microsoft/mixed-reality-extension-altspacevr-extras": "^0.10.0",
"@microsoft/mixed-reality-extension-sdk": "^0.10.0",
"@microsoft/gltf-gen": "^0.10.1",
"@microsoft/mixed-reality-extension-altspacevr-extras": "^0.10.1",
"@microsoft/mixed-reality-extension-sdk": "^0.10.1",
"@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.10.0",
"version": "0.10.1",
"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.10.0",
"@microsoft/mixed-reality-extension-sdk": "^0.10.1",
"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.10.0",
"version": "0.10.1",
"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 8284198

Please sign in to comment.