@mocks-server/admin-api-paths
Advanced tools
Comparing version 1.0.9 to 1.1.0
@@ -13,2 +13,10 @@ # Change Log | ||
## [1.1.0] - 2020-12-25 | ||
### Added | ||
- feat: Add alerts path | ||
### Fixed | ||
- fix: Remove mocks-server-plugin tag from package.json (#87) | ||
## [1.0.9] - 2020-12-21 | ||
@@ -15,0 +23,0 @@ |
@@ -10,4 +10,6 @@ 'use strict'; | ||
var ABOUT = "/about"; | ||
var ALERTS = "/alerts"; | ||
exports.ABOUT = ABOUT; | ||
exports.ALERTS = ALERTS; | ||
exports.BEHAVIORS = BEHAVIORS; | ||
@@ -14,0 +16,0 @@ exports.DEFAULT_BASE_PATH = DEFAULT_BASE_PATH; |
@@ -6,3 +6,4 @@ var DEFAULT_BASE_PATH = "/admin"; | ||
var ABOUT = "/about"; | ||
var ALERTS = "/alerts"; | ||
export { ABOUT, BEHAVIORS, DEFAULT_BASE_PATH, FIXTURES, SETTINGS }; | ||
export { ABOUT, ALERTS, BEHAVIORS, DEFAULT_BASE_PATH, FIXTURES, SETTINGS }; |
@@ -1,1 +0,1 @@ | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).pluginAdminApiPaths={})}(this,(function(e){"use strict";e.ABOUT="/about",e.BEHAVIORS="/behaviors",e.DEFAULT_BASE_PATH="/admin",e.FIXTURES="/fixtures",e.SETTINGS="/settings",Object.defineProperty(e,"__esModule",{value:!0})})); | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["exports"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).pluginAdminApiPaths={})}(this,(function(e){"use strict";e.ABOUT="/about",e.ALERTS="/alerts",e.BEHAVIORS="/behaviors",e.DEFAULT_BASE_PATH="/admin",e.FIXTURES="/fixtures",e.SETTINGS="/settings",Object.defineProperty(e,"__esModule",{value:!0})})); |
{ | ||
"name": "@mocks-server/admin-api-paths", | ||
"version": "1.0.9", | ||
"version": "1.1.0", | ||
"description": "Api paths of @mocks-server/plugin-admin-api", | ||
"keywords": [ | ||
"mocks-server-plugin", | ||
"administration", | ||
@@ -8,0 +7,0 @@ "admin", |
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
7178
23