@tonconnect/sdk 0.0.45 → 2.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.
Files changed (2) hide show
  1. package/README.md +0 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # TON Connect SDK
2
2
 
3
- ⚠️ TonConnect is currently in beta testing. Use it at your own risk.
4
-
5
3
  Use it to connect your app to TON wallets via TonConnect protocol.
6
4
  You can find more details and the protocol specification in the [docs](https://github.com/ton-connect/docs).
7
5
  See the example of sdk usage [here](https://github.com/ton-connect/demo-dapp).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonconnect/sdk",
3
- "version": "0.0.45",
3
+ "version": "2.0.0",
4
4
  "scripts": {
5
5
  "build": "npx rimraf lib && ttsc --outDir ./lib/cjs && ttsc --module esnext --outDir ./lib/esm && npx rimraf dist && webpack --mode development",
6
6
  "build:production": "npx rimraf lib && ttsc --project tsconfig.cjs.json --sourceMap false && ttsc --project tsconfig.esm.json --sourceMap false && npx rimraf dist && webpack --mode production"
@@ -28,7 +28,7 @@
28
28
  "tweetnacl": "^1.0.3",
29
29
  "eventsource": "^2.0.2",
30
30
  "node-fetch": "^2.6.7",
31
- "@tonconnect/protocol": "^0.0.25"
31
+ "@tonconnect/protocol": "^2.0.0"
32
32
  },
33
33
  "files": [
34
34
  "lib",