@thrive-square/avatar
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@thrive-square/avatar", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "The Avatar component is used to represent a user, and displays the profile picture, initials or fallback icon.", | ||
@@ -37,15 +37,17 @@ "keywords": [ | ||
"@react-aria/utils": "3.27.0", | ||
"@thrive-square/shared-utils": "0.0.2", | ||
"@thrive-square/react-utils": "0.0.2", | ||
"@thrive-square/use-image": "0.0.2" | ||
"@thrive-square/shared-utils": "0.0.3", | ||
"@thrive-square/react-utils": "0.0.3", | ||
"@thrive-square/use-image": "0.0.3" | ||
}, | ||
"clean-package": "../../../clean-package.config.json", | ||
"module": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "dist/index.js", | ||
"import": "dist/index.js" | ||
} | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
} | ||
} |
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
86711
0
+ Added@thrive-square/react-rsc-utils@0.0.3(transitive)
+ Added@thrive-square/react-utils@0.0.3(transitive)
+ Added@thrive-square/shared-utils@0.0.3(transitive)
+ Added@thrive-square/use-image@0.0.3(transitive)
+ Added@thrive-square/use-safe-layout-effect@0.0.3(transitive)
- Removed@thrive-square/react-rsc-utils@0.0.2(transitive)
- Removed@thrive-square/react-utils@0.0.2(transitive)
- Removed@thrive-square/shared-utils@0.0.2(transitive)
- Removed@thrive-square/use-image@0.0.2(transitive)
- Removed@thrive-square/use-safe-layout-effect@0.0.2(transitive)