@m1212e/rumble 0.16.28 → 0.16.31
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 +18 -12
- package/out/index.cjs.map +1 -1
- package/out/index.d.cts +26 -26
- package/out/index.d.cts.map +1 -1
- package/out/index.d.mts +26 -26
- package/out/index.d.mts.map +1 -1
- package/out/index.mjs +18 -12
- package/out/index.mjs.map +1 -1
- package/package.json +19 -19
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.31",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": "https://github.com/m1212e/rumble",
|
|
7
7
|
"engines": {
|
|
@@ -18,26 +18,26 @@
|
|
|
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.10",
|
|
22
|
+
"@graphql-tools/executor-http": "^3.1.3",
|
|
23
23
|
"@types/bun": "latest",
|
|
24
|
-
"@types/pg": "^8.
|
|
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.4",
|
|
30
30
|
"pg": "^8.20.0",
|
|
31
|
-
"tsdown": "^0.21.
|
|
31
|
+
"tsdown": "^0.21.7"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
|
-
"typescript": "^
|
|
34
|
+
"typescript": "^6.0.2",
|
|
35
35
|
"drizzle-orm": "^1"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@escape.tech/graphql-armor": "^3.2.0",
|
|
39
|
-
"@graphql-yoga/plugin-disable-introspection": "^2.19.
|
|
40
|
-
"@opentelemetry/api": "^1.9.
|
|
39
|
+
"@graphql-yoga/plugin-disable-introspection": "^2.19.1",
|
|
40
|
+
"@opentelemetry/api": "^1.9.1",
|
|
41
41
|
"@opentelemetry/semantic-conventions": "^1.40.0",
|
|
42
42
|
"@pothos/core": "^4.12.0",
|
|
43
43
|
"@pothos/plugin-drizzle": "^0.17.0",
|
|
@@ -47,15 +47,15 @@
|
|
|
47
47
|
"@urql/core": "^6.0.1",
|
|
48
48
|
"@urql/exchange-graphcache": "^9.0.0",
|
|
49
49
|
"@urql/introspection": "^1.2.1",
|
|
50
|
-
"devalue": "^5.6.
|
|
50
|
+
"devalue": "^5.6.4",
|
|
51
51
|
"es-toolkit": "^1.45.1",
|
|
52
|
-
"graphql": "^16.13.
|
|
52
|
+
"graphql": "^16.13.2",
|
|
53
53
|
"graphql-scalars": "^1.25.0",
|
|
54
|
-
"graphql-yoga": "^5.18.
|
|
54
|
+
"graphql-yoga": "^5.18.1",
|
|
55
55
|
"pluralize": "^8.0.0",
|
|
56
|
-
"sofa-api": "^0.18.
|
|
57
|
-
"svelte": "^5.
|
|
58
|
-
"wonka": "^6.3.
|
|
56
|
+
"sofa-api": "^0.18.10",
|
|
57
|
+
"svelte": "^5.55.1",
|
|
58
|
+
"wonka": "^6.3.2"
|
|
59
59
|
},
|
|
60
60
|
"main": "./out/index.cjs",
|
|
61
61
|
"types": "./out/index.d.cts",
|
|
@@ -75,12 +75,12 @@
|
|
|
75
75
|
"./package.json": "./package.json"
|
|
76
76
|
},
|
|
77
77
|
"inlinedDependencies": {
|
|
78
|
-
"hotscript": "1.0.13",
|
|
79
|
-
"ts-algebra": "2.0.0",
|
|
80
|
-
"json-schema-to-ts": "3.1.1",
|
|
81
78
|
"@whatwg-node/fetch": "0.10.8",
|
|
82
79
|
"@whatwg-node/promise-helpers": "1.3.2",
|
|
83
80
|
"@whatwg-node/server": "0.10.10",
|
|
84
|
-
"fets": "0.8.5"
|
|
81
|
+
"fets": "0.8.5",
|
|
82
|
+
"hotscript": "1.0.13",
|
|
83
|
+
"json-schema-to-ts": "3.1.1",
|
|
84
|
+
"ts-algebra": "2.0.0"
|
|
85
85
|
}
|
|
86
86
|
}
|