valdres 0.2.0-pre.6 → 0.2.0-pre.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1301,9 +1301,9 @@ var isFamilySelector = (state) => isFamilyState(state) && isSelector(state);
1301
1301
 
1302
1302
  // src/index.ts
1303
1303
  if (globalThis.__valdres__) {
1304
- throw new Error(`Error! An instance of valdres is already loaded. Loaded: ${globalThis.__valdres__}. Attempted to load: ${"0.2.0-pre.6"}`);
1304
+ throw new Error(`Error! An instance of valdres is already loaded. Loaded: ${globalThis.__valdres__}. Attempted to load: ${"0.2.0-pre.8"}`);
1305
1305
  } else {
1306
- globalThis.__valdres__ = "0.2.0-pre.6";
1306
+ globalThis.__valdres__ = "0.2.0-pre.8";
1307
1307
  }
1308
1308
  export {
1309
1309
  store,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valdres",
3
- "version": "0.2.0-pre.6",
3
+ "version": "0.2.0-pre.8",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Eigil Sagafos"