@juspay/svelte-ui-components 3.0.0 → 3.1.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.
- package/package.json +7 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@juspay/svelte-ui-components",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "A themeable Svelte 5 UI component library with CSS custom property driven styling",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"svelte",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"package": "svelte-kit sync && svelte-package && publint",
|
|
28
28
|
"prepublishOnly": "npm run build:wc && npm run package",
|
|
29
29
|
"test": "npm run test:integration && npm run test:unit",
|
|
30
|
-
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json && npm run check:codemod",
|
|
30
|
+
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json && npm run check:codemod && npm run check:migrate",
|
|
31
31
|
"check:codemod": "tsc -p scripts/codemod/tsconfig.json",
|
|
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\"",
|
|
@@ -38,7 +38,9 @@
|
|
|
38
38
|
"test:integration": "playwright test",
|
|
39
39
|
"test:unit": "vitest",
|
|
40
40
|
"test:visual": "scripts/visual-test.sh",
|
|
41
|
-
"test:visual:update": "scripts/visual-test.sh --update-snapshots"
|
|
41
|
+
"test:visual:update": "scripts/visual-test.sh --update-snapshots",
|
|
42
|
+
"migrate": "node scripts/migrate/cli.ts",
|
|
43
|
+
"check:migrate": "tsc -p scripts/migrate/tsconfig.json"
|
|
42
44
|
},
|
|
43
45
|
"exports": {
|
|
44
46
|
".": {
|
|
@@ -82,6 +84,7 @@
|
|
|
82
84
|
"@sveltejs/package": "^2.5.8",
|
|
83
85
|
"@sveltejs/vite-plugin-svelte": "^7.1.2",
|
|
84
86
|
"@types/node": "^22.20.1",
|
|
87
|
+
"@types/semver": "^7.8.0",
|
|
85
88
|
"@typescript-eslint/eslint-plugin": "^8.60.1",
|
|
86
89
|
"@typescript-eslint/parser": "^8.60.1",
|
|
87
90
|
"eslint": "^10.4.1",
|
|
@@ -95,6 +98,7 @@
|
|
|
95
98
|
"prettier": "^3.8.3",
|
|
96
99
|
"prettier-plugin-svelte": "^4.1.0",
|
|
97
100
|
"publint": "^0.3.21",
|
|
101
|
+
"semver": "^7.8.5",
|
|
98
102
|
"svelte": "^5.56.3",
|
|
99
103
|
"svelte-check": "^4.6.0",
|
|
100
104
|
"tslib": "^2.8.1",
|