mol_text_distance 0.0.1507 → 0.0.1508

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/node.deps.json CHANGED
@@ -1 +1 @@
1
- {"files":["mam.ts","LICENSE","README.md","mam.jam.js","tsfmt.json","package.json","tsconfig.json","lang.lang.tree","meta.lang.tree","sandbox.config.json","mol/CNAME","mol/LICENSE","mol/readme.md","mol/mol.meta.tree","mol/CONTRIBUTING.md","mol/CODE_OF_CONDUCT.md","mol/text/profile/profile.ts","mol/text/profile/distance/distance.ts","mol/text/distance/readme.md","mol/text/distance/distance.ts"],"mods":{},"deps_in":{"mol/text":{"mol/text/distance":-999,"mol/text/profile":-999},"mol":{"mol/text":-999},"":{"mol":-999},"mol/text/profile/distance":{"mol/text/distance":-2},"mol/text/profile":{"mol/text/profile/distance":-999,"mol/text/distance":-3}},"deps_out":{"mol/text/distance":{"mol/text":-999,"mol/text/profile/distance":-2,"mol/text/profile":-3},"mol/text":{"mol":-999},"mol":{"":-999},"mol/text/profile/distance":{"mol/text/profile":-999},"mol/text/profile":{"mol/text":-999}},"sloc":{"ts":57,"LICENSE":113,"md":509,"js":9,"json":83,"tree":41,"CNAME":1},"deps":{"mol/text/distance":{"..":-999,"/mol/text/distance":-1,"/mol/text/profile/distance":-2,"/mol/text/profile":-3},"mol/text":{"..":-999},"mol":{"..":-999},"":{},"mol/text/profile/distance":{"..":-999,"/mol/text/profile/distance":-1},"mol/text/profile":{"..":-999,"/mol/text/profile":-1}}}
1
+ {"files":["mam.ts","LICENSE","README.md","mam.jam.js","tsfmt.json","package.json","tsconfig.json","lang.lang.tree","meta.lang.tree","sandbox.config.json","mol/CNAME","mol/LICENSE","mol/readme.md","mol/mol.meta.tree","mol/CONTRIBUTING.md","mol/CODE_OF_CONDUCT.md","mol/text/profile/profile.ts","mol/text/profile/distance/distance.ts","mol/text/distance/readme.md","mol/text/distance/distance.ts"],"mods":{},"deps_in":{"mol/text":{"mol/text/distance":-999,"mol/text/profile":-999},"mol":{"mol/text":-999},"":{"mol":-999},"mol/text/profile/distance":{"mol/text/distance":-2},"mol/text/profile":{"mol/text/profile/distance":-999,"mol/text/distance":-3}},"deps_out":{"mol/text/distance":{"mol/text":-999,"mol/text/profile/distance":-2,"mol/text/profile":-3},"mol/text":{"mol":-999},"mol":{"":-999},"mol/text/profile/distance":{"mol/text/profile":-999},"mol/text/profile":{"mol/text":-999}},"sloc":{"ts":57,"LICENSE":113,"md":509,"js":9,"json":84,"tree":41,"CNAME":1},"deps":{"mol/text/distance":{"..":-999,"/mol/text/distance":-1,"/mol/text/profile/distance":-2,"/mol/text/profile":-3},"mol/text":{"..":-999},"mol":{"..":-999},"":{},"mol/text/profile/distance":{"..":-999,"/mol/text/profile/distance":-1},"mol/text/profile":{"..":-999,"/mol/text/profile":-1}}}
package/node.meta.tree CHANGED
@@ -15,7 +15,8 @@
15
15
  pack rise git \https://github.com/stan-donarise/mam_rise.git
16
16
  pack yuf git \https://github.com/zerkalica/yuf.git
17
17
  pack apxu git \https://github.com/ApxuTechTop/apxu
18
- pack bog git \https://github.com/best-online-games/bog.git
18
+ pack bog git \https://github.com/b-on-g/bog.git
19
19
  pack mws git \https://github.com/reatailret/milkywaystd_mol.git
20
+ pack raggu git \https://github.com/RaguTeam/raggu.git
20
21
  \/mol
21
22
  pack icon git \https://github.com/nin-jin/mol_icon.git
package/node.test.js CHANGED
@@ -921,7 +921,7 @@ var $;
921
921
  'color': 'gray',
922
922
  });
923
923
  $.$mol_dev_format_indent = $.$mol_dev_format_div.bind(null, {
924
- 'margin-left': '13px'
924
+ 'margin-inline-start': '13px'
925
925
  });
926
926
  class Stack extends Array {
927
927
  // [ Symbol.toPrimitive ]() {
@@ -1770,14 +1770,14 @@ var $;
1770
1770
  reuse: if (existen) {
1771
1771
  if (!existen.temp)
1772
1772
  break reuse;
1773
- if (existen.task !== task) {
1774
- cause = 'task';
1775
- break reuse;
1776
- }
1777
1773
  if (existen.host !== host) {
1778
1774
  cause = 'host';
1779
1775
  break reuse;
1780
1776
  }
1777
+ if (existen.task !== task) {
1778
+ cause = 'task';
1779
+ break reuse;
1780
+ }
1781
1781
  if (!$mol_compare_deep(existen.args, args)) {
1782
1782
  cause = 'args';
1783
1783
  break reuse;
@@ -2395,7 +2395,7 @@ var $;
2395
2395
  "use strict";
2396
2396
  var $;
2397
2397
  (function ($) {
2398
- $.$mol_dom_context = new $node.jsdom.JSDOM('', { url: 'https://localhost/' }).window;
2398
+ $.$mol_dom_context = new $node.jsdom.JSDOM('', { url: `http://${process.env.DOMAIN || 'localhost'}/` }).window;
2399
2399
  })($ || ($ = {}));
2400
2400
 
2401
2401
  ;