@juspay/svelte-ui-components 2.12.0 → 2.13.1

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 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juspay/svelte-ui-components",
3
- "version": "2.12.0",
3
+ "version": "2.13.1",
4
4
  "description": "A themeable Svelte 5 UI component library with CSS custom property driven styling",
5
5
  "keywords": [
6
6
  "svelte",
@@ -22,11 +22,13 @@
22
22
  "scripts": {
23
23
  "dev": "vite dev --host",
24
24
  "build": "vite build && npm run package",
25
+ "build:wc": "vite build --config vite.config.wc.ts",
25
26
  "preview": "vite preview",
26
27
  "package": "svelte-kit sync && svelte-package && publint",
27
28
  "prepublishOnly": "npm run package",
28
29
  "test": "npm run test:integration && npm run test:unit",
29
30
  "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
31
+ "check:wc": "svelte-check --tsconfig ./tsconfig.wc.json --compiler-warnings \"options_missing_custom_element:ignore\"",
30
32
  "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
31
33
  "lint": "prettier --check src && eslint src",
32
34
  "format": "prettier --write src",