@webex/recipe-private-web-client 3.0.0-beta.61 → 3.0.0-beta.63

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 +23 -23
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webex/recipe-private-web-client",
3
- "version": "3.0.0-beta.61",
3
+ "version": "3.0.0-beta.63",
4
4
  "description": "This is a plugin recipe for the Cisco Webex JS SDK. This recipe uses internal APIs to provide the features needed by the Cisco Webex Teams Client. There is no guarantee of non-breaking changes. Non-Cisco engineers should stick to the `webex` package.",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -20,28 +20,28 @@
20
20
  ]
21
21
  },
22
22
  "dependencies": {
23
- "@webex/internal-plugin-avatar": "3.0.0-beta.61",
24
- "@webex/internal-plugin-board": "3.0.0-beta.61",
25
- "@webex/internal-plugin-calendar": "3.0.0-beta.61",
26
- "@webex/internal-plugin-conversation": "3.0.0-beta.61",
27
- "@webex/internal-plugin-device": "3.0.0-beta.61",
28
- "@webex/internal-plugin-encryption": "3.0.0-beta.61",
29
- "@webex/internal-plugin-feature": "3.0.0-beta.61",
30
- "@webex/internal-plugin-flag": "3.0.0-beta.61",
31
- "@webex/internal-plugin-lyra": "3.0.0-beta.61",
32
- "@webex/internal-plugin-mercury": "3.0.0-beta.61",
33
- "@webex/internal-plugin-metrics": "3.0.0-beta.61",
34
- "@webex/internal-plugin-presence": "3.0.0-beta.61",
35
- "@webex/internal-plugin-search": "3.0.0-beta.61",
36
- "@webex/internal-plugin-support": "3.0.0-beta.61",
37
- "@webex/internal-plugin-team": "3.0.0-beta.61",
38
- "@webex/internal-plugin-user": "3.0.0-beta.61",
39
- "@webex/plugin-authorization-browser-first-party": "3.0.0-beta.61",
40
- "@webex/plugin-logger": "3.0.0-beta.61",
41
- "@webex/plugin-people": "3.0.0-beta.61",
42
- "@webex/storage-adapter-local-forage": "3.0.0-beta.61",
43
- "@webex/storage-adapter-local-storage": "3.0.0-beta.61",
44
- "@webex/webex-core": "3.0.0-beta.61",
23
+ "@webex/internal-plugin-avatar": "3.0.0-beta.63",
24
+ "@webex/internal-plugin-board": "3.0.0-beta.63",
25
+ "@webex/internal-plugin-calendar": "3.0.0-beta.63",
26
+ "@webex/internal-plugin-conversation": "3.0.0-beta.63",
27
+ "@webex/internal-plugin-device": "3.0.0-beta.63",
28
+ "@webex/internal-plugin-encryption": "3.0.0-beta.63",
29
+ "@webex/internal-plugin-feature": "3.0.0-beta.63",
30
+ "@webex/internal-plugin-flag": "3.0.0-beta.63",
31
+ "@webex/internal-plugin-lyra": "3.0.0-beta.63",
32
+ "@webex/internal-plugin-mercury": "3.0.0-beta.63",
33
+ "@webex/internal-plugin-metrics": "3.0.0-beta.63",
34
+ "@webex/internal-plugin-presence": "3.0.0-beta.63",
35
+ "@webex/internal-plugin-search": "3.0.0-beta.63",
36
+ "@webex/internal-plugin-support": "3.0.0-beta.63",
37
+ "@webex/internal-plugin-team": "3.0.0-beta.63",
38
+ "@webex/internal-plugin-user": "3.0.0-beta.63",
39
+ "@webex/plugin-authorization-browser-first-party": "3.0.0-beta.63",
40
+ "@webex/plugin-logger": "3.0.0-beta.63",
41
+ "@webex/plugin-people": "3.0.0-beta.63",
42
+ "@webex/storage-adapter-local-forage": "3.0.0-beta.63",
43
+ "@webex/storage-adapter-local-storage": "3.0.0-beta.63",
44
+ "@webex/webex-core": "3.0.0-beta.63",
45
45
  "lodash": "^4.17.21"
46
46
  }
47
47
  }