@crystaldesign/product-handler 25.14.0-beta.46 → 25.14.0-beta.48

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.
@@ -2833,9 +2833,9 @@ _defineProperty__default["default"](ProductHandlerAbstract, "standardBaseDataFie
2833
2833
  }],
2834
2834
  fieldType: 'BASE'
2835
2835
  }, {
2836
- field: 'customFlags.readyForSlider.organizations',
2836
+ field: 'customFlags.readyForSlider',
2837
2837
  type: 'boolean',
2838
- dataType: 'organizationIdArray',
2838
+ dataType: 'boolean',
2839
2839
  title: 'customFlags.readyForSlider',
2840
2840
  fieldType: 'BASE'
2841
2841
  }]);
@@ -2815,9 +2815,9 @@ _defineProperty(ProductHandlerAbstract, "standardBaseDataFields", [{
2815
2815
  }],
2816
2816
  fieldType: 'BASE'
2817
2817
  }, {
2818
- field: 'customFlags.readyForSlider.organizations',
2818
+ field: 'customFlags.readyForSlider',
2819
2819
  type: 'boolean',
2820
- dataType: 'organizationIdArray',
2820
+ dataType: 'boolean',
2821
2821
  title: 'customFlags.readyForSlider',
2822
2822
  fieldType: 'BASE'
2823
2823
  }]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crystaldesign/product-handler",
3
- "version": "25.14.0-beta.46",
3
+ "version": "25.14.0-beta.48",
4
4
  "peerDependencies": {
5
5
  "@crystaldesign/basket-model": "*",
6
6
  "@crystaldesign/diva-utils": "*"
@@ -12,5 +12,5 @@
12
12
  "dependencies": {
13
13
  "classnames": "^2.5.1"
14
14
  },
15
- "gitHead": "2d7bb4bf2e9d92f3731963510ab62140a21d0cb5"
15
+ "gitHead": "072fd984c050f5c14b420a4251ebd0dc82176a72"
16
16
  }