dexie-encrypted-build
v1.2.202
Published
ES5 build of dexie-encrypted
Downloads
12
Readme
dexie-encrypted-build
ES5 build of dexie-encrypted
Versioning
The version of this package follows the version of dexie-encrypted that's included.
For example, [email protected] is the first build of [email protected].
Installing
$ npm install dexie-encrypted-buildUsing
import encrypt from 'dexie-encrypted-build' // instead of 'dexie-encrypted'See the dexie-encrypted documentation.
Requirements
dexie (v2 or v3) must be provided as a peer dependency.
In older browsers, the following polyfills may be required:
Building
$ yarn$ yarn build
If building a newer version of dexie-encrypted (e.g. 1.2.3),
bump the dependency version of dexie-encrypted in package.json
and set this package's version to 1.2.300.
If building a new build of an existing version of dexie-encrypted,
bump the patch version.
