@augment-vir/common
Advanced tools
Comparing version 6.1.5 to 6.1.6
@@ -11,3 +11,3 @@ import { AnyFunction } from '@augment-vir/common'; | ||
number: number; | ||
object: object; | ||
object: Record<PropertyKey, unknown>; | ||
string: string; | ||
@@ -14,0 +14,0 @@ symbol: symbol; |
@@ -11,3 +11,3 @@ import { AnyFunction } from '@augment-vir/common'; | ||
number: number; | ||
object: object; | ||
object: Record<PropertyKey, unknown>; | ||
string: string; | ||
@@ -14,0 +14,0 @@ symbol: symbol; |
@@ -11,3 +11,3 @@ import { AnyFunction } from '@augment-vir/common'; | ||
number: number; | ||
object: object; | ||
object: Record<PropertyKey, unknown>; | ||
string: string; | ||
@@ -14,0 +14,0 @@ symbol: symbol; |
{ | ||
"name": "@augment-vir/common", | ||
"version": "6.1.5", | ||
"version": "6.1.6", | ||
"homepage": "https://github.com/electrovir/augment-vir/tree/main/packages/common", | ||
@@ -25,6 +25,6 @@ "bugs": { | ||
"dependencies": { | ||
"type-fest": "^3.3.0" | ||
"type-fest": "^3.4.0" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^4.9.3" | ||
"typescript": "^4.9.4" | ||
}, | ||
@@ -31,0 +31,0 @@ "publishConfig": { |
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
141415
Updatedtype-fest@^3.4.0