ide-assi 0.706.0 → 0.707.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.
@@ -203208,6 +203208,7 @@ console.log(el, href, title);
203208
203208
  if (apply.javascript) {
203209
203209
  apply.javascriptFrom = true;
203210
203210
  apply.javascriptTo = true;
203211
+ apply.javascript = false;
203211
203212
  }
203212
203213
 
203213
203214
  for (const key in apply) {
@@ -203204,6 +203204,7 @@ console.log(el, href, title);
203204
203204
  if (apply.javascript) {
203205
203205
  apply.javascriptFrom = true;
203206
203206
  apply.javascriptTo = true;
203207
+ apply.javascript = false;
203207
203208
  }
203208
203209
 
203209
203210
  for (const key in apply) {
@@ -682,6 +682,7 @@ console.log(el, href, title);
682
682
  if (apply.javascript) {
683
683
  apply.javascriptFrom = true;
684
684
  apply.javascriptTo = true;
685
+ apply.javascript = false;
685
686
  }
686
687
 
687
688
  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.706.0",
4
+ "version": "0.707.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -682,6 +682,7 @@ console.log(el, href, title);
682
682
  if (apply.javascript) {
683
683
  apply.javascriptFrom = true;
684
684
  apply.javascriptTo = true;
685
+ apply.javascript = false;
685
686
  }
686
687
 
687
688
  for (const key in apply) {