@blotoutio/edgetag-sdk-js 0.6.2 → 0.6.3

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 (2) hide show
  1. package/index.d.ts +6 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -75,7 +75,12 @@ type InitPreferences = {
75
75
 
76
76
  export declare const init: (preferences: InitPreferences) => void
77
77
 
78
- export declare const tag: (name: string, data?: Data) => void
78
+ export declare const tag: (
79
+ name: string,
80
+ data?: Data,
81
+ providers?: Data,
82
+ options?: EventOptions
83
+ ) => void
79
84
 
80
85
  export declare const consent: (consent: Data) => void
81
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blotoutio/edgetag-sdk-js",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "JS SDK for EdgeTag",
5
5
  "author": "Blotout",
6
6
  "license": "MIT",