silgi 0.19.28 → 0.19.29

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.
@@ -1,4 +1,4 @@
1
- const version = "0.19.28";
1
+ const version = "0.19.29";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^3.0.0",
4
4
  "@nuxt/kit": "^3.15.3",
@@ -1,4 +1,4 @@
1
- const version = "0.19.28";
1
+ const version = "0.19.29";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^3.0.0",
4
4
  "@nuxt/kit": "^3.15.3",
@@ -1,4 +1,4 @@
1
- const version = "0.19.28";
1
+ const version = "0.19.29";
2
2
  const peerDependencies = {
3
3
  "@fastify/deepmerge": "^3.0.0",
4
4
  "@nuxt/kit": "^3.15.3",
@@ -281,7 +281,7 @@ interface SilgiCLIHooks extends SilgiHooks {
281
281
  type: 'function' | 'command';
282
282
  handler: string;
283
283
  description?: string;
284
- tags?: keyof SilgiCommands[];
284
+ tags?: (keyof SilgiCommands)[];
285
285
  enabled?: boolean;
286
286
  }>>) => HookResult;
287
287
  'prepare:installPackages': (packages: Record<'dependencies' | 'devDependencies', Record<string, string>>) => HookResult;
@@ -281,7 +281,7 @@ interface SilgiCLIHooks extends SilgiHooks {
281
281
  type: 'function' | 'command';
282
282
  handler: string;
283
283
  description?: string;
284
- tags?: keyof SilgiCommands[];
284
+ tags?: (keyof SilgiCommands)[];
285
285
  enabled?: boolean;
286
286
  }>>) => HookResult;
287
287
  'prepare:installPackages': (packages: Record<'dependencies' | 'devDependencies', Record<string, string>>) => HookResult;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "silgi",
3
3
  "type": "module",
4
- "version": "0.19.28",
4
+ "version": "0.19.29",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "exports": {