@shell-shock/plugin-help 0.2.15 → 0.2.17

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,8 +1,8 @@
1
- import { RequiredKeys } from "../node_modules/.pnpm/@stryke_types@0.11.3/node_modules/@stryke/types/dist/base.cjs";
2
1
  import { CommandConfig, ResolvedConfig, UserConfig } from "@shell-shock/core";
3
2
  import { Context } from "@shell-shock/core/types/context";
4
3
  import { ConsolePluginContext, ConsolePluginOptions, ConsolePluginResolvedConfig, ConsolePluginUserConfig } from "@shell-shock/plugin-console";
5
4
  import { ThemePluginContext, ThemePluginOptions, ThemePluginResolvedConfig, ThemePluginUserConfig } from "@shell-shock/plugin-theme";
5
+ import { RequiredKeys } from "@stryke/types/base";
6
6
 
7
7
  //#region src/types/plugin.d.ts
8
8
  interface HelpPluginOptions {
@@ -1,8 +1,8 @@
1
- import { RequiredKeys } from "../node_modules/.pnpm/@stryke_types@0.11.3/node_modules/@stryke/types/dist/base.mjs";
2
1
  import { ConsolePluginContext, ConsolePluginOptions, ConsolePluginResolvedConfig, ConsolePluginUserConfig } from "@shell-shock/plugin-console";
3
2
  import { ThemePluginContext, ThemePluginOptions, ThemePluginResolvedConfig, ThemePluginUserConfig } from "@shell-shock/plugin-theme";
4
3
  import { CommandConfig, ResolvedConfig, UserConfig } from "@shell-shock/core";
5
4
  import { Context } from "@shell-shock/core/types/context";
5
+ import { RequiredKeys } from "@stryke/types/base";
6
6
 
7
7
  //#region src/types/plugin.d.ts
8
8
  interface HelpPluginOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shell-shock/plugin-help",
3
- "version": "0.2.15",
3
+ "version": "0.2.17",
4
4
  "private": false,
5
5
  "description": "A package containing a Shell Shock plugin to provide help and documentation for the local application's commands.",
6
6
  "keywords": [
@@ -55,19 +55,19 @@
55
55
  "@powerlines/deepkit": "^0.6.167",
56
56
  "@powerlines/plugin-alloy": "^0.26.9",
57
57
  "@powerlines/plugin-plugin": "^0.12.343",
58
- "@shell-shock/core": "^0.16.0",
59
- "@shell-shock/plugin-theme": "^0.4.10",
60
- "@shell-shock/plugin-console": "^0.2.1",
58
+ "@shell-shock/core": "^0.16.2",
59
+ "@shell-shock/plugin-theme": "^0.4.12",
60
+ "@shell-shock/plugin-console": "^0.2.3",
61
61
  "@stryke/string-format": "^0.17.9",
62
62
  "@stryke/type-checks": "^0.6.1",
63
63
  "@stryke/path": "^0.27.4",
64
- "defu": "^6.1.6",
64
+ "@stryke/types": "^0.11.3",
65
+ "defu": "^6.1.7",
65
66
  "powerlines": "^0.42.33"
66
67
  },
67
68
  "devDependencies": {
68
69
  "@powerlines/plugin-deepkit": "^0.11.271",
69
- "@types/node": "^25.5.2",
70
- "@stryke/types": "^0.11.3"
70
+ "@types/node": "^25.5.2"
71
71
  },
72
72
  "publishConfig": { "access": "public" },
73
73
  "exports": {
@@ -171,6 +171,5 @@
171
171
  }
172
172
  }
173
173
  },
174
- "inlinedDependencies": { "@stryke/types": "0.11.3" },
175
- "gitHead": "99864265fd762dd8a4dcdb5740242469cde2b448"
174
+ "gitHead": "c1b938503f5de35ab59e58638029def62257a504"
176
175
  }
@@ -1,17 +0,0 @@
1
- //#region ../../node_modules/.pnpm/@stryke+types@0.11.3/node_modules/@stryke/types/dist/base.d.cts
2
- /**
3
- * Create a type that makes the given keys required. The remaining keys are kept as is.
4
- *
5
- * @remarks
6
- * Use-case: You want to define a single model where the only thing that changes is whether or not some of the keys are required.
7
- */
8
- type RequiredKeys<BaseType, Keys extends keyof BaseType> = Required<Pick<BaseType, Keys>> & Omit<BaseType, Keys>;
9
- /**
10
- * Create a type that makes the given keys optional. The remaining keys are kept as is.
11
- *
12
- * @remarks
13
- * Use-case: You want to define a single model where the only thing that changes is whether or not some of the keys are optional.
14
- */
15
- //#endregion
16
- export { RequiredKeys };
17
- //# sourceMappingURL=base.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"base.d.cts","names":["TypedArray","SerializablePrimitive","Primitive","BuiltIns","Date","RegExp","AtomicObject","Function","Promise","TypeTester","value","TypeMap","Record","emptyObjectSymbol","FunctionOrValue","Value","X","List","A","ReadonlyArray","FunctionLike","P","R$1","args","AnyFunction","Nullish","Nullishable","T","NonNullishObject","NativeClass","AnyNumber","AnyString","AnyBoolean","AnyArray","PlainObject","AnyMap","Map","AnyWeakMap","WeakKey","WeakMap","EmptyArray","EmptyObject","Any","IndexType","TypedIndexable","Indexable","Dictionary","EMPTY_STRING","NEWLINE_STRING","EMPTY_OBJECT","AnyCase","F1","Uppercase","Lowercase","F2","R","F","Newable","_args","Abstract","prototype","Clonable","clone","MaybePromise","ReducerFunction","TState","TAction","state","action","TYPE_ARGUMENTS","TYPE_ARRAY","TYPE_OBJECT","TYPE_MAP","TYPE_SET","Collection","IArguments","Set","NonUndefined","BrowserNativeObject","File","DeepPartial","NestedValue","K","Rollback","initialValue","currentValue","RequiredKeysOf","BaseType","Key","Exclude","IsEqual","G","B","Filter","KeyType$1","ExcludeType","ExceptOptions","requireExactProps","Except","ObjectType","KeysType","Options","KeyType","Partial","Simplify","RequiredKeys","Keys","Pick","Required","Omit","PartialKeys","$NestedValue","TValue","RefObject","current","Identity","id","Versioned","version","Sequenced","sequence","Typed","__type","ClassTypeCheckable","isTypeOf","NonRecursiveType","arguments_","IsPrimitive","IsNever","IsAny","IsNull","IsUndefined","IsUnknown","IsNullish","IsFunction","GlobalThis","globalThis","Class","Arguments","Constructor","AbstractClass","AbstractConstructor","BuildTuple","L","Fill","HasMultipleCallSignatures","StructuredCloneablePrimitive","StructuredCloneableData","ArrayBuffer","DataView","Error","Blob","StructuredCloneableCollection","StructuredCloneable","ReadonlyMap","ReadonlySet","key"],"sources":["../../../../../../../../../../node_modules/.pnpm/@stryke+types@0.11.3/node_modules/@stryke/types/dist/base.d.cts"],"x_google_ignoreList":[0],"mappings":";;;;;;;KAiLKyG,YAAAA,8BAA0ClB,QAAAA,IAAYqB,QAAAA,CAASD,IAAAA,CAAKpB,QAAAA,EAAUmB,IAAAA,KAASG,IAAAA,CAAKtB,QAAAA,EAAUmB,IAAAA"}
@@ -1,17 +0,0 @@
1
- //#region ../../node_modules/.pnpm/@stryke+types@0.11.3/node_modules/@stryke/types/dist/base.d.cts
2
- /**
3
- * Create a type that makes the given keys required. The remaining keys are kept as is.
4
- *
5
- * @remarks
6
- * Use-case: You want to define a single model where the only thing that changes is whether or not some of the keys are required.
7
- */
8
- type RequiredKeys<BaseType, Keys extends keyof BaseType> = Required<Pick<BaseType, Keys>> & Omit<BaseType, Keys>;
9
- /**
10
- * Create a type that makes the given keys optional. The remaining keys are kept as is.
11
- *
12
- * @remarks
13
- * Use-case: You want to define a single model where the only thing that changes is whether or not some of the keys are optional.
14
- */
15
- //#endregion
16
- export { RequiredKeys };
17
- //# sourceMappingURL=base.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"base.d.mts","names":["TypedArray","SerializablePrimitive","Primitive","BuiltIns","Date","RegExp","AtomicObject","Function","Promise","TypeTester","value","TypeMap","Record","emptyObjectSymbol","FunctionOrValue","Value","X","List","A","ReadonlyArray","FunctionLike","P","R$1","args","AnyFunction","Nullish","Nullishable","T","NonNullishObject","NativeClass","AnyNumber","AnyString","AnyBoolean","AnyArray","PlainObject","AnyMap","Map","AnyWeakMap","WeakKey","WeakMap","EmptyArray","EmptyObject","Any","IndexType","TypedIndexable","Indexable","Dictionary","EMPTY_STRING","NEWLINE_STRING","EMPTY_OBJECT","AnyCase","F1","Uppercase","Lowercase","F2","R","F","Newable","_args","Abstract","prototype","Clonable","clone","MaybePromise","ReducerFunction","TState","TAction","state","action","TYPE_ARGUMENTS","TYPE_ARRAY","TYPE_OBJECT","TYPE_MAP","TYPE_SET","Collection","IArguments","Set","NonUndefined","BrowserNativeObject","File","DeepPartial","NestedValue","K","Rollback","initialValue","currentValue","RequiredKeysOf","BaseType","Key","Exclude","IsEqual","G","B","Filter","KeyType$1","ExcludeType","ExceptOptions","requireExactProps","Except","ObjectType","KeysType","Options","KeyType","Partial","Simplify","RequiredKeys","Keys","Pick","Required","Omit","PartialKeys","$NestedValue","TValue","RefObject","current","Identity","id","Versioned","version","Sequenced","sequence","Typed","__type","ClassTypeCheckable","isTypeOf","NonRecursiveType","arguments_","IsPrimitive","IsNever","IsAny","IsNull","IsUndefined","IsUnknown","IsNullish","IsFunction","GlobalThis","globalThis","Class","Arguments","Constructor","AbstractClass","AbstractConstructor","BuildTuple","L","Fill","HasMultipleCallSignatures","StructuredCloneablePrimitive","StructuredCloneableData","ArrayBuffer","DataView","Error","Blob","StructuredCloneableCollection","StructuredCloneable","ReadonlyMap","ReadonlySet","key"],"sources":["../../../../../../../../../../node_modules/.pnpm/@stryke+types@0.11.3/node_modules/@stryke/types/dist/base.d.cts"],"x_google_ignoreList":[0],"mappings":";;;;;;;KAiLKyG,YAAAA,8BAA0ClB,QAAAA,IAAYqB,QAAAA,CAASD,IAAAA,CAAKpB,QAAAA,EAAUmB,IAAAA,KAASG,IAAAA,CAAKtB,QAAAA,EAAUmB,IAAAA"}