Skip to content

Commit 8cfca81

Browse files
- fix permission error when attempting to update editor metadata.hub.json
1 parent 9345e07 commit 8cfca81

File tree

4 files changed

+126
-114
lines changed

4 files changed

+126
-114
lines changed

package-lock.json

Lines changed: 90 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rage-against-the-pixel/unity-cli",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"description": "A command line utility for the Unity Game Engine.",
55
"author": "RageAgainstThePixel",
66
"license": "MIT",
@@ -50,7 +50,7 @@
5050
"dependencies": {
5151
"@electron/asar": "^4.0.1",
5252
"@rage-against-the-pixel/unity-releases-api": "^1.0.3",
53-
"commander": "^14.0.1",
53+
"commander": "^14.0.2",
5454
"glob": "11.0.3",
5555
"semver": "^7.7.3",
5656
"source-map-support": "^0.5.21",
@@ -60,12 +60,12 @@
6060
},
6161
"devDependencies": {
6262
"@types/jest": "^30.0.0",
63-
"@types/node": "^24.9.1",
63+
"@types/node": "^24.9.2",
6464
"@types/semver": "^7.7.1",
6565
"@types/update-notifier": "^6.0.8",
6666
"jest": "^30.2.0",
6767
"ts-jest": "^29.4.5",
6868
"ts-node": "^10.9.2",
6969
"typescript": "^5.9.3"
7070
}
71-
}
71+
}

0 commit comments

Comments
 (0)