veryfront 0.1.1024 → 0.1.1025

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.
@@ -1,3 +1,3 @@
1
1
  /** Shared version value. */
2
- export declare const VERSION = "0.1.1024";
2
+ export declare const VERSION = "0.1.1025";
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.1024";
4
+ export const VERSION = "0.1.1025";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "veryfront",
3
- "version": "0.1.1024",
3
+ "version": "0.1.1025",
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.1024",
330
- "@veryfront/ext-content-mdx": "0.1.1024",
331
- "@veryfront/ext-css-tailwind": "0.1.1024"
329
+ "@veryfront/ext-bundler-esbuild": "0.1.1025",
330
+ "@veryfront/ext-content-mdx": "0.1.1025",
331
+ "@veryfront/ext-css-tailwind": "0.1.1025"
332
332
  },
333
333
  "devDependencies": {
334
334
  "@types/node": "20.9.0"