Skip to content

Commit

Permalink
6.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Mar 21, 2023
1 parent 898235e commit 5019eda
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions dist/s.js
@@ -1,5 +1,5 @@
/*!
* SJS 6.14.0
* SJS 6.14.1
*/
(function () {

Expand Down Expand Up @@ -687,7 +687,7 @@
return this.fetch(url, {
credentials: 'same-origin',
integrity: importMap.integrity[url],
meta
meta: meta,
})
.then(function (res) {
if (!res.ok)
Expand Down
2 changes: 1 addition & 1 deletion dist/s.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/s.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/system-node.cjs
Expand Up @@ -6491,7 +6491,7 @@ systemJSPrototype.instantiate = function (url, parent, meta) {
return this.fetch(url, {
credentials: 'same-origin',
integrity: importMap.integrity[url],
meta
meta: meta,
})
.then(function (res) {
if (!res.ok)
Expand Down
4 changes: 2 additions & 2 deletions dist/system.js
@@ -1,5 +1,5 @@
/*!
* SystemJS 6.14.0
* SystemJS 6.14.1
*/
(function () {

Expand Down Expand Up @@ -694,7 +694,7 @@
return this.fetch(url, {
credentials: 'same-origin',
integrity: importMap.integrity[url],
meta
meta: meta,
})
.then(function (res) {
if (!res.ok)
Expand Down

0 comments on commit 5019eda

Please sign in to comment.