tin-spa 20.14.21 → 20.14.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -1506,6 +1506,7 @@ declare class OfflineService {
1506
1506
  private addReadPrefix;
1507
1507
  private addReadUrl;
1508
1508
  private registerLookups;
1509
+ private registerButtonLookups;
1509
1510
  cacheKey(url: string): string;
1510
1511
  isPagedRead(url: string): boolean;
1511
1512
  matchRead(url: string): OfflineEntry | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tin-spa",
3
- "version": "20.14.21",
3
+ "version": "20.14.22",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/tnyagato/ng-space.git"