@tpham0/orange
Advanced tools
Comparing version 2.1.0 to 3.0.0-beta.1
# CHANGELOG | ||
# [@tpham0/orange-v3.0.0-beta.1](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange-v2.1.0...@tpham0/orange-v3.0.0-beta.1) (2020-12-22) | ||
### Features | ||
* rewrite packages ([30a52f0](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/30a52f07d05b6a961e4ab251d081d7a611820f1a)) | ||
### BREAKING CHANGES | ||
* rewrite logic | ||
# [@tpham0/orange-v2.1.0](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange-v2.0.0...@tpham0/orange-v2.1.0) (2020-12-18) | ||
@@ -4,0 +16,0 @@ |
@@ -6,1 +6,2 @@ export declare function callMe(message: string): void; | ||
export declare function log8(): void; | ||
export declare function log10(): void; |
@@ -1,2 +0,2 @@ | ||
import { printMe, add } from '@tpham0/apple'; | ||
import { printMe, add, log5 } from '@tpham0/apple'; | ||
@@ -20,4 +20,7 @@ function callMe(message) { | ||
} | ||
function log10() { | ||
log5('log10'); | ||
} | ||
export { callMe, log6, log7, log8, sum }; | ||
export { callMe, log10, log6, log7, log8, sum }; | ||
//# sourceMappingURL=index.esm.js.map |
@@ -22,4 +22,8 @@ 'use strict'; | ||
} | ||
function log10() { | ||
apple.log5('log10'); | ||
} | ||
exports.callMe = callMe; | ||
exports.log10 = log10; | ||
exports.log6 = log6; | ||
@@ -26,0 +30,0 @@ exports.log7 = log7; |
@@ -1,2 +0,2 @@ | ||
"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.log8=function(){console.log("log6")},exports.sum=function(e){return e.reduce((function(e,n){return o.add(e,n)}),0)}; | ||
"use strict";var o=require("@tpham0/apple");exports.callMe=function(n){console.log(o.printMe(n))},exports.log10=function(){o.log5("log10")},exports.log6=function(){console.log("log6")},exports.log7=function(){console.log("log6")},exports.log8=function(){console.log("log6")},exports.sum=function(n){return n.reduce((function(n,e){return o.add(n,e)}),0)}; | ||
//# sourceMappingURL=orange.cjs.production.min.js.map |
{ | ||
"name": "@tpham0/orange", | ||
"version": "2.1.0", | ||
"version": "3.0.0-beta.1", | ||
"description": "Orange package", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
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
9490
67
2