@absolutejs/absolute 0.19.0-beta.601 → 0.19.0-beta.602

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
@@ -240,12 +240,12 @@
240
240
  "main": "./dist/index.js",
241
241
  "name": "@absolutejs/absolute",
242
242
  "optionalDependencies": {
243
- "@absolutejs/native-darwin-arm64": "0.19.0-beta.601",
244
- "@absolutejs/native-darwin-x64": "0.19.0-beta.601",
245
- "@absolutejs/native-linux-arm64": "0.19.0-beta.601",
246
- "@absolutejs/native-linux-x64": "0.19.0-beta.601",
247
- "@absolutejs/native-windows-arm64": "0.19.0-beta.601",
248
- "@absolutejs/native-windows-x64": "0.19.0-beta.601"
243
+ "@absolutejs/native-darwin-arm64": "0.19.0-beta.602",
244
+ "@absolutejs/native-darwin-x64": "0.19.0-beta.602",
245
+ "@absolutejs/native-linux-arm64": "0.19.0-beta.602",
246
+ "@absolutejs/native-linux-x64": "0.19.0-beta.602",
247
+ "@absolutejs/native-windows-arm64": "0.19.0-beta.602",
248
+ "@absolutejs/native-windows-x64": "0.19.0-beta.602"
249
249
  },
250
250
  "overrides": {
251
251
  "@typescript-eslint/utils": "8.56.1"
@@ -326,5 +326,5 @@
326
326
  "typecheck": "bun run src/cli/index.ts typecheck --config example/absolute.config.ts"
327
327
  },
328
328
  "types": "./dist/src/index.d.ts",
329
- "version": "0.19.0-beta.601"
329
+ "version": "0.19.0-beta.602"
330
330
  }