@absolutejs/absolute 0.19.0-beta.2 → 0.19.0-beta.3

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/native-darwin-arm64",
3
- "version": "0.19.0-beta.2",
3
+ "version": "0.19.0-beta.3",
4
4
  "description": "Native optimizations for AbsoluteJS (macOS arm64)",
5
5
  "license": "BSL-1.1",
6
6
  "os": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/native-darwin-x64",
3
- "version": "0.19.0-beta.2",
3
+ "version": "0.19.0-beta.3",
4
4
  "description": "Native optimizations for AbsoluteJS (macOS x64)",
5
5
  "license": "BSL-1.1",
6
6
  "os": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/native-linux-arm64",
3
- "version": "0.19.0-beta.2",
3
+ "version": "0.19.0-beta.3",
4
4
  "description": "Native optimizations for AbsoluteJS (Linux arm64)",
5
5
  "license": "BSL-1.1",
6
6
  "os": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/native-linux-x64",
3
- "version": "0.19.0-beta.2",
3
+ "version": "0.19.0-beta.3",
4
4
  "description": "Native optimizations for AbsoluteJS (Linux x64)",
5
5
  "license": "BSL-1.1",
6
6
  "os": [
package/package.json CHANGED
@@ -162,5 +162,5 @@
162
162
  "typecheck": "bun run vue-tsc --noEmit"
163
163
  },
164
164
  "types": "./dist/src/index.d.ts",
165
- "version": "0.19.0-beta.2"
165
+ "version": "0.19.0-beta.3"
166
166
  }