@esoptra/zaza-bridge-sdk 0.2.256 → 0.2.261

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/lib/bridge.esm.js CHANGED
@@ -502,7 +502,7 @@ class Scanner {
502
502
  /**
503
503
  * The SDK version.
504
504
  */
505
- const VERSION = '0.2.256';
505
+ const VERSION = '0.2.261';
506
506
 
507
507
  // Auto-adjust to the environment if the ZAZA SDK
508
508
  if (typeof Zaza != 'undefined') {
package/lib/bridge.js CHANGED
@@ -506,7 +506,7 @@ class Scanner {
506
506
  /**
507
507
  * The SDK version.
508
508
  */
509
- const VERSION = '0.2.256';
509
+ const VERSION = '0.2.261';
510
510
 
511
511
  // Auto-adjust to the environment if the ZAZA SDK
512
512
  if (typeof Zaza != 'undefined') {
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The SDK version.
3
3
  */
4
- export declare const VERSION = "0.2.256";
4
+ export declare const VERSION = "0.2.261";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esoptra/zaza-bridge-sdk",
3
- "version": "0.2.256",
3
+ "version": "0.2.261",
4
4
  "description": "ZAZA.rocks Bridge SDK",
5
5
  "author": "Twintag",
6
6
  "license": "",