@absolutejs/absolute 0.19.0-beta.769 → 0.19.0-beta.772
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/dist/angular/index.js +102 -96
- package/dist/angular/index.js.map +6 -6
- package/dist/angular/server.js +84 -78
- package/dist/angular/server.js.map +6 -6
- package/dist/build.js +5364 -37973
- package/dist/build.js.map +14 -10
- package/dist/cli/index.js +118 -6
- package/dist/client/index.js +23 -18
- package/dist/client/index.js.map +5 -5
- package/dist/index.js +10582 -43181
- package/dist/index.js.map +17 -12
- package/dist/islands/index.js +42 -37
- package/dist/islands/index.js.map +5 -5
- package/dist/react/index.js +42 -37
- package/dist/react/index.js.map +5 -5
- package/dist/src/build/index.d.ts +2 -0
- package/dist/src/build/tailwindCompiler.d.ts +8 -0
- package/dist/src/index.d.ts +1 -0
- package/dist/svelte/index.js +23 -18
- package/dist/svelte/index.js.map +5 -5
- package/dist/vue/index.js +42 -37
- package/dist/vue/index.js.map +5 -5
- package/package.json +1 -6
package/package.json
CHANGED
|
@@ -29,7 +29,6 @@
|
|
|
29
29
|
"@types/react": "19.2.0",
|
|
30
30
|
"@types/react-dom": "19.2.0",
|
|
31
31
|
"autoprefixer": "10.4.21",
|
|
32
|
-
"bun-plugin-tailwind": "^0.1.2",
|
|
33
32
|
"elysia": "1.4.18",
|
|
34
33
|
"elysia-scoped-state": "0.1.1",
|
|
35
34
|
"eslint": "10.0.3",
|
|
@@ -206,7 +205,6 @@
|
|
|
206
205
|
"@angular/platform-server": "^21.0.0",
|
|
207
206
|
"@angular/router": "^21.0.0",
|
|
208
207
|
"@angular/ssr": "^21.0.0",
|
|
209
|
-
"bun-plugin-tailwind": "^0.1.2",
|
|
210
208
|
"elysia": "^1.4.0",
|
|
211
209
|
"less": "^4.6.0",
|
|
212
210
|
"postcss": "^8.5.0",
|
|
@@ -247,9 +245,6 @@
|
|
|
247
245
|
"@angular/ssr": {
|
|
248
246
|
"optional": true
|
|
249
247
|
},
|
|
250
|
-
"bun-plugin-tailwind": {
|
|
251
|
-
"optional": true
|
|
252
|
-
},
|
|
253
248
|
"less": {
|
|
254
249
|
"optional": true
|
|
255
250
|
},
|
|
@@ -349,5 +344,5 @@
|
|
|
349
344
|
]
|
|
350
345
|
}
|
|
351
346
|
},
|
|
352
|
-
"version": "0.19.0-beta.
|
|
347
|
+
"version": "0.19.0-beta.772"
|
|
353
348
|
}
|