@php-wasm/universal 3.0.41 → 3.0.42

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.
package/index.js CHANGED
@@ -1208,7 +1208,7 @@ class PHP {
1208
1208
  * @deprecated
1209
1209
  */
1210
1210
  async request(t) {
1211
- if (logger.warn(
1211
+ if (logger.debug(
1212
1212
  "PHP.request() is deprecated. Please use new PHPRequestHandler() instead."
1213
1213
  ), !this.requestHandler)
1214
1214
  throw new Error("No request handler available.");