jubo-sdk 1.6.0-beta.3 → 1.6.0-beta.4
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/dist/index.cjs.js +3 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/types/juboSdk.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -7584,7 +7584,8 @@ var JuboSdk = /** @class */function () {
|
|
|
7584
7584
|
imgUrl: options.thumbImage,
|
|
7585
7585
|
title: options.title,
|
|
7586
7586
|
base64: options.base64,
|
|
7587
|
-
webpage: options.webpage
|
|
7587
|
+
webpage: options.webpage,
|
|
7588
|
+
type: options.type || 0
|
|
7588
7589
|
});
|
|
7589
7590
|
this.postReport('NewUserInvite', {
|
|
7590
7591
|
page_url: options.webpage,
|
|
@@ -8084,6 +8085,6 @@ exports.default = JuboSdk;
|
|
|
8084
8085
|
exports.ls = ls;
|
|
8085
8086
|
|
|
8086
8087
|
if(typeof window !== 'undefined') {
|
|
8087
|
-
window._juboSDK_VERSION_ = '1.6.0-beta.
|
|
8088
|
+
window._juboSDK_VERSION_ = '1.6.0-beta.4'
|
|
8088
8089
|
}
|
|
8089
8090
|
//# sourceMappingURL=index.cjs.js.map
|