Skip to content

Commit 58a52c4

Browse files
committed
chore: bump version to 3.4.0
chore: updates yarn to 4.12.0
1 parent 0ce6aaf commit 58a52c4

File tree

4 files changed

+4279
-2809
lines changed

4 files changed

+4279
-2809
lines changed

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bexio",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"description": "NPM Package for the api of bexio.com",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -79,5 +79,6 @@
7979
"roots": [
8080
"./src"
8181
]
82-
}
82+
},
83+
"packageManager": "yarn@4.12.0"
8384
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"outDir": "./lib/", /* Redirect output structure to the directory. */
1515
// "rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
1616
// "composite": true, /* Enable project compilation */
17-
// "removeComments": true, /* Do not emit comments to output. */
17+
"removeComments": false, /* Do not emit comments to output. */
1818
// "noEmit": true, /* Do not emit outputs. */
1919
// "importHelpers": true, /* Import emit helpers from 'tslib'. */
2020
// "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */

0 commit comments

Comments
 (0)