@protoqol/vivid-log 2.0.0 → 2.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 +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![Vivid Log](https://cms.protoqol.nl/assets/2b8d3ddd-8d7e-44e2-ba0f-09f8476258cd?v1)
1
+ ![Vivid Log](https://cms.protoqol.nl/assets/2b8d3ddd-8d7e-44e2-ba0f-09f8476258cd?v2)
2
2
 
3
3
  ![NPM](https://img.shields.io/npm/v/%40protoqol%2Fvividlog)
4
4
  ![Build status](https://img.shields.io/github/actions/workflow/status/protoqol/vivid-log/publish.yml)
@@ -42,7 +42,7 @@ Or add this to your HTML file directly:
42
42
 
43
43
  ```html
44
44
 
45
- <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@protoqol/vivid-log@latest/dist/vividLog.js"></script>
45
+ <script type="text/javascript" src="https://unpkg.com/@protoqol/vivid-log@latest/dist/vividLog.js"></script>
46
46
 
47
47
  <script>
48
48
  // Access via global window object
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name" : "@protoqol/vivid-log",
3
- "version" : "2.0.0",
3
+ "version" : "2.0.1",
4
4
  "description" : "Console Logs, reimagined for JavaScript & TypeScript",
5
5
  "main" : "dist/vividLog.js",
6
6
  "author" : {