Open-Attestation / oa-verify

Verification library for OpenAttestation document
Apache License 2.0
6 stars 18 forks source link

fix: exports path #289

Closed HJunyuan closed 4 months ago

HJunyuan commented 4 months ago

Summary

End-users are not able to import the oa-verify library successfully:

Changes

{
  // ...
  "exports": {
    "require": "./dist/index.js",
    "import": "./dist/index.modern.mjs",
    "default": "./dist/index.modern.mjs",
    "types": "./dist/types/index.d.ts"
  },
  // ...
}
github-actions[bot] commented 4 months ago

:tada: This PR is included in version 9.2.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 4 months ago

:tada: This PR is included in version 9.3.0-beta.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: