@juspay/svelte-ui-components 3.1.0 → 3.1.2

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 +5 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juspay/svelte-ui-components",
3
- "version": "3.1.0",
3
+ "version": "3.1.2",
4
4
  "description": "A themeable Svelte 5 UI component library with CSS custom property driven styling",
5
5
  "keywords": [
6
6
  "svelte",
@@ -32,9 +32,9 @@
32
32
  "codemod": "node scripts/codemod/cli.ts",
33
33
  "check:wc": "svelte-check --tsconfig ./tsconfig.wc.json --compiler-warnings \"options_missing_custom_element:ignore\"",
34
34
  "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
35
- "lint": "prettier --check src && eslint src && npm run lint:event-casing",
35
+ "lint": "prettier --check src scripts tests && eslint src scripts tests && npm run lint:event-casing",
36
36
  "lint:event-casing": "node scripts/check-event-casing.js",
37
- "format": "prettier --write src",
37
+ "format": "prettier --write src scripts tests",
38
38
  "test:integration": "playwright test",
39
39
  "test:unit": "vitest",
40
40
  "test:visual": "scripts/visual-test.sh",
@@ -84,6 +84,7 @@
84
84
  "@sveltejs/package": "^2.5.8",
85
85
  "@sveltejs/vite-plugin-svelte": "^7.1.2",
86
86
  "@types/node": "^22.20.1",
87
+ "@types/semver": "^7.8.0",
87
88
  "@typescript-eslint/eslint-plugin": "^8.60.1",
88
89
  "@typescript-eslint/parser": "^8.60.1",
89
90
  "eslint": "^10.4.1",
@@ -97,6 +98,7 @@
97
98
  "prettier": "^3.8.3",
98
99
  "prettier-plugin-svelte": "^4.1.0",
99
100
  "publint": "^0.3.21",
101
+ "semver": "^7.8.5",
100
102
  "svelte": "^5.56.3",
101
103
  "svelte-check": "^4.6.0",
102
104
  "tslib": "^2.8.1",