svelte-common
Advanced tools
Comparing version 2.1.6 to 2.1.7
{ | ||
"name": "svelte-common", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"publishConfig": { | ||
@@ -23,15 +23,16 @@ "access": "public" | ||
"start": "rollup -c example/rollup.config.mjs -w", | ||
"test": "testcafe $BROWSER:headless tests/*-test.js -s test-results --app-init-delay 1000 --app \"rollup -c example/rollup.config.mjs -w\"", | ||
"test": "npm run test:cafe", | ||
"docs": "documentation readme ./src/index.mjs --section=API", | ||
"lint": "documentation lint ./src/index.mjs" | ||
"lint": "documentation lint ./src/index.mjs", | ||
"test:cafe": "testcafe $BROWSER:headless tests/cafe/*.js -s build/test --app-init-delay 1000 --app \"rollup -c example/rollup.config.mjs -w\"" | ||
}, | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^8.4.0", | ||
"@rollup/plugin-node-resolve": "^9.0.0", | ||
"documentation": "^13.0.2", | ||
"rollup": "^2.23.0", | ||
"rollup": "^2.26.8", | ||
"rollup-plugin-dev": "^1.1.2", | ||
"rollup-plugin-svelte": "git+https://github.com/ctavan/rollup-plugin-svelte.git#handle-missing-exports-gracefully", | ||
"rollup-plugin-svelte": "^6.0.0", | ||
"semantic-release": "^17.1.1", | ||
"svelte": "^3.24.0", | ||
"testcafe": "^1.8.8" | ||
"svelte": "^3.24.1", | ||
"testcafe": "^1.9.1" | ||
}, | ||
@@ -38,0 +39,0 @@ "repository": { |
@@ -7,5 +7,3 @@ [![Svelte v3](https://img.shields.io/badge/svelte-v3-orange.svg)](https://svelte.dev) | ||
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/arlac77/svelte-common.git) | ||
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) | ||
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/arlac77/svelte-common/badge.svg)](https://snyk.io/test/github/arlac77/svelte-common) | ||
[![Build Action Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Farlac77%2Fsvelte-common%2Fbadge&style=flat)](https://actions-badge.atrox.dev/arlac77/svelte-common/goto) | ||
@@ -12,0 +10,0 @@ # svelte-common |
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
9576
41