@savks/js-container
Advanced tools
Comparing version 3.0.0-beta.4 to 3.0.0-beta.5
@@ -1,4 +0,4 @@ | ||
import appFunction from './appFunction.js'; | ||
import appFunction, { AppFunction } from './appFunction.js'; | ||
import Application from './Application.js'; | ||
export { appFunction }; | ||
export { appFunction, AppFunction }; | ||
export default Application; |
@@ -1,4 +0,4 @@ | ||
import appFunction from './appFunction.js'; | ||
import appFunction, { AppFunction } from './appFunction.js'; | ||
import Application from './Application.js'; | ||
export { appFunction }; | ||
export { appFunction, AppFunction }; | ||
export default Application; |
{ | ||
"name": "@savks/js-container", | ||
"version": "3.0.0-beta.4", | ||
"version": "3.0.0-beta.5", | ||
"description": "JS Application Container", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
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
25110