veryfront 0.0.35 → 0.0.36

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.
@@ -279,14 +279,15 @@ var init_deno = __esm({
279
279
  "deno.json"() {
280
280
  deno_default = {
281
281
  name: "veryfront",
282
- version: "0.0.35",
282
+ version: "0.0.36",
283
283
  exclude: [
284
284
  "npm/",
285
285
  "dist/",
286
286
  "coverage/",
287
287
  "scripts/",
288
288
  "examples/",
289
- "tests/"
289
+ "tests/",
290
+ "src/cli/templates/files/"
290
291
  ],
291
292
  exports: {
292
293
  ".": "./src/index.ts",
@@ -296,6 +297,7 @@ var init_deno = __esm({
296
297
  "./components": "./src/react/components/index.ts",
297
298
  "./data": "./src/data/index.ts",
298
299
  "./config": "./src/core/config/index.ts",
300
+ "./platform": "./src/platform/index.ts",
299
301
  "./ai": "./src/ai/index.ts",
300
302
  "./ai/client": "./src/ai/client.ts",
301
303
  "./ai/react": "./src/ai/react/index.ts",