@ton/appkit 0.0.4-alpha.2 → 0.0.5-alpha.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.
@@ -1,16 +1,16 @@
1
1
 
2
- > @ton/appkit@0.0.4-alpha.2 build /home/runner/work/kit/kit/packages/appkit
2
+ > @ton/appkit@0.0.5-alpha.0 build /home/runner/work/kit/kit/packages/appkit
3
3
  > pnpm build:clean && pnpm build:cjs && pnpm build:esm
4
4
 
5
5
 
6
- > @ton/appkit@0.0.4-alpha.2 build:clean /home/runner/work/kit/kit/packages/appkit
6
+ > @ton/appkit@0.0.5-alpha.0 build:clean /home/runner/work/kit/kit/packages/appkit
7
7
  > git clean -xdf dist
8
8
 
9
9
 
10
- > @ton/appkit@0.0.4-alpha.2 build:cjs /home/runner/work/kit/kit/packages/appkit
10
+ > @ton/appkit@0.0.5-alpha.0 build:cjs /home/runner/work/kit/kit/packages/appkit
11
11
  > tsc -p tsconfig.cjs.json
12
12
 
13
13
 
14
- > @ton/appkit@0.0.4-alpha.2 build:esm /home/runner/work/kit/kit/packages/appkit
14
+ > @ton/appkit@0.0.5-alpha.0 build:esm /home/runner/work/kit/kit/packages/appkit
15
15
  > tsc -p tsconfig.json
16
16
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @ton/appkit
2
2
 
3
+ ## 0.0.5-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [494250e]
8
+ - @ton/walletkit@0.0.12-alpha.0
9
+
10
+ ## 0.0.4
11
+
12
+ ### Patch Changes
13
+
14
+ - babd2af: Implemented and improved multiple methods in `ApiClientTonApi`: `jettonsByOwnerAddress`, `nftItemsByAddress`, `nftItemsByOwner`, `runGetMethod`, `getAccountTransactions`, `getTransactionsByHash`, `getTrace`, `getPendingTrace`, `getEvents`, and `getMasterchainInfo`.
15
+ - 29d0d22: Updated `SwapQuote` and `SwapQuoteParams` types: changed `amount`, `fromAmount`, `toAmount`, and `minReceived` from `TokenAmount` to `string`. This change was made because these fields now contain values already formatted into a human-readable format, whereas `TokenAmount` is intended for nano amounts.
16
+ - 72930db: - Add `getMasterchainInfo` to `ApiClient`, currently implemented in `ApiClientToncenter` and `ApiClientTonApi`.
17
+ - Add `getBlockNumber` action to `@ton/appkit`.
18
+ - Add `useBlockNumber` hook to `@ton/appkit-react`.
19
+ - Updated dependencies [babd2af]
20
+ - Updated dependencies [29d0d22]
21
+ - Updated dependencies [79e00db]
22
+ - Updated dependencies [7491d5e]
23
+ - Updated dependencies [fa55b70]
24
+ - Updated dependencies [72930db]
25
+ - @ton/walletkit@0.0.11
26
+
3
27
  ## 0.0.4-alpha.2
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ton/appkit",
3
- "version": "0.0.4-alpha.2",
3
+ "version": "0.0.5-alpha.0",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -66,7 +66,7 @@
66
66
  }
67
67
  },
68
68
  "dependencies": {
69
- "@ton/walletkit": "0.0.11-alpha.2"
69
+ "@ton/walletkit": "0.0.12-alpha.0"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "@tanstack/query-core": ">=5.0.0",