@internetarchive/collection-name-cache
Advanced tools
Comparing version 0.2.14 to 0.2.15
@@ -0,0 +0,0 @@ import { LocalCache } from '@internetarchive/local-cache'; |
@@ -0,0 +0,0 @@ import { __decorate } from "tslib"; |
export { CollectionNameCache, CollectionNameCacheInterface, } from './src/collection-name-cache'; | ||
export { AsyncCollectionName } from './src/async-collection-name'; |
export { CollectionNameCache, } from './src/collection-name-cache'; | ||
export { AsyncCollectionName } from './src/async-collection-name'; | ||
//# sourceMappingURL=index.js.map |
@@ -0,0 +0,0 @@ import { LitElement, PropertyValues } from 'lit'; |
@@ -0,0 +0,0 @@ import { __decorate } from "tslib"; |
@@ -0,0 +0,0 @@ import type { SearchServiceInterface } from '@internetarchive/search-service'; |
@@ -0,0 +0,0 @@ export class CollectionNameCache { |
export {}; |
@@ -0,0 +0,0 @@ import { expect } from '@open-wc/testing'; |
@@ -0,0 +0,0 @@ import { LocalCacheInterface } from '@internetarchive/local-cache'; |
@@ -0,0 +0,0 @@ export class MockLocalCache { |
@@ -0,0 +0,0 @@ import { SearchResponse } from '@internetarchive/search-service'; |
@@ -0,0 +0,0 @@ import { ItemHit } from '@internetarchive/search-service'; |
@@ -0,0 +0,0 @@ import { Result } from '@internetarchive/result-type'; |
@@ -0,0 +0,0 @@ export class MockSearchService { |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -10,3 +10,3 @@ { | ||
"author": "Internet Archive", | ||
"version": "0.2.14", | ||
"version": "0.2.15", | ||
"main": "dist/index.js", | ||
@@ -28,3 +28,3 @@ "module": "dist/index.js", | ||
"@internetarchive/local-cache": "^0.2.1", | ||
"@internetarchive/search-service": "1.2.2", | ||
"@internetarchive/search-service": "^1.2.3", | ||
"lit": "^2.0.2" | ||
@@ -31,0 +31,0 @@ }, |
@@ -0,0 +0,0 @@ ![Build Status](https://github.com/internetarchive/iaux-typescript-wc-template/actions/workflows/ci.yml/badge.svg) |
@@ -0,0 +0,0 @@ import { html, LitElement, PropertyValues } from 'lit'; |
@@ -0,0 +0,0 @@ /* eslint-disable camelcase */ |
@@ -0,0 +0,0 @@ import { ItemHit, SearchResponse } from '@internetarchive/search-service'; |
@@ -0,0 +0,0 @@ { |
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
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
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
Sorry, the diff of this file is not supported yet
162987
+ Added@internetarchive/search-service@1.4.1(transitive)
- Removed@internetarchive/search-service@1.2.2(transitive)