danielbonifacio-sdk
Advanced tools
Comparing version 1.1.0 to 1.2.0
export default function log(): void; | ||
export declare function feature(): void; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.feature = void 0; | ||
function log() { | ||
console.log('uhu, i am a log function'); | ||
console.log('uhu, I am a log function'); | ||
} | ||
exports.default = log; | ||
function feature() { | ||
console.log('hi I am a feature'); | ||
} | ||
exports.feature = feature; |
{ | ||
"name": "danielbonifacio-sdk", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"main": "dist/index.js", | ||
@@ -8,3 +8,4 @@ "types": "dist/index.d.ts", | ||
"scripts": { | ||
"build": "tsc -p tsconfig.json" | ||
"build": "tsc -p tsconfig.json", | ||
"prepublish": "yarn build" | ||
}, | ||
@@ -11,0 +12,0 @@ "devDependencies": { |
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
1181
36