@tonappchain/sdk 0.5.7 → 0.6.1-spb.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,67 +1,67 @@
1
- {
2
- "name": "@tonappchain/sdk",
3
- "version": "0.5.7",
4
- "repository": "https://github.com/TacBuild/tac-sdk.git",
5
- "author": "TAC. <developers@tac>",
6
- "license": "MIT",
7
- "main": "dist/index.js",
8
- "files": [
9
- "dist"
10
- ],
11
- "scripts": {
12
- "build": "rm -rf dist && tsc --declaration",
13
- "test": "jest --verbose --runInBand",
14
- "release": "yarn build && yarn release-it --npm.yarn1",
15
- "lint": "eslint .",
16
- "lint:fix": "eslint . --fix",
17
- "prettier": "prettier --ignore-path .gitignore --write \"./src/**/*.+(js|ts|json)\""
18
- },
19
- "dependencies": {
20
- "@aws-crypto/sha256-js": "^5.2.0",
21
- "@orbs-network/ton-access": "^2.3.3",
22
- "@ton/ton": "15.1.0",
23
- "@tonappchain/artifacts": "0.0.16-v2",
24
- "@tonappchain/ton-lite-client": "3.0.6",
25
- "@tonconnect/ui": "^2.0.11",
26
- "bn.js": "^5.2.1",
27
- "cli-table3": "^0.6.5",
28
- "dotenv": "^16.4.7",
29
- "ethers": "^6.13.5",
30
- "ton-crypto": "^3.2.0"
31
- },
32
- "keywords": [],
33
- "description": "",
34
- "devDependencies": {
35
- "@eslint/js": "^9.21.0",
36
- "@jest/globals": "^29.7.0",
37
- "@release-it/keep-a-changelog": "^6.0.0",
38
- "@ton/sandbox": "^0.27.1",
39
- "@ton/test-utils": "^0.5.0",
40
- "@types/bn.js": "^5.1.6",
41
- "@types/jest": "^29.5.14",
42
- "eslint": "^9.21.0",
43
- "eslint-config-prettier": "^10.0.2",
44
- "eslint-plugin-simple-import-sort": "^12.1.1",
45
- "jest": "^29.7.0",
46
- "prettier": "^3.5.3",
47
- "ts-jest": "^29.2.6",
48
- "ts-node": "^10.9.2",
49
- "typescript": "^5.7.2",
50
- "typescript-eslint": "^8.17.0"
51
- },
52
- "publishConfig": {
53
- "access": "public",
54
- "registry": "https://registry.npmjs.org/"
55
- },
56
- "release-it": {
57
- "plugins": {
58
- "@release-it/keep-a-changelog": {
59
- "filename": "CHANGELOG.md"
60
- }
61
- },
62
- "npm": {
63
- "publish": false
64
- }
65
- },
66
- "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
67
- }
1
+ {
2
+ "name": "@tonappchain/sdk",
3
+ "version": "0.6.1-spb.0.0",
4
+ "repository": "https://github.com/TacBuild/tac-sdk.git",
5
+ "author": "TAC. <developers@tac>",
6
+ "license": "MIT",
7
+ "main": "dist/index.js",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "scripts": {
12
+ "build": "rm -rf dist && tsc --declaration",
13
+ "test": "jest --verbose --runInBand",
14
+ "release": "yarn build && yarn release-it --npm.yarn1",
15
+ "lint": "eslint .",
16
+ "lint:fix": "eslint . --fix",
17
+ "prettier": "prettier --ignore-path .gitignore --write \"./src/**/*.+(js|ts|json)\""
18
+ },
19
+ "dependencies": {
20
+ "@aws-crypto/sha256-js": "^5.2.0",
21
+ "@orbs-network/ton-access": "^2.3.3",
22
+ "@ton/ton": "15.1.0",
23
+ "@tonappchain/artifacts": "0.0.17-spb-0.0",
24
+ "@tonappchain/ton-lite-client": "3.0.6",
25
+ "@tonconnect/ui": "^2.0.11",
26
+ "bn.js": "^5.2.1",
27
+ "cli-table3": "^0.6.5",
28
+ "dotenv": "^16.4.7",
29
+ "ethers": "^6.13.5",
30
+ "ton-crypto": "^3.2.0"
31
+ },
32
+ "keywords": [],
33
+ "description": "",
34
+ "devDependencies": {
35
+ "@eslint/js": "^9.21.0",
36
+ "@jest/globals": "^29.7.0",
37
+ "@release-it/keep-a-changelog": "^6.0.0",
38
+ "@ton/sandbox": "^0.27.1",
39
+ "@ton/test-utils": "^0.5.0",
40
+ "@types/bn.js": "^5.1.6",
41
+ "@types/jest": "^29.5.14",
42
+ "eslint": "^9.21.0",
43
+ "eslint-config-prettier": "^10.0.2",
44
+ "eslint-plugin-simple-import-sort": "^12.1.1",
45
+ "jest": "^29.7.0",
46
+ "prettier": "^3.5.3",
47
+ "ts-jest": "^29.2.6",
48
+ "ts-node": "^10.9.2",
49
+ "typescript": "^5.7.2",
50
+ "typescript-eslint": "^8.17.0"
51
+ },
52
+ "publishConfig": {
53
+ "access": "public",
54
+ "registry": "https://registry.npmjs.org/"
55
+ },
56
+ "release-it": {
57
+ "plugins": {
58
+ "@release-it/keep-a-changelog": {
59
+ "filename": "CHANGELOG.md"
60
+ }
61
+ },
62
+ "npm": {
63
+ "publish": false
64
+ }
65
+ },
66
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
67
+ }