Comparing version 0.2.23 to 0.2.24
{ | ||
"name": "apicase", | ||
"version": "0.2.23", | ||
"version": "0.2.24", | ||
"description": "Create, group and manage your APIs with json declaration", | ||
@@ -5,0 +5,0 @@ "author": "Anton Kosykh", |
@@ -1,9 +0,9 @@ | ||
import createService from './service.js' | ||
import createContainer from './container.js' | ||
import Service from './service.js' | ||
import Container from './container.js' | ||
import { mergeHooksList } from './utils.js' | ||
export default { | ||
createService, | ||
createContainer, | ||
Service, | ||
Container, | ||
mergeHooksList | ||
} |
Sorry, the diff of this file is too big to display
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
465890