@woosmap/ui 4.226.22 → 4.227.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@woosmap/ui",
3
- "version": "4.226.22",
3
+ "version": "4.227.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/WebGeoServices/ui.git"
@@ -266,6 +266,6 @@ PricingSimulator.defaultProps = { currency: '€', planId: 'plan_ohNpgeVMtJ3veT'
266
266
 
267
267
  PricingSimulator.propTypes = {
268
268
  currency: PropTypes.string,
269
- hlPricings: PropTypes.object.isRequired,
269
+ hlPricings: PropTypes.array.isRequired,
270
270
  planId: PropTypes.string,
271
271
  };