@tpham0/orange
Advanced tools
Comparing version 9.0.1 to 10.0.0-beta.1
@@ -0,1 +1,21 @@ | ||
# @tpham0/orange [10.0.0-beta.1](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange@9.0.1...@tpham0/orange@10.0.0-beta.1) (2020-12-25) | ||
### Features | ||
* a ([4168391](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/4168391657a43ebfc2d9abbc8576d4900d4ee0f4)) | ||
### BREAKING CHANGES | ||
* TEST | ||
### Dependencies | ||
* **@tpham0/apple:** upgraded to 14.0.0-beta.1 | ||
# Change Log | ||
@@ -2,0 +22,0 @@ |
export declare function callMe(message: string): void; | ||
export declare function sum(list: number[]): number; | ||
export declare function log6(): void; | ||
export declare function log7(): void; | ||
export declare function log8(): void; | ||
export declare function log10(): void; | ||
export declare function log11(): void; | ||
@@ -8,0 +4,0 @@ export declare function log21(): void; |
@@ -11,14 +11,2 @@ import { printMe, add } from '@tpham0/apple'; | ||
} | ||
function log6() { | ||
console.log('log622'); | ||
} | ||
function log7() { | ||
console.log('log64'); | ||
} | ||
function log8() { | ||
console.log('log2226'); | ||
} | ||
function log10() { | ||
console.log('log10'); | ||
} | ||
function log11() { | ||
@@ -37,3 +25,3 @@ console.log('hello world'); | ||
export { callMe, log10, log11, log21, log221, log2s21, log6, log7, log8, sum }; | ||
export { callMe, log11, log21, log221, log2s21, sum }; | ||
//# sourceMappingURL=index.esm.js.map |
@@ -13,14 +13,2 @@ 'use strict'; | ||
} | ||
function log6() { | ||
console.log('log622'); | ||
} | ||
function log7() { | ||
console.log('log64'); | ||
} | ||
function log8() { | ||
console.log('log2226'); | ||
} | ||
function log10() { | ||
console.log('log10'); | ||
} | ||
function log11() { | ||
@@ -40,3 +28,2 @@ console.log('hello world'); | ||
exports.callMe = callMe; | ||
exports.log10 = log10; | ||
exports.log11 = log11; | ||
@@ -46,6 +33,3 @@ exports.log21 = log21; | ||
exports.log2s21 = log2s21; | ||
exports.log6 = log6; | ||
exports.log7 = log7; | ||
exports.log8 = log8; | ||
exports.sum = sum; | ||
//# sourceMappingURL=orange.cjs.development.js.map |
@@ -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("l222222s")},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.log11=function(){console.log("hello world")},exports.log21=function(){console.log("log21322")},exports.log221=function(){console.log("lssog21322")},exports.log2s21=function(){console.log("l222222s")},exports.sum=function(l){return l.reduce((function(l,e){return o.add(l,e)}),0)}; | ||
//# sourceMappingURL=orange.cjs.production.min.js.map |
{ | ||
"name": "@tpham0/orange", | ||
"version": "9.0.1", | ||
"version": "10.0.0-beta.1", | ||
"description": "Orange package", | ||
@@ -23,3 +23,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@tpham0/apple": "^13.0.1" | ||
"@tpham0/apple": "13.0.2-beta.0" | ||
}, | ||
@@ -29,3 +29,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "3ed3b5c384902f49173c5befd0a5f656663c1fd4" | ||
"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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
11499
67
3
- Removed@tpham0/apple@13.0.1(transitive)
Updated@tpham0/apple@13.0.2-beta.0