@adstage/web-sdk 3.0.5 → 3.0.6

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": "@adstage/web-sdk",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "description": "AdStage Web SDK - Production-ready marketing platform SDK with React Provider support for seamless integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",
@@ -8,7 +8,7 @@
8
8
  */
9
9
  export const API_ENDPOINTS = {
10
10
  /** 프로덕션 환경 */
11
- production: 'https://api.adstage.io',
11
+ production: 'https://api.adstage.app',
12
12
 
13
13
  /** 베타 환경 (기본값) */
14
14
  beta: 'https://beta-api.adstage.app'