@boxyhq/saml-jackson 1.1.1 → 1.1.4

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.
@@ -19,7 +19,7 @@ export declare class OidcDiscoveryController implements IOidcDiscoveryController
19
19
  jwks(): Promise<{
20
20
  keys: {
21
21
  kid: string;
22
- alg: string;
22
+ alg: string | undefined;
23
23
  use: string;
24
24
  crv?: string | undefined;
25
25
  d?: string | undefined;
package/dist/db/mem.js CHANGED
@@ -108,7 +108,6 @@ class Mem {
108
108
  return __awaiter(this, void 0, void 0, function* () {
109
109
  const k = dbutils.key(namespace, key);
110
110
  this.store[k] = val;
111
- // console.log(this.store)
112
111
  if (ttl) {
113
112
  this.ttlStore[k] = {
114
113
  namespace,
package/dist/typings.d.ts CHANGED
@@ -150,7 +150,7 @@ export interface JacksonOption {
150
150
  clientSecretVerifier?: string;
151
151
  idpDiscoveryPath?: string;
152
152
  openid: {
153
- jwsAlg: string;
153
+ jwsAlg?: string;
154
154
  jwtSigningKeys?: {
155
155
  private: string;
156
156
  public: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxyhq/saml-jackson",
3
- "version": "1.1.1",
3
+ "version": "1.1.4",
4
4
  "description": "SAML Jackson library",
5
5
  "keywords": [
6
6
  "SAML 2.0"
@@ -38,13 +38,13 @@
38
38
  "statements": 70
39
39
  },
40
40
  "dependencies": {
41
- "@boxyhq/saml20": "1.0.4",
41
+ "@boxyhq/saml20": "1.0.6",
42
42
  "@opentelemetry/api-metrics": "0.27.0",
43
43
  "@opentelemetry/api": "1.0.4",
44
44
  "@peculiar/webcrypto": "1.4.0",
45
- "@peculiar/x509": "1.8.0",
45
+ "@peculiar/x509": "1.8.1",
46
46
  "jose": "4.8.3",
47
- "mongodb": "4.8.0",
47
+ "mongodb": "4.8.1",
48
48
  "mysql2": "2.3.3",
49
49
  "pg": "8.7.3",
50
50
  "redis": "4.0.6",
@@ -55,13 +55,13 @@
55
55
  "xmlbuilder": "15.1.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@types/node": "18.6.1",
58
+ "@types/node": "18.6.3",
59
59
  "@types/sinon": "10.0.13",
60
60
  "@types/tap": "15.0.7",
61
- "@typescript-eslint/eslint-plugin": "5.30.7",
62
- "@typescript-eslint/parser": "5.30.7",
61
+ "@typescript-eslint/eslint-plugin": "5.31.0",
62
+ "@typescript-eslint/parser": "5.31.0",
63
63
  "cross-env": "7.0.3",
64
- "eslint": "8.20.0",
64
+ "eslint": "8.21.0",
65
65
  "eslint-config-prettier": "8.5.0",
66
66
  "prettier": "2.7.1",
67
67
  "sinon": "14.0.0",