Skip to content

Commit e76e142

Browse files
committed
update v0.0.7
Signed-off-by: ふぁ <yuki@yuki0311.com>
1 parent d3b9b00 commit e76e142

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

twitter-openapi-typescript-generated/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## twitter-openapi-typescript-generated@0.0.6
1+
## twitter-openapi-typescript-generated@0.0.7
22

33
This generator creates TypeScript/JavaScript client that utilizes [Fetch API](https://fetch.spec.whatwg.org/). The generated Node module can be used in the following environments:
44

@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
3636
_published:_
3737

3838
```
39-
npm install twitter-openapi-typescript-generated@0.0.6 --save
39+
npm install twitter-openapi-typescript-generated@0.0.7 --save
4040
```
4141

4242
_unPublished (not recommended):_

twitter-openapi-typescript-generated/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

twitter-openapi-typescript-generated/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twitter-openapi-typescript-generated",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "OpenAPI client for twitter-openapi-typescript-generated",
55
"author": "fa0311",
66
"repository": {

twitter-openapi-typescript-generated/tools/openapi-generator-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
inputSpec: twitter-openapi/dist/compatible/openapi-3.0.yaml
22
outputDir: .
33
npmName: twitter-openapi-typescript-generated
4-
npmVersion: 0.0.6
4+
npmVersion: 0.0.7
55

66
# withoutRuntimeChecks: false
77
legacyDiscriminatorBehavior: false

0 commit comments

Comments
 (0)