Skip to content

Commit

Permalink
fix(api): common utils types
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalygashkov committed Dec 1, 2024
1 parent e2bb541 commit ca89e71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@streamyx/api",
"version": "0.0.4",
"version": "0.0.5",
"description": "Type definitions for the latest Streamyx API",
"main": "streamyx.js",
"types": "streamyx.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/types/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ declare global {
const http: HttpClient;
const logger: Logger;
const question: Question;
const utils: Common;
const common: Common;
}

0 comments on commit ca89e71

Please sign in to comment.