1.2.0 • Published 5 years ago

@telus/orderhub-state-library v1.2.0

Weekly downloads
12
License
-
Repository
-
Last release
5 years ago

Order Hub state library

Encrypts and decrypts Redux state, and save it to the IndexedDB.

Disable/Enable encryption

Update the src/index.js file: const SAVE_ENCRYPTED = true;

It is recommended to delete the IndexedDB in the browser.

How to create npm packages

If you don’t have yet the environment variable NPM_TOKEN, then you need to add it to your profile. The token should be provided by ????

  • create a .profile file, C:\Users{user}/.profile
  • export NPM_TOKEN="\${NPM_TOKEN}"

In the root of your project file, create .npmrc with the following content: //registry.npmjs.org/:_authToken=\${NPM_TOKEN}

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.4

5 years ago

0.0.6

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago