@solana-wallets/core-2.0
Advanced tools
Comparing version 0.7.0 to 0.8.0
{ | ||
"name": "@solana-wallets/core-2.0", | ||
"version": "0.7.0", | ||
"version": "0.8.0", | ||
"description": "Example hello world package in the solana-wallets repository.", | ||
@@ -24,18 +24,18 @@ "license": "MIT", | ||
"files": [ | ||
"dist" | ||
"src" | ||
], | ||
"type": "module", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"main": "./src/index.ts", | ||
"module": "./src/index.ts", | ||
"types": "./src/index.ts", | ||
"exports": { | ||
"development": { | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/dev.js" | ||
"types": "./src/index.ts", | ||
"default": "./src/index.ts" | ||
} | ||
}, | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
"types": "./src/index.ts", | ||
"default": "./src/index.ts" | ||
} | ||
@@ -48,12 +48,7 @@ }, | ||
"@solana/web3.js": "^2.0.0-rc.1", | ||
"@solana-wallets/core": "0.7.0" | ||
"@solana-wallets/core": "0.8.0" | ||
}, | ||
"scripts": { | ||
"dev": "tsup --watch", | ||
"build": "tsup", | ||
"test": "concurrently pnpm:test:*", | ||
"test:client": "vitest -c ../../configs/vitest.config.ts", | ||
"test:ssr": "pnpm run test:client --mode ssr", | ||
"typecheck": "tsc --noEmit" | ||
} | ||
} |
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
11044
5
247
1