@tonconnect/sdk
Advanced tools
Comparing version 0.0.32 to 0.0.33
{ | ||
"name": "@tonconnect/sdk", | ||
"version": "0.0.32", | ||
"version": "0.0.33", | ||
"scripts": { | ||
"build": "npx rimraf lib && ttsc", | ||
"build:production": "npx rimraf lib && ttsc --sourceMap false" | ||
"build": "npx rimraf lib && ttsc && npx rimraf dist && webpack --mode development", | ||
"build:production": "npx rimraf lib && ttsc --sourceMap false && npx rimraf dist && webpack --mode production" | ||
}, | ||
@@ -31,6 +31,7 @@ "repository": { | ||
"node-fetch": "^2.6.7", | ||
"@tonconnect/protocol": "^0.0.19" | ||
"@tonconnect/protocol": "^0.0.20" | ||
}, | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"dist" | ||
], | ||
@@ -45,3 +46,7 @@ "main": "./lib/index.js", | ||
"ttypescript": "^1.5.13", | ||
"typescript-transform-paths": "^3.3.1" | ||
"typescript-transform-paths": "^3.3.1", | ||
"webpack": "^5.75.0", | ||
"webpack-cli": "^5.0.0", | ||
"webpack-bundle-analyzer": "^4.7.0", | ||
"tsconfig-paths-webpack-plugin": "^3.5.2" | ||
}, | ||
@@ -48,0 +53,0 @@ "typedoc": { |
@@ -9,2 +9,4 @@ # TON Connect SDK | ||
[Latest API documentation](https://ton-connect.github.io/sdk/modules/_tonconnect_sdk.html) | ||
# Get started | ||
@@ -11,0 +13,0 @@ ## Install package |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
422393
120
2395
117
7
6
+ Added@tonconnect/protocol@0.0.20(transitive)
+ Addedtweetnacl-util@0.15.1(transitive)
- Removed@tonconnect/protocol@0.0.19(transitive)
- Removedbase64-js@1.5.1(transitive)
- Removedbuffer@6.0.3(transitive)
- Removedieee754@1.2.1(transitive)
Updated@tonconnect/protocol@^0.0.20