Skip to content

Commit 75a4ec2

Browse files
committed
chore: bump version to v0.3.1
1 parent e3755ce commit 75a4ec2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ton-assembly",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "TON assembler and disassembler",
55
"author": "TON Studio & TON Core",
66
"repository": {
@@ -11,6 +11,7 @@
1111
"bugs": {
1212
"url": "https://github.com/ton-blockchain/tasm/issues"
1313
},
14+
"license": "MIT",
1415
"engines": {
1516
"node": ">=18.0.0"
1617
},
@@ -53,6 +54,11 @@
5354
"peerDependencies": {
5455
"@ton/core": ">=0.61.0"
5556
},
57+
"peerDependenciesMeta": {
58+
"@ton/core": {
59+
"optional": false
60+
}
61+
},
5662
"devDependencies": {
5763
"@ton-community/func-js": "^0.9.1",
5864
"@ton/core": "^0.61.0",
@@ -112,6 +118,9 @@
112118
"!*.d.ts.map",
113119
"!*.js.map"
114120
],
121+
"publishConfig": {
122+
"access": "public"
123+
},
115124
"packageManager": "yarn@4.6.0",
116125
"bin": {
117126
"tasm": "./dist/cli/assembler.js",

0 commit comments

Comments
 (0)