Skip to content

Commit

Permalink
Fix tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
painor committed Nov 1, 2023
1 parent 2464335 commit 3f6b93b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 116 deletions.
2 changes: 1 addition & 1 deletion gramjs/Version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "2.19.7";
export const version = "2.19.9";
116 changes: 9 additions & 107 deletions package-lock.json

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

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "telegram",
"version": "2.19.8",
"version": "2.19.9",
"description": "NodeJS/Browser MTProto API Telegram client library,",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -66,8 +66,6 @@
"real-cancellable-promise": "^1.1.1",
"store2": "^2.13.0",
"ts-custom-error": "^3.2.0",
"websocket": "^1.0.34",
"node-localstorage": "^2.2.1",
"socks": "^2.6.2"
"websocket": "^1.0.34"
}
}
}
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"resolveJsonModule": true,
"declaration": true,
"skipLibCheck": true,
"outDir": "./dist"
"outDir": "./browser"
},
"exclude": ["gramjs/tl/types-generator", "node_modules"],
"include": ["gramjs"]
"exclude": ["tempBrowser/tl/types-generator", "node_modules"],
"include": ["tempBrowser"]
}

0 comments on commit 3f6b93b

Please sign in to comment.