@absolutejs/absolute 0.19.0-beta.693 → 0.19.0-beta.695

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
@@ -41,6 +41,7 @@
41
41
  "react-dom": "19.2.1",
42
42
  "react-refresh": "0.18.0",
43
43
  "sass": "^1.99.0",
44
+ "stylus": "^0.64.0",
44
45
  "svelte": "5.55.0",
45
46
  "svelte-check": "^4.4.5",
46
47
  "tailwindcss": "4.1.7",
@@ -218,12 +219,12 @@
218
219
  "main": "./dist/index.js",
219
220
  "name": "@absolutejs/absolute",
220
221
  "optionalDependencies": {
221
- "@absolutejs/native-darwin-arm64": "0.19.0-beta.693",
222
- "@absolutejs/native-darwin-x64": "0.19.0-beta.693",
223
- "@absolutejs/native-linux-arm64": "0.19.0-beta.693",
224
- "@absolutejs/native-linux-x64": "0.19.0-beta.693",
225
- "@absolutejs/native-windows-arm64": "0.19.0-beta.693",
226
- "@absolutejs/native-windows-x64": "0.19.0-beta.693"
222
+ "@absolutejs/native-darwin-arm64": "0.19.0-beta.695",
223
+ "@absolutejs/native-darwin-x64": "0.19.0-beta.695",
224
+ "@absolutejs/native-linux-arm64": "0.19.0-beta.695",
225
+ "@absolutejs/native-linux-x64": "0.19.0-beta.695",
226
+ "@absolutejs/native-windows-arm64": "0.19.0-beta.695",
227
+ "@absolutejs/native-windows-x64": "0.19.0-beta.695"
227
228
  },
228
229
  "overrides": {
229
230
  "@typescript-eslint/utils": "8.56.1"
@@ -237,11 +238,13 @@
237
238
  "@angular/ssr": "^21.0.0",
238
239
  "elysia": "^1.4.0",
239
240
  "less": "^4.6.0",
241
+ "postcss": "^8.5.0",
240
242
  "react": "^19.2.0",
241
243
  "react-dom": "^19.2.0",
242
244
  "react-refresh": "^0.18.0",
243
245
  "sass": "^1.99.0",
244
246
  "sharp": ">=0.33.0",
247
+ "stylus": "^0.64.0",
245
248
  "svelte": "^5.35.2",
246
249
  "typescript": "^5.9.3",
247
250
  "vue": "^3.5.27",
@@ -269,6 +272,9 @@
269
272
  "less": {
270
273
  "optional": true
271
274
  },
275
+ "postcss": {
276
+ "optional": true
277
+ },
272
278
  "react": {
273
279
  "optional": true
274
280
  },
@@ -284,6 +290,9 @@
284
290
  "sharp": {
285
291
  "optional": true
286
292
  },
293
+ "stylus": {
294
+ "optional": true
295
+ },
287
296
  "svelte": {
288
297
  "optional": true
289
298
  },
@@ -316,5 +325,5 @@
316
325
  "typecheck": "bun run src/cli/index.ts typecheck --config example/absolute.config.ts"
317
326
  },
318
327
  "types": "./dist/src/index.d.ts",
319
- "version": "0.19.0-beta.693"
328
+ "version": "0.19.0-beta.695"
320
329
  }