Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 332 Bytes

CHANGES.md

File metadata and controls

17 lines (11 loc) · 332 Bytes

Changes with nginx 2.2.1

  • dev toolchain upgrade (including bundling toolchain)

  • Crypto adapters should be imported from umd

Before 2.2.1

import { SecretinBrowserAdapter } from 'secretin/dist/adapters/browser';

Now

import SecretinBrowserAdapter from 'secretin/dist/adapters/browser.umd';