tempest.games 0.2.35 → 0.2.36
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/CHANGELOG.md +7 -0
- package/app/assets/{index-C4fCv-zZ.js → index-BTOnZMhH.js} +34 -34
- package/app/index.html +1 -1
- package/bin/backend.bun.js +216 -216
- package/bin/backend.worker.game.bun.js +11 -11
- package/bin/backend.worker.tribunal.bun.js +92 -92
- package/bin/frontend.bun.js +42 -42
- package/bin/setup-db.bun.js +52 -52
- package/package.json +4 -4
package/bin/setup-db.bun.js
CHANGED
|
@@ -1952,7 +1952,7 @@ function osUsername() {
|
|
|
1952
1952
|
}
|
|
1953
1953
|
}
|
|
1954
1954
|
|
|
1955
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
1955
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/entity.js
|
|
1956
1956
|
var entityKind = Symbol.for("drizzle:entityKind");
|
|
1957
1957
|
var hasOwnEntityKind = Symbol.for("drizzle:hasOwnEntityKind");
|
|
1958
1958
|
function is(value, type) {
|
|
@@ -1977,7 +1977,7 @@ function is(value, type) {
|
|
|
1977
1977
|
return false;
|
|
1978
1978
|
}
|
|
1979
1979
|
|
|
1980
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
1980
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/logger.js
|
|
1981
1981
|
class ConsoleLogWriter {
|
|
1982
1982
|
static [entityKind] = "ConsoleLogWriter";
|
|
1983
1983
|
write(message) {
|
|
@@ -2009,7 +2009,7 @@ class NoopLogger {
|
|
|
2009
2009
|
logQuery() {}
|
|
2010
2010
|
}
|
|
2011
2011
|
|
|
2012
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
2012
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/query-promise.js
|
|
2013
2013
|
class QueryPromise {
|
|
2014
2014
|
static [entityKind] = "QueryPromise";
|
|
2015
2015
|
[Symbol.toStringTag] = "QueryPromise";
|
|
@@ -2030,7 +2030,7 @@ class QueryPromise {
|
|
|
2030
2030
|
}
|
|
2031
2031
|
}
|
|
2032
2032
|
|
|
2033
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
2033
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/column.js
|
|
2034
2034
|
class Column {
|
|
2035
2035
|
constructor(table, config) {
|
|
2036
2036
|
this.table = table;
|
|
@@ -2080,20 +2080,20 @@ class Column {
|
|
|
2080
2080
|
}
|
|
2081
2081
|
}
|
|
2082
2082
|
|
|
2083
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
2083
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/table.utils.js
|
|
2084
2084
|
var TableName = Symbol.for("drizzle:Name");
|
|
2085
2085
|
|
|
2086
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
2086
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/tracing-utils.js
|
|
2087
2087
|
function iife(fn, ...args) {
|
|
2088
2088
|
return fn(...args);
|
|
2089
2089
|
}
|
|
2090
2090
|
|
|
2091
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
2091
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/unique-constraint.js
|
|
2092
2092
|
function uniqueKeyName(table, columns) {
|
|
2093
2093
|
return `${table[TableName]}_${columns.join("_")}_unique`;
|
|
2094
2094
|
}
|
|
2095
2095
|
|
|
2096
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
2096
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/columns/common.js
|
|
2097
2097
|
class PgColumn extends Column {
|
|
2098
2098
|
constructor(table, config) {
|
|
2099
2099
|
if (!config.uniqueName) {
|
|
@@ -2142,7 +2142,7 @@ class ExtraConfigColumn extends PgColumn {
|
|
|
2142
2142
|
}
|
|
2143
2143
|
}
|
|
2144
2144
|
|
|
2145
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
2145
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/columns/enum.js
|
|
2146
2146
|
class PgEnumObjectColumn extends PgColumn {
|
|
2147
2147
|
static [entityKind] = "PgEnumObjectColumn";
|
|
2148
2148
|
enum;
|
|
@@ -2172,7 +2172,7 @@ class PgEnumColumn extends PgColumn {
|
|
|
2172
2172
|
}
|
|
2173
2173
|
}
|
|
2174
2174
|
|
|
2175
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
2175
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/subquery.js
|
|
2176
2176
|
class Subquery {
|
|
2177
2177
|
static [entityKind] = "Subquery";
|
|
2178
2178
|
constructor(sql, fields, alias, isWith = false, usedTables = []) {
|
|
@@ -2191,10 +2191,10 @@ class WithSubquery extends Subquery {
|
|
|
2191
2191
|
static [entityKind] = "WithSubquery";
|
|
2192
2192
|
}
|
|
2193
2193
|
|
|
2194
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
2194
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/version.js
|
|
2195
2195
|
var version = "0.44.4";
|
|
2196
2196
|
|
|
2197
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
2197
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/tracing.js
|
|
2198
2198
|
var otel;
|
|
2199
2199
|
var rawTracer;
|
|
2200
2200
|
var tracer = {
|
|
@@ -2221,10 +2221,10 @@ var tracer = {
|
|
|
2221
2221
|
}
|
|
2222
2222
|
};
|
|
2223
2223
|
|
|
2224
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
2224
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/view-common.js
|
|
2225
2225
|
var ViewBaseConfig = Symbol.for("drizzle:ViewBaseConfig");
|
|
2226
2226
|
|
|
2227
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
2227
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/table.js
|
|
2228
2228
|
var Schema = Symbol.for("drizzle:Schema");
|
|
2229
2229
|
var Columns = Symbol.for("drizzle:Columns");
|
|
2230
2230
|
var ExtraConfigColumns = Symbol.for("drizzle:ExtraConfigColumns");
|
|
@@ -2268,7 +2268,7 @@ function getTableUniqueName(table) {
|
|
|
2268
2268
|
return `${table[Schema] ?? "public"}.${table[TableName]}`;
|
|
2269
2269
|
}
|
|
2270
2270
|
|
|
2271
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
2271
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/sql/sql.js
|
|
2272
2272
|
function isSQLWrapper(value) {
|
|
2273
2273
|
return value !== null && value !== undefined && typeof value.getSQL === "function";
|
|
2274
2274
|
}
|
|
@@ -2648,7 +2648,7 @@ Subquery.prototype.getSQL = function() {
|
|
|
2648
2648
|
return new SQL([this]);
|
|
2649
2649
|
};
|
|
2650
2650
|
|
|
2651
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
2651
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/alias.js
|
|
2652
2652
|
class ColumnAliasProxyHandler {
|
|
2653
2653
|
constructor(table) {
|
|
2654
2654
|
this.table = table;
|
|
@@ -2727,7 +2727,7 @@ function mapColumnsInSQLToAlias(query, alias) {
|
|
|
2727
2727
|
}));
|
|
2728
2728
|
}
|
|
2729
2729
|
|
|
2730
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
2730
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/selection-proxy.js
|
|
2731
2731
|
class SelectionProxyHandler {
|
|
2732
2732
|
static [entityKind] = "SelectionProxyHandler";
|
|
2733
2733
|
config;
|
|
@@ -2779,7 +2779,7 @@ class SelectionProxyHandler {
|
|
|
2779
2779
|
}
|
|
2780
2780
|
}
|
|
2781
2781
|
|
|
2782
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
2782
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/utils.js
|
|
2783
2783
|
function mapResultRow(columns, row, joinsNotNullableMap) {
|
|
2784
2784
|
const nullifyMap = {};
|
|
2785
2785
|
const result = columns.reduce((result2, { path, field }, columnIndex) => {
|
|
@@ -2924,7 +2924,7 @@ function isConfig(data) {
|
|
|
2924
2924
|
return false;
|
|
2925
2925
|
}
|
|
2926
2926
|
|
|
2927
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
2927
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/columns/date.js
|
|
2928
2928
|
class PgDate extends PgColumn {
|
|
2929
2929
|
static [entityKind] = "PgDate";
|
|
2930
2930
|
getSQLType() {
|
|
@@ -2944,7 +2944,7 @@ class PgDateString extends PgColumn {
|
|
|
2944
2944
|
}
|
|
2945
2945
|
}
|
|
2946
2946
|
|
|
2947
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
2947
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/columns/json.js
|
|
2948
2948
|
class PgJson extends PgColumn {
|
|
2949
2949
|
static [entityKind] = "PgJson";
|
|
2950
2950
|
constructor(table, config) {
|
|
@@ -2968,7 +2968,7 @@ class PgJson extends PgColumn {
|
|
|
2968
2968
|
}
|
|
2969
2969
|
}
|
|
2970
2970
|
|
|
2971
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
2971
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/columns/jsonb.js
|
|
2972
2972
|
class PgJsonb extends PgColumn {
|
|
2973
2973
|
static [entityKind] = "PgJsonb";
|
|
2974
2974
|
constructor(table, config) {
|
|
@@ -2992,7 +2992,7 @@ class PgJsonb extends PgColumn {
|
|
|
2992
2992
|
}
|
|
2993
2993
|
}
|
|
2994
2994
|
|
|
2995
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
2995
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/columns/numeric.js
|
|
2996
2996
|
class PgNumeric extends PgColumn {
|
|
2997
2997
|
static [entityKind] = "PgNumeric";
|
|
2998
2998
|
precision;
|
|
@@ -3018,7 +3018,7 @@ class PgNumeric extends PgColumn {
|
|
|
3018
3018
|
}
|
|
3019
3019
|
}
|
|
3020
3020
|
|
|
3021
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
3021
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/columns/time.js
|
|
3022
3022
|
class PgTime extends PgColumn {
|
|
3023
3023
|
static [entityKind] = "PgTime";
|
|
3024
3024
|
withTimezone;
|
|
@@ -3034,7 +3034,7 @@ class PgTime extends PgColumn {
|
|
|
3034
3034
|
}
|
|
3035
3035
|
}
|
|
3036
3036
|
|
|
3037
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
3037
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/columns/timestamp.js
|
|
3038
3038
|
class PgTimestamp extends PgColumn {
|
|
3039
3039
|
static [entityKind] = "PgTimestamp";
|
|
3040
3040
|
withTimezone;
|
|
@@ -3070,7 +3070,7 @@ class PgTimestampString extends PgColumn {
|
|
|
3070
3070
|
}
|
|
3071
3071
|
}
|
|
3072
3072
|
|
|
3073
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
3073
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/columns/uuid.js
|
|
3074
3074
|
class PgUUID extends PgColumn {
|
|
3075
3075
|
static [entityKind] = "PgUUID";
|
|
3076
3076
|
getSQLType() {
|
|
@@ -3078,7 +3078,7 @@ class PgUUID extends PgColumn {
|
|
|
3078
3078
|
}
|
|
3079
3079
|
}
|
|
3080
3080
|
|
|
3081
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
3081
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/table.js
|
|
3082
3082
|
var InlineForeignKeys = Symbol.for("drizzle:PgInlineForeignKeys");
|
|
3083
3083
|
var EnableRLS = Symbol.for("drizzle:EnableRLS");
|
|
3084
3084
|
|
|
@@ -3094,7 +3094,7 @@ class PgTable extends Table {
|
|
|
3094
3094
|
[Table.Symbol.ExtraConfigColumns] = {};
|
|
3095
3095
|
}
|
|
3096
3096
|
|
|
3097
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
3097
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/primary-keys.js
|
|
3098
3098
|
class PrimaryKeyBuilder {
|
|
3099
3099
|
static [entityKind] = "PgPrimaryKeyBuilder";
|
|
3100
3100
|
columns;
|
|
@@ -3122,7 +3122,7 @@ class PrimaryKey {
|
|
|
3122
3122
|
}
|
|
3123
3123
|
}
|
|
3124
3124
|
|
|
3125
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
3125
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/casing.js
|
|
3126
3126
|
function toSnakeCase(input) {
|
|
3127
3127
|
const words = input.replace(/['\u2019]/g, "").match(/[\da-z]+|[A-Z]+(?![a-z])|[A-Z][\da-z]+/g) ?? [];
|
|
3128
3128
|
return words.map((word) => word.toLowerCase()).join("_");
|
|
@@ -3175,7 +3175,7 @@ class CasingCache {
|
|
|
3175
3175
|
}
|
|
3176
3176
|
}
|
|
3177
3177
|
|
|
3178
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
3178
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/errors.js
|
|
3179
3179
|
class DrizzleError extends Error {
|
|
3180
3180
|
static [entityKind] = "DrizzleError";
|
|
3181
3181
|
constructor({ message, cause }) {
|
|
@@ -3205,7 +3205,7 @@ class TransactionRollbackError extends DrizzleError {
|
|
|
3205
3205
|
}
|
|
3206
3206
|
}
|
|
3207
3207
|
|
|
3208
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
3208
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/sql/expressions/conditions.js
|
|
3209
3209
|
function bindIfParam(value, column) {
|
|
3210
3210
|
if (isDriverValueEncoder(column) && !isSQLWrapper(value) && !is(value, Param) && !is(value, Placeholder) && !is(value, Column) && !is(value, Table) && !is(value, View)) {
|
|
3211
3211
|
return new Param(value, column);
|
|
@@ -3310,7 +3310,7 @@ function notIlike(column, value) {
|
|
|
3310
3310
|
return sql`${column} not ilike ${value}`;
|
|
3311
3311
|
}
|
|
3312
3312
|
|
|
3313
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
3313
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/sql/expressions/select.js
|
|
3314
3314
|
function asc(column) {
|
|
3315
3315
|
return sql`${column} asc`;
|
|
3316
3316
|
}
|
|
@@ -3318,7 +3318,7 @@ function desc(column) {
|
|
|
3318
3318
|
return sql`${column} desc`;
|
|
3319
3319
|
}
|
|
3320
3320
|
|
|
3321
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
3321
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/relations.js
|
|
3322
3322
|
class Relation {
|
|
3323
3323
|
constructor(sourceTable, referencedTable, relationName) {
|
|
3324
3324
|
this.sourceTable = sourceTable;
|
|
@@ -3538,12 +3538,12 @@ function mapRelationalRow(tablesConfig, tableConfig, row, buildQueryResultSelect
|
|
|
3538
3538
|
return result;
|
|
3539
3539
|
}
|
|
3540
3540
|
|
|
3541
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
3541
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/view-base.js
|
|
3542
3542
|
class PgViewBase extends View {
|
|
3543
3543
|
static [entityKind] = "PgViewBase";
|
|
3544
3544
|
}
|
|
3545
3545
|
|
|
3546
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
3546
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/dialect.js
|
|
3547
3547
|
class PgDialect {
|
|
3548
3548
|
static [entityKind] = "PgDialect";
|
|
3549
3549
|
casing;
|
|
@@ -4101,7 +4101,7 @@ class PgDialect {
|
|
|
4101
4101
|
}
|
|
4102
4102
|
}
|
|
4103
4103
|
|
|
4104
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
4104
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/query-builders/query-builder.js
|
|
4105
4105
|
class TypedQueryBuilder {
|
|
4106
4106
|
static [entityKind] = "TypedQueryBuilder";
|
|
4107
4107
|
getSelectedFields() {
|
|
@@ -4109,7 +4109,7 @@ class TypedQueryBuilder {
|
|
|
4109
4109
|
}
|
|
4110
4110
|
}
|
|
4111
4111
|
|
|
4112
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
4112
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/query-builders/select.js
|
|
4113
4113
|
class PgSelectBuilder {
|
|
4114
4114
|
static [entityKind] = "PgSelectBuilder";
|
|
4115
4115
|
fields;
|
|
@@ -4427,7 +4427,7 @@ var intersectAll = createSetOperator("intersect", true);
|
|
|
4427
4427
|
var except = createSetOperator("except", false);
|
|
4428
4428
|
var exceptAll = createSetOperator("except", true);
|
|
4429
4429
|
|
|
4430
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
4430
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/query-builders/query-builder.js
|
|
4431
4431
|
class QueryBuilder {
|
|
4432
4432
|
static [entityKind] = "PgQueryBuilder";
|
|
4433
4433
|
dialect;
|
|
@@ -4505,7 +4505,7 @@ class QueryBuilder {
|
|
|
4505
4505
|
}
|
|
4506
4506
|
}
|
|
4507
4507
|
|
|
4508
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
4508
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/utils.js
|
|
4509
4509
|
function extractUsedTable(table) {
|
|
4510
4510
|
if (is(table, PgTable)) {
|
|
4511
4511
|
return [table[Schema] ? `${table[Schema]}.${table[Table.Symbol.BaseName]}` : table[Table.Symbol.BaseName]];
|
|
@@ -4519,7 +4519,7 @@ function extractUsedTable(table) {
|
|
|
4519
4519
|
return [];
|
|
4520
4520
|
}
|
|
4521
4521
|
|
|
4522
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
4522
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/query-builders/delete.js
|
|
4523
4523
|
class PgDeleteBase extends QueryPromise {
|
|
4524
4524
|
constructor(table, session, dialect, withList) {
|
|
4525
4525
|
super();
|
|
@@ -4579,7 +4579,7 @@ class PgDeleteBase extends QueryPromise {
|
|
|
4579
4579
|
}
|
|
4580
4580
|
}
|
|
4581
4581
|
|
|
4582
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
4582
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/query-builders/insert.js
|
|
4583
4583
|
class PgInsertBuilder {
|
|
4584
4584
|
constructor(table, session, dialect, withList, overridingSystemValue_) {
|
|
4585
4585
|
this.table = table;
|
|
@@ -4702,7 +4702,7 @@ class PgInsertBase extends QueryPromise {
|
|
|
4702
4702
|
}
|
|
4703
4703
|
}
|
|
4704
4704
|
|
|
4705
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
4705
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/query-builders/refresh-materialized-view.js
|
|
4706
4706
|
class PgRefreshMaterializedView extends QueryPromise {
|
|
4707
4707
|
constructor(view, session, dialect) {
|
|
4708
4708
|
super();
|
|
@@ -4753,7 +4753,7 @@ class PgRefreshMaterializedView extends QueryPromise {
|
|
|
4753
4753
|
};
|
|
4754
4754
|
}
|
|
4755
4755
|
|
|
4756
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
4756
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/query-builders/update.js
|
|
4757
4757
|
class PgUpdateBuilder {
|
|
4758
4758
|
constructor(table, session, dialect, withList) {
|
|
4759
4759
|
this.table = table;
|
|
@@ -4907,7 +4907,7 @@ class PgUpdateBase extends QueryPromise {
|
|
|
4907
4907
|
}
|
|
4908
4908
|
}
|
|
4909
4909
|
|
|
4910
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
4910
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/query-builders/count.js
|
|
4911
4911
|
class PgCountBuilder extends SQL {
|
|
4912
4912
|
constructor(params) {
|
|
4913
4913
|
super(PgCountBuilder.buildEmbeddedCount(params.source, params.filters).queryChunks);
|
|
@@ -4948,7 +4948,7 @@ class PgCountBuilder extends SQL {
|
|
|
4948
4948
|
}
|
|
4949
4949
|
}
|
|
4950
4950
|
|
|
4951
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
4951
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/query-builders/query.js
|
|
4952
4952
|
class RelationalQueryBuilder {
|
|
4953
4953
|
constructor(fullSchema, schema, tableNamesMap, table, tableConfig, dialect, session) {
|
|
4954
4954
|
this.fullSchema = fullSchema;
|
|
@@ -5031,7 +5031,7 @@ class PgRelationalQuery extends QueryPromise {
|
|
|
5031
5031
|
}
|
|
5032
5032
|
}
|
|
5033
5033
|
|
|
5034
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
5034
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/query-builders/raw.js
|
|
5035
5035
|
class PgRaw extends QueryPromise {
|
|
5036
5036
|
constructor(execute, sql2, query, mapBatchResult) {
|
|
5037
5037
|
super();
|
|
@@ -5058,7 +5058,7 @@ class PgRaw extends QueryPromise {
|
|
|
5058
5058
|
}
|
|
5059
5059
|
}
|
|
5060
5060
|
|
|
5061
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
5061
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/db.js
|
|
5062
5062
|
class PgDatabase {
|
|
5063
5063
|
constructor(dialect, session, schema) {
|
|
5064
5064
|
this.dialect = dialect;
|
|
@@ -5184,7 +5184,7 @@ class PgDatabase {
|
|
|
5184
5184
|
}
|
|
5185
5185
|
}
|
|
5186
5186
|
|
|
5187
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
5187
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/cache/core/cache.js
|
|
5188
5188
|
class Cache {
|
|
5189
5189
|
static [entityKind] = "Cache";
|
|
5190
5190
|
}
|
|
@@ -5210,7 +5210,7 @@ async function hashQuery(sql2, params) {
|
|
|
5210
5210
|
return hashHex;
|
|
5211
5211
|
}
|
|
5212
5212
|
|
|
5213
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
5213
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/pg-core/session.js
|
|
5214
5214
|
class PgPreparedQuery {
|
|
5215
5215
|
constructor(query, cache, queryMetadata, cacheConfig) {
|
|
5216
5216
|
this.query = query;
|
|
@@ -5342,7 +5342,7 @@ class PgTransaction extends PgDatabase {
|
|
|
5342
5342
|
}
|
|
5343
5343
|
}
|
|
5344
5344
|
|
|
5345
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
5345
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/postgres-js/session.js
|
|
5346
5346
|
class PostgresJsPreparedQuery extends PgPreparedQuery {
|
|
5347
5347
|
constructor(client, queryString, params, logger, cache, queryMetadata, cacheConfig, fields, _isResponseInArrayMode, customResultMapper) {
|
|
5348
5348
|
super({ sql: queryString, params }, cache, queryMetadata, cacheConfig);
|
|
@@ -5458,7 +5458,7 @@ class PostgresJsTransaction extends PgTransaction {
|
|
|
5458
5458
|
}
|
|
5459
5459
|
}
|
|
5460
5460
|
|
|
5461
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
5461
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/postgres-js/driver.js
|
|
5462
5462
|
class PostgresJsDatabase extends PgDatabase {
|
|
5463
5463
|
static [entityKind] = "PostgresJsDatabase";
|
|
5464
5464
|
}
|
|
@@ -5526,7 +5526,7 @@ function drizzle(...params) {
|
|
|
5526
5526
|
drizzle2.mock = mock;
|
|
5527
5527
|
})(drizzle || (drizzle = {}));
|
|
5528
5528
|
|
|
5529
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
5529
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/migrator.js
|
|
5530
5530
|
import crypto3 from "crypto";
|
|
5531
5531
|
import fs2 from "fs";
|
|
5532
5532
|
function readMigrationFiles(config) {
|
|
@@ -5558,7 +5558,7 @@ function readMigrationFiles(config) {
|
|
|
5558
5558
|
return migrationQueries;
|
|
5559
5559
|
}
|
|
5560
5560
|
|
|
5561
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.
|
|
5561
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.44.4_bun-types@1.2.20_@types+react@19.1.9__postgres@3.4.7/node_modules/drizzle-orm/postgres-js/migrator.js
|
|
5562
5562
|
async function migrate(db, config) {
|
|
5563
5563
|
const migrations = readMigrationFiles(config);
|
|
5564
5564
|
await db.dialect.migrate(migrations, db.session, config);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tempest.games",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.36",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
"safegen": "0.6.4",
|
|
46
46
|
"socket.io": "4.8.1",
|
|
47
47
|
"socket.io-client": "4.8.1",
|
|
48
|
-
"atom.io": "0.36.
|
|
48
|
+
"atom.io": "0.36.1",
|
|
49
49
|
"treetrunks": "0.1.3",
|
|
50
50
|
"safedeposit": "0.1.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@react-email/components": "0.5.0",
|
|
54
|
-
"@types/bun": "npm:bun-types@1.2.
|
|
54
|
+
"@types/bun": "npm:bun-types@1.2.20",
|
|
55
55
|
"@types/cors": "2.8.19",
|
|
56
56
|
"@types/node": "24.2.1",
|
|
57
57
|
"@types/react": "19.1.9",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"vite": "7.1.1",
|
|
71
71
|
"vite-tsconfig-paths": "5.1.4",
|
|
72
72
|
"vitest": "3.2.4",
|
|
73
|
-
"flightdeck": "0.2.
|
|
73
|
+
"flightdeck": "0.2.58",
|
|
74
74
|
"varmint": "0.5.3"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|