Skip to content

Commit 08131cd

Browse files
Updated typescript Released Package Version (#1668)
Co-authored-by: fundthmcalculus <[email protected]>
1 parent a666077 commit 08131cd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

connect/config-typescript-fetch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# https://github.com/OpenAPITools/openapi-generator/blob/master/docs/generators/typescript-fetch.md
33
additionalProperties:
44
npmName: "@trinsic/connect"
5-
npmVersion: "0.0.2"
5+
npmVersion: "0.0.3"
66
npmAuthor: "Trinsic"

connect/typescript/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## @trinsic/connect@0.0.2
1+
## @trinsic/connect@0.0.3
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

@@ -40,7 +40,7 @@ navigate to the folder of your consuming project and run one of the following co
4040
_published:_
4141

4242
```
43-
npm install @trinsic/[email protected].2 --save
43+
npm install @trinsic/[email protected].3 --save
4444
```
4545

4646
_unPublished (not recommended):_

connect/typescript/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connect/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trinsic/connect",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "OpenAPI client for @trinsic/connect",
55
"author": "Trinsic",
66
"repository": {

0 commit comments

Comments
 (0)