You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 30, 2023. It is now read-only.
Your module is dependent on
@adobe/aio-lib-ims.Adobe IMS is retiring
TLS 1.0andTLS 1.1support on July 14th, 2021.TLSv1.2is the default for node-12 or higher: https://nodejs.org/api/cli.html#cli_tls_min_v1_2Therefore any calls to Adobe IMS using
@adobe/aio-lib-imsusingnode-10will fail after the retirement date above.This module should impose a minimum requirement of
node-12going forward.Add this to your
package.json: