@absolutejs/absolute 0.19.0-beta.146 → 0.19.0-beta.147

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.
@@ -139,6 +139,7 @@ export const handleVueUpdate = (message: {
139
139
  data: {
140
140
  cssBaseName?: string;
141
141
  cssUrl?: string;
142
+ forceReload?: boolean;
142
143
  html?: string;
143
144
  manifest?: Record<string, string>;
144
145
  pageModuleUrl?: string;
package/package.json CHANGED
@@ -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.146"
167
+ "version": "0.19.0-beta.147"
168
168
  }