@tpham0/orange
Advanced tools
Comparing version 1.8.7 to 1.8.12
@@ -0,1 +1,39 @@ | ||
## @tpham0/orange [1.8.12](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange@1.8.11...@tpham0/orange@1.8.12) (2020-12-23) | ||
### Bug Fixes | ||
* **orange:** disable apple package ([ef10bcf](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/ef10bcfebbea0b287c13e66b5424229fa0142a5b)) | ||
## @tpham0/orange [1.8.11](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange@1.8.10...@tpham0/orange@1.8.11) (2020-12-23) | ||
### Dependencies | ||
* **@tpham0/apple:** upgraded to 5.6.3 | ||
## @tpham0/orange [1.8.10](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange@1.8.9...@tpham0/orange@1.8.10) (2020-12-22) | ||
### Bug Fixes | ||
* sdf ([20d0af7](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/20d0af74f45632d96ae3fdfd70695efa1112a4d4)) | ||
## @tpham0/orange [1.8.9](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange@1.8.8...@tpham0/orange@1.8.9) (2020-12-22) | ||
### Bug Fixes | ||
* s ([356ca93](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/356ca937ce5ffebe4b95c3200eb23dec277fe3d7)) | ||
## @tpham0/orange [1.8.8](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange@1.8.7...@tpham0/orange@1.8.8) (2020-12-22) | ||
### Bug Fixes | ||
* **orange:** test ([b1651d0](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/b1651d056dd070be846a852ab06874ac4dbb2716)) | ||
# Change Log | ||
@@ -2,0 +40,0 @@ |
export declare function callMe(message: string): void; | ||
export declare function sum(list: number[]): number; | ||
export declare function sum(list: number[]): void; | ||
export declare function log6(): void; | ||
@@ -4,0 +4,0 @@ export declare function log7(): void; |
@@ -1,11 +0,3 @@ | ||
import { printMe, add } from '@tpham0/apple'; | ||
function callMe(message) { | ||
console.log(printMe(message)); | ||
} | ||
function sum(list) { | ||
return list.reduce(function (a, c) { | ||
return add(a, c); | ||
}, 0); | ||
} | ||
function callMe(message) {} | ||
function sum(list) {} | ||
function log6() { | ||
@@ -33,3 +25,3 @@ console.log('log6'); | ||
function log2s21() { | ||
console.log('log21322'); | ||
console.log('log213ss22'); | ||
} | ||
@@ -36,0 +28,0 @@ |
'use strict'; | ||
var apple = require('@tpham0/apple'); | ||
function callMe(message) { | ||
console.log(apple.printMe(message)); | ||
} | ||
function sum(list) { | ||
return list.reduce(function (a, c) { | ||
return apple.add(a, c); | ||
}, 0); | ||
} | ||
function callMe(message) {} | ||
function sum(list) {} | ||
function log6() { | ||
@@ -35,3 +27,3 @@ console.log('log6'); | ||
function log2s21() { | ||
console.log('log21322'); | ||
console.log('log213ss22'); | ||
} | ||
@@ -38,0 +30,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("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)}; | ||
"use strict";exports.callMe=function(o){},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("log213ss22")},exports.log6=function(){console.log("log6")},exports.log7=function(){console.log("log64")},exports.log8=function(){console.log("log6")},exports.sum=function(o){}; | ||
//# sourceMappingURL=orange.cjs.production.min.js.map |
{ | ||
"name": "@tpham0/orange", | ||
"version": "1.8.7", | ||
"version": "1.8.12", | ||
"description": "Orange package", | ||
@@ -22,9 +22,6 @@ "sideEffects": false, | ||
], | ||
"dependencies": { | ||
"@tpham0/apple": "^5.6.2" | ||
}, | ||
"dependencies": {}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"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
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
9001
0
1
85
- Removed@tpham0/apple@^5.6.2
- Removed@tpham0/apple@5.7.0(transitive)