@absolutejs/absolute 0.19.0-beta.353 → 0.19.0-beta.354

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.
Files changed (1) hide show
  1. package/package.json +7 -8
package/package.json CHANGED
@@ -4,7 +4,6 @@
4
4
  "absolute": "dist/cli/index.js"
5
5
  },
6
6
  "dependencies": {
7
- "@absolutejs/absolute": "0.19.0-beta.345",
8
7
  "@angular/compiler": "^21.0.0",
9
8
  "zustand": "^5.0.12"
10
9
  },
@@ -221,12 +220,12 @@
221
220
  "main": "./dist/index.js",
222
221
  "name": "@absolutejs/absolute",
223
222
  "optionalDependencies": {
224
- "@absolutejs/native-darwin-arm64": "0.19.0-beta.353",
225
- "@absolutejs/native-darwin-x64": "0.19.0-beta.353",
226
- "@absolutejs/native-linux-arm64": "0.19.0-beta.353",
227
- "@absolutejs/native-linux-x64": "0.19.0-beta.353",
228
- "@absolutejs/native-windows-arm64": "0.19.0-beta.353",
229
- "@absolutejs/native-windows-x64": "0.19.0-beta.353"
223
+ "@absolutejs/native-darwin-arm64": "0.19.0-beta.354",
224
+ "@absolutejs/native-darwin-x64": "0.19.0-beta.354",
225
+ "@absolutejs/native-linux-arm64": "0.19.0-beta.354",
226
+ "@absolutejs/native-linux-x64": "0.19.0-beta.354",
227
+ "@absolutejs/native-windows-arm64": "0.19.0-beta.354",
228
+ "@absolutejs/native-windows-x64": "0.19.0-beta.354"
230
229
  },
231
230
  "overrides": {
232
231
  "@typescript-eslint/utils": "8.56.1"
@@ -307,5 +306,5 @@
307
306
  "typecheck": "bun run src/cli/index.ts typecheck --config example/absolute.config.ts"
308
307
  },
309
308
  "types": "./dist/src/index.d.ts",
310
- "version": "0.19.0-beta.353"
309
+ "version": "0.19.0-beta.354"
311
310
  }