@microsoft/omnichannel-chat-widget 1.7.2-main.7ef43a9 → 1.7.2-main.f6bd5f2

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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/omnichannel-chat-widget",
3
- "version": "1.7.2-main.7ef43a9",
3
+ "version": "1.7.2-main.f6bd5f2",
4
4
  "description": "Microsoft Omnichannel Chat Widget",
5
5
  "main": "lib/cjs/index.js",
6
6
  "types": "lib/types/index.d.ts",
@@ -75,7 +75,7 @@
75
75
  },
76
76
  "dependencies": {
77
77
  "@microsoft/omnichannel-chat-components": "1.1.5",
78
- "@microsoft/omnichannel-chat-sdk": "^1.9.4",
78
+ "@microsoft/omnichannel-chat-sdk": "^1.9.5",
79
79
  "abort-controller-es5": "^2.0.1",
80
80
  "dompurify": "^2.3.4",
81
81
  "markdown-it": "^12.3.2",
@@ -101,6 +101,7 @@
101
101
  "test:all": "yarn test:unit && yarn test:visual",
102
102
  "build:esm": "babel ./src --config-file ./babel.esm.config.json --out-dir lib/esm --extensions .ts,.js,.tsx --ignore **/*.test.ts,**/*.stories.tsx,**/*.test.tsx,**/*.spec.ts,**/*.spec.tsx",
103
103
  "build:cjs": "babel ./src --config-file ./babel.config.json --out-dir lib/cjs --extensions .ts,.js,.tsx --ignore **/*.test.ts,**/*.stories.tsx,**/*.test.tsx,**/*.spec.ts,**/*.spec.tsx",
104
+ "build:umd": "webpack --config ./webpack.umd.config.cjs",
104
105
  "verify": "yarn install && yarn build-storybook && yarn test:all && yarn build && yarn storybook",
105
106
  "testpack": "yarn build && yarn pack",
106
107
  "build-sample": "yarn build && webpack --config ./webpack.config.cjs",