Skip to content

Commit

Permalink
6.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Apr 27, 2024
1 parent 1f76d7d commit 240a070
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion dist/extras/amd.js
Expand Up @@ -44,11 +44,12 @@
if (splice)
amdDefineDeps.length -= splice;
var amdExec = amdDefineExec;
return [amdDefineDeps, function (_export) {
return [amdDefineDeps, function (_export, _context) {
_export({ default: exports, __useDefault: true });
return {
setters: setters,
execute: function () {
module.uri = _context.meta.url;
var amdResult = amdExec.apply(exports, depModules);
if (amdResult !== undefined)
module.exports = amdResult;
Expand Down
2 changes: 1 addition & 1 deletion dist/extras/amd.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/extras/amd.min.js.map

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.js
@@ -1,5 +1,5 @@
/*!
* SJS 6.15.0
* SJS 6.15.1
*/
(function () {

Expand Down

0 comments on commit 240a070

Please sign in to comment.