test-npm-den
Advanced tools
Comparing version 1.0.10 to 1.0.11
export { ESol } from './eSol'; | ||
export declare const test = "Hello world"; | ||
export { ESolConfig } from './config'; | ||
export * as ESolUtils from './utils'; |
export { ESol } from './eSol'; | ||
export const test = "Hello world"; | ||
// export { ESolConfig } from './config'; | ||
// export * as ESolUtils from './utils'; | ||
export { ESolConfig } from './config'; | ||
export * as ESolUtils from './utils'; |
{ | ||
"name": "test-npm-den", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Test", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
132299