@xylabs/object
Advanced tools
Comparing version 4.4.24 to 4.4.25
@@ -6,2 +6,3 @@ export * from './AnyObject.ts'; | ||
export * from './Base.ts'; | ||
export * from './Compare.ts'; | ||
export * from './EmptyObject.ts'; | ||
@@ -8,0 +9,0 @@ export * from './Enum.ts'; |
{ | ||
"name": "@xylabs/object", | ||
"version": "4.4.24", | ||
"version": "4.4.25", | ||
"description": "Primary SDK for using XYO Protocol 2.0", | ||
@@ -32,6 +32,6 @@ "homepage": "https://xyo.network", | ||
"dependencies": { | ||
"@xylabs/assert": "^4.4.24", | ||
"@xylabs/logger": "^4.4.24", | ||
"@xylabs/promise": "^4.4.24", | ||
"@xylabs/typeof": "^4.4.24" | ||
"@xylabs/assert": "^4.4.25", | ||
"@xylabs/logger": "^4.4.25", | ||
"@xylabs/promise": "^4.4.25", | ||
"@xylabs/typeof": "^4.4.25" | ||
}, | ||
@@ -38,0 +38,0 @@ "devDependencies": { |
@@ -6,2 +6,3 @@ export * from './AnyObject.ts' | ||
export * from './Base.ts' | ||
export * from './Compare.ts' | ||
export * from './EmptyObject.ts' | ||
@@ -8,0 +9,0 @@ export * from './Enum.ts' |
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
139544
88
1341
Updated@xylabs/assert@^4.4.25
Updated@xylabs/logger@^4.4.25
Updated@xylabs/promise@^4.4.25
Updated@xylabs/typeof@^4.4.25