@gaialabs/core 0.2.5 → 0.2.7
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.cjs +0 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -1
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +0 -1
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +0 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -1
package/dist/index.cjs
CHANGED
|
@@ -6783,7 +6783,6 @@ async function fromSupabaseByProject(projectName, branchId) {
|
|
|
6783
6783
|
id,
|
|
6784
6784
|
name,
|
|
6785
6785
|
meta,
|
|
6786
|
-
platformId,
|
|
6787
6786
|
createdAt,
|
|
6788
6787
|
updatedAt
|
|
6789
6788
|
)
|
|
@@ -6907,7 +6906,6 @@ async function fromSupabaseByGameRom(gameName, regionName, platformName, branchI
|
|
|
6907
6906
|
id,
|
|
6908
6907
|
name,
|
|
6909
6908
|
meta,
|
|
6910
|
-
platformId,
|
|
6911
6909
|
createdAt,
|
|
6912
6910
|
updatedAt
|
|
6913
6911
|
)
|
|
@@ -7043,7 +7041,6 @@ async function summaryFromSupabaseByProject(projectName) {
|
|
|
7043
7041
|
version,
|
|
7044
7042
|
isActive,
|
|
7045
7043
|
notes,
|
|
7046
|
-
fileTypes,
|
|
7047
7044
|
baseRomId,
|
|
7048
7045
|
gameRomBranchId,
|
|
7049
7046
|
createdAt,
|
|
@@ -7083,7 +7080,6 @@ async function summaryFromSupabaseByProject(projectName) {
|
|
|
7083
7080
|
id,
|
|
7084
7081
|
name,
|
|
7085
7082
|
meta,
|
|
7086
|
-
platformId,
|
|
7087
7083
|
createdAt,
|
|
7088
7084
|
updatedAt
|
|
7089
7085
|
)
|