Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit 56e88da

Browse files
EddyVerbruggeneddyverbruggen
authored andcommitted
bump
1 parent e675c2b commit 56e88da

File tree

2 files changed

+54
-65
lines changed

2 files changed

+54
-65
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-plugin-firebase",
3-
"version": "3.10.1",
3+
"version": "3.10.2",
44
"description": "Fire. Base. Firebase!",
55
"main": "firebase",
66
"typings": "index.d.ts",

scripts/postinstall.js

Lines changed: 53 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
/******/ __webpack_require__.p = "";
6464

6565
/******/ // Load entry module and return exports
66-
/******/ return __webpack_require__(__webpack_require__.s = 16);
66+
/******/ return __webpack_require__(__webpack_require__.s = 15);
6767
/******/ })
6868
/************************************************************************/
6969
/******/ ([
@@ -93,13 +93,13 @@ module.exports = require("readline");
9393
*
9494
*/
9595

96-
var events = __webpack_require__(/*! events */ 13),
96+
var events = __webpack_require__(/*! events */ 12),
9797
readline = __webpack_require__(/*! readline */ 0),
98-
util = __webpack_require__(/*! util */ 15),
99-
async = __webpack_require__(/*! async */ 5),
100-
read = __webpack_require__(/*! read */ 10),
101-
validate = __webpack_require__(/*! revalidator */ 11).validate,
102-
colors = __webpack_require__(/*! colors */ 8);
98+
util = __webpack_require__(/*! util */ 14),
99+
async = __webpack_require__(/*! async */ 4),
100+
read = __webpack_require__(/*! read */ 9),
101+
validate = __webpack_require__(/*! revalidator */ 10).validate,
102+
colors = __webpack_require__(/*! colors */ 7);
103103

104104
//
105105
// Monkey-punch readline.Interface to work-around
@@ -896,17 +896,6 @@ function mixin(target) {
896896
/* 2 */
897897
/* unknown exports provided */
898898
/* all exports used */
899-
/*!********************************!*\
900-
!*** external "child_process" ***!
901-
\********************************/
902-
/***/ (function(module, exports) {
903-
904-
module.exports = require("child_process");
905-
906-
/***/ }),
907-
/* 3 */
908-
/* unknown exports provided */
909-
/* all exports used */
910899
/*!*********************!*\
911900
!*** external "fs" ***!
912901
\*********************/
@@ -915,7 +904,7 @@ module.exports = require("child_process");
915904
module.exports = require("fs");
916905

917906
/***/ }),
918-
/* 4 */
907+
/* 3 */
919908
/* unknown exports provided */
920909
/* all exports used */
921910
/*!***********************!*\
@@ -926,7 +915,7 @@ module.exports = require("fs");
926915
module.exports = require("path");
927916

928917
/***/ }),
929-
/* 5 */
918+
/* 4 */
930919
/* unknown exports provided */
931920
/* all exports used */
932921
/*!**************************!*\
@@ -936,11 +925,11 @@ module.exports = require("path");
936925

937926
// This file is just added for convenience so this repository can be
938927
// directly checked out into a project's deps folder
939-
module.exports = __webpack_require__(/*! ./lib/async */ 6);
928+
module.exports = __webpack_require__(/*! ./lib/async */ 5);
940929

941930

942931
/***/ }),
943-
/* 6 */
932+
/* 5 */
944933
/* unknown exports provided */
945934
/* all exports used */
946935
/*!******************************!*\
@@ -1643,7 +1632,7 @@ module.exports = __webpack_require__(/*! ./lib/async */ 6);
16431632

16441633

16451634
/***/ }),
1646-
/* 7 */
1635+
/* 6 */
16471636
/* unknown exports provided */
16481637
/* all exports used */
16491638
/*!******************!*\
@@ -1657,11 +1646,11 @@ function webpackEmptyContext(req) {
16571646
webpackEmptyContext.keys = function() { return []; };
16581647
webpackEmptyContext.resolve = webpackEmptyContext;
16591648
module.exports = webpackEmptyContext;
1660-
webpackEmptyContext.id = 7;
1649+
webpackEmptyContext.id = 6;
16611650

16621651

16631652
/***/ }),
1664-
/* 8 */
1653+
/* 7 */
16651654
/* unknown exports provided */
16661655
/* all exports used */
16671656
/*!****************************!*\
@@ -2014,15 +2003,15 @@ addProperty('zalgo', function () {
20142003

20152004

20162005
/***/ }),
2017-
/* 9 */
2006+
/* 8 */
20182007
/* unknown exports provided */
20192008
/* all exports used */
20202009
/*!*******************************!*\
20212010
!*** ./~/mute-stream/mute.js ***!
20222011
\*******************************/
20232012
/***/ (function(module, exports, __webpack_require__) {
20242013

2025-
var Stream = __webpack_require__(/*! stream */ 14)
2014+
var Stream = __webpack_require__(/*! stream */ 13)
20262015

20272016
module.exports = MuteStream
20282017

@@ -2170,7 +2159,7 @@ MuteStream.prototype.close = proxy('close')
21702159

21712160

21722161
/***/ }),
2173-
/* 10 */
2162+
/* 9 */
21742163
/* unknown exports provided */
21752164
/* all exports used */
21762165
/*!****************************!*\
@@ -2182,7 +2171,7 @@ MuteStream.prototype.close = proxy('close')
21822171
module.exports = read
21832172

21842173
var readline = __webpack_require__(/*! readline */ 0)
2185-
var Mute = __webpack_require__(/*! mute-stream */ 9)
2174+
var Mute = __webpack_require__(/*! mute-stream */ 8)
21862175

21872176
function read (opts, cb) {
21882177
if (opts.num) {
@@ -2294,7 +2283,7 @@ function read (opts, cb) {
22942283

22952284

22962285
/***/ }),
2297-
/* 11 */
2286+
/* 10 */
22982287
/* unknown exports provided */
22992288
/* all exports used */
23002289
/*!******************************************!*\
@@ -2730,43 +2719,43 @@ function read (opts, cb) {
27302719

27312720
})(typeof module === 'object' && module && module.exports ? module.exports : window);
27322721

2733-
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../../webpack/buildin/module.js */ 12)(module)))
2722+
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(/*! ./../../webpack/buildin/module.js */ 11)(module)))
27342723

27352724
/***/ }),
2736-
/* 12 */
2725+
/* 11 */
27372726
/* unknown exports provided */
27382727
/* all exports used */
27392728
/*!***********************************!*\
27402729
!*** (webpack)/buildin/module.js ***!
27412730
\***********************************/
27422731
/***/ (function(module, exports) {
27432732

2744-
module.exports = function(module) {
2745-
if(!module.webpackPolyfill) {
2746-
module.deprecate = function() {};
2747-
module.paths = [];
2748-
// module.parent = undefined by default
2749-
if(!module.children) module.children = [];
2750-
Object.defineProperty(module, "loaded", {
2751-
enumerable: true,
2752-
get: function() {
2753-
return module.l;
2754-
}
2755-
});
2756-
Object.defineProperty(module, "id", {
2757-
enumerable: true,
2758-
get: function() {
2759-
return module.i;
2760-
}
2761-
});
2762-
module.webpackPolyfill = 1;
2763-
}
2764-
return module;
2765-
};
2733+
module.exports = function(module) {
2734+
if(!module.webpackPolyfill) {
2735+
module.deprecate = function() {};
2736+
module.paths = [];
2737+
// module.parent = undefined by default
2738+
if(!module.children) module.children = [];
2739+
Object.defineProperty(module, "loaded", {
2740+
enumerable: true,
2741+
get: function() {
2742+
return module.l;
2743+
}
2744+
});
2745+
Object.defineProperty(module, "id", {
2746+
enumerable: true,
2747+
get: function() {
2748+
return module.i;
2749+
}
2750+
});
2751+
module.webpackPolyfill = 1;
2752+
}
2753+
return module;
2754+
};
27662755

27672756

27682757
/***/ }),
2769-
/* 13 */
2758+
/* 12 */
27702759
/* unknown exports provided */
27712760
/* all exports used */
27722761
/*!*************************!*\
@@ -2777,7 +2766,7 @@ module.exports = function(module) {
27772766
module.exports = require("events");
27782767

27792768
/***/ }),
2780-
/* 14 */
2769+
/* 13 */
27812770
/* unknown exports provided */
27822771
/* all exports used */
27832772
/*!*************************!*\
@@ -2788,7 +2777,7 @@ module.exports = require("events");
27882777
module.exports = require("stream");
27892778

27902779
/***/ }),
2791-
/* 15 */
2780+
/* 14 */
27922781
/* unknown exports provided */
27932782
/* all exports used */
27942783
/*!***********************!*\
@@ -2799,16 +2788,16 @@ module.exports = require("stream");
27992788
module.exports = require("util");
28002789

28012790
/***/ }),
2802-
/* 16 */
2791+
/* 15 */
28032792
/* unknown exports provided */
28042793
/* all exports used */
28052794
/*!******************************!*\
28062795
!*** ./scripts/installer.js ***!
28072796
\******************************/
28082797
/***/ (function(module, exports, __webpack_require__) {
28092798

2810-
var fs = __webpack_require__(/*! fs */ 3);
2811-
var path = __webpack_require__(/*! path */ 4);
2799+
var fs = __webpack_require__(/*! fs */ 2);
2800+
var path = __webpack_require__(/*! path */ 3);
28122801
var prompt = __webpack_require__(/*! prompt-lite */ 1);
28132802

28142803
// Default settings for using ios and android with Firebase
@@ -2847,10 +2836,10 @@ function readConfig() {
28472836
// workaround for https://github.com/NativeScript/nativescript-cli/issues/2521 (2.5.0 only)
28482837
var nativeScriptVersion = "";
28492838
try {
2850-
nativeScriptVersion = __webpack_require__(/*! child_process */ 2).execSync('nativescript --version');
2839+
nativeScriptVersion = __webpack_require__(/*! child_process */ 2).execSync('nativescript --version');
28512840
} catch (err) {
2852-
// On some environments nativescript is not in the PATH
2853-
// Ignore the error
2841+
// On some environments nativescript is not in the PATH
2842+
// Ignore the error
28542843
}
28552844

28562845
var isNativeScriptCLI250 = nativeScriptVersion.indexOf("2.5.0") !== -1;
@@ -3162,7 +3151,7 @@ var fs = require("fs");
31623151
module.exports = function() {
31633152
31643153
console.log("Configure firebase");
3165-
var buildGradlePath = path.join(__dirname, "..", "..", "platforms", "android", "build.gradle");
3154+
var buildGradlePath = path.join(__dirname, "..", "..", "platforms", "android", "build.gradle");
31663155
if (fs.existsSync(buildGradlePath)) {
31673156
var buildGradleContent = fs.readFileSync(buildGradlePath).toString();
31683157

0 commit comments

Comments
 (0)