@jjlmoya/utils-pets 1.1.0 → 1.2.0

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/package.json +1 -1
  2. package/src/types.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jjlmoya/utils-pets",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
package/src/types.ts CHANGED
@@ -60,8 +60,8 @@ export interface PetToolEntry<TUI extends Record<string, string> = Record<string
60
60
  export interface ToolDefinition {
61
61
  entry: PetToolEntry;
62
62
  Component: unknown;
63
- SEOComponent?: unknown;
64
- BibliographyComponent?: unknown;
63
+ SEOComponent: unknown;
64
+ BibliographyComponent: unknown;
65
65
  }
66
66
 
67
67
  export interface PetCategoryEntry {