From fe3aa649bcdad7ef52ab00184a605c0a5a461943 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 30 Aug 2020 05:58:10 +0000 Subject: [PATCH] chore(release): 13.4.2 [skip ci] ## [13.4.2](https://github.com/seleb/bitsy-hacks/compare/v13.4.1...v13.4.2) (2020-08-30) ### Bug Fixes * upgrade dependencies ([1bfa52a](https://github.com/seleb/bitsy-hacks/commit/1bfa52a79d2718928c8c54cf983fd4eeef6ecd7c)) --- CHANGELOG.md | 7 +++++++ dist/3d.js | 6 ++++-- dist/avatar-by-room.js | 6 ++++-- dist/basic-sfx.js | 6 ++++-- dist/bitsymuse.js | 6 ++++-- dist/canvas-replacement.js | 6 ++++-- dist/character-portraits-animated.js | 6 ++++-- dist/character-portraits.js | 6 ++++-- dist/close-on-ending.js | 6 ++++-- dist/corrupt.js | 6 ++++-- dist/custom-exit-effects.js | 6 ++++-- dist/custom-keyhandlers.js | 6 ++++-- dist/custom-text-effect.js | 6 ++++-- dist/dialog-audio-vocal-synth.js | 6 ++++-- dist/dialog-audio.js | 6 ++++-- dist/dialog-box-transition.js | 6 ++++-- dist/dialog-choices.js | 6 ++++-- dist/dialog-jump.js | 6 ++++-- dist/dialog-pause.js | 6 ++++-- dist/dialog-prompt.js | 6 ++++-- dist/direction-in-dialog.js | 6 ++++-- dist/directional-avatar.js | 6 ++++-- dist/dynamic-background.js | 6 ++++-- dist/edit-dialog-from-dialog.js | 6 ++++-- dist/edit-image-from-dialog.js | 6 ++++-- dist/edit-player-from-dialog.js | 6 ++++-- dist/edit-room-from-dialog.js | 6 ++++-- dist/end-from-dialog.js | 6 ++++-- dist/exit-from-dialog.js | 6 ++++-- dist/external-game-data.js | 6 ++++-- dist/favicon-from-sprite.js | 6 ++++-- dist/follower.js | 6 ++++-- dist/gamepad-input.js | 6 ++++-- dist/gravity.js | 6 ++++-- dist/itsy-bitsy.js | 6 ++++-- dist/javascript-dialog.js | 6 ++++-- dist/logic-operators-extended.js | 6 ++++-- dist/long-dialog.js | 6 ++++-- dist/multi-sprite-avatar.js | 6 ++++-- dist/noclip.js | 6 ++++-- dist/online.js | 6 ++++-- dist/opaque-tiles.js | 6 ++++-- dist/palette-maps.js | 6 ++++-- dist/paragraph-break.js | 6 ++++-- dist/permanent-items.js | 6 ++++-- dist/push-sprites.js | 6 ++++-- dist/replace-drawing.js | 6 ++++-- dist/save.js | 6 ++++-- dist/smooth-moves.js | 6 ++++-- dist/solid-items.js | 6 ++++-- dist/sprite-effects.js | 6 ++++-- dist/stopwatch.js | 6 ++++-- dist/text-to-speech.js | 6 ++++-- dist/textbox-styler.js | 6 ++++-- dist/tracery-processing.js | 8 +++++--- dist/transitions.js | 6 ++++-- dist/transparent-dialog.js | 6 ++++-- dist/transparent-sprites.js | 6 ++++-- dist/twine-bitsy-comms.js | 6 ++++-- dist/unique-items.js | 6 ++++-- package-lock.json | 2 +- package.json | 2 +- 62 files changed, 246 insertions(+), 121 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e97c173f..f710798d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [13.4.2](https://github.com/seleb/bitsy-hacks/compare/v13.4.1...v13.4.2) (2020-08-30) + + +### Bug Fixes + +* upgrade dependencies ([1bfa52a](https://github.com/seleb/bitsy-hacks/commit/1bfa52a79d2718928c8c54cf983fd4eeef6ecd7c)) + ## [13.4.1](https://github.com/seleb/bitsy-hacks/compare/v13.4.0...v13.4.1) (2020-08-22) diff --git a/dist/3d.js b/dist/3d.js index 5838ef91..1b58738a 100644 --- a/dist/3d.js +++ b/dist/3d.js @@ -3,7 +3,7 @@ @file 3d @summary bitsy in three dee @license MIT -@version 13.4.1 +@version 13.4.2 @requires 6.3 @author Sean S. LeBlanc & Elkie Nova @@ -331,7 +331,9 @@ var hackOptions$2 = { }, }; -bitsy = bitsy && Object.prototype.hasOwnProperty.call(bitsy, 'default') ? bitsy['default'] : bitsy; +function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } + +bitsy = bitsy || /*#__PURE__*/_interopDefaultLegacy(bitsy); var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {}; diff --git a/dist/avatar-by-room.js b/dist/avatar-by-room.js index 6a7c0d9c..5d2c2c7e 100644 --- a/dist/avatar-by-room.js +++ b/dist/avatar-by-room.js @@ -3,7 +3,7 @@ @file avatar by room @summary change the avatar in certain rooms @license MIT -@version 13.4.1 +@version 13.4.2 @requires 5.3 @author Sean S. LeBlanc @@ -34,7 +34,9 @@ var hackOptions = { }, }; -bitsy = bitsy && Object.prototype.hasOwnProperty.call(bitsy, 'default') ? bitsy['default'] : bitsy; +function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } + +bitsy = bitsy || /*#__PURE__*/_interopDefaultLegacy(bitsy); /** @file utils diff --git a/dist/basic-sfx.js b/dist/basic-sfx.js index 24618a24..7aead3cf 100644 --- a/dist/basic-sfx.js +++ b/dist/basic-sfx.js @@ -3,7 +3,7 @@ @file basic sfx @summary "walk" and "talk" sound effect support @license MIT -@version 13.4.1 +@version 13.4.2 @author Sean S. LeBlanc @description @@ -30,7 +30,9 @@ var hackOptions = { beNiceToEars: true, // if `true`, reduces volume of recently played sound effects }; -bitsy = bitsy && Object.prototype.hasOwnProperty.call(bitsy, 'default') ? bitsy['default'] : bitsy; +function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } + +bitsy = bitsy || /*#__PURE__*/_interopDefaultLegacy(bitsy); /** @file utils diff --git a/dist/bitsymuse.js b/dist/bitsymuse.js index d54fdeae..e74a2311 100644 --- a/dist/bitsymuse.js +++ b/dist/bitsymuse.js @@ -3,7 +3,7 @@ @file bitsymuse @summary A variety of Bitsy sound and music handlers @license MIT -@version 13.4.1 +@version 13.4.2 @requires 4.8, 4.9 @author David Mowatt @@ -59,7 +59,9 @@ var hackOptions = { resume: false, // If true, songs will pause/resume on change; otherwise, they'll stop/play (doesn't affect sound effects) }; -bitsy = bitsy && Object.prototype.hasOwnProperty.call(bitsy, 'default') ? bitsy['default'] : bitsy; +function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } + +bitsy = bitsy || /*#__PURE__*/_interopDefaultLegacy(bitsy); /** @file utils diff --git a/dist/canvas-replacement.js b/dist/canvas-replacement.js index ac0623cc..8dd48497 100644 --- a/dist/canvas-replacement.js +++ b/dist/canvas-replacement.js @@ -3,7 +3,7 @@ @file canvas replacement @summary WebGLazy bitsy integration (this one's mostly just for me) @license MIT -@version 13.4.1 +@version 13.4.2 @author Sean S. LeBlanc @description @@ -58,7 +58,9 @@ var hackOptions = { }, }; -bitsy = bitsy && Object.prototype.hasOwnProperty.call(bitsy, 'default') ? bitsy['default'] : bitsy; +function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } + +bitsy = bitsy || /*#__PURE__*/_interopDefaultLegacy(bitsy); function t(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function e(t,e){for(var i=0;is.timestep&&(s.render(),s.accumulator-=s.timestep),s.requestAnimationFrame(s.main);},this.sources=r,this.source=n||this.getSource(),this.hideSource=h,this.background=l,this.scaleMultiplier=d,this._scale=d,this.scaleMode=m,this.allowDownscaling=f,this.timestep=E,this.disableFeedbackTexture=!!b,this.disableMouseEvents=!!y,this.pixelate=S,this.vertex=R,this.fragment=C,_&&this.init();}return i(e,[{key:"getSource",value:function(){var t,e=[];for(t=0;ts.timestep&&(s.render(),s.accumulator-=s.timestep),s.requestAnimationFrame(s.main);},this.sources=r,this.source=n||this.getSource(),this.hideSource=h,this.background=l,this.scaleMultiplier=d,this._scale=d,this.scaleMode=m,this.allowDownscaling=f,this.timestep=E,this.disableFeedbackTexture=!!b,this.disableMouseEvents=!!y,this.pixelate=S,this.vertex=R,this.fragment=C,_&&this.init();}return i(e,[{key:"getSource",value:function(){var t,e=[];for(t=0;t