Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vlkmx committed Aug 21, 2024
1 parent fc8ccf3 commit c6a0616
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
File renamed without changes.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"name": "tonapi-sdk-js",
"version": "1.1.1",
"version": "1.1.2",
"description": "Autogenerated SDK for tonapi.io",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"/dist"
],
"scripts": {
"build": "rm -rf src && rm -rf dist && yarn generate && yarn tsc && rm -rf src",
"generate": "node generate.js"
"generate": "node generate.mjs"
},
"license": "MIT",
"bugs": {
Expand Down

0 comments on commit c6a0616

Please sign in to comment.