@anzusystems/common-admin 0.0.10 → 0.0.11

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.
@@ -1497,6 +1497,8 @@ export declare const isBoolean: (value: unknown) => value is boolean;
1497
1497
 
1498
1498
  export declare const isCreatedByAware: (value: object) => value is CreatedByAware;
1499
1499
 
1500
+ export declare const isDefined: <T>(value: T | undefined) => value is T;
1501
+
1500
1502
  export declare const isDocId: (value: unknown) => value is string;
1501
1503
 
1502
1504
  export declare const isEmpty: (value: unknown) => boolean;
@@ -8447,6 +8447,7 @@ export {
8447
8447
  Re as isArray,
8448
8448
  ha as isBoolean,
8449
8449
  go as isCreatedByAware,
8450
+ pa as isDefined,
8450
8451
  Dl as isDocId,
8451
8452
  Or as isEmpty,
8452
8453
  Tr as isEmptyArray,
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "import": "./dist/common-admin.es.js"
12
12
  }
13
13
  },
14
- "version": "0.0.10",
14
+ "version": "0.0.11",
15
15
  "type": "module",
16
16
  "license": "Apache-2.0",
17
17
  "scripts": {