rudder-sdk-js 1.3.2 → 1.4.1

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.
Files changed (3) hide show
  1. package/index.d.ts +2 -1
  2. package/index.js +464 -607
  3. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -105,7 +105,8 @@ declare module "rudder-sdk-js" {
105
105
  | number
106
106
  | boolean
107
107
  | apiObject
108
- | (string | number | boolean | apiObject)[];
108
+ | (string | number | boolean | apiObject)[]
109
+ | undefined;
109
110
  }
110
111
 
111
112
  /**