Skip to content

Commit

Permalink
rebase with production branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sayan-mitra committed Sep 16, 2020
1 parent f80440f commit 301ec0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/rudder-sdk-js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@
PRODUCT_REVIEWED: "Product Reviewed"
}; // Enumeration for integrations supported

var CONFIG_URL = "https://api.rudderlabs.com/sourceConfig/?p=npm&v=1.0.10";
var CONFIG_URL = "https://api.rudderlabs.com/sourceConfig/?p=npm&v=1.0.11";
var MAX_WAIT_FOR_INTEGRATION_LOAD = 10000;
var INTEGRATION_LOAD_CHECK_INTERVAL = 1000;
/* module.exports = {
Expand Down Expand Up @@ -12843,15 +12843,15 @@
this.build = "1.0.0";
this.name = "RudderLabs JavaScript SDK";
this.namespace = "com.rudderlabs.javascript";
this.version = "1.0.10";
this.version = "1.0.11";
};

// Library information class
var RudderLibraryInfo = function RudderLibraryInfo() {
_classCallCheck(this, RudderLibraryInfo);

this.name = "RudderLabs JavaScript SDK";
this.version = "1.0.10";
this.version = "1.0.11";
}; // Operating System information class


Expand Down

0 comments on commit 301ec0f

Please sign in to comment.