Skip to content

Commit

Permalink
build v1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jan 2, 2024
1 parent 40ad2fa commit bbb94a3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 4 additions & 2 deletions dist/1.x/ByteBeat.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* [email protected].11, license MIT */
/* [email protected].12, license MIT */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
Expand Down Expand Up @@ -297,7 +297,9 @@
}

static s_fnHeader = (function() {
const keys = {};
const keys = {
import: true,
};
const windowKeep = new Set([
'parseInt',
'parseFloat',
Expand Down
6 changes: 4 additions & 2 deletions dist/1.x/ByteBeat.module.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* [email protected].11, license MIT */
/* [email protected].12, license MIT */
class WrappingStack {
constructor(stackSize = 256) {
let sp = 0;
Expand Down Expand Up @@ -291,7 +291,9 @@ class ByteBeatCompiler {
}

static s_fnHeader = (function() {
const keys = {};
const keys = {
import: true,
};
const windowKeep = new Set([
'parseInt',
'parseFloat',
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bytebeat.js",
"version": "1.0.11",
"version": "1.0.12",
"description": "a bytebeat library",
"module": "src/ByteBeatNode.js",
"scripts": {
Expand Down

0 comments on commit bbb94a3

Please sign in to comment.