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.
2 parents d8c3bf2 + ef70ae2 commit e9ec086Copy full SHA for e9ec086
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