@cyberskill/shared 1.50.0 → 1.52.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.
- package/dist/_tsup-dts-rollup.d.cts +100 -129
- package/dist/_tsup-dts-rollup.d.ts +100 -129
- package/dist/cli.cjs +1 -2146
- package/dist/cli.d.cts +1 -2
- package/dist/cli.d.ts +1 -2
- package/dist/cli.js +1 -2066
- package/dist/configs/commitlint/base.cjs +1 -64
- package/dist/configs/commitlint/base.js +1 -7
- package/dist/configs/eslint/base.cjs +1 -121
- package/dist/configs/eslint/base.js +1 -52
- package/dist/configs/eslint/nestjs.cjs +1 -155
- package/dist/configs/eslint/nestjs.js +1 -85
- package/dist/configs/eslint/nextjs.cjs +1 -155
- package/dist/configs/eslint/nextjs.js +1 -85
- package/dist/configs/eslint/nodejs.cjs +1 -156
- package/dist/configs/eslint/nodejs.js +1 -86
- package/dist/configs/eslint/vite-react.cjs +1 -159
- package/dist/configs/eslint/vite-react.js +1 -89
- package/dist/configs/graphql/graphql-codegen.cjs +1 -125
- package/dist/configs/graphql/graphql-codegen.js +1 -64
- package/dist/configs/graphql/index.cjs +1 -126
- package/dist/configs/graphql/index.js +1 -64
- package/dist/configs/i18n/react/i18next.cjs +1 -80
- package/dist/configs/i18n/react/i18next.js +1 -7
- package/dist/configs/i18n/react/index.cjs +1 -81
- package/dist/configs/i18n/react/index.js +1 -7
- package/dist/configs/index.cjs +1 -232
- package/dist/configs/index.js +1 -166
- package/dist/configs/lint-staged/base.cjs +1 -64
- package/dist/configs/lint-staged/base.js +1 -7
- package/dist/configs/vitest/react/e2e.cjs +1 -128
- package/dist/configs/vitest/react/e2e.js +1 -59
- package/dist/configs/vitest/react/unit.cjs +1 -305
- package/dist/configs/vitest/react/unit.js +1 -228
- package/dist/configs/vitest/react/unit.setup.cjs +1 -60
- package/dist/configs/vitest/react/unit.setup.js +1 -8
- package/dist/constants/index.cjs +1 -677
- package/dist/constants/index.d.cts +8 -3
- package/dist/constants/index.d.ts +8 -3
- package/dist/constants/index.js +1 -468
- package/dist/constants/path.cjs +1 -422
- package/dist/constants/path.d.cts +8 -3
- package/dist/constants/path.d.ts +8 -3
- package/dist/constants/path.js +1 -217
- package/dist/constants/response-status.cjs +1 -313
- package/dist/constants/response-status.js +1 -252
- package/dist/index.cjs +1 -4559
- package/dist/index.d.cts +13 -8
- package/dist/index.d.ts +13 -8
- package/dist/index.js +1 -4142
- package/dist/nodejs/index.cjs +1 -2138
- package/dist/nodejs/index.js +1 -2054
- package/dist/nodejs/mongo.cjs +1 -2137
- package/dist/nodejs/mongo.js +1 -2054
- package/dist/react/apollo-client.cjs +1 -177
- package/dist/react/apollo-client.js +1 -116
- package/dist/react/index.cjs +1 -990
- package/dist/react/index.js +1 -876
- package/dist/react/loading.cjs +1 -301
- package/dist/react/loading.js +1 -216
- package/dist/react/next-intl.cjs +1 -744
- package/dist/react/next-intl.js +1 -655
- package/dist/react/storage.cjs +1 -631
- package/dist/react/storage.js +1 -558
- package/dist/typescript/api-response.cjs +1 -48
- package/dist/typescript/apollo.cjs +1 -48
- package/dist/typescript/command.cjs +1 -68
- package/dist/typescript/command.d.cts +3 -0
- package/dist/typescript/command.d.ts +3 -0
- package/dist/typescript/command.js +1 -7
- package/dist/typescript/config.cjs +1 -48
- package/dist/typescript/fs.cjs +1 -48
- package/dist/typescript/graphql-codegen.cjs +1 -48
- package/dist/typescript/index.cjs +1 -175
- package/dist/typescript/index.d.cts +3 -0
- package/dist/typescript/index.d.ts +3 -0
- package/dist/typescript/index.js +1 -151
- package/dist/typescript/loading.cjs +1 -48
- package/dist/typescript/log.cjs +1 -48
- package/dist/typescript/mongo.cjs +1 -164
- package/dist/typescript/mongo.js +1 -145
- package/dist/typescript/next-intl.cjs +1 -48
- package/dist/typescript/react.cjs +1 -48
- package/dist/typescript/serializer.cjs +1 -48
- package/dist/typescript/string.cjs +1 -48
- package/dist/utils/command.cjs +1 -1387
- package/dist/utils/command.d.cts +2 -2
- package/dist/utils/command.d.ts +2 -2
- package/dist/utils/command.js +1 -1287
- package/dist/utils/common.cjs +1 -300
- package/dist/utils/common.js +1 -219
- package/dist/utils/config.cjs +1 -146
- package/dist/utils/config.js +1 -89
- package/dist/utils/fs.cjs +1 -132
- package/dist/utils/fs.js +1 -47
- package/dist/utils/index-nodejs.cjs +1 -1752
- package/dist/utils/index-nodejs.d.cts +2 -5
- package/dist/utils/index-nodejs.d.ts +2 -5
- package/dist/utils/index-nodejs.js +1 -1581
- package/dist/utils/index.cjs +1 -727
- package/dist/utils/index.js +1 -625
- package/dist/utils/log.cjs +1 -330
- package/dist/utils/log.js +1 -269
- package/dist/utils/package.cjs +1 -941
- package/dist/utils/package.js +1 -857
- package/dist/utils/path.cjs +1 -291
- package/dist/utils/path.d.cts +0 -3
- package/dist/utils/path.d.ts +0 -3
- package/dist/utils/path.js +1 -191
- package/dist/utils/serializer.cjs +1 -91
- package/dist/utils/serializer.js +1 -30
- package/dist/utils/storage-client.cjs +1 -349
- package/dist/utils/storage-client.js +1 -276
- package/dist/utils/storage-server.cjs +1 -636
- package/dist/utils/storage-server.js +1 -550
- package/dist/utils/string.cjs +1 -152
- package/dist/utils/string.js +1 -75
- package/dist/utils/validate.cjs +1 -90
- package/dist/utils/validate.js +1 -33
- package/package.json +15 -13
- /package/{src/public → public}/favicon/android-icon-144x144.png +0 -0
- /package/{src/public → public}/favicon/android-icon-192x192.png +0 -0
- /package/{src/public → public}/favicon/android-icon-36x36.png +0 -0
- /package/{src/public → public}/favicon/android-icon-48x48.png +0 -0
- /package/{src/public → public}/favicon/android-icon-72x72.png +0 -0
- /package/{src/public → public}/favicon/android-icon-96x96.png +0 -0
- /package/{src/public → public}/favicon/apple-icon-114x114.png +0 -0
- /package/{src/public → public}/favicon/apple-icon-120x120.png +0 -0
- /package/{src/public → public}/favicon/apple-icon-144x144.png +0 -0
- /package/{src/public → public}/favicon/apple-icon-152x152.png +0 -0
- /package/{src/public → public}/favicon/apple-icon-180x180.png +0 -0
- /package/{src/public → public}/favicon/apple-icon-57x57.png +0 -0
- /package/{src/public → public}/favicon/apple-icon-60x60.png +0 -0
- /package/{src/public → public}/favicon/apple-icon-72x72.png +0 -0
- /package/{src/public → public}/favicon/apple-icon-76x76.png +0 -0
- /package/{src/public → public}/favicon/apple-icon-precomposed.png +0 -0
- /package/{src/public → public}/favicon/apple-icon.png +0 -0
- /package/{src/public → public}/favicon/browserconfig.xml +0 -0
- /package/{src/public → public}/favicon/favicon-16x16.png +0 -0
- /package/{src/public → public}/favicon/favicon-32x32.png +0 -0
- /package/{src/public → public}/favicon/favicon-96x96.png +0 -0
- /package/{src/public → public}/favicon/favicon.ico +0 -0
- /package/{src/public → public}/favicon/manifest.json +0 -0
- /package/{src/public → public}/favicon/ms-icon-144x144.png +0 -0
- /package/{src/public → public}/favicon/ms-icon-150x150.png +0 -0
- /package/{src/public → public}/favicon/ms-icon-310x310.png +0 -0
- /package/{src/public → public}/favicon/ms-icon-70x70.png +0 -0
|
@@ -17,6 +17,7 @@ import type { ErrorHandlingMiddlewareFunction } from 'mongoose';
|
|
|
17
17
|
import type { ErrorHandlingMiddlewareWithOption } from 'mongoose';
|
|
18
18
|
import type { Filter } from 'mongodb';
|
|
19
19
|
import type { FilterQuery } from 'mongoose';
|
|
20
|
+
import { I_Command as I_Command_3 } from '#typescript/command.js';
|
|
20
21
|
import type { InitOptions } from 'i18next';
|
|
21
22
|
import type { InsertManyOptions } from 'mongoose';
|
|
22
23
|
import type { InsertManyResult } from 'mongodb';
|
|
@@ -132,97 +133,29 @@ export { clearAllErrorLists as clearAllErrorLists_alias_1 }
|
|
|
132
133
|
export { clearAllErrorLists as clearAllErrorLists_alias_2 }
|
|
133
134
|
|
|
134
135
|
declare const COMMAND: {
|
|
135
|
-
SIMPLE_GIT_HOOKS:
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
RESET: {
|
|
148
|
-
readonly raw: true;
|
|
149
|
-
readonly cmd: string;
|
|
150
|
-
};
|
|
151
|
-
ESLINT_CHECK: {
|
|
152
|
-
readonly raw: true;
|
|
153
|
-
readonly cmd: string;
|
|
154
|
-
};
|
|
155
|
-
ESLINT_FIX: {
|
|
156
|
-
readonly raw: true;
|
|
157
|
-
readonly cmd: string;
|
|
158
|
-
};
|
|
159
|
-
TYPESCRIPT_CHECK: {
|
|
160
|
-
readonly raw: true;
|
|
161
|
-
readonly cmd: string;
|
|
162
|
-
};
|
|
136
|
+
SIMPLE_GIT_HOOKS: string;
|
|
137
|
+
ESLINT_INSPECT: string;
|
|
138
|
+
NODE_MODULES_INSPECT: string;
|
|
139
|
+
ESLINT_CHECK: string;
|
|
140
|
+
ESLINT_FIX: string;
|
|
141
|
+
TYPESCRIPT_CHECK: string;
|
|
142
|
+
CONFIGURE_GIT_HOOK: string;
|
|
143
|
+
BUILD: string;
|
|
144
|
+
STAGE_BUILD_DIRECTORY: string;
|
|
145
|
+
PNPM_INSTALL_STANDARD: string;
|
|
146
|
+
PNPM_INSTALL_LEGACY: string;
|
|
147
|
+
PNPM_INSTALL_FORCE: string;
|
|
163
148
|
CYBERSKILL: {
|
|
164
|
-
TEST_UNIT:
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
TEST_E2E: {
|
|
169
|
-
readonly raw: true;
|
|
170
|
-
readonly cmd: string;
|
|
171
|
-
};
|
|
172
|
-
COMMIT_LINT: {
|
|
173
|
-
readonly raw: true;
|
|
174
|
-
readonly cmd: string;
|
|
175
|
-
};
|
|
176
|
-
LINT_STAGED: {
|
|
177
|
-
readonly raw: true;
|
|
178
|
-
readonly cmd: string;
|
|
179
|
-
};
|
|
180
|
-
};
|
|
181
|
-
CONFIGURE_GIT_HOOK: {
|
|
182
|
-
readonly raw: true;
|
|
183
|
-
readonly cmd: string;
|
|
184
|
-
};
|
|
185
|
-
BUILD: {
|
|
186
|
-
readonly raw: true;
|
|
187
|
-
readonly cmd: string;
|
|
188
|
-
};
|
|
189
|
-
STAGE_BUILD_DIRECTORY: {
|
|
190
|
-
readonly raw: true;
|
|
191
|
-
readonly cmd: string;
|
|
192
|
-
};
|
|
193
|
-
PNPM_INSTALL_STANDARD: {
|
|
194
|
-
readonly raw: true;
|
|
195
|
-
readonly cmd: string;
|
|
196
|
-
};
|
|
197
|
-
PNPM_INSTALL_LEGACY: {
|
|
198
|
-
readonly raw: true;
|
|
199
|
-
readonly cmd: string;
|
|
200
|
-
};
|
|
201
|
-
PNPM_INSTALL_FORCE: {
|
|
202
|
-
readonly raw: true;
|
|
203
|
-
readonly cmd: string;
|
|
149
|
+
TEST_UNIT: string;
|
|
150
|
+
TEST_E2E: string;
|
|
151
|
+
COMMIT_LINT: string;
|
|
152
|
+
LINT_STAGED: string;
|
|
204
153
|
};
|
|
205
154
|
};
|
|
206
155
|
export { COMMAND }
|
|
207
156
|
export { COMMAND as COMMAND_alias_1 }
|
|
208
157
|
export { COMMAND as COMMAND_alias_2 }
|
|
209
158
|
|
|
210
|
-
declare const commandFormatter: {
|
|
211
|
-
raw: (cmd: string) => {
|
|
212
|
-
readonly raw: true;
|
|
213
|
-
readonly cmd: string;
|
|
214
|
-
};
|
|
215
|
-
isRaw(cmd: any): cmd is {
|
|
216
|
-
raw: true;
|
|
217
|
-
cmd: string;
|
|
218
|
-
};
|
|
219
|
-
format(command: T_Command_2, context?: I_CommandContext_2): string;
|
|
220
|
-
formatCLI(command: string, context?: I_CommandContext_2): string;
|
|
221
|
-
};
|
|
222
|
-
export { commandFormatter }
|
|
223
|
-
export { commandFormatter as commandFormatter_alias_1 }
|
|
224
|
-
export { commandFormatter as commandFormatter_alias_2 }
|
|
225
|
-
|
|
226
159
|
declare const commandLog: {
|
|
227
160
|
success: (message: string) => void;
|
|
228
161
|
error: (message: string) => void;
|
|
@@ -239,6 +172,11 @@ export { COMMIT_LINT_CLI }
|
|
|
239
172
|
export { COMMIT_LINT_CLI as COMMIT_LINT_CLI_alias_1 }
|
|
240
173
|
export { COMMIT_LINT_CLI as COMMIT_LINT_CLI_alias_2 }
|
|
241
174
|
|
|
175
|
+
declare const COMMIT_LINT_PACKAGE_NAME = "@commitlint/cli";
|
|
176
|
+
export { COMMIT_LINT_PACKAGE_NAME }
|
|
177
|
+
export { COMMIT_LINT_PACKAGE_NAME as COMMIT_LINT_PACKAGE_NAME_alias_1 }
|
|
178
|
+
export { COMMIT_LINT_PACKAGE_NAME as COMMIT_LINT_PACKAGE_NAME_alias_2 }
|
|
179
|
+
|
|
242
180
|
declare function createGraphqlCodegenConfig({ uri, from, to, withComponent, withHOC, withHooks, withMutationFn, withRefetchFn, }: I_GraphqlCodegenConfig_2): CodegenConfig;
|
|
243
181
|
export { createGraphqlCodegenConfig }
|
|
244
182
|
export { createGraphqlCodegenConfig as createGraphqlCodegenConfig_alias_1 }
|
|
@@ -6058,10 +5996,14 @@ export declare const default_alias_8: (options: UserConfig) => UserConfig;
|
|
|
6058
5996
|
|
|
6059
5997
|
export declare const default_alias_9: (options: UserConfig) => UserConfig;
|
|
6060
5998
|
|
|
6061
|
-
declare
|
|
6062
|
-
|
|
6063
|
-
|
|
6064
|
-
|
|
5999
|
+
declare enum E_CommandType {
|
|
6000
|
+
PNPM_ADD_AND_EXEC = "pnpmAddAndExec",
|
|
6001
|
+
PNPM_EXEC = "pnpmExec",
|
|
6002
|
+
RAW = "raw"
|
|
6003
|
+
}
|
|
6004
|
+
export { E_CommandType }
|
|
6005
|
+
export { E_CommandType as E_CommandType_alias_1 }
|
|
6006
|
+
export { E_CommandType as E_CommandType_alias_2 }
|
|
6065
6007
|
|
|
6066
6008
|
declare enum E_ErrorType {
|
|
6067
6009
|
Error = "error",
|
|
@@ -6081,11 +6023,16 @@ export { ESLINT_CLI }
|
|
|
6081
6023
|
export { ESLINT_CLI as ESLINT_CLI_alias_1 }
|
|
6082
6024
|
export { ESLINT_CLI as ESLINT_CLI_alias_2 }
|
|
6083
6025
|
|
|
6084
|
-
declare const ESLINT_INSPECT_CLI = "
|
|
6026
|
+
declare const ESLINT_INSPECT_CLI = "eslint-config-inspector";
|
|
6085
6027
|
export { ESLINT_INSPECT_CLI }
|
|
6086
6028
|
export { ESLINT_INSPECT_CLI as ESLINT_INSPECT_CLI_alias_1 }
|
|
6087
6029
|
export { ESLINT_INSPECT_CLI as ESLINT_INSPECT_CLI_alias_2 }
|
|
6088
6030
|
|
|
6031
|
+
declare const ESLINT_INSPECT_PACKAGE_NAME = "@eslint/config-inspector";
|
|
6032
|
+
export { ESLINT_INSPECT_PACKAGE_NAME }
|
|
6033
|
+
export { ESLINT_INSPECT_PACKAGE_NAME as ESLINT_INSPECT_PACKAGE_NAME_alias_1 }
|
|
6034
|
+
export { ESLINT_INSPECT_PACKAGE_NAME as ESLINT_INSPECT_PACKAGE_NAME_alias_2 }
|
|
6035
|
+
|
|
6089
6036
|
declare function executeCommand(command: string, parser?: typeof parseCommandOutput): Promise<void>;
|
|
6090
6037
|
export { executeCommand }
|
|
6091
6038
|
export { executeCommand as executeCommand_alias_1 }
|
|
@@ -6096,6 +6043,11 @@ export { existsSync }
|
|
|
6096
6043
|
export { existsSync as existsSync_alias_1 }
|
|
6097
6044
|
export { existsSync as existsSync_alias_2 }
|
|
6098
6045
|
|
|
6046
|
+
declare function formatCommand(command: T_Command_2, context?: I_CommandContext_2): string | I_Command_3;
|
|
6047
|
+
export { formatCommand }
|
|
6048
|
+
export { formatCommand as formatCommand_alias_1 }
|
|
6049
|
+
export { formatCommand as formatCommand_alias_2 }
|
|
6050
|
+
|
|
6099
6051
|
declare function generateShortId(uuid: string, length?: number): string;
|
|
6100
6052
|
export { generateShortId }
|
|
6101
6053
|
export { generateShortId as generateShortId_alias_1 }
|
|
@@ -6114,6 +6066,7 @@ export { getLatestPackageVersion as getLatestPackageVersion_alias_2 }
|
|
|
6114
6066
|
declare function getPackageJson(packageName: string): {
|
|
6115
6067
|
path: string;
|
|
6116
6068
|
file: I_JSON_2;
|
|
6069
|
+
isCurrentProject: boolean;
|
|
6117
6070
|
} | false;
|
|
6118
6071
|
export { getPackageJson }
|
|
6119
6072
|
export { getPackageJson as getPackageJson_alias_1 }
|
|
@@ -6139,7 +6092,7 @@ export { GIT_COMMIT_EDITMSG }
|
|
|
6139
6092
|
export { GIT_COMMIT_EDITMSG as GIT_COMMIT_EDITMSG_alias_1 }
|
|
6140
6093
|
export { GIT_COMMIT_EDITMSG as GIT_COMMIT_EDITMSG_alias_2 }
|
|
6141
6094
|
|
|
6142
|
-
declare const GIT_HOOK = ".git/hooks";
|
|
6095
|
+
declare const GIT_HOOK = ".git/hooks/";
|
|
6143
6096
|
export { GIT_HOOK }
|
|
6144
6097
|
export { GIT_HOOK as GIT_HOOK_alias_1 }
|
|
6145
6098
|
export { GIT_HOOK as GIT_HOOK_alias_2 }
|
|
@@ -6151,8 +6104,8 @@ export { GIT_IGNORE as GIT_IGNORE_alias_2 }
|
|
|
6151
6104
|
|
|
6152
6105
|
declare function HOOK({ isCurrentProject }: Partial<I_CommandContext_2>): {
|
|
6153
6106
|
'pre-push'?: {
|
|
6154
|
-
|
|
6155
|
-
|
|
6107
|
+
raw: boolean;
|
|
6108
|
+
cmd: string;
|
|
6156
6109
|
} | undefined;
|
|
6157
6110
|
'pre-commit': string;
|
|
6158
6111
|
'commit-msg': string;
|
|
@@ -6218,6 +6171,16 @@ declare interface I_BoxedLogOptions_2 {
|
|
|
6218
6171
|
titleColor?: string;
|
|
6219
6172
|
}
|
|
6220
6173
|
|
|
6174
|
+
declare interface I_Command {
|
|
6175
|
+
raw: boolean;
|
|
6176
|
+
cmd: string;
|
|
6177
|
+
}
|
|
6178
|
+
export { I_Command }
|
|
6179
|
+
export { I_Command as I_Command_alias_1 }
|
|
6180
|
+
export { I_Command as I_Command_alias_2 }
|
|
6181
|
+
|
|
6182
|
+
declare interface I_Command_2 { raw: boolean; cmd: string }
|
|
6183
|
+
|
|
6221
6184
|
declare interface I_CommandContext {
|
|
6222
6185
|
isRemote: boolean;
|
|
6223
6186
|
isCurrentProject: boolean;
|
|
@@ -6698,8 +6661,6 @@ export { initNodePersist }
|
|
|
6698
6661
|
export { initNodePersist as initNodePersist_alias_1 }
|
|
6699
6662
|
export { initNodePersist as initNodePersist_alias_2 }
|
|
6700
6663
|
|
|
6701
|
-
export declare function installDependencies(): Promise<void>;
|
|
6702
|
-
|
|
6703
6664
|
declare function isJson(str: string): boolean;
|
|
6704
6665
|
export { isJson }
|
|
6705
6666
|
export { isJson as isJson_alias_1 }
|
|
@@ -6715,6 +6676,11 @@ export { LINT_STAGED_CLI }
|
|
|
6715
6676
|
export { LINT_STAGED_CLI as LINT_STAGED_CLI_alias_1 }
|
|
6716
6677
|
export { LINT_STAGED_CLI as LINT_STAGED_CLI_alias_2 }
|
|
6717
6678
|
|
|
6679
|
+
declare const LINT_STAGED_PACKAGE_NAME = "lint-staged";
|
|
6680
|
+
export { LINT_STAGED_PACKAGE_NAME }
|
|
6681
|
+
export { LINT_STAGED_PACKAGE_NAME as LINT_STAGED_PACKAGE_NAME_alias_1 }
|
|
6682
|
+
export { LINT_STAGED_PACKAGE_NAME as LINT_STAGED_PACKAGE_NAME_alias_2 }
|
|
6683
|
+
|
|
6718
6684
|
declare function Loading({ full, block, className, message, ...rest }: I_LoadingProps_2): JSX_2.Element;
|
|
6719
6685
|
export { Loading }
|
|
6720
6686
|
export { Loading as Loading_alias_1 }
|
|
@@ -6866,11 +6832,16 @@ export { NODE_MODULES }
|
|
|
6866
6832
|
export { NODE_MODULES as NODE_MODULES_alias_1 }
|
|
6867
6833
|
export { NODE_MODULES as NODE_MODULES_alias_2 }
|
|
6868
6834
|
|
|
6869
|
-
declare const NODE_MODULES_INSPECT_CLI = "
|
|
6835
|
+
declare const NODE_MODULES_INSPECT_CLI = "node-modules-inspector";
|
|
6870
6836
|
export { NODE_MODULES_INSPECT_CLI }
|
|
6871
6837
|
export { NODE_MODULES_INSPECT_CLI as NODE_MODULES_INSPECT_CLI_alias_1 }
|
|
6872
6838
|
export { NODE_MODULES_INSPECT_CLI as NODE_MODULES_INSPECT_CLI_alias_2 }
|
|
6873
6839
|
|
|
6840
|
+
declare const NODE_MODULES_INSPECT_PACKAGE_NAME = "node-modules-inspector";
|
|
6841
|
+
export { NODE_MODULES_INSPECT_PACKAGE_NAME }
|
|
6842
|
+
export { NODE_MODULES_INSPECT_PACKAGE_NAME as NODE_MODULES_INSPECT_PACKAGE_NAME_alias_1 }
|
|
6843
|
+
export { NODE_MODULES_INSPECT_PACKAGE_NAME as NODE_MODULES_INSPECT_PACKAGE_NAME_alias_2 }
|
|
6844
|
+
|
|
6874
6845
|
declare const PACKAGE_JSON = "package.json";
|
|
6875
6846
|
export { PACKAGE_JSON }
|
|
6876
6847
|
export { PACKAGE_JSON as PACKAGE_JSON_alias_1 }
|
|
@@ -6911,11 +6882,6 @@ export { PNPM_CLI }
|
|
|
6911
6882
|
export { PNPM_CLI as PNPM_CLI_alias_1 }
|
|
6912
6883
|
export { PNPM_CLI as PNPM_CLI_alias_2 }
|
|
6913
6884
|
|
|
6914
|
-
declare const PNPM_DLX_CLI = "pnpm dlx";
|
|
6915
|
-
export { PNPM_DLX_CLI }
|
|
6916
|
-
export { PNPM_DLX_CLI as PNPM_DLX_CLI_alias_1 }
|
|
6917
|
-
export { PNPM_DLX_CLI as PNPM_DLX_CLI_alias_2 }
|
|
6918
|
-
|
|
6919
6885
|
declare const PNPM_EXEC_CLI = "pnpm exec";
|
|
6920
6886
|
export { PNPM_EXEC_CLI }
|
|
6921
6887
|
export { PNPM_EXEC_CLI as PNPM_EXEC_CLI_alias_1 }
|
|
@@ -6928,6 +6894,14 @@ export { PNPM_LOCK_YAML as PNPM_LOCK_YAML_alias_2 }
|
|
|
6928
6894
|
|
|
6929
6895
|
declare function printBoxedLog<T extends string | I_ErrorEntry_2[]>(title: string, content: T, { color, padding, margin, borderStyle, titleColor, }?: I_BoxedLogOptions_2): void;
|
|
6930
6896
|
|
|
6897
|
+
declare function rawCommand(cmd: string): {
|
|
6898
|
+
raw: boolean;
|
|
6899
|
+
cmd: string;
|
|
6900
|
+
};
|
|
6901
|
+
export { rawCommand }
|
|
6902
|
+
export { rawCommand as rawCommand_alias_1 }
|
|
6903
|
+
export { rawCommand as rawCommand_alias_2 }
|
|
6904
|
+
|
|
6931
6905
|
declare function readFileSync(filePath: string, options: {
|
|
6932
6906
|
asJson: true;
|
|
6933
6907
|
}): I_JSON_2;
|
|
@@ -6949,28 +6923,18 @@ export { removeAccent }
|
|
|
6949
6923
|
export { removeAccent as removeAccent_alias_1 }
|
|
6950
6924
|
export { removeAccent as removeAccent_alias_2 }
|
|
6951
6925
|
|
|
6952
|
-
declare function require_2(): NodeJS.Require;
|
|
6953
|
-
export { require_2 as require }
|
|
6954
|
-
export { require_2 as require_alias_1 }
|
|
6955
|
-
export { require_2 as require_alias_2 }
|
|
6956
|
-
|
|
6957
6926
|
declare function resolve(...urls: string[]): string;
|
|
6958
6927
|
export { resolve }
|
|
6959
6928
|
export { resolve as resolve_alias_1 }
|
|
6960
6929
|
export { resolve as resolve_alias_2 }
|
|
6961
6930
|
|
|
6962
6931
|
declare function resolveCommands(input: T_CommandMapInput_2, context?: Partial<I_CommandContext_2>): Promise<{
|
|
6963
|
-
[k: string]: string;
|
|
6932
|
+
[k: string]: string | I_Command_3;
|
|
6964
6933
|
}>;
|
|
6965
6934
|
export { resolveCommands }
|
|
6966
6935
|
export { resolveCommands as resolveCommands_alias_1 }
|
|
6967
6936
|
export { resolveCommands as resolveCommands_alias_2 }
|
|
6968
6937
|
|
|
6969
|
-
declare function resolveCyberSkillPath(...urls: string[]): string;
|
|
6970
|
-
export { resolveCyberSkillPath }
|
|
6971
|
-
export { resolveCyberSkillPath as resolveCyberSkillPath_alias_1 }
|
|
6972
|
-
export { resolveCyberSkillPath as resolveCyberSkillPath_alias_2 }
|
|
6973
|
-
|
|
6974
6938
|
declare function resolveWorkingPath(...urls: string[]): string;
|
|
6975
6939
|
export { resolveWorkingPath }
|
|
6976
6940
|
export { resolveWorkingPath as resolveWorkingPath_alias_1 }
|
|
@@ -7230,21 +7194,11 @@ export { RESPONSE_STATUS }
|
|
|
7230
7194
|
export { RESPONSE_STATUS as RESPONSE_STATUS_alias_1 }
|
|
7231
7195
|
export { RESPONSE_STATUS as RESPONSE_STATUS_alias_2 }
|
|
7232
7196
|
|
|
7233
|
-
declare const RIMRAF_CLI = "rimraf";
|
|
7234
|
-
export { RIMRAF_CLI }
|
|
7235
|
-
export { RIMRAF_CLI as RIMRAF_CLI_alias_1 }
|
|
7236
|
-
export { RIMRAF_CLI as RIMRAF_CLI_alias_2 }
|
|
7237
|
-
|
|
7238
7197
|
declare function rmSync(filePaths: string[]): void;
|
|
7239
7198
|
export { rmSync }
|
|
7240
7199
|
export { rmSync as rmSync_alias_1 }
|
|
7241
7200
|
export { rmSync as rmSync_alias_2 }
|
|
7242
7201
|
|
|
7243
|
-
declare function saveErrorListToStorage(errorList: I_ErrorEntry_2[]): Promise<void>;
|
|
7244
|
-
export { saveErrorListToStorage }
|
|
7245
|
-
export { saveErrorListToStorage as saveErrorListToStorage_alias_1 }
|
|
7246
|
-
export { saveErrorListToStorage as saveErrorListToStorage_alias_2 }
|
|
7247
|
-
|
|
7248
7202
|
declare const serializer: I_Serializer_2<unknown>;
|
|
7249
7203
|
export { serializer }
|
|
7250
7204
|
export { serializer as serializer_alias_1 }
|
|
@@ -7260,6 +7214,11 @@ export { SIMPLE_GIT_HOOK_JSON }
|
|
|
7260
7214
|
export { SIMPLE_GIT_HOOK_JSON as SIMPLE_GIT_HOOK_JSON_alias_1 }
|
|
7261
7215
|
export { SIMPLE_GIT_HOOK_JSON as SIMPLE_GIT_HOOK_JSON_alias_2 }
|
|
7262
7216
|
|
|
7217
|
+
declare const SIMPLE_GIT_HOOKS_PACKAGE_NAME = "simple-git-hooks";
|
|
7218
|
+
export { SIMPLE_GIT_HOOKS_PACKAGE_NAME }
|
|
7219
|
+
export { SIMPLE_GIT_HOOKS_PACKAGE_NAME as SIMPLE_GIT_HOOKS_PACKAGE_NAME_alias_1 }
|
|
7220
|
+
export { SIMPLE_GIT_HOOKS_PACKAGE_NAME as SIMPLE_GIT_HOOKS_PACKAGE_NAME_alias_2 }
|
|
7221
|
+
|
|
7263
7222
|
declare const storageClient: {
|
|
7264
7223
|
get<T = unknown>(key: string): Promise<T | null>;
|
|
7265
7224
|
set<T = unknown>(key: string, value: T): Promise<void>;
|
|
@@ -7295,18 +7254,22 @@ export { T_Children as T_Children_alias_2 }
|
|
|
7295
7254
|
|
|
7296
7255
|
declare type T_Children_2 = ReactNode | ReactNode[] | ReactElement | JSX.Element | null;
|
|
7297
7256
|
|
|
7298
|
-
declare type T_Command = string |
|
|
7299
|
-
raw: true;
|
|
7300
|
-
cmd: string;
|
|
7301
|
-
};
|
|
7257
|
+
declare type T_Command = string | I_Command | T_CommandFunction;
|
|
7302
7258
|
export { T_Command }
|
|
7303
7259
|
export { T_Command as T_Command_alias_1 }
|
|
7304
7260
|
export { T_Command as T_Command_alias_2 }
|
|
7305
7261
|
|
|
7306
7262
|
declare type T_Command_2 =
|
|
7307
7263
|
| string
|
|
7308
|
-
|
|
|
7309
|
-
|
|
|
7264
|
+
| I_Command_2
|
|
7265
|
+
| T_CommandFunction_2;
|
|
7266
|
+
|
|
7267
|
+
declare type T_CommandFunction = (context?: I_CommandContext) => string;
|
|
7268
|
+
export { T_CommandFunction }
|
|
7269
|
+
export { T_CommandFunction as T_CommandFunction_alias_1 }
|
|
7270
|
+
export { T_CommandFunction as T_CommandFunction_alias_2 }
|
|
7271
|
+
|
|
7272
|
+
declare type T_CommandFunction_2 = (context?: I_CommandContext_2) => string;
|
|
7310
7273
|
|
|
7311
7274
|
declare type T_CommandMap = Record<string, T_Command>;
|
|
7312
7275
|
export { T_CommandMap }
|
|
@@ -7602,6 +7565,11 @@ export { TSC_CLI }
|
|
|
7602
7565
|
export { TSC_CLI as TSC_CLI_alias_1 }
|
|
7603
7566
|
export { TSC_CLI as TSC_CLI_alias_2 }
|
|
7604
7567
|
|
|
7568
|
+
declare const TSC_PACKAGE_NAME = "tsc";
|
|
7569
|
+
export { TSC_PACKAGE_NAME }
|
|
7570
|
+
export { TSC_PACKAGE_NAME as TSC_PACKAGE_NAME_alias_1 }
|
|
7571
|
+
export { TSC_PACKAGE_NAME as TSC_PACKAGE_NAME_alias_2 }
|
|
7572
|
+
|
|
7605
7573
|
declare const TSCONFIG_JSON = "tsconfig.json";
|
|
7606
7574
|
export { TSCONFIG_JSON }
|
|
7607
7575
|
export { TSCONFIG_JSON as TSCONFIG_JSON_alias_1 }
|
|
@@ -7612,8 +7580,6 @@ export { TSX_CLI }
|
|
|
7612
7580
|
export { TSX_CLI as TSX_CLI_alias_1 }
|
|
7613
7581
|
export { TSX_CLI as TSX_CLI_alias_2 }
|
|
7614
7582
|
|
|
7615
|
-
export declare function updatePackage(packageName: string): Promise<void>;
|
|
7616
|
-
|
|
7617
7583
|
declare function useLoading(): I_LoadingContext_2;
|
|
7618
7584
|
export { useLoading }
|
|
7619
7585
|
export { useLoading as useLoading_alias_1 }
|
|
@@ -7650,6 +7616,11 @@ export { VITEST_CLI }
|
|
|
7650
7616
|
export { VITEST_CLI as VITEST_CLI_alias_1 }
|
|
7651
7617
|
export { VITEST_CLI as VITEST_CLI_alias_2 }
|
|
7652
7618
|
|
|
7619
|
+
declare const VITEST_PACKAGE_NAME = "vitest";
|
|
7620
|
+
export { VITEST_PACKAGE_NAME }
|
|
7621
|
+
export { VITEST_PACKAGE_NAME as VITEST_PACKAGE_NAME_alias_1 }
|
|
7622
|
+
export { VITEST_PACKAGE_NAME as VITEST_PACKAGE_NAME_alias_2 }
|
|
7623
|
+
|
|
7653
7624
|
declare function withNextIntl<T extends {
|
|
7654
7625
|
children: T_Children_2;
|
|
7655
7626
|
}>(Component: ComponentType<T>): {
|