a2-in-memory-web-api
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -8,5 +8,5 @@ var path = require("path"); | ||
var builder = new Builder({ | ||
baseUrl: './', | ||
paths: {'*': '*.js'}, | ||
map: { | ||
'./': {format: 'register', defaultExtension: 'js'}, | ||
//'./': {format: 'register', defaultExtension: 'js'}, | ||
angular2: 'node_modules/angular2', | ||
@@ -31,6 +31,7 @@ rxjs: 'node_modules/rxjs' | ||
builder | ||
.bundle('./core.js', 'dev.js') | ||
.then(function() { | ||
.bundle('a2-in-memory-web-api/core', 'dev.js') | ||
.then(function(output) { | ||
console.log('Build complete'); | ||
}) | ||
.catch(function(err) { | ||
@@ -37,0 +38,0 @@ console.log('Build error'); |
@@ -1,2 +0,2 @@ | ||
System.register("http-status-codes.js", [], function(exports_1) { | ||
System.register("a2-in-memory-web-api/http-status-codes", [], function(exports_1) { | ||
var STATUS, | ||
@@ -463,3 +463,3 @@ STATUS_CODE_INFO; | ||
System.register("in-memory-backend.service.js", ["angular2/core", "angular2/http", "rxjs/Observable", "rxjs/add/operator/delay", "./http-status-codes"], function(exports_1) { | ||
System.register("a2-in-memory-web-api/in-memory-backend.service", ["angular2/core", "angular2/http", "rxjs/Observable", "rxjs/add/operator/delay", "./http-status-codes"], function(exports_1) { | ||
var __decorate = (this && this.__decorate) || function(decorators, target, key, desc) { | ||
@@ -808,3 +808,3 @@ var c = arguments.length, | ||
System.register("core.js", ["./http-status-codes", "./in-memory-backend.service"], function(exports_1) { | ||
System.register("a2-in-memory-web-api/core", ["./http-status-codes", "./in-memory-backend.service"], function(exports_1) { | ||
function exportStar_1(m) { | ||
@@ -811,0 +811,0 @@ var exports = {}; |
{ | ||
"name": "a2-in-memory-web-api", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "An in-memory web api for demos and tests", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -7,3 +7,3 @@ { | ||
"sourceMap": true, | ||
"outDir": "./", | ||
"outDir": "./a2-in-memory-web-api", | ||
"declaration": true, | ||
@@ -10,0 +10,0 @@ "emitDecoratorMetadata": true, |
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
188094