Skip to content

Commit

Permalink
Merge pull request #133 from VWBL/release-0.1.14
Browse files Browse the repository at this point in the history
Release 0.1.14
  • Loading branch information
Huzitatuguharu authored Mar 8, 2024
2 parents 4aea878 + 7acd7ba commit d427a3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vwbl-sdk",
"description": "VWBL SDK for TypeScript",
"version": "0.1.13",
"version": "0.1.14",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// "useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */

/* Modules */
"module": "commonjs",
"module": "ESNext",
/* Specify what module code is generated. */
"rootDir": "./src",
/* Specify the root folder within your source files. */
Expand Down

0 comments on commit d427a3a

Please sign in to comment.