@evolu/svelte 2.3.0 → 2.4.0

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 (1) hide show
  1. package/package.json +8 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evolu/svelte",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "description": "Evolu for Svelte",
5
5
  "keywords": [
6
6
  "evolu",
@@ -30,26 +30,25 @@
30
30
  "devDependencies": {
31
31
  "@sveltejs/package": "^2.5.0",
32
32
  "@tsconfig/svelte": "^5.0.5",
33
- "shx": "^0.4.0",
34
33
  "svelte": "^5.38.2",
35
34
  "svelte-check": "^4.3.1",
36
35
  "typescript": "^5.9.2",
37
- "@evolu/common": "7.3.0",
38
- "@evolu/web": "2.3.0",
39
- "@evolu/tsconfig": "0.0.2"
36
+ "@evolu/common": "7.4.0",
37
+ "@evolu/tsconfig": "0.0.2",
38
+ "@evolu/web": "2.4.0"
40
39
  },
41
40
  "peerDependencies": {
42
- "@evolu/common": "^7.3.0",
43
- "@evolu/web": "^2.3.0",
41
+ "@evolu/common": "^7.4.0",
42
+ "@evolu/web": "^2.4.0",
44
43
  "svelte": ">=5"
45
44
  },
46
45
  "publishConfig": {
47
46
  "access": "public"
48
47
  },
49
48
  "scripts": {
50
- "build": "shx rm -rf dist && tsc && pnpm run package",
49
+ "build": "rimraf dist && tsc && pnpm run package",
51
50
  "check": "svelte-check --tsconfig ./tsconfig.json",
52
- "clean": "shx rm -rf .turbo .svelte-kit node_modules dist",
51
+ "clean": "rimraf .turbo .svelte-kit node_modules dist",
53
52
  "dev": "tsc --watch",
54
53
  "package": "svelte-package",
55
54
  "preview": "vite preview"