roboto-js 1.6.16 → 1.6.17

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.
@@ -108,7 +108,7 @@ var Roboto = exports["default"] = /*#__PURE__*/function () {
108
108
  _createClass(Roboto, [{
109
109
  key: "getVersion",
110
110
  value: function getVersion() {
111
- return '1.6.15';
111
+ return '1.6.17';
112
112
  }
113
113
  }, {
114
114
  key: "setSiteEnv",
package/dist/esm/index.js CHANGED
@@ -8,7 +8,7 @@ export { RbtApi, RbtObject, RbtFile
8
8
  };
9
9
  export default class Roboto {
10
10
  getVersion() {
11
- return '1.6.15';
11
+ return '1.6.17';
12
12
  }
13
13
  constructor({
14
14
  host,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "roboto-js",
3
- "version": "1.6.16",
3
+ "version": "1.6.17",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "main": "dist/cjs/index.cjs",
package/src/index.js CHANGED
@@ -15,7 +15,7 @@ export {
15
15
  export default class Roboto{
16
16
 
17
17
  getVersion(){
18
- return '1.6.15';
18
+ return '1.6.17';
19
19
  }
20
20
 
21
21
  constructor({ host, accessKey, localStorageAdaptor, disableWebSocket = false, metricsHost }, proxyReq = null) {