Skip to content

Commit 0db5789

Browse files
committed
chore: change name to @tonstudio/txtracer-core
1 parent 00e370f commit 0db5789

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
## Installation
1414

1515
```bash
16-
yarn add @tact-lang/txtracer-core
16+
yarn add @tonstudio/txtracer-core
1717
# or
18-
npm install @tact-lang/txtracer-core
18+
npm install @tonstudio/txtracer-core
1919
```
2020

2121
## Quick Start
2222

2323
```ts
24-
import {retrace} from "@tact-lang/txtracer-core"
24+
import {retrace} from "@tonstudio/txtracer-core"
2525

2626
// Example: trace a transaction by its hash
2727
const result = await retrace(false, "YOUR_TX_HASH")
@@ -33,7 +33,7 @@ console.log(result)
3333
### Transaction Tracing
3434

3535
```ts
36-
import {retrace} from "@tact-lang/txtracer-core"
36+
import {retrace} from "@tonstudio/txtracer-core"
3737

3838
/**
3939
* @param testnet - true for testnet, false for mainnet
@@ -45,7 +45,7 @@ const result = await retrace(testnet, txHash)
4545

4646
### Helper Methods
4747

48-
All methods are exported from `@tact-lang/txtracer-core` and can be used independently:
48+
All methods are exported from `@tonstudio/txtracer-core` and can be used independently:
4949

5050
- **findBaseTxByHash(testnet, txHash)** — Find base transaction info by hash.
5151
- **findRawTxByHash(testnet, baseTxInfo)** — Get full transaction details.
@@ -63,7 +63,7 @@ All methods are exported from `@tact-lang/txtracer-core` and can be used indepen
6363

6464
## Types
6565

66-
All main types (transactions, blocks, messages, tracing results) are exported from `@tact-lang/txtracer-core` and are fully typed (see [src/types.ts](src/types.ts)).
66+
All main types (transactions, blocks, messages, tracing results) are exported from `@tonstudio/txtracer-core` and are fully typed (see [src/types.ts](src/types.ts)).
6767

6868
## License
6969

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@tact-lang/txtracer-core",
2+
"name": "@tonstudio/txtracer-core",
33
"version": "0.0.1",
44
"description": "Core TxTracer library for collecting transaction information",
55
"main": "dist/index.js",

yarn.lock

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,30 +1097,6 @@ __metadata:
10971097
languageName: node
10981098
linkType: hard
10991099

1100-
"@tact-lang/txtracer-core@workspace:.":
1101-
version: 0.0.0-use.local
1102-
resolution: "@tact-lang/txtracer-core@workspace:."
1103-
dependencies:
1104-
"@ton/core": "npm:^0.60.1"
1105-
"@ton/crypto": "npm:^3.3.0"
1106-
"@ton/sandbox": "npm:^0.29.0"
1107-
"@ton/ton": "npm:^15.2.1"
1108-
"@types/jest": "npm:^29.5.14"
1109-
"@types/node": "npm:^22.14.0"
1110-
axios: "npm:^1.6.7"
1111-
esbuild: "npm:^0.25.2"
1112-
eslint: "npm:^9.19.0"
1113-
eslint-plugin-unicorn: "npm:^56.0.1"
1114-
eslint-plugin-unused-imports: "npm:^4.1.4"
1115-
jest: "npm:^29.7.0"
1116-
prettier: "npm:3.4.2"
1117-
tact-asm: "npm:0.0.4"
1118-
ts-jest: "npm:^29.2.6"
1119-
typescript: "npm:^5.7.0"
1120-
typescript-eslint: "npm:^8.22.0"
1121-
languageName: unknown
1122-
linkType: soft
1123-
11241100
"@ton/core@npm:^0.60.1":
11251101
version: 0.60.1
11261102
resolution: "@ton/core@npm:0.60.1"
@@ -1184,6 +1160,30 @@ __metadata:
11841160
languageName: node
11851161
linkType: hard
11861162

1163+
"@tonstudio/txtracer-core@workspace:.":
1164+
version: 0.0.0-use.local
1165+
resolution: "@tonstudio/txtracer-core@workspace:."
1166+
dependencies:
1167+
"@ton/core": "npm:^0.60.1"
1168+
"@ton/crypto": "npm:^3.3.0"
1169+
"@ton/sandbox": "npm:^0.29.0"
1170+
"@ton/ton": "npm:^15.2.1"
1171+
"@types/jest": "npm:^29.5.14"
1172+
"@types/node": "npm:^22.14.0"
1173+
axios: "npm:^1.6.7"
1174+
esbuild: "npm:^0.25.2"
1175+
eslint: "npm:^9.19.0"
1176+
eslint-plugin-unicorn: "npm:^56.0.1"
1177+
eslint-plugin-unused-imports: "npm:^4.1.4"
1178+
jest: "npm:^29.7.0"
1179+
prettier: "npm:3.4.2"
1180+
tact-asm: "npm:0.0.4"
1181+
ts-jest: "npm:^29.2.6"
1182+
typescript: "npm:^5.7.0"
1183+
typescript-eslint: "npm:^8.22.0"
1184+
languageName: unknown
1185+
linkType: soft
1186+
11871187
"@types/babel__core@npm:^7.1.14":
11881188
version: 7.20.5
11891189
resolution: "@types/babel__core@npm:7.20.5"

0 commit comments

Comments
 (0)