apps-sdk 1.0.42 → 1.0.43

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": "apps-sdk",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "description": "Apps SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/types/index.d.ts CHANGED
@@ -112,6 +112,7 @@ declare module 'apps-sdk' {
112
112
  session: Session;
113
113
  utils: Utils;
114
114
  paywall: PayWall;
115
+ paywallLogic: PayWallLogic;
115
116
  }
116
117
 
117
118
  const Core: AppsSDK;
File without changes