@m1212e/rumble 0.16.42 → 0.16.47
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/client.cjs.map +1 -1
- package/out/client.mjs.map +1 -1
- package/out/index.cjs +205 -4
- package/out/index.cjs.map +1 -1
- package/out/index.d.cts +21 -78
- package/out/index.d.cts.map +1 -1
- package/out/index.d.mts +21 -78
- package/out/index.d.mts.map +1 -1
- package/out/index.mjs +205 -4
- package/out/index.mjs.map +1 -1
- package/package.json +16 -16
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.47",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "https://github.com/m1212e/rumble",
|
|
7
7
|
"engines": {
|
|
@@ -18,22 +18,23 @@
|
|
|
18
18
|
"typecheck": "tsc --noEmit"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@biomejs/biome": "^2.4.
|
|
21
|
+
"@biomejs/biome": "^2.4.13",
|
|
22
22
|
"@graphql-tools/executor-http": "^3.2.1",
|
|
23
|
-
"@types/bun": "
|
|
23
|
+
"@types/bun": "^1.3.13",
|
|
24
|
+
"@types/node": "^25.6.0",
|
|
24
25
|
"@types/pg": "^8.20.0",
|
|
25
26
|
"@types/pluralize": "^0.0.33",
|
|
26
|
-
"drizzle-kit": "^1.0.0-beta.
|
|
27
|
-
"drizzle-orm": "^1.0.0-beta.
|
|
28
|
-
"drizzle-seed": "^1.0.0-beta.
|
|
27
|
+
"drizzle-kit": "^1.0.0-beta.22",
|
|
28
|
+
"drizzle-orm": "^1.0.0-beta.22",
|
|
29
|
+
"drizzle-seed": "^1.0.0-beta.22",
|
|
29
30
|
"lefthook": "^2.1.6",
|
|
30
31
|
"pg": "^8.20.0",
|
|
31
|
-
"tsdown": "^0.21.
|
|
32
|
+
"tsdown": "^0.21.10"
|
|
32
33
|
},
|
|
33
34
|
"peerDependencies": {
|
|
34
|
-
"typescript": "^6
|
|
35
|
+
"typescript": "^5 || ^6",
|
|
35
36
|
"drizzle-orm": "^1",
|
|
36
|
-
"graphql": "^16
|
|
37
|
+
"graphql": "^14 || ^15 || ^16"
|
|
37
38
|
},
|
|
38
39
|
"dependencies": {
|
|
39
40
|
"@escape.tech/graphql-armor": "^3.2.0",
|
|
@@ -41,7 +42,7 @@
|
|
|
41
42
|
"@opentelemetry/api": "^1.9.1",
|
|
42
43
|
"@opentelemetry/semantic-conventions": "^1.40.0",
|
|
43
44
|
"@pothos/core": "^4.12.0",
|
|
44
|
-
"@pothos/plugin-drizzle": "^0.17.
|
|
45
|
+
"@pothos/plugin-drizzle": "^0.17.3",
|
|
45
46
|
"@pothos/plugin-smart-subscriptions": "^4.1.4",
|
|
46
47
|
"@pothos/plugin-tracing": "^1.1.2",
|
|
47
48
|
"@pothos/tracing-opentelemetry": "^1.1.3",
|
|
@@ -49,13 +50,13 @@
|
|
|
49
50
|
"@urql/exchange-graphcache": "^9.0.0",
|
|
50
51
|
"@urql/introspection": "^1.2.1",
|
|
51
52
|
"devalue": "^5.7.1",
|
|
52
|
-
"es-toolkit": "^1.
|
|
53
|
+
"es-toolkit": "^1.46.0",
|
|
53
54
|
"graphql-scalars": "^1.25.0",
|
|
54
55
|
"graphql-yoga": "^5.21.0",
|
|
55
56
|
"pluralize": "^8.0.0",
|
|
56
57
|
"sofa-api": "^0.18.10",
|
|
57
|
-
"svelte": "^5.55.
|
|
58
|
-
"wonka": "
|
|
58
|
+
"svelte": "^5.55.5",
|
|
59
|
+
"wonka": "6.3.2"
|
|
59
60
|
},
|
|
60
61
|
"main": "./out/index.cjs",
|
|
61
62
|
"types": "./out/index.d.cts",
|
|
@@ -75,10 +76,9 @@
|
|
|
75
76
|
"./package.json": "./package.json"
|
|
76
77
|
},
|
|
77
78
|
"inlinedDependencies": {
|
|
78
|
-
"@whatwg-node/fetch": "0.10.8",
|
|
79
79
|
"@whatwg-node/promise-helpers": "1.3.2",
|
|
80
|
-
"@whatwg-node/server": "0.10.
|
|
81
|
-
"fets": "0.8.
|
|
80
|
+
"@whatwg-node/server": "0.10.18",
|
|
81
|
+
"fets": "0.8.6",
|
|
82
82
|
"hotscript": "1.0.13",
|
|
83
83
|
"json-schema-to-ts": "3.1.1",
|
|
84
84
|
"ts-algebra": "2.0.0"
|