Skip to content

Commit d69a934

Browse files
committed
Fixed CJS export
1 parent 168a6f6 commit d69a934

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

dist/bitset.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -982,8 +982,7 @@ BitSet['Random'] = function (n) {
982982
return s;
983983
};
984984

985-
Object.defineProperty(exports, "__esModule", {
986-
value: true
987-
});
988-
exports.default = BitSet;
989-
module.exports = BitSet;
985+
Object.defineProperty(BitSet, "__esModule", { 'value': true });
986+
BitSet['default'] = BitSet;
987+
BitSet['BitSet'] = BitSet;
988+
module['exports'] = BitSet;

dist/bitset.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.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bitset",
33
"title": "BitSet",
4-
"version": "5.2.0",
4+
"version": "5.2.1",
55
"homepage": "https://raw.org/article/javascript-bit-array/",
66
"bugs": "https://github.com/rawify/BitSet.js/issues",
77
"description": "A performance optimized infinite bit vector library",
@@ -60,7 +60,7 @@
6060
"test": "mocha tests/*.js"
6161
},
6262
"devDependencies": {
63-
"crude-build": "^0.0.1",
63+
"crude-build": "^0.0.3",
6464
"mocha": "*"
6565
}
6666
}

src/bitset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license BitSet v5.2.0 10/4/2024
2+
* @license BitSet v5.2.1 10/5/2024
33
* https://raw.org/article/javascript-bit-array/
44
*
55
* Copyright (c) 2024, Robert Eisele (https://raw.org/)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy