@cellaware/utils 8.7.9 → 8.7.10

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.
@@ -0,0 +1,3 @@
1
+ export declare const WAREHOUSE_STATUS_HEALTHY = "healthy";
2
+ export declare const WAREHOUSE_STATUS_INTERRUPTION = "interruption";
3
+ export declare const WAREHOUSE_STATUS_OUTAGE = "outage";
@@ -0,0 +1,3 @@
1
+ export const WAREHOUSE_STATUS_HEALTHY = 'healthy';
2
+ export const WAREHOUSE_STATUS_INTERRUPTION = 'interruption';
3
+ export const WAREHOUSE_STATUS_OUTAGE = 'outage';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cellaware/utils",
3
- "version": "8.7.9",
3
+ "version": "8.7.10",
4
4
  "description": "Cellaware Utilities for Node.js",
5
5
  "author": "Cellaware Technologies",
6
6
  "type": "module",