Patch Changes
-
Support NPM provenance. (#30)
-
fix: some valus should be updateable by global scope (#130)
Now we add an allowlist to allow some identifiers could be updated by globalThis.
For those values in the allowlist:
globalThis.foo = 'xx'; console.log(foo); //'xx'
-
refractor: improve some internal logic for element creating in MTS (#71)
-
Updated dependencies [
c617453
]:- @lynx-js/web-worker-rpc@0.7.1