Skip to content

Commit

Permalink
1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
juanelas committed Oct 6, 2023
1 parent 79898f2 commit 415f2b2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/esm/index.node.js

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

2 changes: 1 addition & 1 deletion docs/API.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @juanelas/base64 - v1.1.2
# @juanelas/base64 - v1.1.3

Base64url for both node.js and brwser javascript. It can work with ArrayBuffer|TypedArray|Buffer

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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@juanelas/base64",
"version": "1.1.2",
"version": "1.1.3",
"description": "Base64 for both node.js and browser javascript. It supports URL-safe encoding and enabling/disabling padding. Buffers can be implementedd using ArrayBuffer, any TypedArray, or Buffer",
"keywords": [
"base64",
Expand Down Expand Up @@ -175,4 +175,4 @@
"typedoc-plugin-markdown": "^3.16.0",
"typescript": "^5.2.2"
}
}
}

0 comments on commit 415f2b2

Please sign in to comment.