Skip to content
Compare
Choose a tag to compare
@imodeljs-admin imodeljs-admin released this 30 Oct 10:56
· 64 commits to master since this release
8c7a306

Minor Changes

  • #740: Define type and exports attributes in package.json.

    The change moves this package a step closer towards dropping CommonJS support - it's now transpiled from ESM to CommonJS instead of the opposite.

    In addition, the exports attribute has been added to package.json to prohibit access to APIs that are not intended to be used by external consumers.

Patch Changes