@tpham0/orange
Advanced tools
Comparing version 1.8.2 to 1.8.7
@@ -6,2 +6,6 @@ # Change Log | ||
## [1.8.7](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange@1.8.6...@tpham0/orange@1.8.7) (2020-12-22) | ||
**Note:** Version bump only for package @tpham0/orange | ||
## [1.8.2](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange@1.8.0...@tpham0/orange@1.8.2) (2020-12-22) | ||
@@ -8,0 +12,0 @@ |
@@ -33,3 +33,3 @@ import { printMe, add } from '@tpham0/apple'; | ||
function log2s21() { | ||
console.log('log1322'); | ||
console.log('log21322'); | ||
} | ||
@@ -36,0 +36,0 @@ |
@@ -35,3 +35,3 @@ 'use strict'; | ||
function log2s21() { | ||
console.log('log1322'); | ||
console.log('log21322'); | ||
} | ||
@@ -38,0 +38,0 @@ |
@@ -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("log21322")},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)}; | ||
"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("log21322")},exports.log2s21=function(){console.log("log21322")},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.8.2", | ||
"version": "1.8.7", | ||
"description": "Orange package", | ||
@@ -23,3 +23,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@tpham0/apple": "^5.4.0" | ||
"@tpham0/apple": "^5.6.2" | ||
}, | ||
@@ -29,3 +29,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "023f099b1d31e7f9852815672e34b6a486ea93e5" | ||
"gitHead": "efc9663a46bae938454226484efc853dad90c618" | ||
} |
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
8731
Updated@tpham0/apple@^5.6.2