Skip to content

Commit

Permalink
1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenVinke committed Sep 23, 2017
1 parent bfd9795 commit fa5c7cc
Show file tree
Hide file tree
Showing 192 changed files with 642 additions and 626 deletions.
34 changes: 17 additions & 17 deletions bundles/bundle.js

Large diffs are not rendered by default.

529 changes: 264 additions & 265 deletions config.js

Large diffs are not rendered by default.

535 changes: 267 additions & 268 deletions config2.js

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions jspm_packages/.dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
"aurelia-templating": "npm:aurelia-templating@^1.0.0"
},
"npm:[email protected]": {},
"npm:[email protected]": {},
"npm:[email protected]": {
"aurelia-binding": "npm:aurelia-binding@^1.1.0",
"aurelia-logging": "npm:aurelia-logging@^1.0.0",
Expand All @@ -107,26 +106,12 @@
"aurelia-metadata": "npm:aurelia-metadata@^1.0.0",
"aurelia-pal": "npm:aurelia-pal@^1.0.0"
},
"npm:[email protected]": {},
"npm:[email protected]": {
"aurelia-logging": "npm:aurelia-logging@^1.0.0",
"aurelia-metadata": "npm:aurelia-metadata@^1.0.0",
"aurelia-pal": "npm:aurelia-pal@^1.0.0",
"aurelia-task-queue": "npm:aurelia-task-queue@^1.0.0"
},
"npm:[email protected]": {},
"npm:[email protected]": {
"aurelia-pal": "npm:aurelia-pal@^1.1.0"
},
"npm:[email protected]": {
"aurelia-metadata": "npm:aurelia-metadata@^1.0.0",
"aurelia-pal": "npm:aurelia-pal@^1.0.0",
"aurelia-templating": "npm:aurelia-templating@^1.0.0"
},
"npm:[email protected]": {
"aurelia-metadata": "npm:aurelia-metadata@^1.0.0",
"aurelia-pal": "npm:aurelia-pal@^1.0.0"
},
"npm:[email protected]": {
"aurelia-pal": "npm:aurelia-pal@^1.0.0",
"aurelia-path": "npm:aurelia-path@^1.0.0"
Expand Down Expand Up @@ -168,7 +153,6 @@
"github:jspm/[email protected]": {
"buffer": "npm:buffer@^5.0.6"
},
"github:systemjs/[email protected]": {},
"npm:[email protected]": {},
"npm:[email protected]": {
"aurelia-pal": "npm:aurelia-pal@^1.0.0"
Expand All @@ -184,7 +168,27 @@
"aurelia-task-queue": "npm:aurelia-task-queue@^1.0.0",
"aurelia-templating": "npm:aurelia-templating@^1.0.0"
},
"npm:[email protected]": {
"npm:[email protected]": {
"base64-js": "npm:base64-js@^1.0.2",
"ieee754": "npm:ieee754@^1.1.4"
},
"npm:[email protected]": {},
"npm:[email protected]": {
"aurelia-pal": "npm:aurelia-pal@^1.4.0"
},
"npm:[email protected]": {
"aurelia-metadata": "npm:aurelia-metadata@^1.0.0",
"aurelia-pal": "npm:aurelia-pal@^1.0.0"
},
"npm:[email protected]": {},
"github:systemjs/[email protected]": {},
"npm:[email protected]": {
"aurelia-logging": "npm:aurelia-logging@^1.0.0",
"aurelia-metadata": "npm:aurelia-metadata@^1.0.0",
"aurelia-pal": "npm:aurelia-pal@^1.0.0",
"aurelia-task-queue": "npm:aurelia-task-queue@^1.0.0"
},
"npm:[email protected]": {
"aurelia-binding": "npm:aurelia-binding@^1.0.4",
"aurelia-dependency-injection": "npm:aurelia-dependency-injection@^1.0.0",
"aurelia-logging": "npm:aurelia-logging@^1.0.0",
Expand All @@ -194,9 +198,5 @@
"aurelia-task-queue": "npm:aurelia-task-queue@^1.0.0",
"aurelia-templating": "npm:aurelia-templating@^1.1.0",
"aurelia-templating-resources": "npm:aurelia-templating-resources@^1.0.0"
},
"npm:[email protected]": {
"base64-js": "npm:base64-js@^1.0.2",
"ieee754": "npm:ieee754@^1.1.4"
}
}
1 change: 0 additions & 1 deletion jspm_packages/github/systemjs/[email protected]

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions jspm_packages/github/systemjs/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require("github:systemjs/[email protected]/css");
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5889e0617d328f516f7f6c21d6774094e82c46e799914b932bd37a50b983c5e7c90ae93bjspm-github@0.13.10.16.1
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,19 @@ exports.bundle = function(loads, compileOpts, outputOpts) {
}
}), atUrl({
url: function(fileName, decl, from, dirname, to, options, result) {
if (absUrl(fileName) || fileName.match(/^%23/))
if ((absUrl(fileName) && fileName.charAt(0) !== '/') || fileName.match(/^%23/))
return fileName;

// dirname may be renormalized to cwd
if (dirname.substr(0, cwd.length + 1) === cwd + path.sep)
dirname = path.resolve(baseURLPath, dirname.substr(cwd.length + 1));

if (loader.rootURL)
return (loader.browserRootURL || '/') + path.relative(loader.rootURL, path.join(dirname, fileName)).replace(/\\/g, '/');
if (fileName.charAt(0) === '/') {
return (loader.browserRootURL || '/') + fileName.replace(/\\/g, '/').replace(/\//, '');
} else {
return (loader.browserRootURL || '/') + path.relative(loader.rootURL, path.join(dirname, fileName)).replace(/\\/g, '/');
}
else
return path.relative(baseURLPath, path.join(dirname, fileName)).replace(/\\/g, '/');
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "systemjs-plugin-css",
"version": "0.1.35",
"version": "0.1.36",
"main": "css",
"registry": "jspm",
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions jspm_packages/npm/[email protected]

This file was deleted.

1 change: 0 additions & 1 deletion jspm_packages/npm/[email protected]/.jspm-hash

This file was deleted.

3 changes: 3 additions & 0 deletions jspm_packages/npm/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
define(["npm:[email protected]/aurelia-binding"], function(main) {
return main;
});
1 change: 1 addition & 0 deletions jspm_packages/npm/[email protected]/.jspm-hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
f40da1b31aa68046d32aa05bcfaf5bd3f3e4971699914b932bd37a50b983c5e7c90ae93bjspm-npm@0.260.16.1
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions jspm_packages/npm/[email protected]

This file was deleted.

1 change: 0 additions & 1 deletion jspm_packages/npm/[email protected]/.jspm-hash

This file was deleted.

3 changes: 3 additions & 0 deletions jspm_packages/npm/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
define(["npm:[email protected]/aurelia-dependency-injection"], function(main) {
return main;
});
1 change: 1 addition & 0 deletions jspm_packages/npm/[email protected]/.jspm-hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
5f9ca5dede6a1ccc72a0838c980df3dfe791875699914b932bd37a50b983c5e7c90ae93bjspm-npm@0.260.16.1
Original file line number Diff line number Diff line change
Expand Up @@ -419,9 +419,16 @@ define(['exports', 'aurelia-metadata', 'aurelia-pal'], function (exports, _aurel
function invokeWithDynamicDependencies(container, fn, staticDependencies, dynamicDependencies) {
var i = staticDependencies.length;
var args = new Array(i);
var lookup = void 0;

while (i--) {
args[i] = container.get(staticDependencies[i]);
lookup = staticDependencies[i];

if (lookup === null || lookup === undefined) {
throw new Error('Constructor Parameter with index ' + i + ' cannot be null or undefined. Are you trying to inject/register something that doesn\'t exist with DI?');
} else {
args[i] = container.get(lookup);
}
}

if (dynamicDependencies !== undefined) {
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions jspm_packages/npm/[email protected]

This file was deleted.

1 change: 0 additions & 1 deletion jspm_packages/npm/[email protected]/.jspm-hash

This file was deleted.

3 changes: 3 additions & 0 deletions jspm_packages/npm/[email protected]
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
define(["npm:[email protected]/aurelia-fetch-client"], function(main) {
return main;
});
1 change: 1 addition & 0 deletions jspm_packages/npm/[email protected]/.jspm-hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3b6a4b8b9de4809e996bda1299f05838c3907b0a99914b932bd37a50b983c5e7c90ae93bjspm-npm@0.260.16.1
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ define(['exports'], function (exports) {
this.interceptors = [];

if (typeof fetch === 'undefined') {
throw new Error('HttpClient requires a Fetch API implementation, but the current environment doesn\'t support it. You may need to load a polyfill such as https://github.com/github/fetch.');
throw new Error('HttpClient requires a Fetch API implementation, but the current environment doesn\'t support it. You may need to load a polyfill such as https://github.com/github/fetch');
}
}

Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions jspm_packages/npm/[email protected]

This file was deleted.

1 change: 0 additions & 1 deletion jspm_packages/npm/[email protected]/.jspm-hash

This file was deleted.

Loading

0 comments on commit fa5c7cc

Please sign in to comment.