svelte-tiny-linked-charts
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "svelte-tiny-linked-charts", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"private": false, | ||
@@ -8,7 +8,15 @@ "scripts": { | ||
"dev": "rollup -c -w", | ||
"start": "sirv public --no-clear" | ||
"start": "sirv public --no-clear", | ||
"test": "jest", | ||
"test:watch": "npm run test -- --watch" | ||
}, | ||
"devDependencies": { | ||
"@babel/preset-env": "^7.15.0", | ||
"@rollup/plugin-commonjs": "^17.0.0", | ||
"@rollup/plugin-node-resolve": "^11.0.0", | ||
"@testing-library/jest-dom": "^5.14.1", | ||
"@testing-library/svelte": "^3.0.3", | ||
"babel-jest": "^27.0.6", | ||
"jest": "^27.0.6", | ||
"jsdom-global": "^3.0.2", | ||
"rollup": "^2.3.4", | ||
@@ -19,7 +27,6 @@ "rollup-plugin-css-only": "^3.1.0", | ||
"rollup-plugin-terser": "^7.0.0", | ||
"svelte": "^3.0.0" | ||
"svelte": "^3.0.0", | ||
"svelte-jest": "^0.3.1", | ||
"svelte-jester": "^2.0.1" | ||
}, | ||
"dependencies": { | ||
"sirv-cli": "^1.0.0" | ||
}, | ||
"description": "A library to display tiny bar charts using Svelte. These charts are more so meant for graphical aids, rather than scientific representations. There's no axis labels, no extensive data visualisation, just bars.", | ||
@@ -26,0 +33,0 @@ "keywords": [ |
@@ -19,3 +19,3 @@ # Tiny Linked Charts for Svelte | ||
``` | ||
import { LinkedChart, LinkedLabel } from "svelte-tiny-linked-charts" | ||
import { LinkedChart, LinkedLabel, LinkedValue } from "svelte-tiny-linked-charts" | ||
``` | ||
@@ -22,0 +22,0 @@ ``` |
Sorry, the diff of this file is not supported yet
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
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
10320
0
16
- Removedsirv-cli@^1.0.0
- Removed@polka/url@1.0.0-next.28(transitive)
- Removedconsole-clear@1.1.1(transitive)
- Removedget-port@3.2.0(transitive)
- Removedkleur@3.0.3(transitive)
- Removedlocal-access@1.1.0(transitive)
- Removedmri@1.2.0(transitive)
- Removedmrmime@1.0.1(transitive)
- Removedsade@1.8.1(transitive)
- Removedsemiver@1.1.0(transitive)
- Removedsirv@1.0.19(transitive)
- Removedsirv-cli@1.0.14(transitive)
- Removedtinydate@1.3.0(transitive)
- Removedtotalist@1.1.0(transitive)