@absolutejs/absolute 0.19.0-beta.692 → 0.19.0-beta.694

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.692",
222
- "@absolutejs/native-darwin-x64": "0.19.0-beta.692",
223
- "@absolutejs/native-linux-arm64": "0.19.0-beta.692",
224
- "@absolutejs/native-linux-x64": "0.19.0-beta.692",
225
- "@absolutejs/native-windows-arm64": "0.19.0-beta.692",
226
- "@absolutejs/native-windows-x64": "0.19.0-beta.692"
222
+ "@absolutejs/native-darwin-arm64": "0.19.0-beta.694",
223
+ "@absolutejs/native-darwin-x64": "0.19.0-beta.694",
224
+ "@absolutejs/native-linux-arm64": "0.19.0-beta.694",
225
+ "@absolutejs/native-linux-x64": "0.19.0-beta.694",
226
+ "@absolutejs/native-windows-arm64": "0.19.0-beta.694",
227
+ "@absolutejs/native-windows-x64": "0.19.0-beta.694"
227
228
  },
228
229
  "overrides": {
229
230
  "@typescript-eslint/utils": "8.56.1"
@@ -242,6 +243,7 @@
242
243
  "react-refresh": "^0.18.0",
243
244
  "sass": "^1.99.0",
244
245
  "sharp": ">=0.33.0",
246
+ "stylus": "^0.64.0",
245
247
  "svelte": "^5.35.2",
246
248
  "typescript": "^5.9.3",
247
249
  "vue": "^3.5.27",
@@ -284,6 +286,9 @@
284
286
  "sharp": {
285
287
  "optional": true
286
288
  },
289
+ "stylus": {
290
+ "optional": true
291
+ },
287
292
  "svelte": {
288
293
  "optional": true
289
294
  },
@@ -316,5 +321,5 @@
316
321
  "typecheck": "bun run src/cli/index.ts typecheck --config example/absolute.config.ts"
317
322
  },
318
323
  "types": "./dist/src/index.d.ts",
319
- "version": "0.19.0-beta.692"
324
+ "version": "0.19.0-beta.694"
320
325
  }