veryfront 0.0.65 → 0.0.66

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.
@@ -318,7 +318,7 @@ var init_deno = __esm({
318
318
  "deno.json"() {
319
319
  deno_default = {
320
320
  name: "veryfront",
321
- version: "0.0.65",
321
+ version: "0.0.66",
322
322
  nodeModulesDir: "auto",
323
323
  exclude: [
324
324
  "npm/",
@@ -427,11 +427,11 @@ var init_deno = __esm({
427
427
  hast: "npm:@types/hast@3.0.3",
428
428
  unist: "npm:@types/unist@3.0.2",
429
429
  unified: "npm:unified@11.0.5",
430
- ai: "https://esm.sh/ai@5.0.108?deps=react@18.3.1,react-dom@18.3.1",
431
- "ai/react": "https://esm.sh/@ai-sdk/react@2.0.109?deps=react@18.3.1,react-dom@18.3.1",
432
- "@ai-sdk/react": "https://esm.sh/@ai-sdk/react@2.0.109?deps=react@18.3.1,react-dom@18.3.1",
433
- "@ai-sdk/openai": "https://esm.sh/@ai-sdk/openai@2.0.80",
434
- "@ai-sdk/anthropic": "https://esm.sh/@ai-sdk/anthropic@2.0.54",
430
+ ai: "https://esm.sh/ai@5.0.76?deps=react@18.3.1,react-dom@18.3.1",
431
+ "ai/react": "https://esm.sh/@ai-sdk/react@2.0.1?deps=react@18.3.1,react-dom@18.3.1",
432
+ "@ai-sdk/react": "https://esm.sh/@ai-sdk/react@2.0.1?deps=react@18.3.1,react-dom@18.3.1",
433
+ "@ai-sdk/openai": "https://esm.sh/@ai-sdk/openai@2.0.1",
434
+ "@ai-sdk/anthropic": "https://esm.sh/@ai-sdk/anthropic@2.0.1",
435
435
  unocss: "https://esm.sh/unocss@0.59.0",
436
436
  "@unocss/core": "https://esm.sh/@unocss/core@0.59.0",
437
437
  "@unocss/preset-wind": "https://esm.sh/@unocss/preset-wind@0.59.0",
@@ -798,6 +798,7 @@ var init_html = __esm({
798
798
  var DEFAULT_DEV_SERVER_PORT, DEFAULT_REDIS_PORT, DEFAULT_API_SERVER_PORT, DEFAULT_PREVIEW_SERVER_PORT, DEFAULT_METRICS_PORT, BYTES_PER_KB, BYTES_PER_MB, DEFAULT_IMAGE_THUMBNAIL_SIZE, DEFAULT_IMAGE_SMALL_SIZE, DEFAULT_IMAGE_LARGE_SIZE, RESPONSIVE_IMAGE_WIDTH_XS, RESPONSIVE_IMAGE_WIDTH_SM, RESPONSIVE_IMAGE_WIDTH_MD, RESPONSIVE_IMAGE_WIDTH_LG, RESPONSIVE_IMAGE_WIDTHS, MAX_CHUNK_SIZE_KB, MIN_PORT, MAX_PORT, DEFAULT_SERVER_PORT;
799
799
  var init_network = __esm({
800
800
  "src/core/utils/constants/network.ts"() {
801
+ "use strict";
801
802
  init_deno_env();
802
803
  DEFAULT_DEV_SERVER_PORT = 3e3;
803
804
  DEFAULT_REDIS_PORT = 6379;