tempest.games 0.1.11 → 0.1.13
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 +12 -0
- package/bin/backend.bun.js +10 -10
- package/bin/backend.worker.game.bun.js +1 -1
- package/bin/backend.worker.tribunal.bun.js +3 -3
- package/bin/frontend.bun.js +5 -5
- package/bin/setup-db.bun.js +50 -50
- package/package.json +5 -5
package/bin/setup-db.bun.js
CHANGED
|
@@ -1954,7 +1954,7 @@ function osUsername() {
|
|
|
1954
1954
|
}
|
|
1955
1955
|
}
|
|
1956
1956
|
|
|
1957
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
1957
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/entity.js
|
|
1958
1958
|
var entityKind = Symbol.for("drizzle:entityKind");
|
|
1959
1959
|
var hasOwnEntityKind = Symbol.for("drizzle:hasOwnEntityKind");
|
|
1960
1960
|
function is(value, type) {
|
|
@@ -1979,7 +1979,7 @@ function is(value, type) {
|
|
|
1979
1979
|
return false;
|
|
1980
1980
|
}
|
|
1981
1981
|
|
|
1982
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
1982
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/logger.js
|
|
1983
1983
|
class ConsoleLogWriter {
|
|
1984
1984
|
static [entityKind] = "ConsoleLogWriter";
|
|
1985
1985
|
write(message) {
|
|
@@ -2012,7 +2012,7 @@ class NoopLogger {
|
|
|
2012
2012
|
}
|
|
2013
2013
|
}
|
|
2014
2014
|
|
|
2015
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
2015
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/query-promise.js
|
|
2016
2016
|
class QueryPromise {
|
|
2017
2017
|
static [entityKind] = "QueryPromise";
|
|
2018
2018
|
[Symbol.toStringTag] = "QueryPromise";
|
|
@@ -2033,10 +2033,10 @@ class QueryPromise {
|
|
|
2033
2033
|
}
|
|
2034
2034
|
}
|
|
2035
2035
|
|
|
2036
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
2036
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/table.utils.js
|
|
2037
2037
|
var TableName = Symbol.for("drizzle:Name");
|
|
2038
2038
|
|
|
2039
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
2039
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/table.js
|
|
2040
2040
|
var Schema = Symbol.for("drizzle:Schema");
|
|
2041
2041
|
var Columns = Symbol.for("drizzle:Columns");
|
|
2042
2042
|
var ExtraConfigColumns = Symbol.for("drizzle:ExtraConfigColumns");
|
|
@@ -2080,15 +2080,15 @@ function getTableUniqueName(table) {
|
|
|
2080
2080
|
return `${table[Schema] ?? "public"}.${table[TableName]}`;
|
|
2081
2081
|
}
|
|
2082
2082
|
|
|
2083
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
2083
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/tracing-utils.js
|
|
2084
2084
|
function iife(fn, ...args) {
|
|
2085
2085
|
return fn(...args);
|
|
2086
2086
|
}
|
|
2087
2087
|
|
|
2088
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
2089
|
-
var version = "0.36.
|
|
2088
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/version.js
|
|
2089
|
+
var version = "0.36.1";
|
|
2090
2090
|
|
|
2091
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
2091
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/tracing.js
|
|
2092
2092
|
var otel;
|
|
2093
2093
|
var rawTracer;
|
|
2094
2094
|
var tracer = {
|
|
@@ -2115,7 +2115,7 @@ var tracer = {
|
|
|
2115
2115
|
}
|
|
2116
2116
|
};
|
|
2117
2117
|
|
|
2118
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
2118
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/column.js
|
|
2119
2119
|
class Column {
|
|
2120
2120
|
constructor(table, config) {
|
|
2121
2121
|
this.table = table;
|
|
@@ -2165,12 +2165,12 @@ class Column {
|
|
|
2165
2165
|
}
|
|
2166
2166
|
}
|
|
2167
2167
|
|
|
2168
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
2168
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/unique-constraint.js
|
|
2169
2169
|
function uniqueKeyName(table, columns) {
|
|
2170
2170
|
return `${table[TableName]}_${columns.join("_")}_unique`;
|
|
2171
2171
|
}
|
|
2172
2172
|
|
|
2173
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
2173
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/columns/common.js
|
|
2174
2174
|
class PgColumn extends Column {
|
|
2175
2175
|
constructor(table, config) {
|
|
2176
2176
|
if (!config.uniqueName) {
|
|
@@ -2219,7 +2219,7 @@ class ExtraConfigColumn extends PgColumn {
|
|
|
2219
2219
|
}
|
|
2220
2220
|
}
|
|
2221
2221
|
|
|
2222
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
2222
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/columns/enum.js
|
|
2223
2223
|
var isPgEnumSym = Symbol.for("drizzle:isPgEnum");
|
|
2224
2224
|
function isPgEnum(obj) {
|
|
2225
2225
|
return !!obj && typeof obj === "function" && isPgEnumSym in obj && obj[isPgEnumSym] === true;
|
|
@@ -2237,7 +2237,7 @@ class PgEnumColumn extends PgColumn {
|
|
|
2237
2237
|
}
|
|
2238
2238
|
}
|
|
2239
2239
|
|
|
2240
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
2240
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/subquery.js
|
|
2241
2241
|
class Subquery {
|
|
2242
2242
|
static [entityKind] = "Subquery";
|
|
2243
2243
|
constructor(sql, selection, alias, isWith = false) {
|
|
@@ -2255,10 +2255,10 @@ class WithSubquery extends Subquery {
|
|
|
2255
2255
|
static [entityKind] = "WithSubquery";
|
|
2256
2256
|
}
|
|
2257
2257
|
|
|
2258
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
2258
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/view-common.js
|
|
2259
2259
|
var ViewBaseConfig = Symbol.for("drizzle:ViewBaseConfig");
|
|
2260
2260
|
|
|
2261
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
2261
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/sql/sql.js
|
|
2262
2262
|
function isSQLWrapper(value) {
|
|
2263
2263
|
return value !== null && value !== undefined && typeof value.getSQL === "function";
|
|
2264
2264
|
}
|
|
@@ -2625,7 +2625,7 @@ Subquery.prototype.getSQL = function() {
|
|
|
2625
2625
|
return new SQL([this]);
|
|
2626
2626
|
};
|
|
2627
2627
|
|
|
2628
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
2628
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/utils.js
|
|
2629
2629
|
function mapResultRow(columns, row, joinsNotNullableMap) {
|
|
2630
2630
|
const nullifyMap = {};
|
|
2631
2631
|
const result = columns.reduce((result2, { path, field }, columnIndex) => {
|
|
@@ -2770,7 +2770,7 @@ function isConfig(data) {
|
|
|
2770
2770
|
return false;
|
|
2771
2771
|
}
|
|
2772
2772
|
|
|
2773
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
2773
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/query-builders/delete.js
|
|
2774
2774
|
class PgDeleteBase extends QueryPromise {
|
|
2775
2775
|
constructor(table, session, dialect, withList) {
|
|
2776
2776
|
super();
|
|
@@ -2813,7 +2813,7 @@ class PgDeleteBase extends QueryPromise {
|
|
|
2813
2813
|
}
|
|
2814
2814
|
}
|
|
2815
2815
|
|
|
2816
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
2816
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/query-builders/insert.js
|
|
2817
2817
|
class PgInsertBuilder {
|
|
2818
2818
|
constructor(table, session, dialect, withList) {
|
|
2819
2819
|
this.table = table;
|
|
@@ -2902,7 +2902,7 @@ class PgInsertBase extends QueryPromise {
|
|
|
2902
2902
|
}
|
|
2903
2903
|
}
|
|
2904
2904
|
|
|
2905
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
2905
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/alias.js
|
|
2906
2906
|
class ColumnAliasProxyHandler {
|
|
2907
2907
|
constructor(table) {
|
|
2908
2908
|
this.table = table;
|
|
@@ -2981,7 +2981,7 @@ function mapColumnsInSQLToAlias(query, alias) {
|
|
|
2981
2981
|
}));
|
|
2982
2982
|
}
|
|
2983
2983
|
|
|
2984
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
2984
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/casing.js
|
|
2985
2985
|
function toSnakeCase(input) {
|
|
2986
2986
|
const words = input.replace(/['\u2019]/g, "").match(/[\da-z]+|[A-Z]+(?![a-z])|[A-Z][\da-z]+/g) ?? [];
|
|
2987
2987
|
return words.map((word) => word.toLowerCase()).join("_");
|
|
@@ -3034,7 +3034,7 @@ class CasingCache {
|
|
|
3034
3034
|
}
|
|
3035
3035
|
}
|
|
3036
3036
|
|
|
3037
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
3037
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/errors.js
|
|
3038
3038
|
class DrizzleError extends Error {
|
|
3039
3039
|
static [entityKind] = "DrizzleError";
|
|
3040
3040
|
constructor({ message, cause }) {
|
|
@@ -3051,7 +3051,7 @@ class TransactionRollbackError extends DrizzleError {
|
|
|
3051
3051
|
}
|
|
3052
3052
|
}
|
|
3053
3053
|
|
|
3054
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
3054
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/columns/date.js
|
|
3055
3055
|
class PgDate extends PgColumn {
|
|
3056
3056
|
static [entityKind] = "PgDate";
|
|
3057
3057
|
getSQLType() {
|
|
@@ -3071,7 +3071,7 @@ class PgDateString extends PgColumn {
|
|
|
3071
3071
|
}
|
|
3072
3072
|
}
|
|
3073
3073
|
|
|
3074
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
3074
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/columns/json.js
|
|
3075
3075
|
class PgJson extends PgColumn {
|
|
3076
3076
|
static [entityKind] = "PgJson";
|
|
3077
3077
|
constructor(table, config) {
|
|
@@ -3095,7 +3095,7 @@ class PgJson extends PgColumn {
|
|
|
3095
3095
|
}
|
|
3096
3096
|
}
|
|
3097
3097
|
|
|
3098
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
3098
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/columns/jsonb.js
|
|
3099
3099
|
class PgJsonb extends PgColumn {
|
|
3100
3100
|
static [entityKind] = "PgJsonb";
|
|
3101
3101
|
constructor(table, config) {
|
|
@@ -3119,7 +3119,7 @@ class PgJsonb extends PgColumn {
|
|
|
3119
3119
|
}
|
|
3120
3120
|
}
|
|
3121
3121
|
|
|
3122
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
3122
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/columns/numeric.js
|
|
3123
3123
|
class PgNumeric extends PgColumn {
|
|
3124
3124
|
static [entityKind] = "PgNumeric";
|
|
3125
3125
|
precision;
|
|
@@ -3140,7 +3140,7 @@ class PgNumeric extends PgColumn {
|
|
|
3140
3140
|
}
|
|
3141
3141
|
}
|
|
3142
3142
|
|
|
3143
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
3143
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/columns/time.js
|
|
3144
3144
|
class PgTime extends PgColumn {
|
|
3145
3145
|
static [entityKind] = "PgTime";
|
|
3146
3146
|
withTimezone;
|
|
@@ -3156,7 +3156,7 @@ class PgTime extends PgColumn {
|
|
|
3156
3156
|
}
|
|
3157
3157
|
}
|
|
3158
3158
|
|
|
3159
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
3159
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/columns/timestamp.js
|
|
3160
3160
|
class PgTimestamp extends PgColumn {
|
|
3161
3161
|
static [entityKind] = "PgTimestamp";
|
|
3162
3162
|
withTimezone;
|
|
@@ -3192,7 +3192,7 @@ class PgTimestampString extends PgColumn {
|
|
|
3192
3192
|
}
|
|
3193
3193
|
}
|
|
3194
3194
|
|
|
3195
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
3195
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/columns/uuid.js
|
|
3196
3196
|
class PgUUID extends PgColumn {
|
|
3197
3197
|
static [entityKind] = "PgUUID";
|
|
3198
3198
|
getSQLType() {
|
|
@@ -3200,7 +3200,7 @@ class PgUUID extends PgColumn {
|
|
|
3200
3200
|
}
|
|
3201
3201
|
}
|
|
3202
3202
|
|
|
3203
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
3203
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/table.js
|
|
3204
3204
|
var InlineForeignKeys = Symbol.for("drizzle:PgInlineForeignKeys");
|
|
3205
3205
|
var EnableRLS = Symbol.for("drizzle:EnableRLS");
|
|
3206
3206
|
|
|
@@ -3215,7 +3215,7 @@ class PgTable extends Table {
|
|
|
3215
3215
|
[Table.Symbol.ExtraConfigBuilder] = undefined;
|
|
3216
3216
|
}
|
|
3217
3217
|
|
|
3218
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
3218
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/primary-keys.js
|
|
3219
3219
|
class PrimaryKeyBuilder {
|
|
3220
3220
|
static [entityKind] = "PgPrimaryKeyBuilder";
|
|
3221
3221
|
columns;
|
|
@@ -3243,7 +3243,7 @@ class PrimaryKey {
|
|
|
3243
3243
|
}
|
|
3244
3244
|
}
|
|
3245
3245
|
|
|
3246
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
3246
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/sql/expressions/conditions.js
|
|
3247
3247
|
function bindIfParam(value, column) {
|
|
3248
3248
|
if (isDriverValueEncoder(column) && !isSQLWrapper(value) && !is(value, Param) && !is(value, Placeholder) && !is(value, Column) && !is(value, Table) && !is(value, View)) {
|
|
3249
3249
|
return new Param(value, column);
|
|
@@ -3348,7 +3348,7 @@ function notIlike(column, value) {
|
|
|
3348
3348
|
return sql`${column} not ilike ${value}`;
|
|
3349
3349
|
}
|
|
3350
3350
|
|
|
3351
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
3351
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/sql/expressions/select.js
|
|
3352
3352
|
function asc(column) {
|
|
3353
3353
|
return sql`${column} asc`;
|
|
3354
3354
|
}
|
|
@@ -3356,7 +3356,7 @@ function desc(column) {
|
|
|
3356
3356
|
return sql`${column} desc`;
|
|
3357
3357
|
}
|
|
3358
3358
|
|
|
3359
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
3359
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/relations.js
|
|
3360
3360
|
class Relation {
|
|
3361
3361
|
constructor(sourceTable, referencedTable, relationName) {
|
|
3362
3362
|
this.sourceTable = sourceTable;
|
|
@@ -3576,12 +3576,12 @@ function mapRelationalRow(tablesConfig, tableConfig, row, buildQueryResultSelect
|
|
|
3576
3576
|
return result;
|
|
3577
3577
|
}
|
|
3578
3578
|
|
|
3579
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
3579
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/view-base.js
|
|
3580
3580
|
class PgViewBase extends View {
|
|
3581
3581
|
static [entityKind] = "PgViewBase";
|
|
3582
3582
|
}
|
|
3583
3583
|
|
|
3584
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
3584
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/dialect.js
|
|
3585
3585
|
class PgDialect {
|
|
3586
3586
|
static [entityKind] = "PgDialect";
|
|
3587
3587
|
casing;
|
|
@@ -4114,7 +4114,7 @@ class PgDialect {
|
|
|
4114
4114
|
}
|
|
4115
4115
|
}
|
|
4116
4116
|
|
|
4117
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
4117
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/selection-proxy.js
|
|
4118
4118
|
class SelectionProxyHandler {
|
|
4119
4119
|
static [entityKind] = "SelectionProxyHandler";
|
|
4120
4120
|
config;
|
|
@@ -4166,7 +4166,7 @@ class SelectionProxyHandler {
|
|
|
4166
4166
|
}
|
|
4167
4167
|
}
|
|
4168
4168
|
|
|
4169
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
4169
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/query-builders/query-builder.js
|
|
4170
4170
|
class TypedQueryBuilder {
|
|
4171
4171
|
static [entityKind] = "TypedQueryBuilder";
|
|
4172
4172
|
getSelectedFields() {
|
|
@@ -4174,7 +4174,7 @@ class TypedQueryBuilder {
|
|
|
4174
4174
|
}
|
|
4175
4175
|
}
|
|
4176
4176
|
|
|
4177
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
4177
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/query-builders/select.js
|
|
4178
4178
|
class PgSelectBuilder {
|
|
4179
4179
|
static [entityKind] = "PgSelectBuilder";
|
|
4180
4180
|
fields;
|
|
@@ -4452,7 +4452,7 @@ var intersectAll = createSetOperator("intersect", true);
|
|
|
4452
4452
|
var except = createSetOperator("except", false);
|
|
4453
4453
|
var exceptAll = createSetOperator("except", true);
|
|
4454
4454
|
|
|
4455
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
4455
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/query-builders/query-builder.js
|
|
4456
4456
|
class QueryBuilder {
|
|
4457
4457
|
static [entityKind] = "PgQueryBuilder";
|
|
4458
4458
|
dialect;
|
|
@@ -4531,7 +4531,7 @@ class QueryBuilder {
|
|
|
4531
4531
|
}
|
|
4532
4532
|
}
|
|
4533
4533
|
|
|
4534
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
4534
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/query-builders/refresh-materialized-view.js
|
|
4535
4535
|
class PgRefreshMaterializedView extends QueryPromise {
|
|
4536
4536
|
constructor(view, session, dialect) {
|
|
4537
4537
|
super();
|
|
@@ -4577,7 +4577,7 @@ class PgRefreshMaterializedView extends QueryPromise {
|
|
|
4577
4577
|
};
|
|
4578
4578
|
}
|
|
4579
4579
|
|
|
4580
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
4580
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/query-builders/update.js
|
|
4581
4581
|
class PgUpdateBuilder {
|
|
4582
4582
|
constructor(table, session, dialect, withList) {
|
|
4583
4583
|
this.table = table;
|
|
@@ -4629,7 +4629,7 @@ class PgUpdateBase extends QueryPromise {
|
|
|
4629
4629
|
}
|
|
4630
4630
|
}
|
|
4631
4631
|
|
|
4632
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
4632
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/query-builders/count.js
|
|
4633
4633
|
class PgCountBuilder extends SQL {
|
|
4634
4634
|
constructor(params) {
|
|
4635
4635
|
super(PgCountBuilder.buildEmbeddedCount(params.source, params.filters).queryChunks);
|
|
@@ -4665,7 +4665,7 @@ class PgCountBuilder extends SQL {
|
|
|
4665
4665
|
}
|
|
4666
4666
|
}
|
|
4667
4667
|
|
|
4668
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
4668
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/query-builders/query.js
|
|
4669
4669
|
class RelationalQueryBuilder {
|
|
4670
4670
|
constructor(fullSchema, schema, tableNamesMap, table, tableConfig, dialect, session) {
|
|
4671
4671
|
this.fullSchema = fullSchema;
|
|
@@ -4743,7 +4743,7 @@ class PgRelationalQuery extends QueryPromise {
|
|
|
4743
4743
|
}
|
|
4744
4744
|
}
|
|
4745
4745
|
|
|
4746
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
4746
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/query-builders/raw.js
|
|
4747
4747
|
class PgRaw extends QueryPromise {
|
|
4748
4748
|
constructor(execute, sql2, query, mapBatchResult) {
|
|
4749
4749
|
super();
|
|
@@ -4770,7 +4770,7 @@ class PgRaw extends QueryPromise {
|
|
|
4770
4770
|
}
|
|
4771
4771
|
}
|
|
4772
4772
|
|
|
4773
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
4773
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/db.js
|
|
4774
4774
|
class PgDatabase {
|
|
4775
4775
|
constructor(dialect, session, schema) {
|
|
4776
4776
|
this.dialect = dialect;
|
|
@@ -4894,7 +4894,7 @@ class PgDatabase {
|
|
|
4894
4894
|
}
|
|
4895
4895
|
}
|
|
4896
4896
|
|
|
4897
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
4897
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/pg-core/session.js
|
|
4898
4898
|
class PgPreparedQuery {
|
|
4899
4899
|
constructor(query) {
|
|
4900
4900
|
this.query = query;
|
|
@@ -4959,7 +4959,7 @@ class PgTransaction extends PgDatabase {
|
|
|
4959
4959
|
}
|
|
4960
4960
|
}
|
|
4961
4961
|
|
|
4962
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
4962
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/postgres-js/session.js
|
|
4963
4963
|
class PostgresJsPreparedQuery extends PgPreparedQuery {
|
|
4964
4964
|
constructor(client, queryString, params, logger, fields, _isResponseInArrayMode, customResultMapper) {
|
|
4965
4965
|
super({ sql: queryString, params });
|
|
@@ -5067,7 +5067,7 @@ class PostgresJsTransaction extends PgTransaction {
|
|
|
5067
5067
|
}
|
|
5068
5068
|
}
|
|
5069
5069
|
|
|
5070
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
5070
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/postgres-js/driver.js
|
|
5071
5071
|
class PostgresJsDatabase extends PgDatabase {
|
|
5072
5072
|
static [entityKind] = "PostgresJsDatabase";
|
|
5073
5073
|
}
|
|
@@ -5126,7 +5126,7 @@ function drizzle(...params) {
|
|
|
5126
5126
|
drizzle2.mock = mock;
|
|
5127
5127
|
})(drizzle || (drizzle = {}));
|
|
5128
5128
|
|
|
5129
|
-
// ../../node_modules/.pnpm/drizzle-orm@0.36.
|
|
5129
|
+
// ../../node_modules/.pnpm/drizzle-orm@0.36.1_@libsql+client-wasm@0.14.0_@types+react@18.3.12_bun-types@1.1.34_postgres@3.4.5_react@18.3.1/node_modules/drizzle-orm/migrator.js
|
|
5130
5130
|
import crypto2 from "crypto";
|
|
5131
5131
|
import fs2 from "fs";
|
|
5132
5132
|
function readMigrationFiles(config) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tempest.games",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.13",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@t3-oss/env-core": "0.11.1",
|
|
22
22
|
"cron": "3.1.9",
|
|
23
|
-
"drizzle-orm": "0.36.
|
|
24
|
-
"openai": "4.71.
|
|
23
|
+
"drizzle-orm": "0.36.1",
|
|
24
|
+
"openai": "4.71.1",
|
|
25
25
|
"postgres": "3.4.5",
|
|
26
26
|
"react": "18.3.1",
|
|
27
27
|
"react-dom": "18.3.1",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@eslint/js": "9.14.0",
|
|
38
|
-
"@types/node": "22.
|
|
38
|
+
"@types/node": "22.9.0",
|
|
39
39
|
"@types/react": "18.3.12",
|
|
40
40
|
"@types/react-dom": "18.3.1",
|
|
41
41
|
"@vitejs/plugin-react-swc": "3.7.1",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"cross-env": "7.0.3",
|
|
45
45
|
"dotenv": "16.4.5",
|
|
46
46
|
"dotenv-cli": "7.4.2",
|
|
47
|
-
"drizzle-kit": "0.
|
|
47
|
+
"drizzle-kit": "0.28.0",
|
|
48
48
|
"eslint": "9.14.0",
|
|
49
49
|
"eslint-plugin-react-refresh": "0.4.14",
|
|
50
50
|
"globals": "15.12.0",
|