@absolutejs/absolute 0.16.5 → 0.16.6
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 +2 -2
package/package.json
CHANGED
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"url": "https://github.com/absolutejs/absolutejs.git"
|
|
88
88
|
},
|
|
89
89
|
"scripts": {
|
|
90
|
-
"build": "rm -rf dist && bun build src/index.ts src/react/index.ts src/react/hooks/index.ts src/svelte/index.ts src/vue/index.ts --outdir dist --sourcemap --target=bun --external react --external react-dom --external vue --external @vue/compiler-sfc --external vue/server-renderer --external svelte --external svelte/server --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",
|
|
90
|
+
"build": "rm -rf dist && bun build src/index.ts src/react/index.ts src/react/hooks/index.ts src/svelte/index.ts src/vue/index.ts --outdir dist --sourcemap --target=bun --external react --external react-dom --external vue --external @vue/compiler-sfc --external vue/server-renderer --external svelte --external svelte/compiler --external svelte/server --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",
|
|
91
91
|
"db:push": "drizzle-kit push",
|
|
92
92
|
"db:studio": "drizzle-kit studio",
|
|
93
93
|
"dev": "bun run src/cli/index.ts dev example/server.ts",
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
"typecheck": "bun run tsc --noEmit"
|
|
100
100
|
},
|
|
101
101
|
"types": "./dist/src/index.d.ts",
|
|
102
|
-
"version": "0.16.
|
|
102
|
+
"version": "0.16.6"
|
|
103
103
|
}
|