Skip to content

Commit 5dbf45c

Browse files
TudorJudefacebook-github-bot
authored andcommitted
Update packages to v78
Summary: Update packages to v78. Remove scoped registry. Reviewed By: kyrylokuzyk-m Differential Revision: D81773745 fbshipit-source-id: a5874ebc472b4b43d9ad43f94a73a8721f660cc3
1 parent 11f09e2 commit 5dbf45c

2 files changed

Lines changed: 8 additions & 26 deletions

File tree

DepthAPI-BiRP/Packages/manifest.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"dependencies": {
33
"com.meta.xr.depthapi": "file:../../Packages/com.meta.xr.depthapi",
4-
"com.meta.xr.mrutilitykit": "77.0.0",
5-
"com.meta.xr.sdk.core": "77.0.0",
6-
"com.meta.xr.sdk.interaction": "77.0.0",
4+
"com.meta.xr.mrutilitykit": "78.0.0",
5+
"com.meta.xr.sdk.core": "78.0.0",
6+
"com.meta.xr.sdk.interaction": "78.0.0",
77
"com.meta.xr.sdk.sharedassets": "56.0.0-preview",
88
"com.unity.ide.rider": "3.0.31",
99
"com.unity.ide.visualstudio": "2.0.22",
@@ -43,14 +43,5 @@
4343
"com.unity.modules.vr": "1.0.0",
4444
"com.unity.modules.wind": "1.0.0",
4545
"com.unity.modules.xr": "1.0.0"
46-
},
47-
"scopedRegistries": [
48-
{
49-
"name": "Meta XR",
50-
"url": "https://npm.developer.oculus.com",
51-
"scopes": [
52-
"com.meta.xr"
53-
]
54-
}
55-
]
46+
}
5647
}

DepthAPI-URP/Packages/manifest.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"dependencies": {
33
"com.meta.xr.depthapi": "file:../../Packages/com.meta.xr.depthapi",
44
"com.meta.xr.depthapi.urp": "file:../../Packages/com.meta.xr.depthapi.urp",
5-
"com.meta.xr.mrutilitykit": "77.0.0",
6-
"com.meta.xr.sdk.core": "77.0.0",
7-
"com.meta.xr.sdk.interaction": "77.0.0",
5+
"com.meta.xr.mrutilitykit": "78.0.0",
6+
"com.meta.xr.sdk.core": "78.0.0",
7+
"com.meta.xr.sdk.interaction": "78.0.0",
88
"com.meta.xr.sdk.sharedassets": "56.0.0-preview",
99
"com.unity.ide.rider": "3.0.31",
1010
"com.unity.ide.visualstudio": "2.0.22",
@@ -45,14 +45,5 @@
4545
"com.unity.modules.vr": "1.0.0",
4646
"com.unity.modules.wind": "1.0.0",
4747
"com.unity.modules.xr": "1.0.0"
48-
},
49-
"scopedRegistries": [
50-
{
51-
"name": "Meta XR",
52-
"url": "https://npm.developer.oculus.com",
53-
"scopes": [
54-
"com.meta.xr"
55-
]
56-
}
57-
]
48+
}
5849
}

0 commit comments

Comments
 (0)