@talentia/angular-d3-cloud
Advanced tools
Comparing version 1.4.5 to 1.4.6
@@ -37,2 +37,2 @@ export interface AngularD3Word { | ||
} | ||
export declare type AngularD3Themes = 'text-opacity' | 'text-shadow'; | ||
export type AngularD3Themes = 'text-opacity' | 'text-shadow'; |
@@ -5,3 +5,3 @@ { | ||
"description": "D3 word cloud component for Angular built upon d3-cloud", | ||
"version": "1.4.5", | ||
"version": "1.4.6", | ||
"dependencies": { | ||
@@ -16,4 +16,4 @@ "d3-cloud": "^1.2.5", | ||
"peerDependencies": { | ||
"@angular/common": "^15.0.1", | ||
"@angular/core": "^15.0.1" | ||
"@angular/common": "^15.2.1", | ||
"@angular/core": "^15.2.1" | ||
}, | ||
@@ -20,0 +20,0 @@ "schematics": "./schematics/collection.json", |
@@ -19,3 +19,3 @@ # Angular D3 Word Cloud | ||
``` | ||
npm install --save @talentia/angular-d3-cloud@1.4.5 | ||
npm install --save @talentia/angular-d3-cloud@1.4.6 | ||
``` | ||
@@ -22,0 +22,0 @@ Installing the package does not install the type definitions for d3-cloud, d3-scale, d3-scale-chromatic, d3-selection and d3-transition libraries. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
259239