@plaidev/karte-action-sdk 1.1.210 → 1.1.211

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.210",
3
+ "version": "1.1.211",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",
@@ -56,6 +56,7 @@
56
56
  "devDependencies": {
57
57
  "@microsoft/api-documenter": "7.19.28",
58
58
  "@microsoft/api-extractor": "7.33.8",
59
+ "@plaidev/action-compiler": "workspace:*",
59
60
  "@rollup/plugin-alias": "^4.0.0",
60
61
  "@rollup/plugin-commonjs": "^23.0.1",
61
62
  "@rollup/plugin-json": "^5.0.0",
@@ -95,14 +96,7 @@
95
96
  "tsx": "^3.12.3",
96
97
  "typescript": "^4.7.4",
97
98
  "vitepress": "1.0.0-alpha.30",
98
- "vitest": "latest",
99
- "@plaidev/action-compiler": "0.4.231"
100
- },
101
- "publishConfig": {
102
- "access": "public"
103
- },
104
- "dependencies": {
105
- "@rollup/plugin-image": "^3.0.2"
99
+ "vitest": "latest"
106
100
  },
107
101
  "scripts": {
108
102
  "dev": "tsx ./scripts/preview.ts",
@@ -131,5 +125,11 @@
131
125
  "test:update": "vitest -u",
132
126
  "coverage": "vitest run test --coverage",
133
127
  "icons:update": "tsx ./scripts/update-icons.ts && prettier -w ./src/icons.ts"
128
+ },
129
+ "publishConfig": {
130
+ "access": "public"
131
+ },
132
+ "dependencies": {
133
+ "@rollup/plugin-image": "^3.0.2"
134
134
  }
135
- }
135
+ }