@adstage/web-sdk 2.6.0 → 2.6.1

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/index.cjs.js CHANGED
@@ -458,7 +458,7 @@ class ApiHeaders {
458
458
  * AdStage SDK - 버전 정보 유틸리티
459
459
  */
460
460
  // package.json에서 버전 정보 가져오기 (빌드 시 자동으로 교체됨)
461
- const SDK_VERSION$1 = '"2.6.0"';
461
+ const SDK_VERSION$1 = '"2.6.1"';
462
462
  /**
463
463
  * SDK 버전 정보 반환
464
464
  */
package/dist/index.esm.js CHANGED
@@ -456,7 +456,7 @@ class ApiHeaders {
456
456
  * AdStage SDK - 버전 정보 유틸리티
457
457
  */
458
458
  // package.json에서 버전 정보 가져오기 (빌드 시 자동으로 교체됨)
459
- const SDK_VERSION$1 = '"2.6.0"';
459
+ const SDK_VERSION$1 = '"2.6.1"';
460
460
  /**
461
461
  * SDK 버전 정보 반환
462
462
  */
@@ -453,7 +453,7 @@ class ApiHeaders {
453
453
  * AdStage SDK - 버전 정보 유틸리티
454
454
  */
455
455
  // package.json에서 버전 정보 가져오기 (빌드 시 자동으로 교체됨)
456
- const SDK_VERSION$1 = '"2.6.0"';
456
+ const SDK_VERSION$1 = '"2.6.1"';
457
457
  /**
458
458
  * SDK 버전 정보 반환
459
459
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adstage/web-sdk",
3
- "version": "2.6.0",
3
+ "version": "2.6.1",
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",