react-native-email-imap-smtp 0.3.15 → 0.3.16
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 +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-email-imap-smtp",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.16",
|
|
4
4
|
"description": "The best of imap and smtp client of react native",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"types": "./lib/typescript/src/index.d.ts",
|
|
@@ -51,6 +51,7 @@
|
|
|
51
51
|
"example": "yarn workspace react-native-email-imap-smtp-example",
|
|
52
52
|
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib windows-standalone-test/build",
|
|
53
53
|
"prepare": "bob build",
|
|
54
|
+
"postprepare": "node scripts/fix-types.mjs",
|
|
54
55
|
"nitrogen": "nitrogen",
|
|
55
56
|
"windows:init": "npx react-native init-windows --template cpp-lib --overwrite",
|
|
56
57
|
"build:windows": "cd windows-standalone-test && cmake -B build && cmake --build build --config Debug",
|