@cellaware/utils 6.0.0 → 6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cellaware/utils",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "Cellaware Utilities for Node.js",
5
5
  "author": "Cellaware Technologies",
6
6
  "type": "module",
@@ -1,8 +0,0 @@
1
- export declare const CHATWMS_VENDOR_GROUP_CELLAWARE = "cellaware";
2
- export declare const CHATWMS_VENDOR_GROUP_BLUEYONDER = "blueyonder";
3
- export declare const CHATWMS_VENDOR_GROUPS: string[];
4
- export declare const CHATWMS_VENDOR_CELLAWARE_DEMO: string;
5
- export declare const CHATWMS_VENDOR_BLUEYONDER_DISCRETE: string;
6
- export declare const CHATWMS_VENDOR_BLUEYONDER_DISCRETE_CLOUD: string;
7
- export declare const CHATWMS_VENDOR_BLUEYONDER_DISPATCHER: string;
8
- export declare const CHATWMS_PRODUCT_VENDORS: string[];
@@ -1,16 +0,0 @@
1
- export const CHATWMS_VENDOR_GROUP_CELLAWARE = 'cellaware';
2
- export const CHATWMS_VENDOR_GROUP_BLUEYONDER = 'blueyonder';
3
- export const CHATWMS_VENDOR_GROUPS = [
4
- CHATWMS_VENDOR_GROUP_CELLAWARE,
5
- CHATWMS_VENDOR_GROUP_BLUEYONDER
6
- ];
7
- export const CHATWMS_VENDOR_CELLAWARE_DEMO = CHATWMS_VENDOR_GROUP_CELLAWARE + '-demo';
8
- export const CHATWMS_VENDOR_BLUEYONDER_DISCRETE = CHATWMS_VENDOR_GROUP_BLUEYONDER + '-discrete';
9
- export const CHATWMS_VENDOR_BLUEYONDER_DISCRETE_CLOUD = CHATWMS_VENDOR_GROUP_BLUEYONDER + '-discrete-cloud';
10
- export const CHATWMS_VENDOR_BLUEYONDER_DISPATCHER = CHATWMS_VENDOR_GROUP_BLUEYONDER + '-dispatcher';
11
- export const CHATWMS_PRODUCT_VENDORS = [
12
- CHATWMS_VENDOR_CELLAWARE_DEMO,
13
- CHATWMS_VENDOR_BLUEYONDER_DISCRETE,
14
- CHATWMS_VENDOR_BLUEYONDER_DISCRETE_CLOUD,
15
- CHATWMS_VENDOR_BLUEYONDER_DISPATCHER
16
- ];