@gaialabs/core 0.1.8 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -4
package/dist/index.js
CHANGED
|
@@ -3671,7 +3671,7 @@ var RomGenerator = class {
|
|
|
3671
3671
|
}
|
|
3672
3672
|
async initialize() {
|
|
3673
3673
|
var projectData = await shared.summaryFromSupabaseByProject(this.projectName);
|
|
3674
|
-
this.crc = projectData.
|
|
3674
|
+
this.crc = projectData.baseRomBranch.gameRomBranch.gameRom.crc;
|
|
3675
3675
|
this.branchId = projectData.id;
|
|
3676
3676
|
}
|
|
3677
3677
|
async validateAndDownload(sourceData) {
|