Skip to content

Commit

Permalink
fix: remove import from dev dependency (#776)
Browse files Browse the repository at this point in the history
* fix: remove import from dev dependency

Signed-off-by: vstremnitzer <valentin.stremnitzer@gmail.com>

* fix: add changeset

Signed-off-by: vstremnitzer <valentin.stremnitzer@gmail.com>

* fix(js): use Nullable import from silverhand essentials package

---------

Signed-off-by: vstremnitzer <valentin.stremnitzer@gmail.com>
Co-authored-by: Charles Zhao <charleszhao@silverhand.io>
  • Loading branch information
vstremnitzer and charIeszhao authored Aug 16, 2024
1 parent 5610505 commit cb57a5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/perfect-rabbits-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@logto/js": patch
---

fix an incorrect `Nullable` import in js core
2 changes: 1 addition & 1 deletion packages/js/src/core/user-info.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { type Nullable } from 'vitest';
import { type Nullable } from '@silverhand/essentials';

import { type IdTokenClaims } from '../index.js';
import type { Requester } from '../types/index.js';
Expand Down

0 comments on commit cb57a5e

Please sign in to comment.