@redotech/redo-hydrogen 1.2.0 → 1.2.1

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/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### 1.2.1
2
+
3
+ - Fix root types exports
4
+
1
5
  ### 1.2.0
2
6
 
3
7
  - If cart is a CartWithActionsDocs, use those cart manipulation functions instead of fetchers
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@redotech/redo-hydrogen",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Utilities to enable and disable Redo coverage on Hydrogen stores",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
7
- "types": "dist/index.d.ts",
7
+ "types": "dist/types.d.ts",
8
8
  "scripts": {
9
9
  "dev": "rollup -c --watch --bundleConfigAsCjs"
10
10
  },