Skip to content

Commit 7c5d74e

Browse files
unity-setup@v1.2.1 (#38)
- updated deps
1 parent 625f1dd commit 7c5d74e

File tree

5 files changed

+17
-18
lines changed

5 files changed

+17
-18
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5643,6 +5643,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
56435643
};
56445644
Object.defineProperty(exports, "__esModule", ({ value: true }));
56455645
__exportStar(__nccwpck_require__(601), exports);
5646+
__exportStar(__nccwpck_require__(1028), exports);
56465647

56475648

56485649
/***/ }),

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 10 additions & 10 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": "unity-setup",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A GitHub action for setting up the Unity Game Engine for CI/CD workflows.",
55
"author": "RageAgainstThePixel",
66
"license": "MIT",
@@ -28,12 +28,12 @@
2828
"@actions/exec": "^1.1.1",
2929
"@actions/glob": "^0.4.0",
3030
"@electron/asar": "^3.4.1",
31-
"@rage-against-the-pixel/unity-releases-api": "^1.0.0",
31+
"@rage-against-the-pixel/unity-releases-api": "^1.0.1",
3232
"semver": "^7.7.2",
3333
"yaml": "^2.8.0"
3434
},
3535
"devDependencies": {
36-
"@types/node": "^22.16.3",
36+
"@types/node": "^22.17.0",
3737
"@types/semver": "^7.7.0",
3838
"@vercel/ncc": "^0.34.0",
3939
"shx": "^0.3.4",
@@ -45,4 +45,4 @@
4545
"watch": "ncc build src/index.ts -o dist --source-map --license licenses.txt --watch",
4646
"clean": "npm install && shx rm -rf dist/ out/ node_modules/ && npm ci"
4747
}
48-
}
48+
}

src/unity-hub.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ import {
1818
} from './unity-version';
1919
import {
2020
UnityReleasesClient,
21-
} from '@rage-against-the-pixel/unity-releases-api'
22-
import {
2321
GetUnityReleasesData,
2422
UnityRelease
25-
} from '@rage-against-the-pixel/unity-releases-api/dist/unity-releases-api';
23+
} from '@rage-against-the-pixel/unity-releases-api'
2624

2725
const unityHub = init();
2826
let hubPath = unityHub.hubPath;

0 commit comments

Comments
 (0)