svelte-time-series 2.0.53 → 2.0.55

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 +1 -2
  2. package/package.json +18 -16
package/README.md CHANGED
@@ -8,8 +8,7 @@
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
10
  [![Known Vulnerabilities](https://snyk.io/test/github/arlac77/svelte-time-series/badge.svg)](https://snyk.io/test/github/arlac77/svelte-time-series)
11
- [![Coverage Status](https://coveralls.io/repos/arlac77/svelte-time-series/badge.svg)](https://coveralls.io/github/arlac77/svelte-time-series)
12
- [![Tested with TestCafe](https://img.shields.io/badge/tested%20with-TestCafe-2fa4cf.svg)](https://github.com/DevExpress/testcafe)
11
+ [![Tested with playwright](https://img.shields.io/badge/tested%20with-playwright-2fa4cf.svg)](https://playwright.dev)
13
12
 
14
13
  # svelte-time-series
15
14
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "svelte-time-series",
3
- "version": "2.0.53",
3
+ "version": "2.0.55",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
7
7
  },
8
- "packageManager": "npm@11.6.0+sha512.77f3fb0dbbd881835d7bd1217deabdf7ed77fc4ec4f363df64fc3cb986404abf6c437661041080f5c5d225103508e7c9ea30cb2742b7e942675d05a10af2d7b9",
8
+ "packageManager": "npm@11.6.4+sha512.1118cab46a05a50aee6bff5b1b4fa1df18afff89d57465620a3518035026955db87c5bdf9d207b07b7487d99f2490d450cb774655ad63ec2cba7bf1d0ad25d45",
9
9
  "main": "./src/index.mjs",
10
10
  "exports": {
11
11
  ".": {
@@ -31,8 +31,8 @@
31
31
  "prepare": "node --run prepare:vite",
32
32
  "prepare:vite": "vite build",
33
33
  "start": "vite",
34
- "test": "node --run test:cafe",
35
- "test:cafe": "testcafe $BROWSER:headless tests/cafe/*-cafe.mjs --esm -s build/test --page-request-timeout 5000 --app-init-delay 8000 --app vite",
34
+ "test": "node --run test:playwright",
35
+ "test:playwright": "npx playwright test",
36
36
  "docs": "documentation readme --section=API ./src**/*.mjs",
37
37
  "lint": "node --run lint:css && node --run lint:docs",
38
38
  "lint:docs": "documentation lint ./src**/*.mjs",
@@ -43,28 +43,29 @@
43
43
  "d3-scale": "^4.0.0"
44
44
  },
45
45
  "devDependencies": {
46
+ "@playwright/test": "^1.57.0",
46
47
  "@semantic-release/commit-analyzer": "^13.0.1",
47
48
  "@semantic-release/exec": "^7.1.0",
48
- "@semantic-release/github": "^12.0.0",
49
+ "@semantic-release/github": "^12.0.2",
49
50
  "@semantic-release/release-notes-generator": "^14.1.0",
50
51
  "@sveltejs/vite-plugin-svelte": "^6.2.1",
51
52
  "documentation": "^14.0.3",
52
- "mf-styling": "^3.2.13",
53
- "npm-pkgbuild": "^18.3.10",
54
- "semantic-release": "^25.0.1",
55
- "stylelint": "^16.25.0",
53
+ "mf-styling": "^3.2.20",
54
+ "npm-pkgbuild": "^19.1.1",
55
+ "playwright": "^1.57.0",
56
+ "semantic-release": "^25.0.2",
57
+ "stylelint": "^16.26.1",
56
58
  "stylelint-config-standard": "^39.0.1",
57
- "svelte": "^5.43.0",
58
- "testcafe": "^3.7.2",
59
- "vite": "^7.1.12",
60
- "vite-plugin-compression2": "^2.3.1"
59
+ "svelte": "^5.45.9",
60
+ "vite": "^7.2.7",
61
+ "vite-plugin-compression2": "^2.4.0"
61
62
  },
62
63
  "peerDependencies": {
63
- "svelte": "^5.43.0"
64
+ "svelte": "^5.45.2"
64
65
  },
65
66
  "optionalDependencies": {
66
- "mf-hosting-cloudflare": "^1.0.8",
67
- "mf-hosting-frontend": "^3.9.7"
67
+ "mf-hosting-cloudflare": "^1.0.9",
68
+ "mf-hosting-frontend": "^3.9.11"
68
69
  },
69
70
  "repository": {
70
71
  "type": "git",
@@ -135,6 +136,7 @@
135
136
  "arlac77/template-cloudflare",
136
137
  "arlac77/template-css",
137
138
  "arlac77/template-npm-pkgbuild",
139
+ "arlac77/template-playwright",
138
140
  "arlac77/template-svelte-component"
139
141
  ]
140
142
  }