Skip to content

Commit

Permalink
v0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Blueyescat committed Feb 14, 2024
1 parent 981686a commit f981017
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A TypeScript library to decode, create, modify and encode blueprints for the [De
- `npm install dsabp-js`  or  `yarn add dsabp-js`

#### Browser
- Get the files you need from `/dist` in the package: https://registry.npmjs.org/dsabp-js/-/dsabp-js-0.4.2.tgz<!--@build_tarball-->
- Get the files you need from `/dist` in the package: https://registry.npmjs.org/dsabp-js/-/dsabp-js-0.4.3.tgz<!--@build_tarball-->
- Or use a CDN:
- https://cdn.jsdelivr.net/npm/dsabp-js/
- https://unpkg.com/browse/dsabp-js/
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/search.js

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions docs/enums/Item.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<li><code>npm install dsabp-js</code> &nbsp;or&nbsp; <code>yarn add dsabp-js</code></li>
</ul>
<a id="md:browser" class="tsd-anchor"></a><h4><a href="#md:browser">Browser</a></h4><ul>
<li>Get the files you need from <code>/dist</code> in the package: <a href="https://registry.npmjs.org/dsabp-js/-/dsabp-js-0.4.2.tgz">https://registry.npmjs.org/dsabp-js/-/dsabp-js-0.4.2.tgz</a><!--@build_tarball--></li>
<li>Get the files you need from <code>/dist</code> in the package: <a href="https://registry.npmjs.org/dsabp-js/-/dsabp-js-0.4.3.tgz">https://registry.npmjs.org/dsabp-js/-/dsabp-js-0.4.3.tgz</a><!--@build_tarball--></li>
<li>Or use a CDN:<ul>
<li><a href="https://cdn.jsdelivr.net/npm/dsabp-js/">https://cdn.jsdelivr.net/npm/dsabp-js/</a></li>
<li><a href="https://unpkg.com/browse/dsabp-js/">https://unpkg.com/browse/dsabp-js/</a></li>
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": "dsabp-js",
"version": "0.4.2",
"version": "0.4.3",
"description": "DSA (drednot.io) Blueprint implementation and API for Node.js and the browser, in TypeScript.",
"homepage": "https://github.com/Blueyescat/dsabp-js",
"bugs": "https://github.com/Blueyescat/dsabp-js/issues",
Expand Down

0 comments on commit f981017

Please sign in to comment.