@xylabs/object
Advanced tools
Comparing version 4.4.27 to 4.4.28
@@ -1,4 +0,4 @@ | ||
export type StringKeyObject = { | ||
[key: string]: unknown; | ||
export type StringKeyObject<T = unknown> = { | ||
[key: string]: T; | ||
}; | ||
//# sourceMappingURL=StringKeyObject.d.ts.map |
{ | ||
"name": "@xylabs/object", | ||
"version": "4.4.27", | ||
"version": "4.4.28", | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
@@ -32,6 +32,6 @@ "homepage": "https://xyo.network", | ||
"dependencies": { | ||
"@xylabs/assert": "^4.4.27", | ||
"@xylabs/logger": "^4.4.27", | ||
"@xylabs/promise": "^4.4.27", | ||
"@xylabs/typeof": "^4.4.27" | ||
"@xylabs/assert": "^4.4.28", | ||
"@xylabs/logger": "^4.4.28", | ||
"@xylabs/promise": "^4.4.28", | ||
"@xylabs/typeof": "^4.4.28" | ||
}, | ||
@@ -38,0 +38,0 @@ "devDependencies": { |
@@ -1,1 +0,1 @@ | ||
export type StringKeyObject = { [key: string]: unknown } | ||
export type StringKeyObject<T = unknown> = { [key: string]: T } |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
139578
Updated@xylabs/assert@^4.4.28
Updated@xylabs/logger@^4.4.28
Updated@xylabs/promise@^4.4.28
Updated@xylabs/typeof@^4.4.28