Skip to content

Commit e5ef91d

Browse files
author
Invoicetronic bot
committed
Publish SDKs for tag main
1 parent 9725167 commit e5ef91d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ For more information, see [Invoicetronic website][2]
77
[1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/
88
[2]: https://invoicetronic.com/
99

10-
## @invoicetronic/sdk@main
10+
## @invoicetronic/sdk@1.0.0
1111

1212
This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
1313

@@ -45,7 +45,7 @@ navigate to the folder of your consuming project and run one of the following co
4545
_published:_
4646

4747
```
48-
npm install @invoicetronic/sdk@main --save
48+
npm install @invoicetronic/sdk@1.0.0 --save
4949
```
5050

5151
_unPublished (not recommended):_

configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export class Configuration {
9292
this.baseOptions = {
9393
...param.baseOptions,
9494
headers: {
95-
'User-Agent': "Invoicetronic/main/TypeScript-SDK",
95+
'User-Agent': "Invoicetronic/1.0.0/TypeScript-SDK",
9696
...param.baseOptions?.headers,
9797
},
9898
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@invoicetronic/sdk",
3-
"version": "main",
3+
"version": "1.0.0",
44
"description": "OpenAPI client for @invoicetronic/sdk",
55
"author": "OpenAPI-Generator Contributors",
66
"repository": {

0 commit comments

Comments
 (0)