common-types
Advanced tools
Comparing version 1.24.6 to 1.24.7
@@ -1,2 +0,2 @@ | ||
import { url } from "./aliases"; | ||
import { Iso8601DateTime, url } from "./aliases"; | ||
import { IDictionary } from "./basics"; | ||
@@ -12,2 +12,3 @@ export interface INpmInfoRepository { | ||
versions: string[]; | ||
/** The timings for creation, last modified, and all taged releases */ | ||
time: INpmInfoTime; | ||
@@ -57,5 +58,5 @@ maintainers: INpmInfoPerson[]; | ||
*/ | ||
export interface INpmInfoTime extends IDictionary<string> { | ||
created: string; | ||
modified: string; | ||
export interface INpmInfoTime extends IDictionary<Iso8601DateTime> { | ||
created: Iso8601DateTime; | ||
modified: Iso8601DateTime; | ||
} | ||
@@ -62,0 +63,0 @@ export interface INpmInfoPerson { |
@@ -1,2 +0,2 @@ | ||
import { url } from "./aliases"; | ||
import { Iso8601DateTime, url } from "./aliases"; | ||
import { IDictionary } from "./basics"; | ||
@@ -12,2 +12,3 @@ export interface INpmInfoRepository { | ||
versions: string[]; | ||
/** The timings for creation, last modified, and all taged releases */ | ||
time: INpmInfoTime; | ||
@@ -57,5 +58,5 @@ maintainers: INpmInfoPerson[]; | ||
*/ | ||
export interface INpmInfoTime extends IDictionary<string> { | ||
created: string; | ||
modified: string; | ||
export interface INpmInfoTime extends IDictionary<Iso8601DateTime> { | ||
created: Iso8601DateTime; | ||
modified: Iso8601DateTime; | ||
} | ||
@@ -62,0 +63,0 @@ export interface INpmInfoPerson { |
{ | ||
"name": "common-types", | ||
"version": "1.24.6", | ||
"version": "1.24.7", | ||
"description": "Common Types for Typescript", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/lifegadget/common-types", |
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
364756
8617