@tpham0/orange
Advanced tools
Comparing version 1.8.12 to 1.8.17
@@ -0,1 +1,37 @@ | ||
## @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) | ||
### Bug Fixes | ||
* test ([2c9ed92](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/2c9ed92746a027232081b6611a9631953bbab06f)) | ||
* **orange:** test 1 ([1d68c05](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/1d68c056f4d74ac206199f2269a0cf2a8fbf3f2f)) | ||
## @tpham0/orange [1.8.16](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange@1.8.15...@tpham0/orange@1.8.16) (2020-12-23) | ||
### Bug Fixes | ||
* **orange:** tests ([8313fe3](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/8313fe32d48e9ce3441d09c4b9d309b88673a9d8)) | ||
## @tpham0/orange [1.8.15](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange@1.8.14...@tpham0/orange@1.8.15) (2020-12-23) | ||
### Bug Fixes | ||
* **orange:** test ([5697eaf](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/5697eafbdc52af4154eb2e37d6779e2f9b02f244)) | ||
## @tpham0/orange [1.8.14](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange@1.8.13...@tpham0/orange@1.8.14) (2020-12-23) | ||
### Bug Fixes | ||
* **orange:** test ([4d2b6a2](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/4d2b6a240deb02c471089d82d86f50ded61d8e48)) | ||
## @tpham0/orange [1.8.13](https://github.com/zlatanpham/monorepo-semantic-release-demo/compare/@tpham0/orange@1.8.12...@tpham0/orange@1.8.13) (2020-12-23) | ||
### Bug Fixes | ||
* **orange:** add apple package ([1a92027](https://github.com/zlatanpham/monorepo-semantic-release-demo/commit/1a92027d8a6e520245dd012f96cd1f2b255f7710)) | ||
## @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) | ||
@@ -2,0 +38,0 @@ |
export declare function callMe(message: string): void; | ||
export declare function sum(list: number[]): void; | ||
export declare function sum(list: number[]): number; | ||
export declare function log6(): void; | ||
@@ -4,0 +4,0 @@ export declare function log7(): void; |
@@ -1,3 +0,11 @@ | ||
function callMe(message) {} | ||
function sum(list) {} | ||
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 log6() { | ||
@@ -19,9 +27,9 @@ console.log('log6'); | ||
function log21() { | ||
console.log('log1322'); | ||
console.log('log21322'); | ||
} | ||
function log221() { | ||
console.log('log21322'); | ||
console.log('lssog21322'); | ||
} | ||
function log2s21() { | ||
console.log('log213ss22'); | ||
console.log('log21222'); | ||
} | ||
@@ -28,0 +36,0 @@ |
'use strict'; | ||
function callMe(message) {} | ||
function sum(list) {} | ||
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 log6() { | ||
@@ -21,9 +29,9 @@ console.log('log6'); | ||
function log21() { | ||
console.log('log1322'); | ||
console.log('log21322'); | ||
} | ||
function log221() { | ||
console.log('log21322'); | ||
console.log('lssog21322'); | ||
} | ||
function log2s21() { | ||
console.log('log213ss22'); | ||
console.log('log21222'); | ||
} | ||
@@ -30,0 +38,0 @@ |
@@ -1,2 +0,2 @@ | ||
"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){}; | ||
"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)}; | ||
//# sourceMappingURL=orange.cjs.production.min.js.map |
{ | ||
"name": "@tpham0/orange", | ||
"version": "1.8.12", | ||
"version": "1.8.17", | ||
"description": "Orange package", | ||
@@ -22,3 +22,5 @@ "sideEffects": false, | ||
], | ||
"dependencies": {}, | ||
"dependencies": { | ||
"@tpham0/apple": "5.6.3" | ||
}, | ||
"publishConfig": { | ||
@@ -25,0 +27,0 @@ "access": "public" |
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
11873
100
1
2
+ Added@tpham0/apple@5.6.3
+ Added@tpham0/apple@5.6.3(transitive)