@tpham0/orange
Advanced tools
Comparing version 1.8.17 to 1.9.0
@@ -0,1 +1,16 @@ | ||
# @tpham0/orange [1.9.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange@1.8.17...@tpham0/orange@1.9.0) (2020-12-23) | ||
### Features | ||
* hello ([1752719](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/17527196c6184fc0f7de668c04c206ccffd797fb)) | ||
### Dependencies | ||
* **@tpham0/apple:** upgraded to 5.7.0 | ||
## @tpham0/orange [1.8.17](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange@1.8.16...@tpham0/orange@1.8.17) (2020-12-23) | ||
@@ -2,0 +17,0 @@ |
@@ -24,3 +24,3 @@ import { printMe, add } from '@tpham0/apple'; | ||
function log11() { | ||
console.log('log10'); | ||
console.log('hello world'); | ||
} | ||
@@ -27,0 +27,0 @@ function log21() { |
@@ -26,3 +26,3 @@ 'use strict'; | ||
function log11() { | ||
console.log('log10'); | ||
console.log('hello world'); | ||
} | ||
@@ -29,0 +29,0 @@ function log21() { |
@@ -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("log21322")},exports.log221=function(){console.log("lssog21322")},exports.log2s21=function(){console.log("log21222")},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("hello world")},exports.log21=function(){console.log("log21322")},exports.log221=function(){console.log("lssog21322")},exports.log2s21=function(){console.log("log21222")},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.17", | ||
"version": "1.9.0", | ||
"description": "Orange package", | ||
@@ -23,3 +23,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@tpham0/apple": "5.6.3" | ||
"@tpham0/apple": "5.7.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
12270
+ Added@tpham0/apple@5.7.0(transitive)
- Removed@tpham0/apple@5.6.3(transitive)
Updated@tpham0/apple@5.7.0