@q32/core 0.1.9 → 0.1.11
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/package.json +12 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@q32/core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"description": "Shared TypeScript primitives for Q32 Cloudflare Worker projects.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -129,6 +129,17 @@
|
|
|
129
129
|
"kysely-postgres-js": "^3.0.0",
|
|
130
130
|
"postgres": "^3.4.0"
|
|
131
131
|
},
|
|
132
|
+
"peerDependenciesMeta": {
|
|
133
|
+
"kysely": {
|
|
134
|
+
"optional": true
|
|
135
|
+
},
|
|
136
|
+
"kysely-postgres-js": {
|
|
137
|
+
"optional": true
|
|
138
|
+
},
|
|
139
|
+
"postgres": {
|
|
140
|
+
"optional": true
|
|
141
|
+
}
|
|
142
|
+
},
|
|
132
143
|
"devDependencies": {
|
|
133
144
|
"@cloudflare/workers-types": "^4.20260606.0",
|
|
134
145
|
"@vitest/coverage-v8": "^4.1.8",
|
|
@@ -141,11 +152,6 @@
|
|
|
141
152
|
"publishConfig": {
|
|
142
153
|
"access": "public"
|
|
143
154
|
},
|
|
144
|
-
"dependencies": {
|
|
145
|
-
"kysely": "^0.29.2",
|
|
146
|
-
"kysely-postgres-js": "^3.0.0",
|
|
147
|
-
"postgres": "^3.4.9"
|
|
148
|
-
},
|
|
149
155
|
"scripts": {
|
|
150
156
|
"build": "tsc -p tsconfig.json",
|
|
151
157
|
"test": "vitest run",
|