react-native-iap 8.6.6 → 8.6.7

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.
@@ -8,6 +8,18 @@ exports.default = void 0;
8
8
 
9
9
  var iap = _interopRequireWildcard(require("./iap"));
10
10
 
11
+ Object.keys(iap).forEach(function (key) {
12
+ if (key === "default" || key === "__esModule") return;
13
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
14
+ if (key in exports && exports[key] === iap[key]) return;
15
+ Object.defineProperty(exports, key, {
16
+ enumerable: true,
17
+ get: function () {
18
+ return iap[key];
19
+ }
20
+ });
21
+ });
22
+
11
23
  var _types = require("./types");
12
24
 
13
25
  Object.keys(_types).forEach(function (key) {
@@ -1 +1 @@
1
- {"version":3,"names":["iap"],"sources":["index.ts"],"sourcesContent":["import * as iap from './iap';\n\nexport * from './types';\nexport * from './hooks/useIAP';\nexport * from './hooks/withIAPContext';\n\nexport default iap;\n"],"mappings":";;;;;;;;AAAA;;AAEA;;AAAA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;;;;;eAEeA,G"}
1
+ {"version":3,"names":["iap"],"sources":["index.ts"],"sourcesContent":["import * as iap from './iap';\n\nexport * from './iap';\nexport * from './types';\nexport * from './hooks/useIAP';\nexport * from './hooks/withIAPContext';\n\nexport default iap;\n"],"mappings":";;;;;;;;AAAA;;AAEA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;AACA;;AAAA;EAAA;EAAA;EAAA;EAAA;IAAA;IAAA;MAAA;IAAA;EAAA;AAAA;;;;;;eAEeA,G"}
@@ -1,4 +1,5 @@
1
1
  import * as iap from './iap';
2
+ export * from './iap';
2
3
  export * from './types';
3
4
  export * from './hooks/useIAP';
4
5
  export * from './hooks/withIAPContext';
@@ -1 +1 @@
1
- {"version":3,"names":["iap"],"sources":["index.ts"],"sourcesContent":["import * as iap from './iap';\n\nexport * from './types';\nexport * from './hooks/useIAP';\nexport * from './hooks/withIAPContext';\n\nexport default iap;\n"],"mappings":"AAAA,OAAO,KAAKA,GAAZ,MAAqB,OAArB;AAEA,cAAc,SAAd;AACA,cAAc,gBAAd;AACA,cAAc,wBAAd;AAEA,eAAeA,GAAf"}
1
+ {"version":3,"names":["iap"],"sources":["index.ts"],"sourcesContent":["import * as iap from './iap';\n\nexport * from './iap';\nexport * from './types';\nexport * from './hooks/useIAP';\nexport * from './hooks/withIAPContext';\n\nexport default iap;\n"],"mappings":"AAAA,OAAO,KAAKA,GAAZ,MAAqB,OAArB;AAEA,cAAc,OAAd;AACA,cAAc,SAAd;AACA,cAAc,gBAAd;AACA,cAAc,wBAAd;AAEA,eAAeA,GAAf"}
@@ -1,4 +1,5 @@
1
1
  import * as iap from './iap';
2
+ export * from './iap';
2
3
  export * from './types';
3
4
  export * from './hooks/useIAP';
4
5
  export * from './hooks/withIAPContext';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-iap",
3
- "version": "8.6.6",
3
+ "version": "8.6.7",
4
4
  "description": "React Native In App Purchase Module.",
5
5
  "repository": "https://github.com/dooboolab/react-native-iap",
6
6
  "author": "dooboolab <support@dooboolab.com> (https://github.com/dooboolab)",
package/src/index.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  import * as iap from './iap';
2
2
 
3
+ export * from './iap';
3
4
  export * from './types';
4
5
  export * from './hooks/useIAP';
5
6
  export * from './hooks/withIAPContext';