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.7.3
 - functional-tests@0.7.3
 - @microsoft/gltf-gen@0.7.3
 - @microsoft/mixed-reality-extension-sdk@0.7.3
  • Loading branch information
sorenhan committed Mar 5, 2019
1 parent 7bcd625 commit e7068b5
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.6.3",
"version": "0.7.3",
"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.6.3"
"@microsoft/mixed-reality-extension-sdk": "^0.7.3"
}
}
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.6.3",
"version": "0.7.3",
"private": true,
"description": "",
"main": "built/server.js",
Expand All @@ -25,9 +25,9 @@
"typescript": "3.0.3"
},
"dependencies": {
"@microsoft/gltf-gen": "^0.6.3",
"@microsoft/mixed-reality-extension-altspacevr-extras": "^0.6.3",
"@microsoft/mixed-reality-extension-sdk": "^0.6.3",
"@microsoft/gltf-gen": "^0.7.3",
"@microsoft/mixed-reality-extension-altspacevr-extras": "^0.7.3",
"@microsoft/mixed-reality-extension-sdk": "^0.7.3",
"restify": "^7.2.0",
"tslib": "1.9.3"
}
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.6.3",
"version": "0.7.3",
"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.6.3",
"@microsoft/mixed-reality-extension-sdk": "^0.7.3",
"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.6.3",
"version": "0.7.3",
"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 e7068b5

Please sign in to comment.