@absolutejs/absolute 0.18.2-beta.6 → 0.18.2-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.
package/dist/index.js CHANGED
@@ -171699,6 +171699,7 @@ var createHMRState = (config) => ({
171699
171699
  resolvedPaths: resolveBuildPaths(config),
171700
171700
  sourceFileVersions: new Map,
171701
171701
  vueChangeTypes: new Map,
171702
+ rebuildCount: 0,
171702
171703
  watchers: []
171703
171704
  }), incrementSourceFileVersion = (state, filePath) => {
171704
171705
  const currentVersion = state.sourceFileVersions.get(filePath) || 0;
@@ -173611,6 +173612,7 @@ var FRAMEWORK_DIR_KEYS, reloadConfig = async () => {
173611
173612
  await populateAssetStore(state.assetStore, cached.manifest, state.resolvedPaths.buildDir);
173612
173613
  await cleanStaleAssets(state.assetStore, cached.manifest, state.resolvedPaths.buildDir);
173613
173614
  }
173615
+ state.rebuildCount++;
173614
173616
  } catch {} finally {
173615
173617
  state.isRebuilding = false;
173616
173618
  state.fileChangeQueue.clear();
@@ -173781,6 +173783,7 @@ var STORE_KEY = "__elysiaStore", getGlobalValue = (key) => Reflect.get(globalThi
173781
173783
  connectedClients: hmrState2.connectedClients.size,
173782
173784
  isRebuilding: hmrState2.isRebuilding,
173783
173785
  manifestKeys: Object.keys(manifest),
173786
+ rebuildCount: hmrState2.rebuildCount,
173784
173787
  rebuildQueue: Array.from(hmrState2.rebuildQueue),
173785
173788
  timestamp: Date.now()
173786
173789
  }));
@@ -174170,5 +174173,5 @@ export {
174170
174173
  ANGULAR_INIT_TIMEOUT_MS
174171
174174
  };
174172
174175
 
174173
- //# debugId=672A2D97CCCA03A964756E2164756E21
174176
+ //# debugId=710FF1B92FAE966964756E2164756E21
174174
174177
  //# sourceMappingURL=index.js.map