@pgpm/jwt-claims 0.21.0 → 0.22.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgpm/jwt-claims",
3
- "version": "0.21.0",
3
+ "version": "0.22.0",
4
4
  "description": "JWT claim handling and validation functions",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "contributors": [
@@ -21,11 +21,11 @@
21
21
  "test:watch": "jest --watch"
22
22
  },
23
23
  "devDependencies": {
24
- "pgpm": "^4.2.3"
24
+ "pgpm": "^4.23.2"
25
25
  },
26
26
  "dependencies": {
27
- "@pgpm/types": "0.21.0",
28
- "@pgpm/verify": "0.21.0"
27
+ "@pgpm/types": "0.22.0",
28
+ "@pgpm/verify": "0.22.0"
29
29
  },
30
30
  "repository": {
31
31
  "type": "git",
@@ -35,5 +35,5 @@
35
35
  "bugs": {
36
36
  "url": "https://github.com/constructive-io/pgpm-modules/issues"
37
37
  },
38
- "gitHead": "f79dd69a3f7bac456bbd4474262b0ccbdb3e66a3"
38
+ "gitHead": "96ae0195a8b3a3dd056808c344f0e3c31a199e5e"
39
39
  }
@@ -144,4 +144,4 @@ $EOFCODE$ LANGUAGE sql STABLE;
144
144
 
145
145
  CREATE FUNCTION jwt_private.current_session_id() RETURNS uuid AS $EOFCODE$
146
146
  SELECT nullif(current_setting('jwt.claims.session_id', true), '')::uuid;
147
- $EOFCODE$ LANGUAGE sql STABLE;
147
+ $EOFCODE$ LANGUAGE sql STABLE;