a2-in-memory-web-api
Advanced tools
Comparing version 0.0.4 to 0.1.0
@@ -0,2 +1,2 @@ | ||
export * from './in-memory-backend.service'; | ||
export * from './http-status-codes'; | ||
export * from './in-memory-backend.service'; |
@@ -1,2 +0,2 @@ | ||
System.register(['./http-status-codes', './in-memory-backend.service'], function(exports_1) { | ||
System.register(['./in-memory-backend.service', './http-status-codes'], function(exports_1) { | ||
function exportStar_1(m) { | ||
@@ -11,7 +11,7 @@ var exports = {}; | ||
setters:[ | ||
function (in_memory_backend_service_1_1) { | ||
exportStar_1(in_memory_backend_service_1_1); | ||
}, | ||
function (http_status_codes_1_1) { | ||
exportStar_1(http_status_codes_1_1); | ||
}, | ||
function (in_memory_backend_service_1_1) { | ||
exportStar_1(in_memory_backend_service_1_1); | ||
}], | ||
@@ -18,0 +18,0 @@ execute: function() { |
{ | ||
"name": "a2-in-memory-web-api", | ||
"version": "0.0.4", | ||
"version": "0.1.0", | ||
"description": "An in-memory web api for demos and tests", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -0,2 +1,2 @@ | ||
export * from './in-memory-backend.service'; | ||
export * from './http-status-codes'; | ||
export * from './in-memory-backend.service'; |
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
139867
3162