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.13.0
 - functional-tests@0.13.0
 - @microsoft/gltf-gen@0.13.0
 - @microsoft/mixed-reality-extension-sdk@0.13.0
  • Loading branch information
stevenvergenz committed Aug 26, 2019
1 parent e678973 commit 125d0f4
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.12.4",
"version": "0.13.0",
"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.12.4"
"@microsoft/mixed-reality-extension-sdk": "^0.13.0"
}
}
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.12.4",
"version": "0.13.0",
"private": true,
"description": "",
"main": "built/server.js",
Expand All @@ -23,9 +23,9 @@
"typescript": "3.0.3"
},
"dependencies": {
"@microsoft/gltf-gen": "^0.12.4",
"@microsoft/mixed-reality-extension-altspacevr-extras": "^0.12.4",
"@microsoft/mixed-reality-extension-sdk": "^0.12.4",
"@microsoft/gltf-gen": "^0.13.0",
"@microsoft/mixed-reality-extension-altspacevr-extras": "^0.13.0",
"@microsoft/mixed-reality-extension-sdk": "^0.13.0",
"@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.12.4",
"version": "0.13.0",
"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.12.4",
"@microsoft/mixed-reality-extension-sdk": "^0.13.0",
"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.12.4",
"version": "0.13.0",
"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 125d0f4

Please sign in to comment.