rudder-sdk-js
Advanced tools
Comparing version 1.2.6 to 1.2.8
@@ -10,5 +10,6 @@ declare module "rudder-sdk-js" { | ||
// Defaults to true | ||
// If set to false, specific integration should be set to true to send the event | ||
All?: boolean; | ||
// Destination name: Enable/Disable | ||
[index: string]: boolean | undefined; | ||
// Destination name: true/false/integration specific information | ||
[index: string]: boolean | undefined | apiObject; | ||
} | ||
@@ -15,0 +16,0 @@ |
{ | ||
"name": "rudder-sdk-js", | ||
"version": "1.2.6", | ||
"version": "1.2.8", | ||
"description": "RudderStack Javascript SDK", | ||
@@ -24,2 +24,2 @@ "main": "index.js", | ||
"homepage": "https://github.com/rudderlabs/rudder-sdk-js/blob/master/README.md" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
1428077
33975