@absolutejs/absolute 0.19.0-beta.549 → 0.19.0-beta.550

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
@@ -228,12 +228,12 @@
228
228
  "main": "./dist/index.js",
229
229
  "name": "@absolutejs/absolute",
230
230
  "optionalDependencies": {
231
- "@absolutejs/native-darwin-arm64": "0.19.0-beta.549",
232
- "@absolutejs/native-darwin-x64": "0.19.0-beta.549",
233
- "@absolutejs/native-linux-arm64": "0.19.0-beta.549",
234
- "@absolutejs/native-linux-x64": "0.19.0-beta.549",
235
- "@absolutejs/native-windows-arm64": "0.19.0-beta.549",
236
- "@absolutejs/native-windows-x64": "0.19.0-beta.549"
231
+ "@absolutejs/native-darwin-arm64": "0.19.0-beta.550",
232
+ "@absolutejs/native-darwin-x64": "0.19.0-beta.550",
233
+ "@absolutejs/native-linux-arm64": "0.19.0-beta.550",
234
+ "@absolutejs/native-linux-x64": "0.19.0-beta.550",
235
+ "@absolutejs/native-windows-arm64": "0.19.0-beta.550",
236
+ "@absolutejs/native-windows-x64": "0.19.0-beta.550"
237
237
  },
238
238
  "overrides": {
239
239
  "@typescript-eslint/utils": "8.56.1"
@@ -314,5 +314,5 @@
314
314
  "typecheck": "bun run src/cli/index.ts typecheck --config example/absolute.config.ts"
315
315
  },
316
316
  "types": "./dist/src/index.d.ts",
317
- "version": "0.19.0-beta.549"
317
+ "version": "0.19.0-beta.550"
318
318
  }