@clds/avatar
Advanced tools
Comparing version 0.49.0 to 0.49.1
{ | ||
"name": "@clds/avatar", | ||
"description": "", | ||
"version": "0.49.0", | ||
"version": "0.49.1", | ||
"author": "Cloudinary", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.js", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"bugs": "https://github.com/cloudinary/design-system/issues", | ||
@@ -12,7 +13,7 @@ "homepage": "https://github.com/cloudinary/design-system/tree/main/libs/components/avatar#readme", | ||
"polished": "3.7.2", | ||
"@clds/common-definitions": "0.49.0", | ||
"@clds/component-theme": "0.49.0", | ||
"@clds/design-system-foundations": "0.49.0", | ||
"@clds/icon": "0.49.0", | ||
"@clds/typography": "0.49.0" | ||
"@clds/common-definitions": "0.49.1", | ||
"@clds/component-theme": "0.49.1", | ||
"@clds/design-system-foundations": "0.49.1", | ||
"@clds/icon": "0.49.1", | ||
"@clds/typography": "0.49.1" | ||
}, | ||
@@ -35,11 +36,5 @@ "devDependencies": { | ||
"test": "exit 0", | ||
"typecheck": "tsc --noEmit" | ||
"typecheck": "tsc -p tsconfig.lib.json --noEmit" | ||
}, | ||
"typings": "./dist/esm/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.js", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
} | ||
"typings": "./dist/index.d.ts" | ||
} |
@@ -6,7 +6,3 @@ { | ||
"tags": ["scope:component"], | ||
"targets": { | ||
"build": { | ||
"executor": "./tools/executors/build:build" | ||
} | ||
} | ||
"targets": {} | ||
} |
{ | ||
"extends": "../../../tsconfig.base.json", | ||
"include": ["./src/**/*", "./stories/**/*", "./test/**/*", "./e2e/**/*"] | ||
"include": ["./src/**/*", "./stories/**/*", "./test/**/*", "./e2e/**/*"], | ||
"references": [ | ||
{ | ||
"path": "../../foundations/blender" | ||
}, | ||
{ | ||
"path": "../../foundations/testing-library" | ||
}, | ||
{ | ||
"path": "../../foundations/testing" | ||
}, | ||
{ | ||
"path": "../../foundations/typography" | ||
}, | ||
{ | ||
"path": "../../foundations/dev-components" | ||
}, | ||
{ | ||
"path": "../icon" | ||
}, | ||
{ | ||
"path": "../../foundations/design-system-foundations" | ||
}, | ||
{ | ||
"path": "../../foundations/themes" | ||
}, | ||
{ | ||
"path": "../../foundations/theme-helper" | ||
}, | ||
{ | ||
"path": "../../foundations/component-theme" | ||
}, | ||
{ | ||
"path": "../../foundations/common-definitions" | ||
} | ||
] | ||
} |
{ | ||
"extends": "./tsconfig.json", | ||
"compilerOptions": { | ||
"outDir": "./dist/esm", | ||
"declaration": true, | ||
"baseUrl": "./src" | ||
"rootDir": "./src", | ||
"outDir": "./dist", | ||
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo" | ||
}, | ||
"include": ["./src/**/*.ts", "./src/**/*.tsx"], | ||
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.test.tsx"] | ||
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.test.tsx"], | ||
"references": [ | ||
{ | ||
"path": "../../foundations/blender/tsconfig.lib.json" | ||
}, | ||
{ | ||
"path": "../../foundations/testing-library/tsconfig.lib.json" | ||
}, | ||
{ | ||
"path": "../../foundations/testing/tsconfig.lib.json" | ||
}, | ||
{ | ||
"path": "../../foundations/typography/tsconfig.lib.json" | ||
}, | ||
{ | ||
"path": "../../foundations/dev-components/tsconfig.lib.json" | ||
}, | ||
{ | ||
"path": "../icon/tsconfig.lib.json" | ||
}, | ||
{ | ||
"path": "../../foundations/design-system-foundations/tsconfig.lib.json" | ||
}, | ||
{ | ||
"path": "../../foundations/themes/tsconfig.lib.json" | ||
}, | ||
{ | ||
"path": "../../foundations/theme-helper/tsconfig.lib.json" | ||
}, | ||
{ | ||
"path": "../../foundations/component-theme/tsconfig.lib.json" | ||
}, | ||
{ | ||
"path": "../../foundations/common-definitions/tsconfig.lib.json" | ||
} | ||
] | ||
} |
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
88691
30
549
1
+ Added@clds/blender@0.49.1(transitive)
+ Added@clds/common-definitions@0.49.1(transitive)
+ Added@clds/component-theme@0.49.1(transitive)
+ Added@clds/design-system-foundations@0.49.1(transitive)
+ Added@clds/icon@0.49.1(transitive)
+ Added@clds/theme-helper@0.49.1(transitive)
+ Added@clds/themes@0.49.1(transitive)
+ Added@clds/typography@0.49.1(transitive)
- Removed@clds/blender@0.49.0(transitive)
- Removed@clds/common-definitions@0.49.0(transitive)
- Removed@clds/component-theme@0.49.0(transitive)
- Removed@clds/design-system-foundations@0.49.0(transitive)
- Removed@clds/icon@0.49.0(transitive)
- Removed@clds/theme-helper@0.49.0(transitive)
- Removed@clds/themes@0.49.0(transitive)
- Removed@clds/typography@0.49.0(transitive)
Updated@clds/component-theme@0.49.1
Updated@clds/icon@0.49.1
Updated@clds/typography@0.49.1