@etlevs/release-script-test
Advanced tools
Comparing version 1.1.0 to 1.2.0
# @etlevs/release-script-test | ||
## 1.2.0 | ||
### Minor Changes | ||
- add megacool export ([#9](https://github.com/etlevs/release-script-test/pull/9)) | ||
## 1.1.0 | ||
@@ -4,0 +10,0 @@ |
declare const cool = "1"; | ||
declare const megacool = "2"; | ||
export { cool }; | ||
export { cool, megacool }; |
// src/index.ts | ||
var cool = "1"; | ||
var megacool = "2"; | ||
export { | ||
cool | ||
cool, | ||
megacool | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@etlevs/release-script-test", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": "dominikg", |
export const cool = '1'; | ||
export const megacool = '2'; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4007
45