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