svelte-speedometer
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Change Log | ||
## 1.0.1 | ||
- [`CORE`][`0.11.0`] | ||
- Added `src` to final build for `svelte` app consumers | ||
- Fixed bundling issues with `lodash` by moving to `lodash-es` | ||
- tests | ||
## 1.0.0 | ||
- Library launch |
{ | ||
"name": "svelte-speedometer", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Svelte component for showing speedometer like gauge using d3", | ||
@@ -11,8 +11,10 @@ "repository": "https://github.com/palerdot/svelte-speedometer", | ||
"prepare": "./scripts/publish.sh", | ||
"test": "echo 'porumai ... will setup tests'", | ||
"prepack": "./scripts/prepack.sh", | ||
"postpack": "./scripts/postpack.sh", | ||
"test": "jest --verbose", | ||
"build": "rollup -c", | ||
"prepublishOnly": "npm run build", | ||
"pull-submodules": "git submodule foreach git pull origin master", | ||
"storybook": "start-storybook -p 6006", | ||
"build-storybook": "build-storybook", | ||
"publish-storybook": "bash ./scripts/publish_storybook.sh", | ||
"make-build": "npm run build && cp ./src/index.d.ts ./dist/" | ||
@@ -23,2 +25,3 @@ }, | ||
"@babel/core": "^7.9.0", | ||
"@babel/plugin-transform-runtime": "^7.9.0", | ||
"@babel/preset-env": "^7.9.0", | ||
@@ -33,10 +36,12 @@ "@rollup/plugin-commonjs": "^11.0.2", | ||
"@storybook/svelte": "^5.3.17", | ||
"@testing-library/jest-dom": "^5.1.1", | ||
"@testing-library/jest-dom": "^5.3.0", | ||
"@testing-library/svelte": "^3.0.0", | ||
"babel-jest": "^25.2.6", | ||
"babel-loader": "^8.1.0", | ||
"babel-plugin-lodash": "^3.3.4", | ||
"d3": "^5.15.0", | ||
"jest": "^25.1.0", | ||
"git-url-parse": "^11.1.2", | ||
"jest": "^25.2.7", | ||
"jest-transform-svelte": "^2.1.1", | ||
"lodash": "^4.17.15", | ||
"lodash-es": "^4.17.15", | ||
"memoize-one": "^5.1.1", | ||
@@ -49,2 +54,3 @@ "prettier": "^2.0.2", | ||
"svelte": "^3.20.1", | ||
"svelte-jester": "^1.0.5", | ||
"svelte-loader": "^2.13.6" | ||
@@ -51,0 +57,0 @@ }, |
@@ -241,4 +241,4 @@ # svelte-speedometer | ||
- [] Test coverage | ||
- [] Typescript support | ||
- [x] Test coverage (with `@testing-library/svelte`) | ||
- [x] Typescript support (Note: type definitions for props are available [here](/src/index.d.ts). As of this writing, I cannot find the official svelte component official types. It will be updated as it is made available) | ||
@@ -245,0 +245,0 @@ --- |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
17
436972
31
12485