Skip to content

Commit 5019eda

Browse files
committed
6.14.1
1 parent 898235e commit 5019eda

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

dist/s.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* SJS 6.14.0
2+
* SJS 6.14.1
33
*/
44
(function () {
55

@@ -687,7 +687,7 @@
687687
return this.fetch(url, {
688688
credentials: 'same-origin',
689689
integrity: importMap.integrity[url],
690-
meta
690+
meta: meta,
691691
})
692692
.then(function (res) {
693693
if (!res.ok)

dist/s.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/s.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/system-node.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6491,7 +6491,7 @@ systemJSPrototype.instantiate = function (url, parent, meta) {
64916491
return this.fetch(url, {
64926492
credentials: 'same-origin',
64936493
integrity: importMap.integrity[url],
6494-
meta
6494+
meta: meta,
64956495
})
64966496
.then(function (res) {
64976497
if (!res.ok)

dist/system.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* SystemJS 6.14.0
2+
* SystemJS 6.14.1
33
*/
44
(function () {
55

@@ -694,7 +694,7 @@
694694
return this.fetch(url, {
695695
credentials: 'same-origin',
696696
integrity: importMap.integrity[url],
697-
meta
697+
meta: meta,
698698
})
699699
.then(function (res) {
700700
if (!res.ok)

0 commit comments

Comments
 (0)