@absolutejs/absolute 0.15.0 → 0.15.1

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
@@ -48,7 +48,7 @@
48
48
  "url": "https://github.com/absolutejs/absolutejs.git"
49
49
  },
50
50
  "scripts": {
51
- "build": "rm -rf dist && bun build src/index.ts --outdir dist --sourcemap --target=bun --external react --external react-dom --external vue --external @vue/compiler-sfc --external svelte --external elysia && bun build src/cli/index.ts --outfile dist/cli/index.js --target=bun && tsc --emitDeclarationOnly --project tsconfig.build.json",
51
+ "build": "rm -rf dist && bun build src/index.ts --outdir dist --sourcemap --target=bun --external react --external react-dom --external vue --external @vue/compiler-sfc --external svelte --external elysia && bun build src/cli/index.ts --outfile dist/cli/index.js --target=bun && tsc --emitDeclarationOnly --project tsconfig.build.json && mkdir -p dist/dev && cp -r src/dev/client dist/dev/client",
52
52
  "db:push": "drizzle-kit push",
53
53
  "db:studio": "drizzle-kit studio",
54
54
  "dev": "bun run src/cli/index.ts dev example/server.ts",
@@ -59,6 +59,6 @@
59
59
  "test": "bun test",
60
60
  "typecheck": "bun run tsc --noEmit"
61
61
  },
62
- "types": "./dist/index.d.ts",
63
- "version": "0.15.0"
62
+ "types": "./dist/src/index.d.ts",
63
+ "version": "0.15.1"
64
64
  }