veryfront 0.1.423 → 0.1.424
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,2 +1,2 @@
|
|
|
1
|
-
export declare const VERSION = "0.1.
|
|
1
|
+
export declare const VERSION = "0.1.424";
|
|
2
2
|
//# sourceMappingURL=version-constant.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "veryfront",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.424",
|
|
4
4
|
"description": "The simplest way to build AI-powered apps",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -241,7 +241,6 @@
|
|
|
241
241
|
"@types/hast": "3.0.3",
|
|
242
242
|
"@types/mdast": "4.0.3",
|
|
243
243
|
"@types/unist": "3.0.2",
|
|
244
|
-
"better-sqlite3": "9.6.0",
|
|
245
244
|
"class-variance-authority": "0.7.1",
|
|
246
245
|
"es-module-lexer": "2.0.0",
|
|
247
246
|
"esbuild": "0.27.4",
|
package/src/deno.js
CHANGED