@kronos-integration/svelte-components 2.4.71 → 2.4.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -3,12 +3,12 @@
3
3
  [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
4
4
  [![minified size](https://badgen.net/bundlephobia/min/@kronos-integration/svelte-components)](https://bundlephobia.com/result?p=@kronos-integration/svelte-components)
5
5
  [![downloads](http://img.shields.io/npm/dm/@kronos-integration/svelte-components.svg?style=flat-square)](https://npmjs.org/package/@kronos-integration/svelte-components)
6
- [![GitHub Issues](https://img.shields.io/github/issues/svelte-components/svelte-components.svg?style=flat-square)](https://github.com/svelte-components/svelte-components/issues)
7
- [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fsvelte-components%2Fsvelte-components%2Fbadge\&style=flat)](https://actions-badge.atrox.dev/svelte-components/svelte-components/goto)
6
+ [![GitHub Issues](https://img.shields.io/github/issues/Kronos-Integration/svelte-components.svg?style=flat-square)](https://github.com/Kronos-Integration/svelte-components/issues)
7
+ [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FKronos-Integration%2Fsvelte-components%2Fbadge\&style=flat)](https://actions-badge.atrox.dev/Kronos-Integration/svelte-components/goto)
8
8
  [![Styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
9
9
  [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
10
- [![Known Vulnerabilities](https://snyk.io/test/github/svelte-components/svelte-components/badge.svg)](https://snyk.io/test/github/svelte-components/svelte-components)
11
- [![Coverage Status](https://coveralls.io/repos/svelte-components/svelte-components/badge.svg)](https://coveralls.io/github/svelte-components/svelte-components)
10
+ [![Known Vulnerabilities](https://snyk.io/test/github/Kronos-Integration/svelte-components/badge.svg)](https://snyk.io/test/github/Kronos-Integration/svelte-components)
11
+ [![Coverage Status](https://coveralls.io/repos/Kronos-Integration/svelte-components/badge.svg)](https://coveralls.io/github/Kronos-Integration/svelte-components)
12
12
  [![Tested with TestCafe](https://img.shields.io/badge/tested%20with-TestCafe-2fa4cf.svg)](https://github.com/DevExpress/testcafe)
13
13
 
14
14
  # API
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kronos-integration/svelte-components",
3
- "version": "2.4.71",
3
+ "version": "2.4.72",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -30,15 +30,15 @@
30
30
  "dependencies": {
31
31
  "@kronos-integration/endpoint": "^9.4.24",
32
32
  "@kronos-integration/service": "^10.4.21",
33
- "svelte-guard-history-router": "^4.6.6"
33
+ "svelte-guard-history-router": "^4.6.7"
34
34
  },
35
35
  "devDependencies": {
36
- "@rollup/plugin-node-resolve": "^13.2.1",
36
+ "@rollup/plugin-node-resolve": "^13.3.0",
37
37
  "@rollup/plugin-virtual": "^2.1.0",
38
38
  "documentation": "^13.2.5",
39
39
  "postcss": "^8.4.13",
40
40
  "postcss-import": "^14.1.0",
41
- "rollup": "^2.71.1",
41
+ "rollup": "^2.72.0",
42
42
  "rollup-plugin-dev": "^2.0.0",
43
43
  "rollup-plugin-postcss": "^4.0.2",
44
44
  "rollup-plugin-svelte": "^7.1.0",