@plaidev/karte-action-sdk 1.1.94 → 1.1.95
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/README.md +3 -10
- package/dist/hydrate/index.es.d.ts +735 -6
- package/dist/hydrate/index.es.js +4020 -7
- package/dist/index.es.d.ts +735 -6
- package/dist/index.es.js +3846 -7
- package/package.json +6 -28
- package/dist/components.d.ts +0 -17
- package/dist/components.hydrate.d.ts +0 -17
- package/dist/components.hydrate.js +0 -3061
- package/dist/components.js +0 -2777
- package/dist/core.d.ts +0 -436
- package/dist/core.hydrate.d.ts +0 -436
- package/dist/core.hydrate.js +0 -717
- package/dist/core.js +0 -780
- package/dist/utils.d.ts +0 -304
- package/dist/utils.js +0 -326
package/README.md
CHANGED
|
@@ -1,18 +1,11 @@
|
|
|
1
|
-
#
|
|
1
|
+
# action-sdk
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## Installation
|
|
4
4
|
|
|
5
5
|
```sh
|
|
6
6
|
npm install --save @plaidev/karte-action-sdk
|
|
7
7
|
```
|
|
8
8
|
|
|
9
|
-
##
|
|
10
|
-
|
|
11
|
-
- `@plaidev/karte-action-sdk` : All features out of the box the below modules.
|
|
12
|
-
- `@plaidev/karte-action-sdk/core` : Core features for the action
|
|
13
|
-
- `@plaidev/karte-action-sdk/components` : Svelte components for the action
|
|
14
|
-
- `@plaidev/karte-action-sdk/utils` : Utilities for the action
|
|
15
|
-
|
|
16
|
-
## ©️ License
|
|
9
|
+
## License
|
|
17
10
|
|
|
18
11
|
[Apache License 2.0](./LICENSE)
|