@absolutejs/absolute 0.19.0-beta.645 → 0.19.0-beta.646
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 +7 -7
package/package.json
CHANGED
|
@@ -286,12 +286,12 @@
|
|
|
286
286
|
"main": "./dist/index.js",
|
|
287
287
|
"name": "@absolutejs/absolute",
|
|
288
288
|
"optionalDependencies": {
|
|
289
|
-
"@absolutejs/native-darwin-arm64": "0.19.0-beta.
|
|
290
|
-
"@absolutejs/native-darwin-x64": "0.19.0-beta.
|
|
291
|
-
"@absolutejs/native-linux-arm64": "0.19.0-beta.
|
|
292
|
-
"@absolutejs/native-linux-x64": "0.19.0-beta.
|
|
293
|
-
"@absolutejs/native-windows-arm64": "0.19.0-beta.
|
|
294
|
-
"@absolutejs/native-windows-x64": "0.19.0-beta.
|
|
289
|
+
"@absolutejs/native-darwin-arm64": "0.19.0-beta.646",
|
|
290
|
+
"@absolutejs/native-darwin-x64": "0.19.0-beta.646",
|
|
291
|
+
"@absolutejs/native-linux-arm64": "0.19.0-beta.646",
|
|
292
|
+
"@absolutejs/native-linux-x64": "0.19.0-beta.646",
|
|
293
|
+
"@absolutejs/native-windows-arm64": "0.19.0-beta.646",
|
|
294
|
+
"@absolutejs/native-windows-x64": "0.19.0-beta.646"
|
|
295
295
|
},
|
|
296
296
|
"overrides": {
|
|
297
297
|
"@typescript-eslint/utils": "8.56.1"
|
|
@@ -373,5 +373,5 @@
|
|
|
373
373
|
"typecheck": "bun run src/cli/index.ts typecheck --config example/absolute.config.ts"
|
|
374
374
|
},
|
|
375
375
|
"types": "./dist/src/index.d.ts",
|
|
376
|
-
"version": "0.19.0-beta.
|
|
376
|
+
"version": "0.19.0-beta.646"
|
|
377
377
|
}
|