@plaidev/karte-action-sdk 1.1.225-28564491.a5f35b08 → 1.1.226-28565789.7d347a9b
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 +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@plaidev/karte-action-sdk",
|
3
|
-
"version": "1.1.
|
3
|
+
"version": "1.1.226-28565789.7d347a9b",
|
4
4
|
"author": "Plaid Inc.",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"module": "./dist/index.es.js",
|
@@ -53,6 +53,9 @@
|
|
53
53
|
"README.md",
|
54
54
|
"LICENSE"
|
55
55
|
],
|
56
|
+
"publishConfig": {
|
57
|
+
"access": "public"
|
58
|
+
},
|
56
59
|
"devDependencies": {
|
57
60
|
"@microsoft/api-documenter": "7.19.28",
|
58
61
|
"@microsoft/api-extractor": "7.33.8",
|
@@ -98,9 +101,6 @@
|
|
98
101
|
"vitest": "latest",
|
99
102
|
"@plaidev/action-compiler": "0.4.231"
|
100
103
|
},
|
101
|
-
"publishConfig": {
|
102
|
-
"access": "public"
|
103
|
-
},
|
104
104
|
"dependencies": {
|
105
105
|
"@rollup/plugin-image": "^3.0.2"
|
106
106
|
},
|