@webex/internal-plugin-dss 3.12.0-mobius-socket.1 → 3.12.0-mobius-socket.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/dss.js +1 -1
- package/package.json +8 -8
package/dist/dss.js
CHANGED
|
@@ -436,7 +436,7 @@ var DSS = _webexCore.WebexPlugin.extend({
|
|
|
436
436
|
return _promise.default.reject(error);
|
|
437
437
|
});
|
|
438
438
|
},
|
|
439
|
-
version: "3.12.0-mobius-socket.
|
|
439
|
+
version: "3.12.0-mobius-socket.2"
|
|
440
440
|
});
|
|
441
441
|
var _default = exports.default = DSS;
|
|
442
442
|
//# sourceMappingURL=dss.js.map
|
package/package.json
CHANGED
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
]
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@webex/common": "3.12.0-mobius-socket.
|
|
24
|
-
"@webex/common-timers": "3.12.0-mobius-socket.
|
|
25
|
-
"@webex/internal-plugin-mercury": "3.12.0-mobius-socket.
|
|
26
|
-
"@webex/webex-core": "3.12.0-mobius-socket.
|
|
23
|
+
"@webex/common": "3.12.0-mobius-socket.1",
|
|
24
|
+
"@webex/common-timers": "3.12.0-mobius-socket.1",
|
|
25
|
+
"@webex/internal-plugin-mercury": "3.12.0-mobius-socket.2",
|
|
26
|
+
"@webex/webex-core": "3.12.0-mobius-socket.2",
|
|
27
27
|
"lodash": "^4.17.21",
|
|
28
28
|
"uuid": "^3.3.2"
|
|
29
29
|
},
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"@webex/eslint-config-legacy": "0.0.0",
|
|
34
34
|
"@webex/jest-config-legacy": "0.0.0",
|
|
35
35
|
"@webex/legacy-tools": "0.0.0",
|
|
36
|
-
"@webex/test-helper-chai": "3.12.0-mobius-socket.
|
|
37
|
-
"@webex/test-helper-mock-webex": "3.12.0-mobius-socket.
|
|
38
|
-
"@webex/test-helper-test-users": "3.12.0-mobius-socket.
|
|
36
|
+
"@webex/test-helper-chai": "3.12.0-mobius-socket.1",
|
|
37
|
+
"@webex/test-helper-mock-webex": "3.12.0-mobius-socket.1",
|
|
38
|
+
"@webex/test-helper-test-users": "3.12.0-mobius-socket.1",
|
|
39
39
|
"eslint": "^8.24.0",
|
|
40
40
|
"prettier": "^2.7.1",
|
|
41
41
|
"sinon": "^9.2.4"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"test:style": "eslint ./src/**/*.*",
|
|
50
50
|
"test:unit": "webex-legacy-tools test --unit --runner jest"
|
|
51
51
|
},
|
|
52
|
-
"version": "3.12.0-mobius-socket.
|
|
52
|
+
"version": "3.12.0-mobius-socket.2"
|
|
53
53
|
}
|