We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76e142 commit ef70ae2Copy full SHA for ef70ae2
twitter-openapi-typescript/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "twitter-openapi-typescript",
3
- "version": "0.0.8",
+ "version": "0.0.9",
4
"description": "Implementation of Twitter internal API in TypeScript",
5
"scripts": {
6
"test": "jest",
@@ -21,7 +21,7 @@
21
"main": "./dist/src/index.js",
22
"typings": "./dist/src/index.d.ts",
23
"dependencies": {
24
- "twitter-openapi-typescript-generated": "^0.0.6"
+ "twitter-openapi-typescript-generated": "^0.0.7"
25
},
26
"devDependencies": {
27
"@types/jest": "^28.0.0",
0 commit comments