-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: minor refactors & v0.0.1 publish (#20)
- Loading branch information
1 parent
108a82b
commit cb6a59e
Showing
19 changed files
with
146 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,6 @@ node_modules | |
!/.vscode/extensions.json | ||
/.idea | ||
/.history | ||
|
||
# yarn | ||
yarn-error.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{ | ||
"version": "0.2", | ||
"enabled": true, | ||
"language": "en-US", | ||
"allowCompoundWords": true, | ||
"dictionaries": ["typescript", "node", "npm", "html"], | ||
"enabledLanguageIds": ["typescript", "typescriptreact", "javascript", "markdown", "yaml", "json"], | ||
"words": ["esbuild", "idkit", "IDQR", "iife", "zustand", "dfea", "eafc", "gassless", "nextjs", "TTFB"] | ||
"version": "0.2", | ||
"enabled": true, | ||
"language": "en-US", | ||
"allowCompoundWords": true, | ||
"dictionaries": ["typescript", "node", "npm", "html"], | ||
"enabledLanguageIds": ["typescript", "typescriptreact", "javascript", "markdown", "yaml", "json"], | ||
"words": ["dfea", "eafc", "esbuild", "idkit", "IDQR", "iife", "merkle", "NextJS", "TTFB", "zustand"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
import useIDKit from './hooks/useIDKit' | ||
import type { IPhoneSignal } from '@/types' | ||
import type { Config } from '@/types/Config' | ||
import type { Config } from '@/types/config' | ||
import IDKitWidget from '@/components/IDKitWidget' | ||
import type { ISuccessResult, SignalType, PhoneSignalProof, OrbSignalProof } from '@/types' | ||
|
||
export { IDKitWidget, useIDKit } | ||
export type { IPhoneSignal, Config } | ||
export type { ISuccessResult, Config, SignalType, PhoneSignalProof, OrbSignalProof } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.