@icedevml/tinypki-client-side-cert-req 0.4.5 → 0.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -11,7 +11,7 @@ A part of TinyPKI project, with the intention to facilitate higher adoption of m
11
11
  This library is distributed in two formats.
12
12
 
13
13
  ### ESM library
14
- Suitable for SPA frameworks (like React.js), available on npmjs.com:
14
+ Suitable for SPA frameworks (like React.js), available on NPM Registry as [@icedevml/tinypki-client-side-cert-req](https://www.npmjs.com/package/@icedevml/tinypki-client-side-cert-req).
15
15
 
16
16
  ```bash
17
17
  npm install --save @icedevml/tinypki-client-side-cert-req
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@icedevml/tinypki-client-side-cert-req",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "TinyPKI ClientSideCertReq Library",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
@@ -11,7 +11,7 @@
11
11
  "bugs": {
12
12
  "url": "https://github.com/icedevml/tinypki-client-side-cert-req/issues"
13
13
  },
14
- "homepage": "https://github.com/icedevml/tinypki-client-side-cert-req?tab=readme-ov-file#readme",
14
+ "homepage": "https://github.com/icedevml/tinypki-client-side-cert-req",
15
15
  "exports": {
16
16
  ".": {
17
17
  "import": "./dist/index.js",