Skip to content

Commit

Permalink
0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
unnoon committed Sep 18, 2017
1 parent 66341b7 commit a9486fe
Show file tree
Hide file tree
Showing 8 changed files with 193 additions and 182 deletions.
172 changes: 89 additions & 83 deletions bin/.ts/BitSet.ts

Large diffs are not rendered by default.

23 changes: 14 additions & 9 deletions bin/BitSet.js

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

2 changes: 1 addition & 1 deletion bin/BitSet.js.map

Large diffs are not rendered by default.

158 changes: 79 additions & 79 deletions bin/docs/classes/_bitset_.bitset.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions bin/docs/modules/_bitset_.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h3>ONE</h3>
<div class="tsd-signature tsd-kind-icon">ONE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> =&nbsp;1|0</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/unnoon/cell-bitset/blob/6c40918/src/BitSet.ts#L16">BitSet.ts:16</a></li>
<li>Defined in <a href="https://github.com/unnoon/cell-bitset/blob/66341b7/src/BitSet.ts#L15">BitSet.ts:15</a></li>
</ul>
</aside>
</section>
Expand All @@ -106,7 +106,7 @@ <h3>WORD_<wbr>LOG</h3>
<div class="tsd-signature tsd-kind-icon">WORD_<wbr>LOG<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> =&nbsp;5|0</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/unnoon/cell-bitset/blob/6c40918/src/BitSet.ts#L18">BitSet.ts:18</a></li>
<li>Defined in <a href="https://github.com/unnoon/cell-bitset/blob/66341b7/src/BitSet.ts#L17">BitSet.ts:17</a></li>
</ul>
</aside>
</section>
Expand All @@ -116,7 +116,7 @@ <h3>WORD_<wbr>SIZE</h3>
<div class="tsd-signature tsd-kind-icon">WORD_<wbr>SIZE<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> =&nbsp;32|0</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/unnoon/cell-bitset/blob/6c40918/src/BitSet.ts#L17">BitSet.ts:17</a></li>
<li>Defined in <a href="https://github.com/unnoon/cell-bitset/blob/66341b7/src/BitSet.ts#L16">BitSet.ts:16</a></li>
</ul>
</aside>
</section>
Expand All @@ -126,7 +126,7 @@ <h3>ZERO</h3>
<div class="tsd-signature tsd-kind-icon">ZERO<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> =&nbsp;0|0</span></div>
<aside class="tsd-sources">
<ul>
<li>Defined in <a href="https://github.com/unnoon/cell-bitset/blob/6c40918/src/BitSet.ts#L15">BitSet.ts:15</a></li>
<li>Defined in <a href="https://github.com/unnoon/cell-bitset/blob/66341b7/src/BitSet.ts#L14">BitSet.ts:14</a></li>
</ul>
</aside>
</section>
Expand Down
8 changes: 4 additions & 4 deletions bin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cell-bitset",
"version": "0.3.2",
"version": "0.3.3",
"description": "Fast JS BitSet implementation. Beyond 32bit restrictions.",
"main": "BitSet.js",
"repository": {
Expand Down Expand Up @@ -30,13 +30,13 @@
"version": "npm run build && git add -A bin/",
"postversion": "git push && git push --tags && npm publish bin/",
"preprocess:es6": "rimraf bin/BitSet.js && metascript tmp/src/BitSet.js > bin/BitSet.js -VERSION=%npm_package_version%",
"preprocess:ts": "mkdirp bin/.ts/ && metascript src/BitSet.ts > bin/.ts/BitSet.ts -VERSION=%npm_package_version%",
"preprocess:ts": " mkdirp bin/.ts/ && metascript src/BitSet.ts > bin/.ts/BitSet.ts -VERSION=%npm_package_version%",
"test": "karma start --single-run",
"update": "ncu -u -a && npm install"
},
"dependencies": {
"@types/reflect-metadata": "^0.0.5",
"bottom_line": "^0.8.0",
"bottom_line": "^0.8.1",
"core-js": "^2.5.1",
"reflect-metadata": "^0.1.10"
},
Expand Down Expand Up @@ -64,6 +64,6 @@
"tslint": "^5.7.0",
"tslint-eslint-rules": "^4.1.1",
"typescript": "^2.5.2",
"webpack": "^3.5.6"
"webpack": "^3.6.0"
}
}
2 changes: 1 addition & 1 deletion 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": "cell-bitset",
"version": "0.3.2",
"version": "0.3.3",
"description": "Fast JS BitSet implementation. Beyond 32bit restrictions.",
"main": "BitSet.js",
"repository": {
Expand Down

0 comments on commit a9486fe

Please sign in to comment.