@mondaycom/apps-sdk
Advanced tools
Comparing version 0.2.2 to 0.2.3
"use strict"; | ||
exports.__esModule = true; | ||
exports["default"] = { name: '@mondaycom/apps-sdk', version: '0.2.2' }; | ||
exports["default"] = { name: '@mondaycom/apps-sdk', version: '0.2.3' }; | ||
//# sourceMappingURL=minimal-package.js.map |
{ | ||
"name": "@mondaycom/apps-sdk", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "monday apps SDK for NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
@@ -61,3 +61,3 @@ "use strict"; | ||
_a.trys.push([1, 3, , 4]); | ||
data = (typeof message === 'string' || message instanceof String) ? Buffer.from(JSON.stringify(message)) : message; | ||
data = (typeof message === 'string' || message instanceof String) ? Buffer.from(message) : message; | ||
return [4 /*yield*/, this.pubSubClient | ||
@@ -64,0 +64,0 @@ .topic(topicName) |
@@ -1,2 +0,2 @@ | ||
export default { name: '@mondaycom/apps-sdk', version: '0.2.2' }; | ||
export default { name: '@mondaycom/apps-sdk', version: '0.2.3' }; | ||
//# sourceMappingURL=minimal-package.js.map |
{ | ||
"name": "@mondaycom/apps-sdk", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "monday apps SDK for NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
@@ -58,3 +58,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
_a.trys.push([1, 3, , 4]); | ||
data = (typeof message === 'string' || message instanceof String) ? Buffer.from(JSON.stringify(message)) : message; | ||
data = (typeof message === 'string' || message instanceof String) ? Buffer.from(message) : message; | ||
return [4 /*yield*/, this.pubSubClient | ||
@@ -61,0 +61,0 @@ .topic(topicName) |
{ | ||
"name": "@mondaycom/apps-sdk", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "monday apps SDK for NodeJS", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
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
244833