@absolutejs/absolute 0.19.0-beta.644 → 0.19.0-beta.645

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/package.json CHANGED
@@ -358,6 +358,7 @@
358
358
  "url": "git+https://github.com/absolutejs/absolutejs.git"
359
359
  },
360
360
  "scripts": {
361
+ "benchmark:rag": "bun run scripts/rag-native-backend-benchmark.ts",
361
362
  "build": "bun run scripts/build.ts",
362
363
  "build:native": "./native/build.sh",
363
364
  "db:push": "drizzle-kit push",
@@ -372,5 +373,5 @@
372
373
  "typecheck": "bun run src/cli/index.ts typecheck --config example/absolute.config.ts"
373
374
  },
374
375
  "types": "./dist/src/index.d.ts",
375
- "version": "0.19.0-beta.644"
376
+ "version": "0.19.0-beta.645"
376
377
  }