@ca-plant-list/ca-plant-list 0.4.45 → 0.4.46

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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -1
  2. package/package.json +1 -1
package/lib/index.d.ts CHANGED
@@ -195,7 +195,7 @@ export class HTMLTaxon {
195
195
  taxon: Taxon,
196
196
  sourceCode: RefSourceCode,
197
197
  ): void;
198
- static getFooterHTML(taxon: Taxon): string;
198
+ static getFooterHTML(taxon: Taxon, dataDir: string): string;
199
199
  static getListSectionHTML(
200
200
  list: string[],
201
201
  header: string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ca-plant-list/ca-plant-list",
3
- "version": "0.4.45",
3
+ "version": "0.4.46",
4
4
  "description": "Tools to create files for a website listing plants in an area of California.",
5
5
  "license": "MIT",
6
6
  "repository": {