@awc-ui/svelte 1.0.0-beta.13 → 1.0.0-beta.14

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awc-ui/svelte",
3
- "version": "1.0.0-beta.13",
3
+ "version": "1.0.0-beta.14",
4
4
  "description": "Svelte 4 and 5 components for accessible Material Design 3 Web Components, with SvelteKit SSR and server-rendering guidance",
5
5
  "keywords": [
6
6
  "svelte",
@@ -48,12 +48,12 @@
48
48
  ],
49
49
  "peerDependencies": {
50
50
  "svelte": ">=4",
51
- "@awc-ui/core": "1.0.0-beta.13"
51
+ "@awc-ui/core": "1.0.0-beta.14"
52
52
  },
53
53
  "devDependencies": {
54
54
  "esbuild": "^0.25.12",
55
55
  "typescript": "^5.4.0",
56
- "@awc-ui/core": "1.0.0-beta.13"
56
+ "@awc-ui/core": "1.0.0-beta.14"
57
57
  },
58
58
  "license": "MIT",
59
59
  "author": "AWC UI",