@adstage/web-sdk 3.0.8 → 3.0.9

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.d.ts CHANGED
@@ -525,7 +525,7 @@ declare class AdStage {
525
525
  */
526
526
  static getInstance(): AdStage;
527
527
  /**
528
- * 편의성을 위한 정적 모듈 접근자들
528
+ * 편의성을 위한 정적 모듈 접근자들 (안전장치 포함)
529
529
  */
530
530
  static get ads(): AdsModule;
531
531
  static get events(): EventsModule;