@webex/plugin-team-memberships 3.10.0-next.6 → 3.10.0-next.7
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
|
@@ -213,7 +213,7 @@ var TeamMemberships = _webexCore.WebexPlugin.extend({
|
|
|
213
213
|
return res.body;
|
|
214
214
|
});
|
|
215
215
|
},
|
|
216
|
-
version: "3.10.0-next.
|
|
216
|
+
version: "3.10.0-next.7"
|
|
217
217
|
});
|
|
218
218
|
var _default = exports.default = TeamMemberships;
|
|
219
219
|
//# 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-next.1",
|
|
28
|
+
"@webex/test-helper-mocha": "3.10.0-next.1",
|
|
29
|
+
"@webex/test-helper-mock-webex": "3.10.0-next.1",
|
|
30
|
+
"@webex/test-helper-test-users": "3.10.0-next.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-next.
|
|
37
|
-
"@webex/webex-core": "3.10.0-next.
|
|
36
|
+
"@webex/internal-plugin-device": "3.10.0-next.7",
|
|
37
|
+
"@webex/webex-core": "3.10.0-next.7"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@webex/plugin-logger": "3.10.0-next.
|
|
41
|
-
"@webex/plugin-rooms": "3.10.0-next.
|
|
42
|
-
"@webex/plugin-teams": "3.10.0-next.
|
|
40
|
+
"@webex/plugin-logger": "3.10.0-next.7",
|
|
41
|
+
"@webex/plugin-rooms": "3.10.0-next.7",
|
|
42
|
+
"@webex/plugin-teams": "3.10.0-next.7"
|
|
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-next.
|
|
52
|
+
"version": "3.10.0-next.7"
|
|
53
53
|
}
|