gsheet-api
Advanced tools
Comparing version 0.1.12 to 0.1.13
{ | ||
"name": "gsheet-api", | ||
"version": "0.1.12", | ||
"version": "0.1.13", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/GoogleSheetService.ts", |
@@ -5,8 +5,6 @@ // import { Row } from "./model/RowModel"; | ||
export default class GoogleSheetService { | ||
test() { | ||
getMessage() | ||
// console.log("==== Test Function =>") | ||
return "Test Function" | ||
} | ||
@@ -13,0 +11,0 @@ |
@@ -1,7 +0,7 @@ | ||
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getMessage = void 0; | ||
function getMessage() { | ||
return 'hello'; | ||
} | ||
exports.getMessage = getMessage; | ||
// "use strict"; | ||
// Object.defineProperty(exports, "__esModule", { value: true }); | ||
// exports.getMessage = void 0; | ||
// function getMessage() { | ||
// return 'hello'; | ||
// } | ||
// exports.getMessage = getMessage; |
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
15159
252