Skip to content

Commit

Permalink
Undo some changes, bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Mar 29, 2024
1 parent ed625d7 commit 699be18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
{
"files.associations": { "*.json": "jsonc" }
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@multiversx/sdk-core",
"version": "12.19.1",
"version": "12.19.2",
"description": "MultiversX SDK for JavaScript and TypeScript",
"main": "out/index.js",
"types": "out/index.d.js",
Expand All @@ -20,9 +20,7 @@
"browser-tests": "make clean && make browser-tests && http-server --port=9876 -o browser-tests/index.html",
"lint": "tslint --project .",
"pretest": "npm run compile",
"prepare": "npm run compile",
"api:extract": "api-extractor run --local --verbose",
"api:document": "api-documenter markdown --input-folder temp --output-folder $DOCS_OUTPUT_FOLDER"
"prepare": "npm run compile"
},
"author": "MultiversX",
"license": "MIT",
Expand Down

0 comments on commit 699be18

Please sign in to comment.