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.
- package/lib/commonjs/index.js +12 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/index.js +1 -0
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/index.d.ts +1 -0
- package/package.json +1 -1
- package/src/index.ts +1 -0
package/lib/commonjs/index.js
CHANGED
|
@@ -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"}
|
package/lib/module/index.js
CHANGED
package/lib/module/index.js.map
CHANGED
|
@@ -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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-iap",
|
|
3
|
-
"version": "8.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)",
|