@absolutejs/absolute 0.19.0-beta.167 → 0.19.0-beta.168

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "author": "Alex Kahn",
3
3
  "bin": {
4
- "absolute": "./dist/cli/index.js"
4
+ "absolute": "dist/cli/index.js"
5
5
  },
6
6
  "dependencies": {
7
7
  "@angular/compiler": "^21.0.0"
@@ -147,7 +147,7 @@
147
147
  },
148
148
  "repository": {
149
149
  "type": "git",
150
- "url": "https://github.com/absolutejs/absolutejs.git"
150
+ "url": "git+https://github.com/absolutejs/absolutejs.git"
151
151
  },
152
152
  "scripts": {
153
153
  "build": "rm -rf dist && bun build src/index.ts src/build.ts src/angular/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 --external @elysiajs/static --external @angular/compiler-cli --external @angular/core --external @angular/common --external @angular/platform-browser --external @angular/platform-server --external @angular/ssr --external zone.js --external debug --external @absolutejs/native-linux-x64 --external @absolutejs/native-linux-arm64 --external @absolutejs/native-darwin-x64 --external @absolutejs/native-darwin-arm64 && 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",
@@ -164,5 +164,5 @@
164
164
  "typecheck": "bun run vue-tsc --noEmit"
165
165
  },
166
166
  "types": "./dist/src/index.d.ts",
167
- "version": "0.19.0-beta.167"
167
+ "version": "0.19.0-beta.168"
168
168
  }