@tonconnect/protocol
Advanced tools
Comparing version 0.0.24 to 0.0.25
{ | ||
"name": "@tonconnect/protocol", | ||
"version": "0.0.24", | ||
"version": "0.0.25", | ||
"repository": { | ||
@@ -22,4 +22,4 @@ "type": "git", | ||
"scripts": { | ||
"build": "npx rimraf lib && tsc", | ||
"build:production": "npx rimraf lib && tsc --sourceMap false", | ||
"build": "npx rimraf lib && tsc --project tsconfig.cjs.json && tsc --project tsconfig.esm.json", | ||
"build:production": "npx rimraf lib && tsc --sourceMap false --project tsconfig.cjs.json && tsc --sourceMap false --project tsconfig.esm.json", | ||
"test": "jest" | ||
@@ -30,4 +30,13 @@ }, | ||
], | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"main": "./lib/cjs/index.js", | ||
"module": "./lib/esm/index.js", | ||
"types": "./lib/types/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./lib/types/index.d.ts", | ||
"require": "./lib/cjs/index.js", | ||
"import": "./lib/esm/index.js", | ||
"default": "./lib/cjs/index.js" | ||
} | ||
}, | ||
"dependencies": { | ||
@@ -34,0 +43,0 @@ "tweetnacl-util": "^0.15.1" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
44284
96
735
3