@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.
- package/dist/hydrate/index.es.js +1 -1
- package/dist/index.es.js +1 -1
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -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://
|
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://
|
1360
|
+
: 'https://action-table.karte.io/collection';
|
1361
1361
|
/**
|
1362
1362
|
* アクションテーブルを管理するメソッドを取得する
|
1363
1363
|
*
|