valdres 0.2.0-alpha.53 → 0.2.0-alpha.54

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 +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -770,7 +770,7 @@ var store = (id) => {
770
770
  return storeFromStoreData(data);
771
771
  };
772
772
  // package.json
773
- var version = "0.2.0-alpha.52";
773
+ var version = "0.2.0-alpha.53";
774
774
 
775
775
  // src/globalStore.ts
776
776
  if (globalThis.__valdres__) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valdres",
3
- "version": "0.2.0-alpha.53",
3
+ "version": "0.2.0-alpha.54",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Eigil Sagafos"
@@ -36,5 +36,5 @@
36
36
  "access": "public",
37
37
  "registry": "https://registry.npmjs.org/"
38
38
  },
39
- "gitHead": "97fd43c4334c52ccef7a4e0aa8e68b7844ef05d6"
39
+ "gitHead": "004a507782c3fefd0bde0e9e43595838e5957caa"
40
40
  }