@plaidev/karte-action-sdk 1.1.260-28976393.2b8b0962 → 1.1.260
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/hydrate/index.es.d.ts +27 -176
- package/dist/hydrate/index.es.js +320 -405
- package/dist/index.es.d.ts +27 -176
- package/dist/index.es.js +320 -405
- package/dist/karte-action-sdk.d.ts +3307 -0
- package/dist/tsdoc-metadata.json +11 -0
- package/meta/karte-action-sdk.api.json +10217 -0
- package/package.json +1 -1
@@ -0,0 +1,11 @@
|
|
1
|
+
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
2
|
+
// It should be published with your NPM package. It should not be tracked by Git.
|
3
|
+
{
|
4
|
+
"tsdocVersion": "0.12",
|
5
|
+
"toolPackages": [
|
6
|
+
{
|
7
|
+
"packageName": "@microsoft/api-extractor",
|
8
|
+
"packageVersion": "7.33.8"
|
9
|
+
}
|
10
|
+
]
|
11
|
+
}
|