@plaidev/karte-action-sdk 1.1.261-28980446.b2afc1a1 → 1.1.261-28982039.4d78b664

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.261-28980446.b2afc1a1",
3
+ "version": "1.1.261-28982039.4d78b664",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",
@@ -66,7 +66,7 @@
66
66
  "@rollup/plugin-replace": "^5.0.0",
67
67
  "@sveltejs/vite-plugin-svelte": "1.0.0-next.37",
68
68
  "@testing-library/svelte": "^5.2.4",
69
- "@tsconfig/svelte": "^2.0.1",
69
+ "@tsconfig/svelte": "^3.0.0",
70
70
  "@types/brotli": "^1.3.1",
71
71
  "@types/serve-static": "^1.13.10",
72
72
  "brotli": "^1.3.3",
@@ -130,7 +130,7 @@
130
130
  "test:watch": "vitest test",
131
131
  "test:ui": "vitest test --ui",
132
132
  "test:e2e": "vitest run spec",
133
- "test:update": "vitest -u",
133
+ "test:update": "vitest run -u",
134
134
  "coverage": "vitest run test --coverage",
135
135
  "icons:update": "tsx ./scripts/update-icons.ts && prettier -w ./src/icons.ts",
136
136
  "update:version": "COREPACK_ENABLE_STRICT=0 npm version patch",