@wooksjs/event-core 0.7.5 → 0.7.7

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.cjs CHANGED
@@ -305,7 +305,7 @@ function resetContextInjector() {
305
305
  //#region packages/event-core/src/storage.ts
306
306
  const STORAGE_KEY = Symbol.for("wooks.core.asyncStorage");
307
307
  const VERSION_KEY = Symbol.for("wooks.core.asyncStorage.version");
308
- const CURRENT_VERSION = "0.7.4";
308
+ const CURRENT_VERSION = "0.7.6";
309
309
  const _g = globalThis;
310
310
  if (_g[STORAGE_KEY]) {
311
311
  if (_g[VERSION_KEY] !== CURRENT_VERSION) throw new Error(`[wooks] Incompatible versions of @wooksjs/event-core detected: existing v${_g[VERSION_KEY]}, loading v${CURRENT_VERSION}. All packages must use the same @wooksjs/event-core version.`);
package/dist/index.mjs CHANGED
@@ -282,7 +282,7 @@ function resetContextInjector() {
282
282
  //#region packages/event-core/src/storage.ts
283
283
  const STORAGE_KEY = Symbol.for("wooks.core.asyncStorage");
284
284
  const VERSION_KEY = Symbol.for("wooks.core.asyncStorage.version");
285
- const CURRENT_VERSION = "0.7.4";
285
+ const CURRENT_VERSION = "0.7.6";
286
286
  const _g = globalThis;
287
287
  if (_g[STORAGE_KEY]) {
288
288
  if (_g[VERSION_KEY] !== CURRENT_VERSION) throw new Error(`[wooks] Incompatible versions of @wooksjs/event-core detected: existing v${_g[VERSION_KEY]}, loading v${CURRENT_VERSION}. All packages must use the same @wooksjs/event-core version.`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wooksjs/event-core",
3
- "version": "0.7.5",
3
+ "version": "0.7.7",
4
4
  "description": "@wooksjs/event-core",
5
5
  "keywords": [
6
6
  "composables",