@ton/appkit 0.0.5-alpha.2 → 0.0.5-alpha.3

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.5-alpha.2 build /home/runner/work/kit/kit/packages/appkit
2
+ > @ton/appkit@0.0.5-alpha.3 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.5-alpha.2 build:clean /home/runner/work/kit/kit/packages/appkit
6
+ > @ton/appkit@0.0.5-alpha.3 build:clean /home/runner/work/kit/kit/packages/appkit
7
7
  > git clean -xdf dist
8
8
 
9
9
 
10
- > @ton/appkit@0.0.5-alpha.2 build:cjs /home/runner/work/kit/kit/packages/appkit
10
+ > @ton/appkit@0.0.5-alpha.3 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.5-alpha.2 build:esm /home/runner/work/kit/kit/packages/appkit
14
+ > @ton/appkit@0.0.5-alpha.3 build:esm /home/runner/work/kit/kit/packages/appkit
15
15
  > tsc -p tsconfig.json
16
16
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @ton/appkit
2
2
 
3
+ ## 0.0.5-alpha.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0042cc9]
8
+ - @ton/walletkit@0.0.12-alpha.3
9
+
3
10
  ## 0.0.5-alpha.2
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ton/appkit",
3
- "version": "0.0.5-alpha.2",
3
+ "version": "0.0.5-alpha.3",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -79,7 +79,7 @@
79
79
  }
80
80
  },
81
81
  "dependencies": {
82
- "@ton/walletkit": "0.0.12-alpha.2"
82
+ "@ton/walletkit": "0.0.12-alpha.3"
83
83
  },
84
84
  "peerDependencies": {
85
85
  "@tanstack/query-core": ">=5.0.0",