@bitblit/ratchet-warden-common 6.1.192-alpha → 6.1.197-alpha

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.
@@ -9,7 +9,7 @@ import { WardenClientCurrentLoggedInJwtTokenProvider } from "./provider/warden-c
9
9
  import { WardenEntrySummary } from "../common/model/warden-entry-summary.js";
10
10
  import { WardenContactType } from "../common/model/warden-contact-type.js";
11
11
  import { SendMagicLink } from "../common/command/send-magic-link.js";
12
- import { WardenProxyUserResults } from "src/common/model/warden-proxy-user-results.js";
12
+ import { WardenProxyUserResults } from "../common/model/warden-proxy-user-results.js";
13
13
  export declare class WardenClient {
14
14
  private commandSender;
15
15
  private jwtProvider;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bitblit/ratchet-warden-common",
3
- "version": "6.1.192-alpha",
3
+ "version": "6.1.197-alpha",
4
4
  "description": "Typescript library to simplify using simplewebauthn and secondary auth methods over GraphQL",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -47,13 +47,13 @@
47
47
  },
48
48
  "license": "Apache-2.0",
49
49
  "dependencies": {
50
- "@bitblit/ratchet-common": "6.1.192-alpha",
50
+ "@bitblit/ratchet-common": "6.1.197-alpha",
51
51
  "@simplewebauthn/browser": "13.2.2",
52
52
  "jwt-decode": "4.0.0",
53
53
  "rxjs": "7.8.2"
54
54
  },
55
55
  "peerDependencies": {
56
- "@bitblit/ratchet-common": "^6.1.192-alpha",
56
+ "@bitblit/ratchet-common": "^6.1.197-alpha",
57
57
  "@simplewebauthn/browser": "^13.2.2",
58
58
  "jwt-decode": "^4.0.0",
59
59
  "rxjs": "^7.8.2"
@@ -62,6 +62,7 @@
62
62
  "build": "tsc",
63
63
  "test": "vitest run",
64
64
  "test-coverage": "vitest run --coverage",
65
- "custom-publish": "pnpm publish --access public --provenance --tag $GITHUB_REF_NAME --no-git-checks"
65
+ "custom-publish": "pnpm publish --access public --provenance --tag $GITHUB_REF_NAME --no-git-checks",
66
+ "clean": "shx rm -Rf lib"
66
67
  }
67
68
  }
@@ -25,7 +25,7 @@ import {
25
25
  } from "../common/command/add-web-authn-registration-to-logged-in-user.js";
26
26
  import { SendMagicLink } from "../common/command/send-magic-link.js";
27
27
  import { WardenLoginRequestType } from "../common/model/warden-login-request-type";
28
- import { WardenProxyUserResults } from "src/common/model/warden-proxy-user-results.js";
28
+ import { WardenProxyUserResults } from "../common/model/warden-proxy-user-results.js";
29
29
 
30
30
  export class WardenClient {
31
31
  constructor(