veryfront 0.1.1019 → 0.1.1021

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/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "veryfront",
3
- "version": "0.1.1019",
3
+ "version": "0.1.1021",
4
4
  "license": "Apache-2.0",
5
5
  "nodeModulesDir": "auto",
6
6
  "minimumDependencyAge": {
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/src/agent/runtime/constants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB,MAA2B,CAAC;AAC3D,eAAO,MAAM,mBAAmB,GAA6B,CAAC;AAC9D,eAAO,MAAM,sBAAsB,QAAmC,CAAC;AACvE,eAAO,MAAM,iBAAiB,KAAK,CAAC;AA6BpC,sFAAsF;AACtF,wBAAgB,uBAAuB,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAK/E"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/src/agent/runtime/constants.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB,MAA2B,CAAC;AAC3D,eAAO,MAAM,mBAAmB,GAA6B,CAAC;AAC9D,eAAO,MAAM,sBAAsB,QAAmC,CAAC;AACvE,eAAO,MAAM,iBAAiB,KAAK,CAAC;AAmCpC,sFAAsF;AACtF,wBAAgB,uBAAuB,CAAC,WAAW,EAAE,MAAM,GAAG,MAAM,GAAG,SAAS,CAK/E"}
@@ -10,6 +10,9 @@ const MODEL_MAX_OUTPUT_TOKENS = {
10
10
  "anthropic/claude-sonnet-4-6": 64_000,
11
11
  "anthropic/claude-haiku-4-5-20251001": 64_000,
12
12
  "openai/gpt-5.5": 128_000,
13
+ "openai/gpt-5.4": 128_000,
14
+ "openai/gpt-5.4-mini": 128_000,
15
+ "openai/gpt-5.4-nano": 128_000,
13
16
  "openai/gpt-5.2": 128_000,
14
17
  "google-ai-studio/gemini-3.1-pro-preview": 65_536,
15
18
  "google-ai-studio/gemini-3.5-flash": 65_536,
@@ -18,6 +21,9 @@ const MODEL_MAX_OUTPUT_TOKENS = {
18
21
  "google-ai-studio/gemini-2.5-pro": 65_536,
19
22
  "google-ai-studio/gemini-2.5-flash": 65_536,
20
23
  "mistral/mistral-large-2512": 1_024,
24
+ "moonshotai/kimi-k2": 32_000,
25
+ "moonshotai/kimi-k2.6": 32_000,
26
+ "moonshotai/kimi-k2.5": 32_000,
21
27
  };
22
28
  const MODEL_MAX_OUTPUT_TOKEN_ALIASES = {
23
29
  "google/gemini-3.1-pro": "google-ai-studio/gemini-3.1-pro-preview",
@@ -1,3 +1,3 @@
1
1
  /** Shared version value. */
2
- export declare const VERSION = "0.1.1019";
2
+ export declare const VERSION = "0.1.1021";
3
3
  //# sourceMappingURL=version-constant.d.ts.map
@@ -1,4 +1,4 @@
1
1
  // Keep in sync with deno.json version.
2
2
  // scripts/release.ts updates this constant during releases.
3
3
  /** Shared version value. */
4
- export const VERSION = "0.1.1019";
4
+ export const VERSION = "0.1.1021";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "veryfront",
3
- "version": "0.1.1019",
3
+ "version": "0.1.1021",
4
4
  "description": "The simplest way to build AI-powered apps",
5
5
  "keywords": [
6
6
  "react",
@@ -326,7 +326,7 @@
326
326
  "@types/react": "19.2.14",
327
327
  "@types/react-dom": "19.2.3",
328
328
  "ws": "8.21.0",
329
- "@veryfront/ext-bundler-esbuild": "0.1.1019"
329
+ "@veryfront/ext-bundler-esbuild": "0.1.1021"
330
330
  },
331
331
  "devDependencies": {
332
332
  "@types/node": "20.9.0"