@webex/plugin-teams 3.7.0-ipv6-multi-turn-urls.1 → 3.7.0-ipv6-multi-turn-urls.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/dist/teams.js +1 -1
- package/package.json +12 -12
package/dist/teams.js
CHANGED
|
@@ -155,7 +155,7 @@ var Teams = _webexCore.WebexPlugin.extend({
|
|
|
155
155
|
return res.body;
|
|
156
156
|
});
|
|
157
157
|
},
|
|
158
|
-
version: "3.7.0-ipv6-multi-turn-urls.
|
|
158
|
+
version: "3.7.0-ipv6-multi-turn-urls.2"
|
|
159
159
|
});
|
|
160
160
|
var _default = exports.default = Teams;
|
|
161
161
|
//# sourceMappingURL=teams.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.7.0-ipv6-multi-turn-urls.
|
|
28
|
-
"@webex/test-helper-mocha": "3.7.0-ipv6-multi-turn-urls.
|
|
29
|
-
"@webex/test-helper-mock-webex": "3.7.0-ipv6-multi-turn-urls.
|
|
30
|
-
"@webex/test-helper-test-users": "3.7.0-ipv6-multi-turn-urls.
|
|
27
|
+
"@webex/test-helper-chai": "3.7.0-ipv6-multi-turn-urls.2",
|
|
28
|
+
"@webex/test-helper-mocha": "3.7.0-ipv6-multi-turn-urls.2",
|
|
29
|
+
"@webex/test-helper-mock-webex": "3.7.0-ipv6-multi-turn-urls.2",
|
|
30
|
+
"@webex/test-helper-test-users": "3.7.0-ipv6-multi-turn-urls.2",
|
|
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.7.0-ipv6-multi-turn-urls.
|
|
37
|
-
"@webex/plugin-logger": "3.7.0-ipv6-multi-turn-urls.
|
|
38
|
-
"@webex/plugin-memberships": "3.7.0-ipv6-multi-turn-urls.
|
|
39
|
-
"@webex/plugin-rooms": "3.7.0-ipv6-multi-turn-urls.
|
|
40
|
-
"@webex/test-helper-chai": "3.7.0-ipv6-multi-turn-urls.
|
|
41
|
-
"@webex/test-helper-test-users": "3.7.0-ipv6-multi-turn-urls.
|
|
42
|
-
"@webex/webex-core": "3.7.0-ipv6-multi-turn-urls.
|
|
36
|
+
"@webex/internal-plugin-device": "3.7.0-ipv6-multi-turn-urls.2",
|
|
37
|
+
"@webex/plugin-logger": "3.7.0-ipv6-multi-turn-urls.2",
|
|
38
|
+
"@webex/plugin-memberships": "3.7.0-ipv6-multi-turn-urls.2",
|
|
39
|
+
"@webex/plugin-rooms": "3.7.0-ipv6-multi-turn-urls.2",
|
|
40
|
+
"@webex/test-helper-chai": "3.7.0-ipv6-multi-turn-urls.2",
|
|
41
|
+
"@webex/test-helper-test-users": "3.7.0-ipv6-multi-turn-urls.2",
|
|
42
|
+
"@webex/webex-core": "3.7.0-ipv6-multi-turn-urls.2",
|
|
43
43
|
"lodash": "^4.17.21"
|
|
44
44
|
},
|
|
45
45
|
"scripts": {
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"test:browser:broken": "webex-legacy-tools test --integration --runner karma",
|
|
51
51
|
"test:style": "eslint ./src/**/*.*"
|
|
52
52
|
},
|
|
53
|
-
"version": "3.7.0-ipv6-multi-turn-urls.
|
|
53
|
+
"version": "3.7.0-ipv6-multi-turn-urls.2"
|
|
54
54
|
}
|