svelte-common 6.15.53 → 6.15.54

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/LICENSE +1 -1
  2. package/package.json +11 -11
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (C) 2019-2024 by arlac77
1
+ Copyright (C) 2019-2025 by arlac77
2
2
 
3
3
  Permission to use, copy, modify, and/or distribute this software for any
4
4
  purpose with or without fee is hereby granted.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svelte-common",
3
- "version": "6.15.53",
3
+ "version": "6.15.54",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "provenance": true
@@ -8,9 +8,9 @@
8
8
  "types": "./types/module.d.mjs",
9
9
  "exports": {
10
10
  ".": {
11
- "default": "./src/index.svelte",
12
11
  "svelte": "./src/index.svelte",
13
- "types": "./types/module.d.mjs"
12
+ "types": "./types/module.d.mjs",
13
+ "default": "./src/index.svelte"
14
14
  },
15
15
  "./css": "./src/common.css"
16
16
  },
@@ -40,17 +40,17 @@
40
40
  "test:cafe": "testcafe $BROWSER:headless tests/cafe/*-cafe.mjs --esm -s build/test --page-request-timeout 5000 --app-init-delay 8000 --app vite",
41
41
  "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs",
42
42
  "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
43
- "docs": "documentation readme --section=API ./src/**/*.mjs",
43
+ "docs": "documentation readme --section=API ./src**/*.mjs",
44
44
  "lint": "node --run lint:css && node --run lint:docs && node --run lint:typescript",
45
- "lint:docs": "documentation lint ./src/**/*.mjs",
46
- "lint:css": "stylelint ./src/*.css",
45
+ "lint:docs": "documentation lint ./src**/*.mjs",
46
+ "lint:css": "stylelint ./src**/*.css",
47
47
  "lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target es2024 --lib es2024 --lib dom -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs",
48
48
  "preview": "vite preview"
49
49
  },
50
50
  "dependencies": {
51
51
  "pacc": "^3.1.9",
52
- "svelte-command": "^3.0.13",
53
- "svelte-entitlement": "^2.0.22"
52
+ "svelte-command": "^3.0.14",
53
+ "svelte-entitlement": "^2.0.23"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@semantic-release/commit-analyzer": "^13.0.0",
@@ -66,14 +66,14 @@
66
66
  "semantic-release": "^24.2.0",
67
67
  "stylelint": "^16.12.0",
68
68
  "stylelint-config-standard": "^36.0.1",
69
- "svelte": "^5.16.0",
69
+ "svelte": "^5.16.1",
70
70
  "testcafe": "^3.7.1",
71
71
  "typescript": "^5.7.2",
72
- "vite": "^6.0.5",
72
+ "vite": "^6.0.6",
73
73
  "vite-plugin-compression2": "^1.3.3"
74
74
  },
75
75
  "peerDependencies": {
76
- "svelte": "^5.16.0"
76
+ "svelte": "^5.16.1"
77
77
  },
78
78
  "optionalDependencies": {
79
79
  "mf-hosting-cloudflare": "^1.0.7",