fyn 1.1.43 → 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.
Files changed (2) hide show
  1. package/dist/fyn.js +50 -48
  2. 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 localsByDepth = _.get(this._installConfig, "localsByDepth", []);
3530
+ const localPkgs = _.get(this._installConfig, "localPkgLinks", {});
3531
3531
 
3532
- for (const locals of localsByDepth.reverse()) {
3533
- for (const relPath of locals) {
3534
- const fullPath = Path.join(this._cwd, relPath);
3532
+ for (const nmDir in localPkgs) {
3533
+ const localPkg = localPkgs[nmDir];
3534
+ const fullPath = Path.join(this._cwd, localPkg.srcDir);
3535
3535
 
3536
- if ((await this.getLocalPkgInstall(fullPath)).changed) {
3537
- return true;
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.1-fynlocal_h/pkg-preper/lib/pkg-preper.js");
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
 
@@ -9042,7 +9041,7 @@ const {
9042
9041
 
9043
9042
  const {
9044
9043
  prePackObj
9045
- } = __webpack_require__("./node_modules/.f/_/publish-util/2.0.0/publish-util/lib/index.js");
9044
+ } = __webpack_require__("./node_modules/.f/_/publish-util/2.1.0/publish-util/lib/index.js");
9046
9045
 
9047
9046
  const {
9048
9047
  PackageRef
@@ -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/_/aveazul/1.0.2/aveazul/lib/aveazul.js");
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/_/aveazul/1.0.2/aveazul/lib/aveazul.js");
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/_/aveazul/1.0.2/aveazul/lib/aveazul.js");
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/_/aveazul/1.0.2/aveazul/lib/aveazul.js");
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/_/aveazul/1.0.2/aveazul/lib/aveazul.js");
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/_/aveazul/1.0.2/aveazul/lib/aveazul.js");
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/_/aveazul/1.0.2/aveazul/lib/aveazul.js");
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/_/aveazul/1.0.2/aveazul/lib/aveazul.js");
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/_/aveazul/1.0.2/aveazul/lib/aveazul.js");
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/_/aveazul/1.0.2/aveazul/lib/aveazul.js");
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.1-fynlocal_h/pkg-preper/lib/pkg-preper.js":
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";
@@ -84638,23 +84637,23 @@ function set(data, k, v) {
84638
84637
 
84639
84638
  /***/ }),
84640
84639
 
84641
- /***/ "./node_modules/.f/_/publish-util/2.0.0/publish-util/lib/index.js":
84640
+ /***/ "./node_modules/.f/_/publish-util/2.1.0/publish-util/lib/index.js":
84642
84641
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
84643
84642
 
84644
84643
  const {
84645
84644
  prePackObj,
84646
84645
  prePack
84647
- } = __webpack_require__("./node_modules/.f/_/publish-util/2.0.0/publish-util/lib/prepack.js");
84646
+ } = __webpack_require__("./node_modules/.f/_/publish-util/2.1.0/publish-util/lib/prepack.js");
84648
84647
 
84649
84648
  const {
84650
84649
  postPack
84651
- } = __webpack_require__("./node_modules/.f/_/publish-util/2.0.0/publish-util/lib/postpack.js");
84650
+ } = __webpack_require__("./node_modules/.f/_/publish-util/2.1.0/publish-util/lib/postpack.js");
84652
84651
 
84653
84652
  const {
84654
84653
  npmPublish
84655
- } = __webpack_require__("./node_modules/.f/_/publish-util/2.0.0/publish-util/lib/npm-publish.js");
84654
+ } = __webpack_require__("./node_modules/.f/_/publish-util/2.1.0/publish-util/lib/npm-publish.js");
84656
84655
 
84657
- const utils = __webpack_require__("./node_modules/.f/_/publish-util/2.0.0/publish-util/lib/utils.js");
84656
+ const utils = __webpack_require__("./node_modules/.f/_/publish-util/2.1.0/publish-util/lib/utils.js");
84658
84657
 
84659
84658
  exports.npmPublish = npmPublish;
84660
84659
  exports.prePackObj = prePackObj;
@@ -84664,7 +84663,7 @@ exports.utils = utils;
84664
84663
 
84665
84664
  /***/ }),
84666
84665
 
84667
- /***/ "./node_modules/.f/_/publish-util/2.0.0/publish-util/lib/npm-publish.js":
84666
+ /***/ "./node_modules/.f/_/publish-util/2.1.0/publish-util/lib/npm-publish.js":
84668
84667
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
84669
84668
 
84670
84669
  "use strict";
@@ -84674,7 +84673,7 @@ const execa = __webpack_require__("./node_modules/.f/_/execa/5.1.1/execa/index.j
84674
84673
 
84675
84674
  const {
84676
84675
  getInfo
84677
- } = __webpack_require__("./node_modules/.f/_/publish-util/2.0.0/publish-util/lib/utils.js");
84676
+ } = __webpack_require__("./node_modules/.f/_/publish-util/2.1.0/publish-util/lib/utils.js");
84678
84677
 
84679
84678
  const assert = __webpack_require__("assert");
84680
84679
 
@@ -84845,7 +84844,7 @@ exports.npmPublish = async function npmPublish({
84845
84844
 
84846
84845
  /***/ }),
84847
84846
 
84848
- /***/ "./node_modules/.f/_/publish-util/2.0.0/publish-util/lib/postpack.js":
84847
+ /***/ "./node_modules/.f/_/publish-util/2.1.0/publish-util/lib/postpack.js":
84849
84848
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
84850
84849
 
84851
84850
  "use strict";
@@ -84857,7 +84856,7 @@ const Fs = (__webpack_require__("fs").promises);
84857
84856
 
84858
84857
  const {
84859
84858
  getInfo
84860
- } = __webpack_require__("./node_modules/.f/_/publish-util/2.0.0/publish-util/lib/utils.js");
84859
+ } = __webpack_require__("./node_modules/.f/_/publish-util/2.1.0/publish-util/lib/utils.js");
84861
84860
 
84862
84861
  exports.postPack = async function postPack() {
84863
84862
  const {
@@ -84879,7 +84878,7 @@ exports.postPack = async function postPack() {
84879
84878
 
84880
84879
  /***/ }),
84881
84880
 
84882
- /***/ "./node_modules/.f/_/publish-util/2.0.0/publish-util/lib/prepack.js":
84881
+ /***/ "./node_modules/.f/_/publish-util/2.1.0/publish-util/lib/prepack.js":
84883
84882
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
84884
84883
 
84885
84884
  "use strict";
@@ -84895,7 +84894,7 @@ const {
84895
84894
  removeFromObj,
84896
84895
  keepStandardFields,
84897
84896
  renameFromObj
84898
- } = __webpack_require__("./node_modules/.f/_/publish-util/2.0.0/publish-util/lib/utils.js");
84897
+ } = __webpack_require__("./node_modules/.f/_/publish-util/2.1.0/publish-util/lib/utils.js");
84899
84898
 
84900
84899
  const _ = __webpack_require__("./node_modules/.f/_/lodash/4.17.21/lodash/lodash.min.js");
84901
84900
 
@@ -84967,7 +84966,7 @@ exports.prePack = async function prePack() {
84967
84966
 
84968
84967
  /***/ }),
84969
84968
 
84970
- /***/ "./node_modules/.f/_/publish-util/2.0.0/publish-util/lib/utils.js":
84969
+ /***/ "./node_modules/.f/_/publish-util/2.1.0/publish-util/lib/utils.js":
84971
84970
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
84972
84971
 
84973
84972
  "use strict";
@@ -85101,7 +85100,10 @@ exports.keepStandardFields = ["name", "version", "description", "keywords", "hom
85101
85100
  "peerDependencies", "peerDependenciesMeta", "bundledDependencies", "optionalDependencies", "engines", "os", "cpu", "private", "publishConfig", // "workspaces"
85102
85101
  // extras
85103
85102
  "module", "type", // module type
85104
- "types" // typescript types
85103
+ "types", // typescript types
85104
+ // ESM
85105
+ "exports", // subpath exports entry point
85106
+ "imports" // subpath imports entry point
85105
85107
  ];
85106
85108
 
85107
85109
  /***/ }),
@@ -103696,7 +103698,7 @@ const debug_1 = __importDefault(__webpack_require__("./stubs/debug.js"));
103696
103698
 
103697
103699
  const agent_base_1 = __webpack_require__("./node_modules/.f/_/agent-base/6.0.2/agent-base/dist/src/index.js");
103698
103700
 
103699
- const socks_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.4/socks/build/index.js");
103701
+ const socks_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.5/socks/build/index.js");
103700
103702
 
103701
103703
  const debug = debug_1.default('socks-proxy-agent');
103702
103704
 
@@ -105151,7 +105153,7 @@ __export(__webpack_require__("./node_modules/.f/_/socks/2.3.3/socks/build/client
105151
105153
 
105152
105154
  /***/ }),
105153
105155
 
105154
- /***/ "./node_modules/.f/_/socks/2.8.4/socks/build/client/socksclient.js":
105156
+ /***/ "./node_modules/.f/_/socks/2.8.5/socks/build/client/socksclient.js":
105155
105157
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
105156
105158
 
105157
105159
  "use strict";
@@ -105200,13 +105202,13 @@ const net = __webpack_require__("net");
105200
105202
 
105201
105203
  const smart_buffer_1 = __webpack_require__("./node_modules/.f/_/smart-buffer/4.2.0/smart-buffer/build/smartbuffer.js");
105202
105204
 
105203
- const constants_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.4/socks/build/common/constants.js");
105205
+ const constants_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.5/socks/build/common/constants.js");
105204
105206
 
105205
- const helpers_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.4/socks/build/common/helpers.js");
105207
+ const helpers_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.5/socks/build/common/helpers.js");
105206
105208
 
105207
- const receivebuffer_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.4/socks/build/common/receivebuffer.js");
105209
+ const receivebuffer_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.5/socks/build/common/receivebuffer.js");
105208
105210
 
105209
- const util_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.4/socks/build/common/util.js");
105211
+ const util_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.5/socks/build/common/util.js");
105210
105212
 
105211
105213
  Object.defineProperty(exports, "SocksClientError", ({
105212
105214
  enumerable: true,
@@ -106056,7 +106058,7 @@ exports.SocksClient = SocksClient;
106056
106058
 
106057
106059
  /***/ }),
106058
106060
 
106059
- /***/ "./node_modules/.f/_/socks/2.8.4/socks/build/common/constants.js":
106061
+ /***/ "./node_modules/.f/_/socks/2.8.5/socks/build/common/constants.js":
106060
106062
  /***/ ((__unused_webpack_module, exports) => {
106061
106063
 
106062
106064
  "use strict";
@@ -106189,7 +106191,7 @@ var SocksClientState;
106189
106191
 
106190
106192
  /***/ }),
106191
106193
 
106192
- /***/ "./node_modules/.f/_/socks/2.8.4/socks/build/common/helpers.js":
106194
+ /***/ "./node_modules/.f/_/socks/2.8.5/socks/build/common/helpers.js":
106193
106195
  /***/ ((__unused_webpack_module, exports, __webpack_require__) => {
106194
106196
 
106195
106197
  "use strict";
@@ -106200,9 +106202,9 @@ Object.defineProperty(exports, "__esModule", ({
106200
106202
  }));
106201
106203
  exports.ipToBuffer = exports.int32ToIpv4 = exports.ipv4ToInt32 = exports.validateSocksClientChainOptions = exports.validateSocksClientOptions = void 0;
106202
106204
 
106203
- const util_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.4/socks/build/common/util.js");
106205
+ const util_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.5/socks/build/common/util.js");
106204
106206
 
106205
- const constants_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.4/socks/build/common/constants.js");
106207
+ const constants_1 = __webpack_require__("./node_modules/.f/_/socks/2.8.5/socks/build/common/constants.js");
106206
106208
 
106207
106209
  const stream = __webpack_require__("stream");
106208
106210
 
@@ -106343,7 +106345,7 @@ function isValidTimeoutValue(value) {
106343
106345
  function ipv4ToInt32(ip) {
106344
106346
  const address = new ip_address_1.Address4(ip); // Convert the IPv4 address parts to an integer
106345
106347
 
106346
- return address.toArray().reduce((acc, part) => (acc << 8) + part, 0);
106348
+ return address.toArray().reduce((acc, part) => (acc << 8) + part, 0) >>> 0;
106347
106349
  }
106348
106350
 
106349
106351
  exports.ipv4ToInt32 = ipv4ToInt32;
@@ -106378,7 +106380,7 @@ exports.ipToBuffer = ipToBuffer;
106378
106380
 
106379
106381
  /***/ }),
106380
106382
 
106381
- /***/ "./node_modules/.f/_/socks/2.8.4/socks/build/common/receivebuffer.js":
106383
+ /***/ "./node_modules/.f/_/socks/2.8.5/socks/build/common/receivebuffer.js":
106382
106384
  /***/ ((__unused_webpack_module, exports) => {
106383
106385
 
106384
106386
  "use strict";
@@ -106441,7 +106443,7 @@ exports.ReceiveBuffer = ReceiveBuffer;
106441
106443
 
106442
106444
  /***/ }),
106443
106445
 
106444
- /***/ "./node_modules/.f/_/socks/2.8.4/socks/build/common/util.js":
106446
+ /***/ "./node_modules/.f/_/socks/2.8.5/socks/build/common/util.js":
106445
106447
  /***/ ((__unused_webpack_module, exports) => {
106446
106448
 
106447
106449
  "use strict";
@@ -106480,7 +106482,7 @@ exports.shuffleArray = shuffleArray;
106480
106482
 
106481
106483
  /***/ }),
106482
106484
 
106483
- /***/ "./node_modules/.f/_/socks/2.8.4/socks/build/index.js":
106485
+ /***/ "./node_modules/.f/_/socks/2.8.5/socks/build/index.js":
106484
106486
  /***/ (function(__unused_webpack_module, exports, __webpack_require__) {
106485
106487
 
106486
106488
  "use strict";
@@ -106513,7 +106515,7 @@ Object.defineProperty(exports, "__esModule", ({
106513
106515
  value: true
106514
106516
  }));
106515
106517
 
106516
- __exportStar(__webpack_require__("./node_modules/.f/_/socks/2.8.4/socks/build/client/socksclient.js"), exports);
106518
+ __exportStar(__webpack_require__("./node_modules/.f/_/socks/2.8.5/socks/build/client/socksclient.js"), exports);
106517
106519
 
106518
106520
  /***/ }),
106519
106521
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fyn",
3
- "version": "1.1.43",
3
+ "version": "1.1.45",
4
4
  "description": "fyn is the NPM for fynpo -- a zero setup monorepo tool",
5
5
  "main": "./bin/fyn.js",
6
6
  "homepage": "https://jchip.github.io/fynpo/",