@jobber/components 4.85.6-CJS-to-ESM.22 → 4.85.6-CJS-to-ESM.24

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.md +0 -4
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -34,7 +34,3 @@ export default function MyComponent() {
34
34
 
35
35
  More information on Atlantis can be found at
36
36
  [https://atlantis.getjobber.com](https://atlantis.getjobber.com).
37
-
38
- ## Additional Information
39
-
40
- Additional Informations
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "4.85.6-CJS-to-ESM.22+0b993df6",
3
+ "version": "4.85.6-CJS-to-ESM.24+db24dcb7",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -450,7 +450,6 @@
450
450
  "typescript": "^4.9.5"
451
451
  },
452
452
  "peerDependencies": {
453
- "@jobber/hooks": "^2.9.1",
454
453
  "react": "^18",
455
454
  "react-dom": "^18"
456
455
  },
@@ -459,5 +458,5 @@
459
458
  "> 1%",
460
459
  "IE 10"
461
460
  ],
462
- "gitHead": "0b993df6d3085ac7817f1e8ad1b456d8119297bc"
461
+ "gitHead": "db24dcb7a2a125f81b20e206b5a94245b5a8a914"
463
462
  }