Skip to content

Commit

Permalink
v12.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yeojz committed Jan 24, 2020
1 parent 8f7e93f commit f418f79
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "12.0.0",
"version": "12.0.1",
"npmClient": "npm",
"packages": [
"packages/*"
Expand Down
4 changes: 2 additions & 2 deletions packages/otplib-core-async/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@otplib/core-async",
"description": "async aware versions of core methods for otplib",
"version": "12.0.0",
"version": "12.0.1",
"main": "src/index.ts",
"publishConfig": {
"access": "public"
Expand All @@ -15,6 +15,6 @@
"async"
],
"dependencies": {
"@otplib/core": "^12.0.0"
"@otplib/core": "^12.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/otplib-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@otplib/core",
"description": "core method for otplib",
"version": "12.0.0",
"version": "12.0.1",
"main": "src/index.ts",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/otplib-plugin-base32-enc-dec/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@otplib/plugin-base32-enc-dec",
"description": "base32-encode / base32-decode plugin for otplib",
"version": "12.0.0",
"version": "12.0.1",
"main": "src/index.ts",
"publishConfig": {
"access": "public"
Expand All @@ -15,7 +15,7 @@
"base32"
],
"dependencies": {
"@otplib/core": "^12.0.0",
"@otplib/core": "^12.0.1",
"base32-decode": "^1.0.0",
"base32-encode": "^1.1.1"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/otplib-plugin-crypto-async-ronomon/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@otplib/plugin-crypto-async-ronomon",
"description": "crypto-async plugin for otplib",
"version": "12.0.0",
"version": "12.0.1",
"main": "src/index.ts",
"publishConfig": {
"access": "public"
Expand All @@ -15,7 +15,7 @@
"crypto"
],
"dependencies": {
"@otplib/core": "^12.0.0",
"@otplib/core": "^12.0.1",
"@ronomon/crypto-async": "^5.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/otplib-plugin-crypto-js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@otplib/plugin-crypto-js",
"description": "crypto-js plugin for otplib",
"version": "12.0.0",
"version": "12.0.1",
"main": "src/index.ts",
"publishConfig": {
"access": "public"
Expand All @@ -15,7 +15,7 @@
"crypto"
],
"dependencies": {
"@otplib/core": "^12.0.0",
"@otplib/core": "^12.0.1",
"crypto-js": "^3.1.9-1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/otplib-plugin-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@otplib/plugin-crypto",
"description": "node crypto plugin for otplib",
"version": "12.0.0",
"version": "12.0.1",
"main": "src/index.ts",
"publishConfig": {
"access": "public"
Expand All @@ -15,7 +15,7 @@
"crypto"
],
"dependencies": {
"@otplib/core": "^12.0.0"
"@otplib/core": "^12.0.1"
},
"devDependencies": {
"@types/node": "^12.7.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/otplib-plugin-thirty-two/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@otplib/plugin-thirty-two",
"description": "thirty-two plugin for otplib",
"version": "12.0.0",
"version": "12.0.1",
"main": "src/index.ts",
"publishConfig": {
"access": "public"
Expand All @@ -15,7 +15,7 @@
"base32"
],
"dependencies": {
"@otplib/core": "^12.0.0",
"@otplib/core": "^12.0.1",
"thirty-two": "^1.0.2"
}
}
8 changes: 4 additions & 4 deletions packages/otplib-preset-browser/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@otplib/preset-browser",
"description": "browser compatible preset for otplib",
"version": "12.0.0",
"version": "12.0.1",
"main": "src/index.ts",
"publishConfig": {
"access": "public"
Expand All @@ -15,8 +15,8 @@
"browser"
],
"devDependencies": {
"@otplib/core": "^12.0.0",
"@otplib/plugin-base32-enc-dec": "^12.0.0",
"@otplib/plugin-crypto-js": "^12.0.0"
"@otplib/core": "^12.0.1",
"@otplib/plugin-base32-enc-dec": "^12.0.1",
"@otplib/plugin-crypto-js": "^12.0.1"
}
}
8 changes: 4 additions & 4 deletions packages/otplib-preset-default-async/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@otplib/preset-default-async",
"description": "async aware basic preset for otplib",
"version": "12.0.0",
"version": "12.0.1",
"main": "src/index.ts",
"publishConfig": {
"access": "public"
Expand All @@ -16,8 +16,8 @@
"async"
],
"dependencies": {
"@otplib/core-async": "^12.0.0",
"@otplib/plugin-crypto-async-ronomon": "^12.0.0",
"@otplib/plugin-thirty-two": "^12.0.0"
"@otplib/core-async": "^12.0.1",
"@otplib/plugin-crypto-async-ronomon": "^12.0.1",
"@otplib/plugin-thirty-two": "^12.0.1"
}
}
8 changes: 4 additions & 4 deletions packages/otplib-preset-default/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@otplib/preset-default",
"description": "basic preset for otplib",
"version": "12.0.0",
"version": "12.0.1",
"main": "src/index.ts",
"publishConfig": {
"access": "public"
Expand All @@ -15,8 +15,8 @@
"node"
],
"dependencies": {
"@otplib/core": "^12.0.0",
"@otplib/plugin-crypto": "^12.0.0",
"@otplib/plugin-thirty-two": "^12.0.0"
"@otplib/core": "^12.0.1",
"@otplib/plugin-crypto": "^12.0.1",
"@otplib/plugin-thirty-two": "^12.0.1"
}
}
8 changes: 4 additions & 4 deletions packages/otplib-preset-v11/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@otplib/preset-v11",
"description": "v11.x compatible interface preset for otplib",
"version": "12.0.0",
"version": "12.0.1",
"main": "src/index.js",
"publishConfig": {
"access": "public"
Expand All @@ -15,8 +15,8 @@
"node"
],
"dependencies": {
"@otplib/core": "^12.0.0",
"@otplib/plugin-crypto": "^12.0.0",
"@otplib/plugin-thirty-two": "^12.0.0"
"@otplib/core": "^12.0.1",
"@otplib/plugin-crypto": "^12.0.1",
"@otplib/plugin-thirty-two": "^12.0.1"
}
}
8 changes: 4 additions & 4 deletions packages/otplib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "otplib",
"description": "HMAC-based (HOTP) and Time-based (TOTP) One-Time Password library",
"version": "12.0.0",
"version": "12.0.1",
"main": "src/index.ts",
"publishConfig": {
"access": "public"
Expand All @@ -11,9 +11,9 @@
"build:typedef": "tsc --emitDeclarationOnly -p tsconfig.build.json"
},
"dependencies": {
"@otplib/core": "^12.0.0",
"@otplib/preset-default": "^12.0.0",
"@otplib/preset-v11": "^12.0.0"
"@otplib/core": "^12.0.1",
"@otplib/preset-default": "^12.0.1",
"@otplib/preset-v11": "^12.0.1"
},
"otplib": {
"files": [
Expand Down

0 comments on commit f418f79

Please sign in to comment.