@shell-shock/plugin-help 0.2.14 → 0.2.16
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/dist/types/plugin.d.cts +1 -1
- package/dist/types/plugin.d.mts +1 -1
- package/package.json +16 -17
- package/dist/node_modules/.pnpm/@stryke_types@0.11.2/node_modules/@stryke/types/dist/base.d.cts +0 -17
- package/dist/node_modules/.pnpm/@stryke_types@0.11.2/node_modules/@stryke/types/dist/base.d.cts.map +0 -1
- package/dist/node_modules/.pnpm/@stryke_types@0.11.2/node_modules/@stryke/types/dist/base.d.mts +0 -17
- package/dist/node_modules/.pnpm/@stryke_types@0.11.2/node_modules/@stryke/types/dist/base.d.mts.map +0 -1
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { RequiredKeys } from "../node_modules/.pnpm/@stryke_types@0.11.2/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 {
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { RequiredKeys } from "../node_modules/.pnpm/@stryke_types@0.11.2/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.
|
|
3
|
+
"version": "0.2.16",
|
|
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": [
|
|
@@ -52,22 +52,22 @@
|
|
|
52
52
|
"dependencies": {
|
|
53
53
|
"@alloy-js/core": "0.23.0-dev.8",
|
|
54
54
|
"@alloy-js/typescript": "0.23.0-dev.4",
|
|
55
|
-
"@powerlines/deepkit": "^0.6.
|
|
56
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
57
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
58
|
-
"@shell-shock/core": "^0.
|
|
59
|
-
"@shell-shock/plugin-theme": "^0.4.
|
|
60
|
-
"@shell-shock/plugin-console": "^0.2.
|
|
61
|
-
"@stryke/string-format": "^0.17.
|
|
62
|
-
"@stryke/type-checks": "^0.6.
|
|
63
|
-
"@stryke/path": "^0.27.
|
|
64
|
-
"
|
|
65
|
-
"
|
|
55
|
+
"@powerlines/deepkit": "^0.6.167",
|
|
56
|
+
"@powerlines/plugin-alloy": "^0.26.9",
|
|
57
|
+
"@powerlines/plugin-plugin": "^0.12.343",
|
|
58
|
+
"@shell-shock/core": "^0.16.1",
|
|
59
|
+
"@shell-shock/plugin-theme": "^0.4.11",
|
|
60
|
+
"@shell-shock/plugin-console": "^0.2.2",
|
|
61
|
+
"@stryke/string-format": "^0.17.9",
|
|
62
|
+
"@stryke/type-checks": "^0.6.1",
|
|
63
|
+
"@stryke/path": "^0.27.4",
|
|
64
|
+
"@stryke/types": "^0.11.3",
|
|
65
|
+
"defu": "^6.1.7",
|
|
66
|
+
"powerlines": "^0.42.33"
|
|
66
67
|
},
|
|
67
68
|
"devDependencies": {
|
|
68
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
69
|
-
"@types/node": "^25.5.
|
|
70
|
-
"@stryke/types": "^0.11.2"
|
|
69
|
+
"@powerlines/plugin-deepkit": "^0.11.271",
|
|
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
|
-
"
|
|
175
|
-
"gitHead": "ba74aaa8aaa2c911ce54df1fae944951af53a3ad"
|
|
174
|
+
"gitHead": "5620dfed15a7d3ff47ad3f1665f6fdd8c6fd5d08"
|
|
176
175
|
}
|
package/dist/node_modules/.pnpm/@stryke_types@0.11.2/node_modules/@stryke/types/dist/base.d.cts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
//#region ../../node_modules/.pnpm/@stryke+types@0.11.2/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
|
package/dist/node_modules/.pnpm/@stryke_types@0.11.2/node_modules/@stryke/types/dist/base.d.cts.map
DELETED
|
@@ -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.2/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"}
|
package/dist/node_modules/.pnpm/@stryke_types@0.11.2/node_modules/@stryke/types/dist/base.d.mts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
//#region ../../node_modules/.pnpm/@stryke+types@0.11.2/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
|
package/dist/node_modules/.pnpm/@stryke_types@0.11.2/node_modules/@stryke/types/dist/base.d.mts.map
DELETED
|
@@ -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.2/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"}
|