@kubb/core
Advanced tools
Comparing version 0.23.2 to 0.24.0
@@ -63,2 +63,3 @@ import EventEmitter from 'events'; | ||
private getCountOfStatus; | ||
get files(): Map<string, CacheStore>; | ||
add(file: File): Promise<File>; | ||
@@ -65,0 +66,0 @@ setStatus(id: UUID, status: Status): void; |
@@ -219,2 +219,5 @@ 'use strict'; | ||
} | ||
get files() { | ||
return this.cache; | ||
} | ||
add(file) { | ||
@@ -221,0 +224,0 @@ const cacheItem = { id: crypto.randomUUID(), file, status: "new" }; |
{ | ||
"name": "@kubb/core", | ||
"version": "0.23.2", | ||
"version": "0.24.0", | ||
"description": "Generator core", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
107683
1263