@tpham0/orange
Advanced tools
Comparing version 1.1.0 to 2.0.0
# CHANGELOG | ||
# [@tpham0/orange-v2.0.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange-v1.3.1...@tpham0/orange-v2.0.0) (2020-12-18) | ||
### Features | ||
* **apple:** add log7 ([83e3185](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/83e318505439c322a150ce3b117b66756ce37945)) | ||
### BREAKING CHANGES | ||
* **apple:** ADD LOG7 | ||
# [@tpham0/orange-v1.3.1](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange-v1.3.0...@tpham0/orange-v1.3.1) (2020-12-18) | ||
### Bug Fixes | ||
* **orange:** remove log3() ([757ff10](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/757ff1038baa64d1cdcd765c631a84b22b00fe57)) | ||
# [@tpham0/orange-v1.3.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange-v1.2.0...@tpham0/orange-v1.3.0) (2020-12-17) | ||
### Features | ||
* **apple:** add log6 ([#5](https://github.com/zlatanpham/monorepo-semantic-release-demo/issues/5)) ([8e1b0c9](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/8e1b0c944bf9694e29669bdc25fe35bca4059c8e)) | ||
# [@tpham0/orange-v1.2.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange-v1.1.0...@tpham0/orange-v1.2.0) (2020-12-17) | ||
### Features | ||
* **orange:** upgrade deps ([ac36a77](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/ac36a776e1b70f53842cea8e6765d23e436e54ff)) | ||
# [@tpham0/orange-v1.1.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange-v1.0.0...@tpham0/orange-v1.1.0) (2020-12-17) | ||
@@ -4,0 +37,0 @@ |
export declare function callMe(message: string): void; | ||
export declare function sum(list: number[]): number; | ||
export declare function log3(message: string): void; | ||
export declare function log6(): void; | ||
export declare function log7(): void; |
@@ -11,7 +11,10 @@ import { printMe, add } from '@tpham0/apple'; | ||
} | ||
function log3(message) { | ||
console.log(message); | ||
function log6() { | ||
console.log('log6'); | ||
} | ||
function log7() { | ||
console.log('log6'); | ||
} | ||
export { callMe, log3, sum }; | ||
export { callMe, log6, log7, sum }; | ||
//# sourceMappingURL=index.esm.js.map |
@@ -13,9 +13,13 @@ 'use strict'; | ||
} | ||
function log3(message) { | ||
console.log(message); | ||
function log6() { | ||
console.log('log6'); | ||
} | ||
function log7() { | ||
console.log('log6'); | ||
} | ||
exports.callMe = callMe; | ||
exports.log3 = log3; | ||
exports.log6 = log6; | ||
exports.log7 = log7; | ||
exports.sum = sum; | ||
//# sourceMappingURL=orange.cjs.development.js.map |
@@ -1,2 +0,2 @@ | ||
"use strict";var e=require("@tpham0/apple");exports.callMe=function(o){console.log(e.printMe(o))},exports.log3=function(e){console.log(e)},exports.sum=function(o){return o.reduce((function(o,n){return e.add(o,n)}),0)}; | ||
"use strict";var o=require("@tpham0/apple");exports.callMe=function(e){console.log(o.printMe(e))},exports.log6=function(){console.log("log6")},exports.log7=function(){console.log("log6")},exports.sum=function(e){return e.reduce((function(e,n){return o.add(e,n)}),0)}; | ||
//# sourceMappingURL=orange.cjs.production.min.js.map |
{ | ||
"name": "@tpham0/orange", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "Orange package", | ||
@@ -23,3 +23,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@tpham0/apple": "^0.1.0" | ||
"@tpham0/apple": "^1.2.1" | ||
}, | ||
@@ -26,0 +26,0 @@ "publishConfig": { |
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
6874
51
+ Added@tpham0/apple@1.4.0(transitive)
- Removed@tpham0/apple@0.1.0(transitive)
Updated@tpham0/apple@^1.2.1