Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.3.2 after FunC v0.5.0 support in highlightjs-func #324

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules
temp
.idea
.DS_Store
*.tgz
2 changes: 1 addition & 1 deletion dist/index.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/index.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ton-community/contract-verifier-sdk",
"version": "1.3.1",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

V0.5.0

"version": "1.3.2",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

other than bumping the version, what was the change in this repo that caused index.min.js to change?

"description": "TON verifier SDK - sources fetcher + code viewer for FunC with code highlighting ",
"exports": {
"node": "./lib/index.js",
Expand Down
Loading