@plaidev/karte-action-sdk 1.1.222 → 1.1.224-28341417.bf1b2188

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.222",
3
+ "version": "1.1.224-28341417.bf1b2188",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",
@@ -56,7 +56,6 @@
56
56
  "devDependencies": {
57
57
  "@microsoft/api-documenter": "7.19.28",
58
58
  "@microsoft/api-extractor": "7.33.8",
59
- "@plaidev/action-compiler": "workspace:*",
60
59
  "@rollup/plugin-alias": "^4.0.0",
61
60
  "@rollup/plugin-commonjs": "^23.0.1",
62
61
  "@rollup/plugin-json": "^5.0.0",
@@ -96,7 +95,14 @@
96
95
  "tsx": "^3.12.3",
97
96
  "typescript": "^4.7.4",
98
97
  "vitepress": "1.0.0-alpha.30",
99
- "vitest": "latest"
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"
100
106
  },
101
107
  "scripts": {
102
108
  "dev": "tsx ./scripts/preview.ts",
@@ -125,11 +131,5 @@
125
131
  "test:update": "vitest -u",
126
132
  "coverage": "vitest run test --coverage",
127
133
  "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
+ }