valdres 0.2.0-pre.18 → 0.2.0-pre.19
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1470,9 +1470,9 @@ var isFamilySelector = (state) => isFamilyState(state) && isSelector(state);
|
|
|
1470
1470
|
|
|
1471
1471
|
// src/index.ts
|
|
1472
1472
|
if (globalThis.__valdres__) {
|
|
1473
|
-
throw new Error(`Error! An instance of valdres is already loaded. Loaded: ${globalThis.__valdres__}. Attempted to load: ${"0.2.0-pre.
|
|
1473
|
+
throw new Error(`Error! An instance of valdres is already loaded. Loaded: ${globalThis.__valdres__}. Attempted to load: ${"0.2.0-pre.19"}`);
|
|
1474
1474
|
} else {
|
|
1475
|
-
globalThis.__valdres__ = "0.2.0-pre.
|
|
1475
|
+
globalThis.__valdres__ = "0.2.0-pre.19";
|
|
1476
1476
|
}
|
|
1477
1477
|
export {
|
|
1478
1478
|
store,
|