@webex/plugin-team-memberships 3.10.0-next.3 → 3.10.0-wxc-disconnect.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.
- package/dist/team-memberships.js +1 -1
- package/package.json +10 -10
package/dist/team-memberships.js
CHANGED
|
@@ -212,7 +212,7 @@ var TeamMemberships = _webexCore.WebexPlugin.extend({
|
|
|
212
212
|
return res.body;
|
|
213
213
|
});
|
|
214
214
|
},
|
|
215
|
-
version: "3.10.0-
|
|
215
|
+
version: "3.10.0-wxc-disconnect.1"
|
|
216
216
|
});
|
|
217
217
|
var _default = exports.default = TeamMemberships;
|
|
218
218
|
//# sourceMappingURL=team-memberships.js.map
|
package/package.json
CHANGED
|
@@ -24,22 +24,22 @@
|
|
|
24
24
|
"@webex/eslint-config-legacy": "0.0.0",
|
|
25
25
|
"@webex/jest-config-legacy": "0.0.0",
|
|
26
26
|
"@webex/legacy-tools": "0.0.0",
|
|
27
|
-
"@webex/test-helper-chai": "3.
|
|
28
|
-
"@webex/test-helper-mocha": "3.
|
|
29
|
-
"@webex/test-helper-mock-webex": "3.
|
|
30
|
-
"@webex/test-helper-test-users": "3.
|
|
27
|
+
"@webex/test-helper-chai": "3.10.0-wxc-disconnect.1",
|
|
28
|
+
"@webex/test-helper-mocha": "3.10.0-wxc-disconnect.1",
|
|
29
|
+
"@webex/test-helper-mock-webex": "3.10.0-wxc-disconnect.1",
|
|
30
|
+
"@webex/test-helper-test-users": "3.10.0-wxc-disconnect.1",
|
|
31
31
|
"eslint": "^8.24.0",
|
|
32
32
|
"prettier": "^2.7.1",
|
|
33
33
|
"sinon": "^9.2.4"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@webex/internal-plugin-device": "3.10.0-
|
|
37
|
-
"@webex/webex-core": "3.10.0-
|
|
36
|
+
"@webex/internal-plugin-device": "3.10.0-wxc-disconnect.1",
|
|
37
|
+
"@webex/webex-core": "3.10.0-wxc-disconnect.1"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@webex/plugin-logger": "3.10.0-
|
|
41
|
-
"@webex/plugin-rooms": "3.10.0-
|
|
42
|
-
"@webex/plugin-teams": "3.10.0-
|
|
40
|
+
"@webex/plugin-logger": "3.10.0-wxc-disconnect.1",
|
|
41
|
+
"@webex/plugin-rooms": "3.10.0-wxc-disconnect.1",
|
|
42
|
+
"@webex/plugin-teams": "3.10.0-wxc-disconnect.1"
|
|
43
43
|
},
|
|
44
44
|
"scripts": {
|
|
45
45
|
"build": "yarn build:src",
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"test:browser": "webex-legacy-tools test --integration --runner karma",
|
|
50
50
|
"test:style": "eslint ./src/**/*.*"
|
|
51
51
|
},
|
|
52
|
-
"version": "3.10.0-
|
|
52
|
+
"version": "3.10.0-wxc-disconnect.1"
|
|
53
53
|
}
|