@m1212e/rumble 0.16.35 → 0.16.37
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/out/index.cjs +6 -6
- package/out/index.mjs +1 -1
- package/package.json +12 -12
package/out/index.cjs
CHANGED
|
@@ -35,17 +35,17 @@ let drizzle_orm = require("drizzle-orm");
|
|
|
35
35
|
let drizzle_orm_casing = require("drizzle-orm/casing");
|
|
36
36
|
let drizzle_orm_pg_core = require("drizzle-orm/pg-core");
|
|
37
37
|
let pluralize = require("pluralize");
|
|
38
|
-
pluralize = __toESM(pluralize);
|
|
38
|
+
pluralize = __toESM(pluralize, 1);
|
|
39
39
|
let drizzle_orm_mysql_core = require("drizzle-orm/mysql-core");
|
|
40
40
|
let drizzle_orm_sqlite_core = require("drizzle-orm/sqlite-core");
|
|
41
41
|
let _pothos_core = require("@pothos/core");
|
|
42
|
-
_pothos_core = __toESM(_pothos_core);
|
|
42
|
+
_pothos_core = __toESM(_pothos_core, 1);
|
|
43
43
|
let _pothos_plugin_drizzle = require("@pothos/plugin-drizzle");
|
|
44
|
-
_pothos_plugin_drizzle = __toESM(_pothos_plugin_drizzle);
|
|
44
|
+
_pothos_plugin_drizzle = __toESM(_pothos_plugin_drizzle, 1);
|
|
45
45
|
let _pothos_plugin_smart_subscriptions = require("@pothos/plugin-smart-subscriptions");
|
|
46
|
-
_pothos_plugin_smart_subscriptions = __toESM(_pothos_plugin_smart_subscriptions);
|
|
46
|
+
_pothos_plugin_smart_subscriptions = __toESM(_pothos_plugin_smart_subscriptions, 1);
|
|
47
47
|
let _pothos_plugin_tracing = require("@pothos/plugin-tracing");
|
|
48
|
-
_pothos_plugin_tracing = __toESM(_pothos_plugin_tracing);
|
|
48
|
+
_pothos_plugin_tracing = __toESM(_pothos_plugin_tracing, 1);
|
|
49
49
|
let graphql_scalars = require("graphql-scalars");
|
|
50
50
|
//#region lib/types/rumbleError.ts
|
|
51
51
|
/**
|
|
@@ -209,7 +209,7 @@ function mapNullFieldsToUndefined(obj) {
|
|
|
209
209
|
}
|
|
210
210
|
//#endregion
|
|
211
211
|
//#region package.json
|
|
212
|
-
var version = "0.16.
|
|
212
|
+
var version = "0.16.37";
|
|
213
213
|
//#endregion
|
|
214
214
|
//#region lib/helpers/mergeFilters.ts
|
|
215
215
|
function mergeFilters(filterA, filterB) {
|
package/out/index.mjs
CHANGED
|
@@ -181,7 +181,7 @@ function mapNullFieldsToUndefined(obj) {
|
|
|
181
181
|
}
|
|
182
182
|
//#endregion
|
|
183
183
|
//#region package.json
|
|
184
|
-
var version = "0.16.
|
|
184
|
+
var version = "0.16.37";
|
|
185
185
|
//#endregion
|
|
186
186
|
//#region lib/helpers/mergeFilters.ts
|
|
187
187
|
function mergeFilters(filterA, filterB) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m1212e/rumble",
|
|
3
3
|
"module": "./out/index.mjs",
|
|
4
|
-
"version": "0.16.
|
|
4
|
+
"version": "0.16.37",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "https://github.com/m1212e/rumble",
|
|
7
7
|
"engines": {
|
|
@@ -18,43 +18,43 @@
|
|
|
18
18
|
"typecheck": "tsc --noEmit"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@biomejs/biome": "^2.4.
|
|
22
|
-
"@graphql-tools/executor-http": "^3.1
|
|
21
|
+
"@biomejs/biome": "^2.4.12",
|
|
22
|
+
"@graphql-tools/executor-http": "^3.2.1",
|
|
23
23
|
"@types/bun": "latest",
|
|
24
24
|
"@types/pg": "^8.20.0",
|
|
25
25
|
"@types/pluralize": "^0.0.33",
|
|
26
26
|
"drizzle-kit": "^1.0.0-beta.9-e89174b",
|
|
27
27
|
"drizzle-orm": "^1.0.0-beta.9-e89174b",
|
|
28
28
|
"drizzle-seed": "^1.0.0-beta.9-e89174b",
|
|
29
|
-
"lefthook": "^2.1.
|
|
29
|
+
"lefthook": "^2.1.6",
|
|
30
30
|
"pg": "^8.20.0",
|
|
31
|
-
"tsdown": "^0.21.
|
|
31
|
+
"tsdown": "^0.21.9"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"typescript": "^6.0.2",
|
|
35
|
-
"drizzle-orm": "^1"
|
|
35
|
+
"drizzle-orm": "^1",
|
|
36
|
+
"graphql": "^16.13.2"
|
|
36
37
|
},
|
|
37
38
|
"dependencies": {
|
|
38
39
|
"@escape.tech/graphql-armor": "^3.2.0",
|
|
39
|
-
"@graphql-yoga/plugin-disable-introspection": "^2.
|
|
40
|
+
"@graphql-yoga/plugin-disable-introspection": "^2.22.0",
|
|
40
41
|
"@opentelemetry/api": "^1.9.1",
|
|
41
42
|
"@opentelemetry/semantic-conventions": "^1.40.0",
|
|
42
43
|
"@pothos/core": "^4.12.0",
|
|
43
|
-
"@pothos/plugin-drizzle": "^0.17.
|
|
44
|
+
"@pothos/plugin-drizzle": "^0.17.1",
|
|
44
45
|
"@pothos/plugin-smart-subscriptions": "^4.1.4",
|
|
45
46
|
"@pothos/plugin-tracing": "^1.1.2",
|
|
46
47
|
"@pothos/tracing-opentelemetry": "^1.1.3",
|
|
47
48
|
"@urql/core": "^6.0.1",
|
|
48
49
|
"@urql/exchange-graphcache": "^9.0.0",
|
|
49
50
|
"@urql/introspection": "^1.2.1",
|
|
50
|
-
"devalue": "^5.
|
|
51
|
+
"devalue": "^5.7.1",
|
|
51
52
|
"es-toolkit": "^1.45.1",
|
|
52
|
-
"graphql": "^16.13.2",
|
|
53
53
|
"graphql-scalars": "^1.25.0",
|
|
54
|
-
"graphql-yoga": "^5.
|
|
54
|
+
"graphql-yoga": "^5.21.0",
|
|
55
55
|
"pluralize": "^8.0.0",
|
|
56
56
|
"sofa-api": "^0.18.10",
|
|
57
|
-
"svelte": "^5.55.
|
|
57
|
+
"svelte": "^5.55.4",
|
|
58
58
|
"wonka": "^6.3.2"
|
|
59
59
|
},
|
|
60
60
|
"main": "./out/index.cjs",
|