Skip to content

Commit

Permalink
chore: Update package versions and add LogInCredentials interface
Browse files Browse the repository at this point in the history
  • Loading branch information
andredezzy committed Aug 8, 2024
1 parent 0938980 commit 18a5d4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hemes/core",
"version": "0.0.1-next.7",
"version": "0.0.1-next.9",
"description": "Hemes core package",
"author": "André Victor <andrevcv1@gmail.com>",
"homepage": "https://github.com/PaymeTrade/hemes#readme",
Expand Down
2 changes: 0 additions & 2 deletions packages/iqoption/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import {
import { PositionState } from './websocket/events/responses/PositionsState'
import { WebSocketClient } from './websocket/WebSocketClient'

// .

export interface LogInCredentials {
email: string
password: string
Expand Down

0 comments on commit 18a5d4e

Please sign in to comment.