veryfront 0.1.1023 → 0.1.1024

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.1023",
3
+ "version": "0.1.1024",
4
4
  "license": "Apache-2.0",
5
5
  "nodeModulesDir": "auto",
6
6
  "minimumDependencyAge": {
@@ -1,4 +1,4 @@
1
- const CHILD_RUN_RESULT_TEXT_LIMIT = 4_000;
1
+ const CHILD_RUN_RESULT_TEXT_LIMIT = 64_000;
2
2
  const CHILD_RUN_VALUE_STRING_LIMIT = 500;
3
3
  const CHILD_RUN_VALUE_SUMMARY_MAX_DEPTH = 5;
4
4
  const MALFORMED_TOOL_RESPONSE_PATTERN = /<tool_response(?:\s[^>]*)?>([\s\S]*?)<\/tool_response>/gi;
@@ -1,3 +1,3 @@
1
1
  /** Shared version value. */
2
- export declare const VERSION = "0.1.1023";
2
+ export declare const VERSION = "0.1.1024";
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.1023";
4
+ export const VERSION = "0.1.1024";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "veryfront",
3
- "version": "0.1.1023",
3
+ "version": "0.1.1024",
4
4
  "description": "The simplest way to build AI-powered apps",
5
5
  "keywords": [
6
6
  "react",
@@ -326,9 +326,9 @@
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.1023",
330
- "@veryfront/ext-content-mdx": "0.1.1023",
331
- "@veryfront/ext-css-tailwind": "0.1.1023"
329
+ "@veryfront/ext-bundler-esbuild": "0.1.1024",
330
+ "@veryfront/ext-content-mdx": "0.1.1024",
331
+ "@veryfront/ext-css-tailwind": "0.1.1024"
332
332
  },
333
333
  "devDependencies": {
334
334
  "@types/node": "20.9.0"