ide-assi 0.608.0 → 0.609.0

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.
@@ -202623,6 +202623,8 @@ console.log(el, href, title);
202623
202623
  controllerSrc = src.controller;
202624
202624
  }
202625
202625
 
202626
+ console.log("=---------", src.javascriptFrom);
202627
+
202626
202628
  let jsSrcFrom;
202627
202629
  let jsSrcTo;
202628
202630
  if (apply.javascript) {
@@ -202700,13 +202702,13 @@ console.log(el, href, title);
202700
202702
  },
202701
202703
  };
202702
202704
 
202703
- console.log(srcPath.javascriptToPullPath, jsSrcTo);
202705
+ //console.log(srcPath.javascriptToPullPath, jsSrcTo);
202704
202706
 
202705
202707
  if (apply.javascript) {
202706
202708
  apply.javascript2 = true;
202707
202709
  }
202708
202710
 
202709
- console.log(apply);
202711
+ //console.log(apply);
202710
202712
 
202711
202713
  for (const key in apply) {
202712
202714
  if (apply[key]) {
@@ -202619,6 +202619,8 @@ console.log(el, href, title);
202619
202619
  controllerSrc = src.controller;
202620
202620
  }
202621
202621
 
202622
+ console.log("=---------", src.javascriptFrom);
202623
+
202622
202624
  let jsSrcFrom;
202623
202625
  let jsSrcTo;
202624
202626
  if (apply.javascript) {
@@ -202696,13 +202698,13 @@ console.log(el, href, title);
202696
202698
  },
202697
202699
  };
202698
202700
 
202699
- console.log(srcPath.javascriptToPullPath, jsSrcTo);
202701
+ //console.log(srcPath.javascriptToPullPath, jsSrcTo);
202700
202702
 
202701
202703
  if (apply.javascript) {
202702
202704
  apply.javascript2 = true;
202703
202705
  }
202704
202706
 
202705
- console.log(apply);
202707
+ //console.log(apply);
202706
202708
 
202707
202709
  for (const key in apply) {
202708
202710
  if (apply[key]) {
@@ -753,6 +753,8 @@ console.log(el, href, title);
753
753
  controllerSrc = src.controller;
754
754
  }
755
755
 
756
+ console.log("=---------", src.javascriptFrom);
757
+
756
758
  let jsSrcFrom;
757
759
  let jsSrcTo;
758
760
  if (apply.javascript) {
@@ -830,13 +832,13 @@ console.log(el, href, title);
830
832
  },
831
833
  };
832
834
 
833
- console.log(srcPath.javascriptToPullPath, jsSrcTo);
835
+ //console.log(srcPath.javascriptToPullPath, jsSrcTo);
834
836
 
835
837
  if (apply.javascript) {
836
838
  apply.javascript2 = true;
837
839
  }
838
840
 
839
- console.log(apply);
841
+ //console.log(apply);
840
842
 
841
843
  for (const key in apply) {
842
844
  if (apply[key]) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.608.0",
4
+ "version": "0.609.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -753,6 +753,8 @@ console.log(el, href, title);
753
753
  controllerSrc = src.controller;
754
754
  }
755
755
 
756
+ console.log("=---------", src.javascriptFrom);
757
+
756
758
  let jsSrcFrom;
757
759
  let jsSrcTo;
758
760
  if (apply.javascript) {
@@ -830,13 +832,13 @@ console.log(el, href, title);
830
832
  },
831
833
  };
832
834
 
833
- console.log(srcPath.javascriptToPullPath, jsSrcTo);
835
+ //console.log(srcPath.javascriptToPullPath, jsSrcTo);
834
836
 
835
837
  if (apply.javascript) {
836
838
  apply.javascript2 = true;
837
839
  }
838
840
 
839
- console.log(apply);
841
+ //console.log(apply);
840
842
 
841
843
  for (const key in apply) {
842
844
  if (apply[key]) {