@plaidev/karte-action-sdk 1.1.224-28341417.bf1b2188 → 1.1.224-28443174.29f86955

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.
@@ -1334,7 +1334,7 @@ function showOnTime(props, show = NOOP) {
1334
1334
  */
1335
1335
  const DEFAULT_COLLECTION_ENDPOINT = typeof __FLYER_GEN_COLLECTION_API_ENDPOINT__ === 'string'
1336
1336
  ? __FLYER_GEN_COLLECTION_API_ENDPOINT__
1337
- : 'https://t.karte.io/collection';
1337
+ : 'https://action-table.karte.io/collection';
1338
1338
  /**
1339
1339
  * アクションテーブルを管理するメソッドを取得する
1340
1340
  *
package/dist/index.es.js CHANGED
@@ -1357,7 +1357,7 @@ function checkAndDo(checkFn, fn, ...conditionFns) {
1357
1357
  */
1358
1358
  const DEFAULT_COLLECTION_ENDPOINT = typeof __FLYER_GEN_COLLECTION_API_ENDPOINT__ === 'string'
1359
1359
  ? __FLYER_GEN_COLLECTION_API_ENDPOINT__
1360
- : 'https://t.karte.io/collection';
1360
+ : 'https://action-table.karte.io/collection';
1361
1361
  /**
1362
1362
  * アクションテーブルを管理するメソッドを取得する
1363
1363
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.224-28341417.bf1b2188",
3
+ "version": "1.1.224-28443174.29f86955",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",