@veramo/utils
Advanced tools
Comparing version 3.1.5-next.123 to 3.1.5-next.125
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @beta | ||
* @beta This API may change without a BREAKING CHANGE notice. | ||
*/ | ||
@@ -13,3 +13,3 @@ export declare function isDefined<T>(arg: T): arg is Exclude<T, null | undefined>; | ||
* | ||
* @beta | ||
* @beta This API may change without a BREAKING CHANGE notice. | ||
*/ | ||
@@ -21,5 +21,5 @@ export declare function asArray<T>(arg?: T | T[] | null): T[]; | ||
* | ||
* @beta | ||
* @beta This API may change without a BREAKING CHANGE notice. | ||
*/ | ||
export declare function isIterable<T>(obj: any): obj is Iterable<T>; | ||
//# sourceMappingURL=type-utils.d.ts.map |
@@ -8,3 +8,3 @@ "use strict"; | ||
* | ||
* @beta | ||
* @beta This API may change without a BREAKING CHANGE notice. | ||
*/ | ||
@@ -19,3 +19,3 @@ function isDefined(arg) { | ||
* | ||
* @beta | ||
* @beta This API may change without a BREAKING CHANGE notice. | ||
*/ | ||
@@ -30,3 +30,3 @@ function asArray(arg) { | ||
* | ||
* @beta | ||
* @beta This API may change without a BREAKING CHANGE notice. | ||
*/ | ||
@@ -33,0 +33,0 @@ function isIterable(obj) { |
{ | ||
"name": "@veramo/utils", | ||
"description": "Helper methods for Veramo plugins", | ||
"version": "3.1.5-next.123+d66c3665", | ||
"version": "3.1.5-next.125+ea4966a6", | ||
"main": "build/index.js", | ||
@@ -13,3 +13,3 @@ "types": "build/index.d.ts", | ||
"@stablelib/ed25519": "^1.0.2", | ||
"@veramo/core": "^3.1.5-next.123+d66c3665", | ||
"@veramo/core": "^3.1.5-next.125+ea4966a6", | ||
"blakejs": "^1.1.1", | ||
@@ -42,3 +42,3 @@ "cross-fetch": "^3.1.4", | ||
"keywords": [], | ||
"gitHead": "d66c36654fbc9ba02ed5914e18359180c0087cf9" | ||
"gitHead": "ea4966a6b79dc4653a2aff9147c096ee22bb47df" | ||
} |
@@ -5,3 +5,3 @@ /** | ||
* | ||
* @beta | ||
* @beta This API may change without a BREAKING CHANGE notice. | ||
*/ | ||
@@ -16,3 +16,3 @@ export function isDefined<T>(arg: T): arg is Exclude<T, null | undefined> { | ||
* | ||
* @beta | ||
* @beta This API may change without a BREAKING CHANGE notice. | ||
*/ | ||
@@ -27,3 +27,3 @@ export function asArray<T>(arg?: T | T[] | null): T[] { | ||
* | ||
* @beta | ||
* @beta This API may change without a BREAKING CHANGE notice. | ||
*/ | ||
@@ -30,0 +30,0 @@ export function isIterable<T>(obj: any): obj is Iterable<T> { |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
88036