@dlghq/dialog-java-core
Advanced tools
Comparing version
16
index.js
/* | ||
* Copyright 2017 dialog LLC <info@dlg.im> | ||
* Copyright 2019 dialog LLC <info@dlg.im> | ||
*/ | ||
@@ -7,7 +7,10 @@ | ||
window.isJsAppLoaded = false; | ||
window.jsAppLoaded = function () { | ||
window.isJsAppLoaded = true; | ||
}; | ||
if (!window.jsAppLoaded) { | ||
window.isJsAppLoaded = false; | ||
window.jsAppLoaded = function () { | ||
window.isJsAppLoaded = true; | ||
}; | ||
} | ||
function init(config) { | ||
@@ -17,2 +20,3 @@ var client = new window.dialog.DialogCoreSDK(); | ||
return client; | ||
@@ -33,2 +37,2 @@ } | ||
module.exports = create; | ||
module.exports.default = create; | ||
module.exports.default = create; |
{ | ||
"name": "@dlghq/dialog-java-core", | ||
"version": "1.0.3819-ios-ucc-ucc-sdk-export2", | ||
"version": "1.0.3821-feature-config-kv-interface", | ||
"description": "Dialog GWT Core", | ||
@@ -9,7 +9,14 @@ "main": "./index.js", | ||
"index.js", | ||
"index.js.flow" | ||
"index.js.flow", | ||
"schema.js.flow" | ||
], | ||
"scripts": { | ||
"build": "cp ../build/package/dialog.nocache.js core.js" | ||
}, | ||
"peerDependencies": { | ||
"@dlghq/dialog-types": "^1.38.0" | ||
}, | ||
"dependencies": { | ||
"@dlghq/dialog-types": "1.38.0" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1279673
1.97%6
20%7371
1.33%2
Infinity%+ Added
+ Added