gencow 0.1.211 → 0.1.212
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 +3 -3
- package/runtime/server.mjs +27 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gencow",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.212",
|
|
4
4
|
"description": "Gencow — AI Backend Engine",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/node": "^25.9.5",
|
|
35
35
|
"better-auth": "^1.6.23",
|
|
36
|
-
"@gencow/
|
|
36
|
+
"@gencow/client": "0.2.6",
|
|
37
37
|
"@gencow/react": "0.2.6",
|
|
38
|
-
"@gencow/
|
|
38
|
+
"@gencow/core": "0.1.43"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"prebuild": "pnpm --filter @gencow/migration-contract run build && pnpm --filter @gencow/server run build",
|
package/runtime/server.mjs
CHANGED
|
@@ -110050,6 +110050,32 @@ var require_output = __commonJS({
|
|
|
110050
110050
|
}
|
|
110051
110051
|
});
|
|
110052
110052
|
|
|
110053
|
+
// ../../node_modules/.pnpm/@img+sharp-wasm32@0.34.5/node_modules/@img/sharp-wasm32/versions.json
|
|
110054
|
+
var require_versions = __commonJS({
|
|
110055
|
+
"../../node_modules/.pnpm/@img+sharp-wasm32@0.34.5/node_modules/@img/sharp-wasm32/versions.json"(exports2, module2) {
|
|
110056
|
+
module2.exports = {
|
|
110057
|
+
aom: "3.13.1",
|
|
110058
|
+
cgif: "0.5.0",
|
|
110059
|
+
emscripten: "4.0.18",
|
|
110060
|
+
exif: "0.6.25",
|
|
110061
|
+
expat: "2.7.3",
|
|
110062
|
+
ffi: "3.5.2",
|
|
110063
|
+
glib: "2.86.1",
|
|
110064
|
+
heif: "1.20.2",
|
|
110065
|
+
highway: "1.3.0",
|
|
110066
|
+
imagequant: "2.4.1",
|
|
110067
|
+
lcms: "2.17",
|
|
110068
|
+
mozjpeg: "0826579",
|
|
110069
|
+
resvg: "0.45.1",
|
|
110070
|
+
spng: "0.7.4",
|
|
110071
|
+
tiff: "4.7.1",
|
|
110072
|
+
vips: "8.17.3",
|
|
110073
|
+
webp: "1.6.0",
|
|
110074
|
+
"zlib-ng": "2.2.5"
|
|
110075
|
+
};
|
|
110076
|
+
}
|
|
110077
|
+
});
|
|
110078
|
+
|
|
110053
110079
|
// ../../node_modules/.pnpm/sharp@0.34.5/node_modules/sharp/lib/utility.js
|
|
110054
110080
|
var require_utility = __commonJS({
|
|
110055
110081
|
"../../node_modules/.pnpm/sharp@0.34.5/node_modules/sharp/lib/utility.js"(exports2, module2) {
|
|
@@ -110094,7 +110120,7 @@ var require_utility = __commonJS({
|
|
|
110094
110120
|
}
|
|
110095
110121
|
} else {
|
|
110096
110122
|
try {
|
|
110097
|
-
versions =
|
|
110123
|
+
versions = require_versions();
|
|
110098
110124
|
} catch (_4) {
|
|
110099
110125
|
}
|
|
110100
110126
|
}
|