@jsenv/core 29.4.5 → 29.6.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.
@@ -42,8 +42,9 @@ const createExecuteWithScript = ({
42
42
  nodeToReplace = currentScriptClone;
43
43
  currentScriptClone.src = urlObject.href;
44
44
  } else {
45
- currentScriptClone.removeAttribute("jsenv-plugin-owner");
46
- currentScriptClone.removeAttribute("jsenv-plugin-action");
45
+ currentScriptClone.removeAttribute("jsenv-cooked-by");
46
+ currentScriptClone.removeAttribute("jsenv-inlined-by");
47
+ currentScriptClone.removeAttribute("jsenv-injected-by");
47
48
  currentScriptClone.removeAttribute("inlined-from-src");
48
49
  currentScriptClone.removeAttribute("original-position");
49
50
  currentScriptClone.removeAttribute("original-src-position");
@@ -885,8 +885,9 @@ window.__supervisor__ = (() => {
885
885
  nodeToReplace = currentScriptClone;
886
886
  currentScriptClone.src = urlObject.href;
887
887
  } else {
888
- currentScriptClone.removeAttribute("jsenv-plugin-owner");
889
- currentScriptClone.removeAttribute("jsenv-plugin-action");
888
+ currentScriptClone.removeAttribute("jsenv-cooked-by");
889
+ currentScriptClone.removeAttribute("jsenv-inlined-by");
890
+ currentScriptClone.removeAttribute("jsenv-injected-by");
890
891
  currentScriptClone.removeAttribute("inlined-from-src");
891
892
  currentScriptClone.removeAttribute("original-position");
892
893
  currentScriptClone.removeAttribute("original-src-position");