@naturalcycles/js-lib
Advanced tools
Comparing version 14.202.0 to 14.203.0
@@ -31,2 +31,4 @@ import type { Promisable } from './typeFest'; | ||
}; | ||
export interface AnyPartialObjectWithId extends AnyObject, PartialObjectWithId { | ||
} | ||
export interface AnyObjectWithId extends AnyObject, ObjectWithId { | ||
@@ -33,0 +35,0 @@ } |
{ | ||
"name": "@naturalcycles/js-lib", | ||
"version": "14.202.0", | ||
"version": "14.203.0", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "prepare": "husky install", |
@@ -42,2 +42,4 @@ import type { Promisable } from './typeFest' | ||
export interface AnyPartialObjectWithId extends AnyObject, PartialObjectWithId {} | ||
export interface AnyObjectWithId extends AnyObject, ObjectWithId {} | ||
@@ -44,0 +46,0 @@ |
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
982990
29527