@tpham0/orange
Advanced tools
Comparing version 1.4.0 to 1.5.0
# CHANGELOG | ||
# @tpham0/orange [1.5.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange@1.4.0...@tpham0/orange@1.5.0) (2020-12-22) | ||
### Features | ||
* test multiple change ([828960e](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/828960ecac6e1249a9d5ac5881cd4c91a5dc5097)) | ||
### Dependencies | ||
* **@tpham0/apple:** upgraded to 1.1.0 | ||
# @tpham0/orange [1.4.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange@1.3.0...@tpham0/orange@1.4.0) (2020-12-22) | ||
@@ -4,0 +19,0 @@ |
@@ -10,1 +10,2 @@ export declare function callMe(message: string): void; | ||
export declare function log221(): void; | ||
export declare function log2s21(): void; |
@@ -32,4 +32,7 @@ import { printMe, add } from '@tpham0/apple'; | ||
} | ||
function log2s21() { | ||
console.log('log1322'); | ||
} | ||
export { callMe, log10, log11, log21, log221, log6, log7, log8, sum }; | ||
export { callMe, log10, log11, log21, log221, log2s21, log6, log7, log8, sum }; | ||
//# sourceMappingURL=index.esm.js.map |
@@ -34,2 +34,5 @@ 'use strict'; | ||
} | ||
function log2s21() { | ||
console.log('log1322'); | ||
} | ||
@@ -41,2 +44,3 @@ exports.callMe = callMe; | ||
exports.log221 = log221; | ||
exports.log2s21 = log2s21; | ||
exports.log6 = log6; | ||
@@ -43,0 +47,0 @@ exports.log7 = log7; |
@@ -1,2 +0,2 @@ | ||
"use strict";var o=require("@tpham0/apple");exports.callMe=function(l){console.log(o.printMe(l))},exports.log10=function(){console.log("log10")},exports.log11=function(){console.log("log10")},exports.log21=function(){console.log("log1322")},exports.log221=function(){console.log("log1322")},exports.log6=function(){console.log("log6")},exports.log7=function(){console.log("log64")},exports.log8=function(){console.log("log6")},exports.sum=function(l){return l.reduce((function(l,n){return o.add(l,n)}),0)}; | ||
"use strict";var o=require("@tpham0/apple");exports.callMe=function(l){console.log(o.printMe(l))},exports.log10=function(){console.log("log10")},exports.log11=function(){console.log("log10")},exports.log21=function(){console.log("log1322")},exports.log221=function(){console.log("log1322")},exports.log2s21=function(){console.log("log1322")},exports.log6=function(){console.log("log6")},exports.log7=function(){console.log("log64")},exports.log8=function(){console.log("log6")},exports.sum=function(l){return l.reduce((function(l,n){return o.add(l,n)}),0)}; | ||
//# sourceMappingURL=orange.cjs.production.min.js.map |
{ | ||
"name": "@tpham0/orange", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Orange package", | ||
@@ -23,3 +23,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@tpham0/apple": "1.0.0" | ||
"@tpham0/apple": "1.1.0" | ||
}, | ||
@@ -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
21312
100
+ Added@tpham0/apple@1.1.0(transitive)
- Removed@tpham0/apple@1.0.0(transitive)
Updated@tpham0/apple@1.1.0