@pgpm/totp 0.15.1 → 0.15.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Makefile CHANGED
@@ -1,5 +1,5 @@
1
1
  EXTENSION = pgpm-totp
2
- DATA = sql/pgpm-totp--0.14.0.sql
2
+ DATA = sql/pgpm-totp--0.15.2.sql
3
3
 
4
4
  PG_CONFIG = pg_config
5
5
  PGXS := $(shell $(PG_CONFIG) --pgxs)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgpm/totp",
3
- "version": "0.15.1",
3
+ "version": "0.15.3",
4
4
  "description": "Time-based One-Time Password (TOTP) authentication",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "contributors": [
@@ -21,8 +21,8 @@
21
21
  "test:watch": "jest --watch"
22
22
  },
23
23
  "dependencies": {
24
- "@pgpm/base32": "0.15.1",
25
- "@pgpm/verify": "0.15.1"
24
+ "@pgpm/base32": "0.15.3",
25
+ "@pgpm/verify": "0.15.3"
26
26
  },
27
27
  "devDependencies": {
28
28
  "pgpm": "^1.0.0"
@@ -35,5 +35,5 @@
35
35
  "bugs": {
36
36
  "url": "https://github.com/constructive-io/pgpm-modules/issues"
37
37
  },
38
- "gitHead": "dee7b5e6073a88f1fac6ea4064dd01c2bf2cae44"
38
+ "gitHead": "187ed37f6b731132fe930acf5b5996b1e63ecca0"
39
39
  }
package/pgpm-totp.control CHANGED
@@ -1,6 +1,6 @@
1
1
  # pgpm-totp extension
2
2
  comment = 'pgpm-totp extension'
3
- default_version = '0.14.0'
3
+ default_version = '0.15.2'
4
4
  module_pathname = '$libdir/pgpm-totp'
5
5
  requires = 'pgcrypto,plpgsql,pgpm-base32,pgpm-verify'
6
6
  relocatable = false