valdres 0.2.0-alpha.41 → 0.2.0-alpha.42

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
@@ -693,7 +693,7 @@ var store = (id) => {
693
693
  return storeFromStoreData(data);
694
694
  };
695
695
  // package.json
696
- var version = "0.2.0-alpha.40";
696
+ var version = "0.2.0-alpha.42";
697
697
 
698
698
  // src/globalStore.ts
699
699
  if (globalThis.__valdres__) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valdres",
3
- "version": "0.2.0-alpha.41",
3
+ "version": "0.2.0-alpha.42",
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": "052775e54393429f2109353e91504214377b30f0"
39
+ "gitHead": "b4c3c333ef7903df31f8ef7cedd40b23e56e5dc4"
40
40
  }