Skip to content

Commit e5490bb

Browse files
release(packages): v13.4.0 (#819)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 66b9659 commit e5490bb

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otplib/core",
3-
"version": "13.3.0",
3+
"version": "13.4.0",
44
"description": "Core interfaces, types, and crypto abstraction for otplib",
55
"license": "MIT",
66
"author": "Gerald Yeo <support@yeojz.dev>",

packages/hotp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otplib/hotp",
3-
"version": "13.3.0",
3+
"version": "13.4.0",
44
"description": "RFC 4226 HOTP implementation for otplib",
55
"license": "MIT",
66
"author": "Gerald Yeo <support@yeojz.dev>",

packages/otplib-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "otplib-cli",
3-
"version": "13.3.0",
3+
"version": "13.4.0",
44
"description": "CLI tool for managing encrypted OTP vaults",
55
"license": "MIT",
66
"author": "Gerald Yeo <support@yeojz.dev>",

packages/otplib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "otplib",
3-
"version": "13.3.0",
3+
"version": "13.4.0",
44
"description": "TypeScript-first library for TOTP and HOTP with multi-runtime and plugin support",
55
"license": "MIT",
66
"author": "Gerald Yeo <support@yeojz.dev>",

packages/plugin-base32-scure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otplib/plugin-base32-scure",
3-
"version": "13.3.0",
3+
"version": "13.4.0",
44
"description": "Base32 plugin for otplib using @scure/base",
55
"license": "MIT",
66
"author": "Gerald Yeo <support@yeojz.dev>",

packages/plugin-crypto-noble/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otplib/plugin-crypto-noble",
3-
"version": "13.3.0",
3+
"version": "13.4.0",
44
"description": "Pure JavaScript crypto implementation using noble-hashes for otplib",
55
"license": "MIT",
66
"author": "Gerald Yeo <support@yeojz.dev>",

packages/plugin-crypto-node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otplib/plugin-crypto-node",
3-
"version": "13.3.0",
3+
"version": "13.4.0",
44
"description": "Node.js crypto module adapter for otplib",
55
"license": "MIT",
66
"author": "Gerald Yeo <support@yeojz.dev>",

packages/plugin-crypto-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otplib/plugin-crypto-web",
3-
"version": "13.3.0",
3+
"version": "13.4.0",
44
"description": "Web Crypto API adapter for otplib",
55
"license": "MIT",
66
"author": "Gerald Yeo <support@yeojz.dev>",

packages/totp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otplib/totp",
3-
"version": "13.3.0",
3+
"version": "13.4.0",
44
"description": "RFC 6238 TOTP implementation for otplib",
55
"license": "MIT",
66
"author": "Gerald Yeo <support@yeojz.dev>",

packages/uri/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@otplib/uri",
3-
"version": "13.3.0",
3+
"version": "13.4.0",
44
"description": "otpauth:// URI parsing and generation for otplib",
55
"license": "MIT",
66
"author": "Gerald Yeo <support@yeojz.dev>",

0 commit comments

Comments
 (0)