mol_conform 0.0.278 → 0.0.280

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/conform/readme.md","mol/conform/conform.ts"],"mods":{},"deps_in":{"mol":{"mol/conform":-999},"":{"mol":-999}},"deps_out":{"mol/conform":{"mol":-999},"mol":{"":-999}},"sloc":{"ts":87,"LICENSE":113,"md":498,"js":9,"json":83,"tree":41,"CNAME":1},"deps":{"mol/conform":{"..":-999,"/mol/conform/stack":-1,"/mol/conform":-1,"/mol/conform/handlers/get":-2,"/mol/conform/stack/index/of":-2,"/mol/conform/stack/push":-2,"/mol/conform/stack/pop":-2,"/mol/conform/handlers":-1,"/mol/conform/handler":-1,"/mol/conform/handlers/set":-2,"/mol/conform/array":-1},"mol":{"..":-999},"":{}}}
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/conform/readme.md","mol/conform/conform.ts"],"mods":{},"deps_in":{"mol":{"mol/conform":-999},"":{"mol":-999}},"deps_out":{"mol/conform":{"mol":-999},"mol":{"":-999}},"sloc":{"ts":87,"LICENSE":113,"md":498,"js":9,"json":84,"tree":41,"CNAME":1},"deps":{"mol/conform":{"..":-999,"/mol/conform/stack":-1,"/mol/conform":-1,"/mol/conform/handlers/get":-2,"/mol/conform/stack/index/of":-2,"/mol/conform/stack/push":-2,"/mol/conform/stack/pop":-2,"/mol/conform/handlers":-1,"/mol/conform/handler":-1,"/mol/conform/handlers/set":-2,"/mol/conform/array":-1},"mol":{"..":-999},"":{}}}
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
@@ -966,7 +966,7 @@ var $;
966
966
  'color': 'gray',
967
967
  });
968
968
  $.$mol_dev_format_indent = $.$mol_dev_format_div.bind(null, {
969
- 'margin-left': '13px'
969
+ 'margin-inline-start': '13px'
970
970
  });
971
971
  class Stack extends Array {
972
972
  // [ Symbol.toPrimitive ]() {
@@ -1815,14 +1815,14 @@ var $;
1815
1815
  reuse: if (existen) {
1816
1816
  if (!existen.temp)
1817
1817
  break reuse;
1818
- if (existen.task !== task) {
1819
- cause = 'task';
1820
- break reuse;
1821
- }
1822
1818
  if (existen.host !== host) {
1823
1819
  cause = 'host';
1824
1820
  break reuse;
1825
1821
  }
1822
+ if (existen.task !== task) {
1823
+ cause = 'task';
1824
+ break reuse;
1825
+ }
1826
1826
  if (!$mol_compare_deep(existen.args, args)) {
1827
1827
  cause = 'args';
1828
1828
  break reuse;
@@ -2440,7 +2440,7 @@ var $;
2440
2440
  "use strict";
2441
2441
  var $;
2442
2442
  (function ($) {
2443
- $.$mol_dom_context = new $node.jsdom.JSDOM('', { url: 'https://localhost/' }).window;
2443
+ $.$mol_dom_context = new $node.jsdom.JSDOM('', { url: `http://${process.env.DOMAIN || 'localhost'}/` }).window;
2444
2444
  })($ || ($ = {}));
2445
2445
 
2446
2446
  ;