@shopgate/engage 7.31.8 → 7.31.9-beta.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.
@@ -28,6 +28,7 @@ export { generateGoogleMapsDirectionsUrl } from "./googleMaps";
28
28
  export { getDeviceTypeForCms } from "./deviceType";
29
29
  export { default as logGroup } from "@shopgate/pwa-core/helpers/logGroup";
30
30
  export { default as decodeHTML } from "@shopgate/pwa-common/helpers/html/decodeHTML";
31
+ export { default as htmlToText } from "@shopgate/pwa-common/helpers/html/htmlToText";
31
32
  export { default as parseHTML } from "@shopgate/pwa-common/helpers/html/parseHTML";
32
33
  export { default as getTranslator } from "@shopgate/pwa-common/helpers/i18n/getTranslator";
33
34
  export { default as getPriceFormatter } from "@shopgate/pwa-common/helpers/i18n/getPriceFormatter";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../core/helpers/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yDAOO,qCAAqC;uBAArC,qCAAqC;wBAArC,qCAAqC;yCAArC,qCAAqC;yCAArC,qCAAqC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../core/helpers/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yDAOO,qCAAqC;uBAArC,qCAAqC;wBAArC,qCAAqC;yCAArC,qCAAqC;yCAArC,qCAAqC"}
@@ -31,6 +31,7 @@ export * from '@shopgate/pwa-common/helpers/date';
31
31
  export * from '@shopgate/pwa-common/helpers/dom';
32
32
  export { env, isDev, isProd, isRemote, isStaging, isLinux, isWindows } from '@shopgate/pwa-common/helpers/environment';
33
33
  export { default as decodeHTML } from '@shopgate/pwa-common/helpers/html/decodeHTML';
34
+ export { default as htmlToText } from '@shopgate/pwa-common/helpers/html/htmlToText';
34
35
  export * from '@shopgate/pwa-common/helpers/html/handleDOM';
35
36
  export { default as parseHTML } from '@shopgate/pwa-common/helpers/html/parseHTML';
36
37
  export { default as getTranslator } from '@shopgate/pwa-common/helpers/i18n/getTranslator';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopgate/engage",
3
- "version": "7.31.8",
3
+ "version": "7.31.9-beta.1",
4
4
  "description": "Shopgate's ENGAGE library.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Shopgate <support@shopgate.com>",
@@ -18,12 +18,12 @@
18
18
  "dependencies": {
19
19
  "@emotion/react": "^11.14.0",
20
20
  "@shopgate/native-modules": "1.0.0-beta.34",
21
- "@shopgate/pwa-common": "7.31.8",
22
- "@shopgate/pwa-common-commerce": "7.31.8",
23
- "@shopgate/pwa-core": "7.31.8",
24
- "@shopgate/pwa-ui-ios": "7.31.8",
25
- "@shopgate/pwa-ui-material": "7.31.8",
26
- "@shopgate/pwa-ui-shared": "7.31.8",
21
+ "@shopgate/pwa-common": "7.31.9-beta.1",
22
+ "@shopgate/pwa-common-commerce": "7.31.9-beta.1",
23
+ "@shopgate/pwa-core": "7.31.9-beta.1",
24
+ "@shopgate/pwa-ui-ios": "7.31.9-beta.1",
25
+ "@shopgate/pwa-ui-material": "7.31.9-beta.1",
26
+ "@shopgate/pwa-ui-shared": "7.31.9-beta.1",
27
27
  "@stripe/react-stripe-js": "^1.16.5",
28
28
  "@stripe/stripe-js": "^1.44.1",
29
29
  "@virtuous/conductor": "~2.5.0",