@plaidev/karte-action-sdk 1.0.17 → 1.0.18

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.0.17",
3
+ "version": "1.0.18",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/index.cjs.js",
@@ -13,6 +13,10 @@
13
13
  * {"hidden": true, "title": {"ja": "ステート", "en": "State"}}
14
14
  */
15
15
  export let path: string;
16
+ /**
17
+ * {"title": {"ja": "ステート名", "en": "State Name"}}
18
+ */
19
+ export let name: string;
16
20
  /**
17
21
  * {"title": {"ja": "表示アニメーション", "en": "Animation"}}
18
22
  */