@jobber/hooks 2.9.2-CJS-to-ESM.24 → 2.9.2-CJS-to-ESM.25

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/README.mdx +4 -0
  2. package/package.json +2 -2
package/README.mdx CHANGED
@@ -18,3 +18,7 @@ Shared hooks for components in Atlantis.
18
18
  ## Installing
19
19
 
20
20
  `npm install hooks @jobber/hooks`
21
+
22
+ ## Additional Information
23
+
24
+ Additional Information
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jobber/hooks",
3
3
  "type": "module",
4
- "version": "2.9.2-CJS-to-ESM.24+fc11686d",
4
+ "version": "2.9.2-CJS-to-ESM.25+49dd6c5a",
5
5
  "license": "MIT",
6
6
  "types": "./dist/index.d.ts",
7
7
  "main": "./dist/index.cjs",
@@ -125,5 +125,5 @@
125
125
  "@apollo/client": "^3.0.0",
126
126
  "react": "^18"
127
127
  },
128
- "gitHead": "fc11686d6808d31f10d8dae59119207a6302928b"
128
+ "gitHead": "49dd6c5aeb9be3fb05b1fc5777b7222522d66399"
129
129
  }