@jamsr-ui/button
Advanced tools
Comparing version 0.0.42 to 0.0.43
{ | ||
"name": "@jamsr-ui/button", | ||
"version": "0.0.42", | ||
"version": "0.0.43", | ||
"description": "", | ||
"main": "./dist/index.mjs", | ||
"main": "./src/index.ts", | ||
"sideEffects": false, | ||
@@ -24,14 +24,13 @@ "keywords": [ | ||
"dependencies": { | ||
"@jamsr-ui/utils": "^0.0.36", | ||
"@jamsr-ui/progress": "^0.0.39", | ||
"@jamsr-ui/ripple": "^0.0.40" | ||
"@jamsr-ui/progress": "^0.0.40", | ||
"@jamsr-ui/ripple": "^0.0.41", | ||
"@jamsr-ui/utils": "^0.0.37" | ||
}, | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs" | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
} | ||
} | ||
} |
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
26771
24
390
0
+ Added@jamsr-ui/hooks@0.0.29(transitive)
+ Added@jamsr-ui/progress@0.0.40(transitive)
+ Added@jamsr-ui/ripple@0.0.41(transitive)
+ Added@jamsr-ui/utils@0.0.37(transitive)
- Removed@jamsr-ui/hooks@0.0.28(transitive)
- Removed@jamsr-ui/progress@0.0.39(transitive)
- Removed@jamsr-ui/ripple@0.0.40(transitive)
- Removed@jamsr-ui/utils@0.0.36(transitive)
Updated@jamsr-ui/progress@^0.0.40
Updated@jamsr-ui/ripple@^0.0.41
Updated@jamsr-ui/utils@^0.0.37