@cellaware/utils 5.4.8 → 5.4.9

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 +1 -1
package/README.md CHANGED
@@ -42,7 +42,7 @@ Token used for GitHub authorization.
42
42
 
43
43
  ChatWMS URL.
44
44
 
45
- > NOTE: `CHATWMS_URL` could also refer to `chatwms-mgmt` or other ChatWMS services
45
+ > NOTE: `CHATWMS_URL` could also refer to `chatwms-mgmt`, `chatwms-gtwy`, or other ChatWMS services
46
46
 
47
47
  ### CHATWMS_KEY
48
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cellaware/utils",
3
- "version": "5.4.8",
3
+ "version": "5.4.9",
4
4
  "description": "Cellaware Utilities for Node.js",
5
5
  "author": "Cellaware Technologies",
6
6
  "type": "module",