@nexus-cross/dapp-ui 1.3.12-beta.2 → 1.3.12

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/dist/index.d.cts CHANGED
@@ -64,8 +64,8 @@ type AppsConfig = {
64
64
  * operators can tell the StandingForwarderFactory and
65
65
  * DepositorForwarderFactory apart without relying on array order.
66
66
  *
67
- * The S3 object also retains a legacy `trustedFactories` array for already
68
- * deployed SDKs, but current code deliberately does not type or read it.
67
+ * A legacy `trustedFactories` field, if encountered, is deliberately not
68
+ * typed or read by current code.
69
69
  */
70
70
  forwarderFactories?: RemoteEnvValue<{
71
71
  standingForwarderFactory?: string;
package/dist/index.d.ts CHANGED
@@ -64,8 +64,8 @@ type AppsConfig = {
64
64
  * operators can tell the StandingForwarderFactory and
65
65
  * DepositorForwarderFactory apart without relying on array order.
66
66
  *
67
- * The S3 object also retains a legacy `trustedFactories` array for already
68
- * deployed SDKs, but current code deliberately does not type or read it.
67
+ * A legacy `trustedFactories` field, if encountered, is deliberately not
68
+ * typed or read by current code.
69
69
  */
70
70
  forwarderFactories?: RemoteEnvValue<{
71
71
  standingForwarderFactory?: string;