botframework-webchat 4.15.3-main.20220628.9428638 → 4.15.3-main.20220706.75d867c

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/lib/addVersion.js CHANGED
@@ -28,7 +28,7 @@ function setMetaTag(name, content) {
28
28
 
29
29
  function addVersion(variant) {
30
30
  setMetaTag('botframework-webchat:bundle:variant', variant);
31
- setMetaTag('botframework-webchat:bundle:version', "4.15.3-main.20220628.9428638");
31
+ setMetaTag('botframework-webchat:bundle:version', "4.15.3-main.20220706.75d867c");
32
32
  setMetaTag('botframework-webchat:core:version', _botframeworkWebchatCore.version);
33
33
  setMetaTag('botframework-webchat:ui:version', _botframeworkWebchatComponent.version);
34
34
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "botframework-webchat",
3
- "version": "4.15.3-main.20220628.9428638",
3
+ "version": "4.15.3-main.20220706.75d867c",
4
4
  "description": "A highly-customizable web-based chat client for Azure Bot Services.",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -35,10 +35,10 @@
35
35
  "precommit": "npm run precommit:eslint -- src && npm run precommit:typecheck",
36
36
  "precommit:eslint": "../../node_modules/.bin/eslint --report-unused-disable-directives --max-warnings 0",
37
37
  "precommit:typecheck": "tsc --project ./src --emitDeclarationOnly false --esModuleInterop true --noEmit --pretty false",
38
- "start": "concurrently --kill-others --names \"babel,tsc,webpack\" \"npm run start:babel\" \"npm run start:typescript\" \"npm run start:webpack\"",
38
+ "start": "concurrently --kill-others --names \"babel,devserver,tsc\" \"npm run start:babel\" \"npm run start:devserver\" \"npm run start:typescript\"",
39
39
  "start:babel": "npm run build:babel -- --skip-initial-build --watch",
40
- "start:typescript": "npm run build:typescript -- --watch",
41
- "start:webpack": "npm run build:webpack -- --watch"
40
+ "start:devserver": "node ./scripts/devServer.mjs",
41
+ "start:typescript": "npm run build:typescript -- --watch"
42
42
  },
43
43
  "skipBump": [
44
44
  "adaptivecards",
@@ -48,10 +48,10 @@
48
48
  "@babel/runtime": "7.17.2",
49
49
  "adaptivecards": "2.10.0",
50
50
  "botframework-directlinejs": "0.15.1",
51
- "botframework-directlinespeech-sdk": "4.15.3-main.20220628.9428638",
52
- "botframework-webchat-api": "4.15.3-main.20220628.9428638",
53
- "botframework-webchat-component": "4.15.3-main.20220628.9428638",
54
- "botframework-webchat-core": "4.15.3-main.20220628.9428638",
51
+ "botframework-directlinespeech-sdk": "4.15.3-main.20220706.75d867c",
52
+ "botframework-webchat-api": "4.15.3-main.20220706.75d867c",
53
+ "botframework-webchat-component": "4.15.3-main.20220706.75d867c",
54
+ "botframework-webchat-core": "4.15.3-main.20220706.75d867c",
55
55
  "classnames": "2.3.1",
56
56
  "core-js": "3.21.1",
57
57
  "markdown-it": "12.3.2",
@@ -83,8 +83,9 @@
83
83
  "babel-plugin-istanbul": "^6.1.1",
84
84
  "babel-plugin-transform-inline-environment-variables": "^0.4.3",
85
85
  "concurrently": "^7.0.0",
86
- "isomorphic-react": "4.15.3-main.20220628.9428638",
87
- "isomorphic-react-dom": "4.15.3-main.20220628.9428638",
86
+ "esbuild": "^0.14.47",
87
+ "isomorphic-react": "4.15.3-main.20220706.75d867c",
88
+ "isomorphic-react-dom": "4.15.3-main.20220706.75d867c",
88
89
  "source-map-loader": "^3.0.1",
89
90
  "terser-webpack-plugin": "^5.3.1",
90
91
  "typescript": "^4.6.2",