- @microsoft/mixed-reality-extension-altspacevr-extras@0.20.0
 - @microsoft/mixed-reality-extension-common@0.20.0
 - functional-tests@0.20.0
 - @microsoft/gltf-gen@0.20.0
 - @microsoft/mixed-reality-extension-sdk@0.20.0
This commit is contained in:
Steven Vergenz 2020-07-29 11:16:43 -07:00
Родитель d6e8e7b568
Коммит 8ab221d4ed
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 519F73791BC0A105
10 изменённых файлов: 2130 добавлений и 2130 удалений

2
packages/altspacevr-extras/package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/mixed-reality-extension-altspacevr-extras",
"version": "0.19.2",
"version": "0.20.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/mixed-reality-extension-altspacevr-extras",
"version": "0.19.2",
"version": "0.20.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",
@ -41,6 +41,6 @@
"typescript": "^3.7.2"
},
"dependencies": {
"@microsoft/mixed-reality-extension-sdk": "^0.19.2"
"@microsoft/mixed-reality-extension-sdk": "^0.20.0"
}
}

2
packages/common/package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/mixed-reality-extension-common",
"version": "0.19.2",
"version": "0.20.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/mixed-reality-extension-common",
"version": "0.19.2",
"version": "0.20.0",
"description": "Common components of the Mixed Reality Extension SDK.",
"main": "built/index.js",
"types": "built/index.d.ts",

2
packages/functional-tests/package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "functional-tests",
"version": "0.19.2",
"version": "0.20.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "functional-tests",
"version": "0.19.2",
"version": "0.20.0",
"private": true,
"description": "",
"main": "built/server.js",
@ -29,9 +29,9 @@
"typescript": "^3.7.2"
},
"dependencies": {
"@microsoft/gltf-gen": "^0.19.2",
"@microsoft/mixed-reality-extension-altspacevr-extras": "^0.19.2",
"@microsoft/mixed-reality-extension-sdk": "^0.19.2",
"@microsoft/gltf-gen": "^0.20.0",
"@microsoft/mixed-reality-extension-altspacevr-extras": "^0.20.0",
"@microsoft/mixed-reality-extension-sdk": "^0.20.0",
"@types/dotenv": "^6.1.0",
"@types/node": "^10.3.1",
"@types/restify": "^7.2.0",

2
packages/gltf-gen/package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/gltf-gen",
"version": "0.19.2",
"version": "0.20.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/gltf-gen",
"version": "0.19.2",
"version": "0.20.0",
"description": "Generate glTF buffers on the fly from vertex data",
"main": "built/index.js",
"types": "built/index.d.ts",
@ -45,7 +45,7 @@
"typescript": "^3.7.2"
},
"dependencies": {
"@microsoft/mixed-reality-extension-common": "^0.19.2",
"@microsoft/mixed-reality-extension-common": "^0.20.0",
"mime-types": "~2.1.19"
}
}

4230
packages/sdk/package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/mixed-reality-extension-sdk",
"version": "0.19.2",
"version": "0.20.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",
@ -48,7 +48,7 @@
"typescript": "^3.7.2"
},
"dependencies": {
"@microsoft/mixed-reality-extension-common": "^0.19.2",
"@microsoft/mixed-reality-extension-common": "^0.20.0",
"@types/node": "^10.3.1",
"debug": "^4.1.0",
"deepmerge": "^2.1.1",