@absolutejs/absolute 0.19.0-beta.7 → 0.19.0-beta.8

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.7",
3
+ "version": "0.19.0-beta.8",
4
4
  "description": "Native optimizations for AbsoluteJS (darwin 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.7",
3
+ "version": "0.19.0-beta.8",
4
4
  "description": "Native optimizations for AbsoluteJS (darwin 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.7",
3
+ "version": "0.19.0-beta.8",
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.7",
3
+ "version": "0.19.0-beta.8",
4
4
  "description": "Native optimizations for AbsoluteJS (linux x64)",
5
5
  "license": "BSL-1.1",
6
6
  "os": [
package/package.json CHANGED
@@ -138,10 +138,10 @@
138
138
  }
139
139
  },
140
140
  "optionalDependencies": {
141
- "@absolutejs/native-darwin-arm64": "0.19.0-beta.7",
142
- "@absolutejs/native-darwin-x64": "0.19.0-beta.7",
143
- "@absolutejs/native-linux-arm64": "0.19.0-beta.7",
144
- "@absolutejs/native-linux-x64": "0.19.0-beta.7"
141
+ "@absolutejs/native-darwin-arm64": "0.19.0-beta.8",
142
+ "@absolutejs/native-darwin-x64": "0.19.0-beta.8",
143
+ "@absolutejs/native-linux-arm64": "0.19.0-beta.8",
144
+ "@absolutejs/native-linux-x64": "0.19.0-beta.8"
145
145
  },
146
146
  "repository": {
147
147
  "type": "git",
@@ -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.7"
165
+ "version": "0.19.0-beta.8"
166
166
  }