@tpham0/orange
Advanced tools
Comparing version 8.0.0 to 9.0.0-beta.1
@@ -0,1 +1,21 @@ | ||
# @tpham0/orange [9.0.0-beta.1](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange@8.0.0...@tpham0/orange@9.0.0-beta.1) (2020-12-25) | ||
### Features | ||
* hello ([6a33185](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/6a33185e058bfecec7b52880fbbf9ba389a67ac4)) | ||
### BREAKING CHANGES | ||
* hello | ||
### Dependencies | ||
* **@tpham0/apple:** upgraded to 13.0.0-beta.1 | ||
# Change Log | ||
@@ -2,0 +22,0 @@ |
@@ -33,3 +33,3 @@ import { printMe, add } from '@tpham0/apple'; | ||
function log2s21() { | ||
console.log('l22222222'); | ||
console.log('l22222222s'); | ||
} | ||
@@ -36,0 +36,0 @@ |
@@ -35,3 +35,3 @@ 'use strict'; | ||
function log2s21() { | ||
console.log('l22222222'); | ||
console.log('l22222222s'); | ||
} | ||
@@ -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("hello world")},exports.log21=function(){console.log("log21322")},exports.log221=function(){console.log("lssog21322")},exports.log2s21=function(){console.log("l22222222")},exports.log6=function(){console.log("log622")},exports.log7=function(){console.log("log64")},exports.log8=function(){console.log("log2226")},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("l22222222s")},exports.log6=function(){console.log("log622")},exports.log7=function(){console.log("log64")},exports.log8=function(){console.log("log2226")},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": "8.0.0", | ||
"version": "9.0.0-beta.1", | ||
"description": "Orange package", | ||
@@ -23,3 +23,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@tpham0/apple": "^12.0.0" | ||
"@tpham0/apple": "12.0.1-beta.0" | ||
}, | ||
@@ -29,3 +29,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "d3f25ad6acf47091501c1d0950aaf235af1ff46d" | ||
"gitHead": "32ed7e5a4038f882e31e9926e6714512496bdca3" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
12825
3
- Removed@tpham0/apple@12.0.0(transitive)
Updated@tpham0/apple@12.0.1-beta.0