@plaidev/karte-action-sdk 1.1.107 → 1.1.108

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/dist/templates.js CHANGED
@@ -89,13 +89,13 @@ function createCustomScript(script = '') {
89
89
  // ここでSDKをインポートしてください
90
90
  //import jQuery from "jquery";
91
91
  //import {
92
- onShow,
93
- onClose,
94
- onChangeState,
95
- onDestroy,
96
- setCustomVariables,
97
- setCustomHandlers,
98
- } from "@plaidev/karte-action-sdk";
92
+ // onShow,
93
+ // onClose,
94
+ // onChangeState,
95
+ // onDestroy,
96
+ // setCustomVariables,
97
+ // setCustomHandlers,
98
+ //} from "@plaidev/karte-action-sdk";
99
99
  ${script}
100
100
  const onCreate = ({ send, data }) => {
101
101
  // ここでアクションが作成される時のスクリプトを書いてください
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.107",
3
+ "version": "1.1.108",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",