Problem loading "stringify-object" module after update to v0.135.0

The problem is that the VM will run your code as CJS and the library is now ESM.

There is some more information about why it won’t work here: Node Modules at War: Why CommonJS and ES Modules Can’t Get Along | by Dan Fabulich | Code Red