webex 2.59.3-next.1 → 2.59.3-next.2

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/package.json CHANGED
@@ -4,13 +4,11 @@
4
4
  "license": "Cisco EULA (https://www.cisco.com/c/en/us/products/end-user-license-agreement.html)",
5
5
  "contributors": [
6
6
  "Adam Weeks <adweeks@cisco.com> (https://adamweeks.com/)",
7
- "Andrew Holsted <holsted@cisco.com>",
8
7
  "Arun Ganeshan <arungane@cisco.com>",
9
8
  "Christopher DuBois <chdubois@cisco.com> (https://chrisadubois.github.io/)",
10
- "Ian W. Remmel (https://www.ianwremmel.com)",
11
- "Matt Norris <matnorri@cisco.com> (http://mattnorris.me)",
12
- "Moriah Maney <momaney@cisco.com>",
13
- "Taymoor Khan <taykhan@cisco.com>"
9
+ "Kesava Krishnan Madavan <kmadavan@cisco.com>",
10
+ "Priya Kesari <pkesari@cisco.com>",
11
+ "Sreekanth Narayanan <sreenara@cisco.com>"
14
12
  ],
15
13
  "main": "dist/index.js",
16
14
  "exports": {
@@ -46,46 +44,46 @@
46
44
  "test:integration": "webex-legacy-tools test --integration --runner mocha",
47
45
  "test:style:todo": "eslint ./src/**/*.*",
48
46
  "test:unit:todo": "webex-legacy-tools test --unit --runner jest",
49
- "deploy:npm": "npm publish"
47
+ "deploy:npm": "yarn npm publish"
50
48
  },
51
49
  "devDependencies": {
52
- "@webex/babel-config-legacy": "workspace:^",
53
- "@webex/eslint-config-legacy": "workspace:^",
54
- "@webex/jest-config-legacy": "workspace:^",
55
- "@webex/legacy-tools": "workspace:^",
56
- "@webex/plugin-authorization": "workspace:^",
57
- "@webex/test-helper-chai": "workspace:^",
58
- "@webex/test-helper-file": "workspace:^",
59
- "@webex/test-helper-mocha": "workspace:^",
60
- "@webex/test-helper-mock-webex": "workspace:^",
61
- "@webex/test-helper-test-users": "workspace:^",
50
+ "@webex/babel-config-legacy": "^0.0.0",
51
+ "@webex/eslint-config-legacy": "^0.0.0",
52
+ "@webex/jest-config-legacy": "^0.0.0",
53
+ "@webex/legacy-tools": "^0.0.0",
54
+ "@webex/plugin-authorization": "^2.59.1-next.0",
55
+ "@webex/test-helper-chai": "^2.59.1-next.0",
56
+ "@webex/test-helper-file": "^2.59.1-next.0",
57
+ "@webex/test-helper-mocha": "^2.59.1-next.0",
58
+ "@webex/test-helper-mock-webex": "^2.59.1-next.0",
59
+ "@webex/test-helper-test-users": "^2.59.1-next.0",
62
60
  "sinon": "^9.2.4",
63
- "webex": "workspace:^"
61
+ "webex": "^2.59.3-next.2"
64
62
  },
65
63
  "dependencies": {
66
64
  "@babel/polyfill": "^7.12.1",
67
65
  "@babel/runtime-corejs2": "^7.14.8",
68
- "@webex/calling": "workspace:^",
69
- "@webex/common": "workspace:^",
70
- "@webex/internal-plugin-calendar": "workspace:^",
71
- "@webex/internal-plugin-device": "workspace:^",
72
- "@webex/internal-plugin-presence": "workspace:^",
73
- "@webex/internal-plugin-support": "workspace:^",
74
- "@webex/plugin-attachment-actions": "workspace:^",
75
- "@webex/plugin-authorization": "workspace:^",
76
- "@webex/plugin-device-manager": "workspace:^",
77
- "@webex/plugin-logger": "workspace:^",
78
- "@webex/plugin-meetings": "workspace:^",
79
- "@webex/plugin-memberships": "workspace:^",
80
- "@webex/plugin-messages": "workspace:^",
81
- "@webex/plugin-people": "workspace:^",
82
- "@webex/plugin-rooms": "workspace:^",
83
- "@webex/plugin-team-memberships": "workspace:^",
84
- "@webex/plugin-teams": "workspace:^",
85
- "@webex/plugin-webhooks": "workspace:^",
86
- "@webex/storage-adapter-local-storage": "workspace:^",
87
- "@webex/webex-core": "workspace:^",
66
+ "@webex/calling": "^3.0.0-next.3",
67
+ "@webex/common": "^2.59.1-next.0",
68
+ "@webex/internal-plugin-calendar": "^2.59.1-next.0",
69
+ "@webex/internal-plugin-device": "^2.59.1-next.0",
70
+ "@webex/internal-plugin-presence": "^2.59.1-next.0",
71
+ "@webex/internal-plugin-support": "^2.59.1-next.0",
72
+ "@webex/plugin-attachment-actions": "^2.59.1-next.0",
73
+ "@webex/plugin-authorization": "^2.59.1-next.0",
74
+ "@webex/plugin-device-manager": "^2.59.1-next.0",
75
+ "@webex/plugin-logger": "^2.59.1-next.0",
76
+ "@webex/plugin-meetings": "^2.59.1-next.0",
77
+ "@webex/plugin-memberships": "^2.59.1-next.0",
78
+ "@webex/plugin-messages": "^2.59.1-next.0",
79
+ "@webex/plugin-people": "^2.59.1-next.0",
80
+ "@webex/plugin-rooms": "^2.59.1-next.0",
81
+ "@webex/plugin-team-memberships": "^2.59.1-next.0",
82
+ "@webex/plugin-teams": "^2.59.1-next.0",
83
+ "@webex/plugin-webhooks": "^2.59.1-next.0",
84
+ "@webex/storage-adapter-local-storage": "^2.59.1-next.0",
85
+ "@webex/webex-core": "^2.59.1-next.0",
88
86
  "lodash": "^4.17.21"
89
87
  },
90
- "version": "2.59.3-next.1"
91
- }
88
+ "version": "2.59.3-next.2"
89
+ }