@absolutejs/absolute 0.19.0-beta.51 → 0.19.0-beta.52

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.51",
3
+ "version": "0.19.0-beta.52",
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.51",
3
+ "version": "0.19.0-beta.52",
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.51",
3
+ "version": "0.19.0-beta.52",
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.51",
3
+ "version": "0.19.0-beta.52",
4
4
  "description": "Native optimizations for AbsoluteJS (linux x64)",
5
5
  "license": "BSL-1.1",
6
6
  "os": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/native-windows-arm64",
3
- "version": "0.19.0-beta.51",
3
+ "version": "0.19.0-beta.52",
4
4
  "description": "Native optimizations for AbsoluteJS (windows arm64)",
5
5
  "license": "BSL-1.1",
6
6
  "os": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@absolutejs/native-windows-x64",
3
- "version": "0.19.0-beta.51",
3
+ "version": "0.19.0-beta.52",
4
4
  "description": "Native optimizations for AbsoluteJS (windows x64)",
5
5
  "license": "BSL-1.1",
6
6
  "os": [
package/package.json CHANGED
@@ -138,12 +138,12 @@
138
138
  }
139
139
  },
140
140
  "optionalDependencies": {
141
- "@absolutejs/native-darwin-arm64": "0.19.0-beta.51",
142
- "@absolutejs/native-darwin-x64": "0.19.0-beta.51",
143
- "@absolutejs/native-linux-arm64": "0.19.0-beta.51",
144
- "@absolutejs/native-linux-x64": "0.19.0-beta.51",
145
- "@absolutejs/native-windows-arm64": "0.19.0-beta.51",
146
- "@absolutejs/native-windows-x64": "0.19.0-beta.51"
141
+ "@absolutejs/native-darwin-arm64": "0.19.0-beta.52",
142
+ "@absolutejs/native-darwin-x64": "0.19.0-beta.52",
143
+ "@absolutejs/native-linux-arm64": "0.19.0-beta.52",
144
+ "@absolutejs/native-linux-x64": "0.19.0-beta.52",
145
+ "@absolutejs/native-windows-arm64": "0.19.0-beta.52",
146
+ "@absolutejs/native-windows-x64": "0.19.0-beta.52"
147
147
  },
148
148
  "repository": {
149
149
  "type": "git",
@@ -164,5 +164,5 @@
164
164
  "typecheck": "bun run vue-tsc --noEmit"
165
165
  },
166
166
  "types": "./dist/src/index.d.ts",
167
- "version": "0.19.0-beta.51"
167
+ "version": "0.19.0-beta.52"
168
168
  }