valdres 0.2.0-alpha.33 → 0.2.0-alpha.34

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
@@ -611,7 +611,7 @@ var store = (id) => {
611
611
  return storeFromStoreData(data);
612
612
  };
613
613
  // package.json
614
- var version = "0.2.0-alpha.32";
614
+ var version = "0.2.0-alpha.33";
615
615
 
616
616
  // src/globalStore.ts
617
617
  if (globalThis.__valdres__) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valdres",
3
- "version": "0.2.0-alpha.33",
3
+ "version": "0.2.0-alpha.34",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "Eigil Sagafos"
@@ -39,5 +39,5 @@
39
39
  "access": "public",
40
40
  "registry": "https://registry.npmjs.org/"
41
41
  },
42
- "gitHead": "f448900ed90c983933b76789b8345d2c9e929627"
42
+ "gitHead": "9716becae66dc7c18d4a4b3da4dbd6a1b5820cfb"
43
43
  }