fyn 1.1.44 → 1.1.45
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/dist/fyn.js +33 -34
- package/package.json +1 -1
package/dist/fyn.js
CHANGED
|
@@ -3527,15 +3527,14 @@ class Fyn {
|
|
|
3527
3527
|
}
|
|
3528
3528
|
|
|
3529
3529
|
async checkLocalPkgFromInstallConfigNeedInstall() {
|
|
3530
|
-
const
|
|
3530
|
+
const localPkgs = _.get(this._installConfig, "localPkgLinks", {});
|
|
3531
3531
|
|
|
3532
|
-
for (const
|
|
3533
|
-
|
|
3534
|
-
|
|
3532
|
+
for (const nmDir in localPkgs) {
|
|
3533
|
+
const localPkg = localPkgs[nmDir];
|
|
3534
|
+
const fullPath = Path.join(this._cwd, localPkg.srcDir);
|
|
3535
3535
|
|
|
3536
|
-
|
|
3537
|
-
|
|
3538
|
-
}
|
|
3536
|
+
if ((await this.getLocalPkgInstall(fullPath)).changed) {
|
|
3537
|
+
return true;
|
|
3539
3538
|
}
|
|
3540
3539
|
}
|
|
3541
3540
|
|
|
@@ -9021,7 +9020,7 @@ const {
|
|
|
9021
9020
|
FETCH_PACKAGE
|
|
9022
9021
|
} = __webpack_require__("./lib/log-items.js");
|
|
9023
9022
|
|
|
9024
|
-
const PkgPreper = __webpack_require__("./node_modules/.f/_/pkg-preper/0.1.
|
|
9023
|
+
const PkgPreper = __webpack_require__("./node_modules/.f/_/pkg-preper/0.1.3-fynlocal_h/pkg-preper/lib/pkg-preper.js");
|
|
9025
9024
|
|
|
9026
9025
|
const VisualExec = __webpack_require__("./node_modules/.f/_/visual-exec/0.1.14/visual-exec/lib/visual-exec.js");
|
|
9027
9026
|
|
|
@@ -20810,7 +20809,7 @@ LineStream.prototype._reencode = function (line, chunkEncoding) {
|
|
|
20810
20809
|
"use strict";
|
|
20811
20810
|
|
|
20812
20811
|
|
|
20813
|
-
const BB = __webpack_require__("./node_modules/.f/_/
|
|
20812
|
+
const BB = __webpack_require__("./node_modules/.f/_/bluebird/3.7.2-fynlocal_h/bluebird/index.js");
|
|
20814
20813
|
|
|
20815
20814
|
const figgyPudding = __webpack_require__("./node_modules/.f/_/figgy-pudding/3.5.2/figgy-pudding/index.js");
|
|
20816
20815
|
|
|
@@ -21125,7 +21124,7 @@ function contentDir(cache) {
|
|
|
21125
21124
|
"use strict";
|
|
21126
21125
|
|
|
21127
21126
|
|
|
21128
|
-
const BB = __webpack_require__("./node_modules/.f/_/
|
|
21127
|
+
const BB = __webpack_require__("./node_modules/.f/_/bluebird/3.7.2-fynlocal_h/bluebird/index.js");
|
|
21129
21128
|
|
|
21130
21129
|
const contentPath = __webpack_require__("./node_modules/.f/_/cacache/11.3.2/cacache/lib/content/path.js");
|
|
21131
21130
|
|
|
@@ -21368,7 +21367,7 @@ function integrityError(sri, path) {
|
|
|
21368
21367
|
"use strict";
|
|
21369
21368
|
|
|
21370
21369
|
|
|
21371
|
-
const BB = __webpack_require__("./node_modules/.f/_/
|
|
21370
|
+
const BB = __webpack_require__("./node_modules/.f/_/bluebird/3.7.2-fynlocal_h/bluebird/index.js");
|
|
21372
21371
|
|
|
21373
21372
|
const contentPath = __webpack_require__("./node_modules/.f/_/cacache/11.3.2/cacache/lib/content/path.js");
|
|
21374
21373
|
|
|
@@ -21399,7 +21398,7 @@ function rm(cache, integrity) {
|
|
|
21399
21398
|
"use strict";
|
|
21400
21399
|
|
|
21401
21400
|
|
|
21402
|
-
const BB = __webpack_require__("./node_modules/.f/_/
|
|
21401
|
+
const BB = __webpack_require__("./node_modules/.f/_/bluebird/3.7.2-fynlocal_h/bluebird/index.js");
|
|
21403
21402
|
|
|
21404
21403
|
const contentPath = __webpack_require__("./node_modules/.f/_/cacache/11.3.2/cacache/lib/content/path.js");
|
|
21405
21404
|
|
|
@@ -21584,7 +21583,7 @@ function checksumError(expected, found) {
|
|
|
21584
21583
|
"use strict";
|
|
21585
21584
|
|
|
21586
21585
|
|
|
21587
|
-
const BB = __webpack_require__("./node_modules/.f/_/
|
|
21586
|
+
const BB = __webpack_require__("./node_modules/.f/_/bluebird/3.7.2-fynlocal_h/bluebird/index.js");
|
|
21588
21587
|
|
|
21589
21588
|
const contentPath = __webpack_require__("./node_modules/.f/_/cacache/11.3.2/cacache/lib/content/path.js");
|
|
21590
21589
|
|
|
@@ -22013,7 +22012,7 @@ function pickMem(opts) {
|
|
|
22013
22012
|
"use strict";
|
|
22014
22013
|
|
|
22015
22014
|
|
|
22016
|
-
const BB = __webpack_require__("./node_modules/.f/_/
|
|
22015
|
+
const BB = __webpack_require__("./node_modules/.f/_/bluebird/3.7.2-fynlocal_h/bluebird/index.js");
|
|
22017
22016
|
|
|
22018
22017
|
const chownr = BB.promisify(__webpack_require__("./node_modules/.f/_/chownr/1.1.4/chownr/chownr.js"));
|
|
22019
22018
|
const mkdirp = BB.promisify(__webpack_require__("./node_modules/.f/_/mkdirp/0.5.5/mkdirp/index.js"));
|
|
@@ -22129,7 +22128,7 @@ function hashToSegments(hash) {
|
|
|
22129
22128
|
|
|
22130
22129
|
const fs = __webpack_require__("./node_modules/.f/_/graceful-fs/4.2.11/graceful-fs/graceful-fs.js");
|
|
22131
22130
|
|
|
22132
|
-
const BB = __webpack_require__("./node_modules/.f/_/
|
|
22131
|
+
const BB = __webpack_require__("./node_modules/.f/_/bluebird/3.7.2-fynlocal_h/bluebird/index.js");
|
|
22133
22132
|
|
|
22134
22133
|
const chmod = BB.promisify(fs.chmod);
|
|
22135
22134
|
const unlink = BB.promisify(fs.unlink);
|
|
@@ -22196,7 +22195,7 @@ function moveFile(src, dest) {
|
|
|
22196
22195
|
"use strict";
|
|
22197
22196
|
|
|
22198
22197
|
|
|
22199
|
-
const BB = __webpack_require__("./node_modules/.f/_/
|
|
22198
|
+
const BB = __webpack_require__("./node_modules/.f/_/bluebird/3.7.2-fynlocal_h/bluebird/index.js");
|
|
22200
22199
|
|
|
22201
22200
|
const figgyPudding = __webpack_require__("./node_modules/.f/_/figgy-pudding/3.5.2/figgy-pudding/index.js");
|
|
22202
22201
|
|
|
@@ -22285,7 +22284,7 @@ module.exports.setLocale = locale => {
|
|
|
22285
22284
|
"use strict";
|
|
22286
22285
|
|
|
22287
22286
|
|
|
22288
|
-
const BB = __webpack_require__("./node_modules/.f/_/
|
|
22287
|
+
const BB = __webpack_require__("./node_modules/.f/_/bluebird/3.7.2-fynlocal_h/bluebird/index.js");
|
|
22289
22288
|
|
|
22290
22289
|
const contentPath = __webpack_require__("./node_modules/.f/_/cacache/11.3.2/cacache/lib/content/path.js");
|
|
22291
22290
|
|
|
@@ -22773,7 +22772,7 @@ function putStream(cache, key, opts) {
|
|
|
22773
22772
|
"use strict";
|
|
22774
22773
|
|
|
22775
22774
|
|
|
22776
|
-
const BB = __webpack_require__("./node_modules/.f/_/
|
|
22775
|
+
const BB = __webpack_require__("./node_modules/.f/_/bluebird/3.7.2-fynlocal_h/bluebird/index.js");
|
|
22777
22776
|
|
|
22778
22777
|
const index = __webpack_require__("./node_modules/.f/_/cacache/11.3.2/cacache/lib/entry-index.js");
|
|
22779
22778
|
|
|
@@ -83827,7 +83826,7 @@ module.exports.win32 = win32.parse;
|
|
|
83827
83826
|
|
|
83828
83827
|
/***/ }),
|
|
83829
83828
|
|
|
83830
|
-
/***/ "./node_modules/.f/_/pkg-preper/0.1.
|
|
83829
|
+
/***/ "./node_modules/.f/_/pkg-preper/0.1.3-fynlocal_h/pkg-preper/lib/pkg-preper.js":
|
|
83831
83830
|
/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
|
|
83832
83831
|
|
|
83833
83832
|
"use strict";
|
|
@@ -103699,7 +103698,7 @@ const debug_1 = __importDefault(__webpack_require__("./stubs/debug.js"));
|
|
|
103699
103698
|
|
|
103700
103699
|
const agent_base_1 = __webpack_require__("./node_modules/.f/_/agent-base/6.0.2/agent-base/dist/src/index.js");
|
|
103701
103700
|
|
|
103702
|
-
const socks_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.
|
|
103701
|
+
const socks_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.5/socks/build/index.js");
|
|
103703
103702
|
|
|
103704
103703
|
const debug = debug_1.default('socks-proxy-agent');
|
|
103705
103704
|
|
|
@@ -105154,7 +105153,7 @@ __export(__webpack_require__("./node_modules/.f/_/socks/2.3.3/socks/build/client
|
|
|
105154
105153
|
|
|
105155
105154
|
/***/ }),
|
|
105156
105155
|
|
|
105157
|
-
/***/ "./node_modules/.f/_/socks/2.8.
|
|
105156
|
+
/***/ "./node_modules/.f/_/socks/2.8.5/socks/build/client/socksclient.js":
|
|
105158
105157
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
105159
105158
|
|
|
105160
105159
|
"use strict";
|
|
@@ -105203,13 +105202,13 @@ const net = __webpack_require__("net");
|
|
|
105203
105202
|
|
|
105204
105203
|
const smart_buffer_1 = __webpack_require__("./node_modules/.f/_/smart-buffer/4.2.0/smart-buffer/build/smartbuffer.js");
|
|
105205
105204
|
|
|
105206
|
-
const constants_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.
|
|
105205
|
+
const constants_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.5/socks/build/common/constants.js");
|
|
105207
105206
|
|
|
105208
|
-
const helpers_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.
|
|
105207
|
+
const helpers_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.5/socks/build/common/helpers.js");
|
|
105209
105208
|
|
|
105210
|
-
const receivebuffer_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.
|
|
105209
|
+
const receivebuffer_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.5/socks/build/common/receivebuffer.js");
|
|
105211
105210
|
|
|
105212
|
-
const util_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.
|
|
105211
|
+
const util_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.5/socks/build/common/util.js");
|
|
105213
105212
|
|
|
105214
105213
|
Object.defineProperty(exports, "SocksClientError", ({
|
|
105215
105214
|
enumerable: true,
|
|
@@ -106059,7 +106058,7 @@ exports.SocksClient = SocksClient;
|
|
|
106059
106058
|
|
|
106060
106059
|
/***/ }),
|
|
106061
106060
|
|
|
106062
|
-
/***/ "./node_modules/.f/_/socks/2.8.
|
|
106061
|
+
/***/ "./node_modules/.f/_/socks/2.8.5/socks/build/common/constants.js":
|
|
106063
106062
|
/***/ ((__unused_webpack_module, exports) => {
|
|
106064
106063
|
|
|
106065
106064
|
"use strict";
|
|
@@ -106192,7 +106191,7 @@ var SocksClientState;
|
|
|
106192
106191
|
|
|
106193
106192
|
/***/ }),
|
|
106194
106193
|
|
|
106195
|
-
/***/ "./node_modules/.f/_/socks/2.8.
|
|
106194
|
+
/***/ "./node_modules/.f/_/socks/2.8.5/socks/build/common/helpers.js":
|
|
106196
106195
|
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
106197
106196
|
|
|
106198
106197
|
"use strict";
|
|
@@ -106203,9 +106202,9 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
106203
106202
|
}));
|
|
106204
106203
|
exports.ipToBuffer = exports.int32ToIpv4 = exports.ipv4ToInt32 = exports.validateSocksClientChainOptions = exports.validateSocksClientOptions = void 0;
|
|
106205
106204
|
|
|
106206
|
-
const util_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.
|
|
106205
|
+
const util_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.5/socks/build/common/util.js");
|
|
106207
106206
|
|
|
106208
|
-
const constants_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.
|
|
106207
|
+
const constants_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.5/socks/build/common/constants.js");
|
|
106209
106208
|
|
|
106210
106209
|
const stream = __webpack_require__("stream");
|
|
106211
106210
|
|
|
@@ -106346,7 +106345,7 @@ function isValidTimeoutValue(value) {
|
|
|
106346
106345
|
function ipv4ToInt32(ip) {
|
|
106347
106346
|
const address = new ip_address_1.Address4(ip); // Convert the IPv4 address parts to an integer
|
|
106348
106347
|
|
|
106349
|
-
return address.toArray().reduce((acc, part) => (acc << 8) + part, 0);
|
|
106348
|
+
return address.toArray().reduce((acc, part) => (acc << 8) + part, 0) >>> 0;
|
|
106350
106349
|
}
|
|
106351
106350
|
|
|
106352
106351
|
exports.ipv4ToInt32 = ipv4ToInt32;
|
|
@@ -106381,7 +106380,7 @@ exports.ipToBuffer = ipToBuffer;
|
|
|
106381
106380
|
|
|
106382
106381
|
/***/ }),
|
|
106383
106382
|
|
|
106384
|
-
/***/ "./node_modules/.f/_/socks/2.8.
|
|
106383
|
+
/***/ "./node_modules/.f/_/socks/2.8.5/socks/build/common/receivebuffer.js":
|
|
106385
106384
|
/***/ ((__unused_webpack_module, exports) => {
|
|
106386
106385
|
|
|
106387
106386
|
"use strict";
|
|
@@ -106444,7 +106443,7 @@ exports.ReceiveBuffer = ReceiveBuffer;
|
|
|
106444
106443
|
|
|
106445
106444
|
/***/ }),
|
|
106446
106445
|
|
|
106447
|
-
/***/ "./node_modules/.f/_/socks/2.8.
|
|
106446
|
+
/***/ "./node_modules/.f/_/socks/2.8.5/socks/build/common/util.js":
|
|
106448
106447
|
/***/ ((__unused_webpack_module, exports) => {
|
|
106449
106448
|
|
|
106450
106449
|
"use strict";
|
|
@@ -106483,7 +106482,7 @@ exports.shuffleArray = shuffleArray;
|
|
|
106483
106482
|
|
|
106484
106483
|
/***/ }),
|
|
106485
106484
|
|
|
106486
|
-
/***/ "./node_modules/.f/_/socks/2.8.
|
|
106485
|
+
/***/ "./node_modules/.f/_/socks/2.8.5/socks/build/index.js":
|
|
106487
106486
|
/***/ (function(__unused_webpack_module, exports, __webpack_require__) {
|
|
106488
106487
|
|
|
106489
106488
|
"use strict";
|
|
@@ -106516,7 +106515,7 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
106516
106515
|
value: true
|
|
106517
106516
|
}));
|
|
106518
106517
|
|
|
106519
|
-
__exportStar(__webpack_require__("./node_modules/.f/_/socks/2.8.
|
|
106518
|
+
__exportStar(__webpack_require__("./node_modules/.f/_/socks/2.8.5/socks/build/client/socksclient.js"), exports);
|
|
106520
106519
|
|
|
106521
106520
|
/***/ }),
|
|
106522
106521
|
|