@webex/internal-plugin-support 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/support.js +1 -1
- package/package.json +12 -12
package/dist/support.js
CHANGED
|
@@ -169,7 +169,7 @@ var Support = _webexCore.WebexPlugin.extend({
|
|
|
169
169
|
}
|
|
170
170
|
return metadataArray;
|
|
171
171
|
},
|
|
172
|
-
version: "3.7.0-ipv6-multi-turn-urls.
|
|
172
|
+
version: "3.7.0-ipv6-multi-turn-urls.2"
|
|
173
173
|
});
|
|
174
174
|
var _default = exports.default = Support;
|
|
175
175
|
//# sourceMappingURL=support.js.map
|
package/package.json
CHANGED
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
]
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@webex/internal-plugin-device": "3.7.0-ipv6-multi-turn-urls.
|
|
24
|
-
"@webex/internal-plugin-search": "3.7.0-ipv6-multi-turn-urls.
|
|
25
|
-
"@webex/test-helper-chai": "3.7.0-ipv6-multi-turn-urls.
|
|
26
|
-
"@webex/test-helper-file": "3.7.0-ipv6-multi-turn-urls.
|
|
27
|
-
"@webex/test-helper-mock-webex": "3.7.0-ipv6-multi-turn-urls.
|
|
28
|
-
"@webex/test-helper-test-users": "3.7.0-ipv6-multi-turn-urls.
|
|
29
|
-
"@webex/webex-core": "3.7.0-ipv6-multi-turn-urls.
|
|
23
|
+
"@webex/internal-plugin-device": "3.7.0-ipv6-multi-turn-urls.2",
|
|
24
|
+
"@webex/internal-plugin-search": "3.7.0-ipv6-multi-turn-urls.2",
|
|
25
|
+
"@webex/test-helper-chai": "3.7.0-ipv6-multi-turn-urls.2",
|
|
26
|
+
"@webex/test-helper-file": "3.7.0-ipv6-multi-turn-urls.2",
|
|
27
|
+
"@webex/test-helper-mock-webex": "3.7.0-ipv6-multi-turn-urls.2",
|
|
28
|
+
"@webex/test-helper-test-users": "3.7.0-ipv6-multi-turn-urls.2",
|
|
29
|
+
"@webex/webex-core": "3.7.0-ipv6-multi-turn-urls.2",
|
|
30
30
|
"lodash": "^4.17.21",
|
|
31
31
|
"uuid": "^3.3.2"
|
|
32
32
|
},
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
"@webex/eslint-config-legacy": "0.0.0",
|
|
47
47
|
"@webex/jest-config-legacy": "0.0.0",
|
|
48
48
|
"@webex/legacy-tools": "0.0.0",
|
|
49
|
-
"@webex/test-helper-chai": "3.7.0-ipv6-multi-turn-urls.
|
|
50
|
-
"@webex/test-helper-mocha": "3.7.0-ipv6-multi-turn-urls.
|
|
51
|
-
"@webex/test-helper-mock-webex": "3.7.0-ipv6-multi-turn-urls.
|
|
52
|
-
"@webex/test-helper-test-users": "3.7.0-ipv6-multi-turn-urls.
|
|
49
|
+
"@webex/test-helper-chai": "3.7.0-ipv6-multi-turn-urls.2",
|
|
50
|
+
"@webex/test-helper-mocha": "3.7.0-ipv6-multi-turn-urls.2",
|
|
51
|
+
"@webex/test-helper-mock-webex": "3.7.0-ipv6-multi-turn-urls.2",
|
|
52
|
+
"@webex/test-helper-test-users": "3.7.0-ipv6-multi-turn-urls.2",
|
|
53
53
|
"eslint": "^8.24.0",
|
|
54
54
|
"prettier": "^2.7.1"
|
|
55
55
|
},
|
|
56
|
-
"version": "3.7.0-ipv6-multi-turn-urls.
|
|
56
|
+
"version": "3.7.0-ipv6-multi-turn-urls.2"
|
|
57
57
|
}
|