ephem 1.0.0 → 1.0.1

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -147,7 +147,7 @@ For projects without a bundler, you can use the pre-built unpkg/CDN version. Thi
147
147
 
148
148
  ```html
149
149
  <!-- Load Ephem client from CDN -->
150
- <script src="https://unpkg.com/ephem/dist/client/index.global.js"></script>
150
+ <script src="https://unpkg.com/ephem/dist/index.global.js"></script>
151
151
 
152
152
  <script>
153
153
  "use strict";
@@ -478,4 +478,4 @@ const ephem = new Ephem({
478
478
  Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
479
479
 
480
480
  ## License
481
- [ISC](/LICENSE)
481
+ [ISC](https://github.com/newben420/ephem/blob/main/LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ephem",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Robust, Ephemeral End-to-End Encryption for the Application Layer. Secure data-in-transit with disposable capsules.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -57,4 +57,4 @@
57
57
  "README.md",
58
58
  "LICENSE"
59
59
  ]
60
- }
60
+ }