@outreach/extensibility-sdk
Advanced tools
Comparing version 0.4.92 to 0.4.93
@@ -886,13 +886,2 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
}); | ||
/** | ||
* Informs the interested parties that sdk is initialized and | ||
* ready to receive messages from host and other participants. | ||
* | ||
* @memberof ExtensibilitySdk | ||
* @deprecated Since version 0.10. Will be removed in version 1.0. Use instead await sdk.init() | ||
*/ | ||
ExtensibilitySdk.prototype.ready = function () { | ||
console.warn('Ready function is depricated. Use instead await sdk.init()'); | ||
this.init(); | ||
}; | ||
ExtensibilitySdk.prototype.sendMessage = function (message, logged) { | ||
@@ -899,0 +888,0 @@ if (!RuntimeContext_1.default.origin) { |
@@ -7,3 +7,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
/** | ||
* Loger instance used for publishing SDK event informations | ||
* Logger instance used for publishing SDK event information | ||
* @type {ILogger} | ||
@@ -10,0 +10,0 @@ * @memberof Logger |
{ | ||
"name": "@outreach/extensibility-sdk", | ||
"license": "MIT", | ||
"version": "0.4.92", | ||
"version": "0.4.93", | ||
"private": false, | ||
@@ -6,0 +6,0 @@ "contributors": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
709483
12179