ide-assi 0.600.0 → 0.604.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.
@@ -202698,6 +202698,11 @@ console.log(el, href, title);
202698
202698
  },
202699
202699
  };
202700
202700
 
202701
+
202702
+ if (apply.javascript) {
202703
+ apply.javascript2 = true;
202704
+ }
202705
+
202701
202706
  console.log(apply);
202702
202707
 
202703
202708
  for (const key in apply) {
@@ -202694,6 +202694,11 @@ console.log(el, href, title);
202694
202694
  },
202695
202695
  };
202696
202696
 
202697
+
202698
+ if (apply.javascript) {
202699
+ apply.javascript2 = true;
202700
+ }
202701
+
202697
202702
  console.log(apply);
202698
202703
 
202699
202704
  for (const key in apply) {
@@ -828,6 +828,11 @@ console.log(el, href, title);
828
828
  },
829
829
  };
830
830
 
831
+
832
+ if (apply.javascript) {
833
+ apply.javascript2 = true;
834
+ }
835
+
831
836
  console.log(apply);
832
837
 
833
838
  for (const key in apply) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.600.0",
4
+ "version": "0.604.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -828,6 +828,11 @@ console.log(el, href, title);
828
828
  },
829
829
  };
830
830
 
831
+
832
+ if (apply.javascript) {
833
+ apply.javascript2 = true;
834
+ }
835
+
831
836
  console.log(apply);
832
837
 
833
838
  for (const key in apply) {