@absolutejs/absolute 0.19.0-beta.279 → 0.19.0-beta.280

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.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -295,6 +295,7 @@
295
295
  "url": "git+https://github.com/absolutejs/absolutejs.git"
296
296
  },
297
297
  "scripts": {
298
+ "bench:islands": "bun run scripts/benchmark-islands.ts",
298
299
  "build": "bun run scripts/build.ts",
299
300
  "build:native": "./native/build.sh",
300
301
  "db:push": "drizzle-kit push",
@@ -309,5 +310,5 @@
309
310
  "typecheck": "bun run src/cli/index.ts typecheck --config example/absolute.config.ts"
310
311
  },
311
312
  "types": "./dist/src/index.d.ts",
312
- "version": "0.19.0-beta.279"
313
+ "version": "0.19.0-beta.280"
313
314
  }