Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
UmamiAppearance committed Sep 13, 2022
1 parent 12bf181 commit da9737d
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ Two types are available ([esm](https://developer.mozilla.org/en-US/docs/Web/Java
BrowserSHAObj is a ESM module and exported as _default_. Importing works as follows:
```js
// esm
import SHAObj from "./path/BrowserSHAObj.esm.min.js";
import BrowserSHAObj from "./path/BrowserSHAObj.esm.min.js";

// esm from CDN (jsdelivr)
import SHAObj from "https://cdn.jsdelivr.net/npm/browser-sha-obj@latest/dist/BrowserSHAObj.esm.min.js"
import BrowseSHAObj from "https://cdn.jsdelivr.net/npm/browser-sha-obj@latest/dist/BrowserSHAObj.esm.min.js"
```

```html
Expand Down
2 changes: 1 addition & 1 deletion dist/BrowserSHAObj.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -2554,7 +2554,7 @@ class BaseEx {
/*
* [BrowserSHAObj]{@link https://github.com/UmamiAppearance/BrowserSHAObj}
*
* @version 0.2.2
* @version 0.2.3
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license GPL-3.0
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/BrowserSHAObj.esm.min.js

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

2 changes: 1 addition & 1 deletion dist/BrowserSHAObj.iife.js
Original file line number Diff line number Diff line change
Expand Up @@ -2557,7 +2557,7 @@ var BrowserSHAObj = (function () {
/*
* [BrowserSHAObj]{@link https://github.com/UmamiAppearance/BrowserSHAObj}
*
* @version 0.2.2
* @version 0.2.3
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license GPL-3.0
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/BrowserSHAObj.iife.min.js

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

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": "browser-sha-obj",
"version": "0.2.2",
"version": "0.2.3",
"description": "JavaScript implementation of SHA (1/256/384/512) checksum calculation for the browser.",
"browser": "./dist/BrowserSHAObj.esm.js",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* [BrowserSHAObj]{@link https://github.com/UmamiAppearance/BrowserSHAObj}
*
* @version 0.2.2
* @version 0.2.3
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license GPL-3.0
*/
Expand Down

0 comments on commit da9737d

Please sign in to comment.