@cyberskill/shared 1.50.0 → 1.51.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 +118 -108
- package/dist/_tsup-dts-rollup.d.ts +118 -108
- 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 +12 -8
- package/dist/index.d.ts +12 -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 +2 -0
- package/dist/typescript/command.d.ts +2 -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 +2 -0
- package/dist/typescript/index.d.ts +2 -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 +11 -10
- /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';
|
|
@@ -133,96 +134,76 @@ export { clearAllErrorLists as clearAllErrorLists_alias_2 }
|
|
|
133
134
|
|
|
134
135
|
declare const COMMAND: {
|
|
135
136
|
SIMPLE_GIT_HOOKS: {
|
|
136
|
-
|
|
137
|
-
|
|
137
|
+
raw: boolean;
|
|
138
|
+
cmd: string;
|
|
138
139
|
};
|
|
139
140
|
ESLINT_INSPECT: {
|
|
140
|
-
|
|
141
|
-
|
|
141
|
+
raw: boolean;
|
|
142
|
+
cmd: string;
|
|
142
143
|
};
|
|
143
144
|
NODE_MODULES_INSPECT: {
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
};
|
|
147
|
-
RESET: {
|
|
148
|
-
readonly raw: true;
|
|
149
|
-
readonly cmd: string;
|
|
145
|
+
raw: boolean;
|
|
146
|
+
cmd: string;
|
|
150
147
|
};
|
|
151
148
|
ESLINT_CHECK: {
|
|
152
|
-
|
|
153
|
-
|
|
149
|
+
raw: boolean;
|
|
150
|
+
cmd: string;
|
|
154
151
|
};
|
|
155
152
|
ESLINT_FIX: {
|
|
156
|
-
|
|
157
|
-
|
|
153
|
+
raw: boolean;
|
|
154
|
+
cmd: string;
|
|
158
155
|
};
|
|
159
156
|
TYPESCRIPT_CHECK: {
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
};
|
|
163
|
-
CYBERSKILL: {
|
|
164
|
-
TEST_UNIT: {
|
|
165
|
-
readonly raw: true;
|
|
166
|
-
readonly cmd: string;
|
|
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
|
-
};
|
|
157
|
+
raw: boolean;
|
|
158
|
+
cmd: string;
|
|
180
159
|
};
|
|
181
160
|
CONFIGURE_GIT_HOOK: {
|
|
182
|
-
|
|
183
|
-
|
|
161
|
+
raw: boolean;
|
|
162
|
+
cmd: string;
|
|
184
163
|
};
|
|
185
164
|
BUILD: {
|
|
186
|
-
|
|
187
|
-
|
|
165
|
+
raw: boolean;
|
|
166
|
+
cmd: string;
|
|
188
167
|
};
|
|
189
168
|
STAGE_BUILD_DIRECTORY: {
|
|
190
|
-
|
|
191
|
-
|
|
169
|
+
raw: boolean;
|
|
170
|
+
cmd: string;
|
|
192
171
|
};
|
|
193
172
|
PNPM_INSTALL_STANDARD: {
|
|
194
|
-
|
|
195
|
-
|
|
173
|
+
raw: boolean;
|
|
174
|
+
cmd: string;
|
|
196
175
|
};
|
|
197
176
|
PNPM_INSTALL_LEGACY: {
|
|
198
|
-
|
|
199
|
-
|
|
177
|
+
raw: boolean;
|
|
178
|
+
cmd: string;
|
|
200
179
|
};
|
|
201
180
|
PNPM_INSTALL_FORCE: {
|
|
202
|
-
|
|
203
|
-
|
|
181
|
+
raw: boolean;
|
|
182
|
+
cmd: string;
|
|
183
|
+
};
|
|
184
|
+
CYBERSKILL: {
|
|
185
|
+
TEST_UNIT: {
|
|
186
|
+
raw: boolean;
|
|
187
|
+
cmd: string;
|
|
188
|
+
};
|
|
189
|
+
TEST_E2E: {
|
|
190
|
+
raw: boolean;
|
|
191
|
+
cmd: string;
|
|
192
|
+
};
|
|
193
|
+
COMMIT_LINT: {
|
|
194
|
+
raw: boolean;
|
|
195
|
+
cmd: string;
|
|
196
|
+
};
|
|
197
|
+
LINT_STAGED: {
|
|
198
|
+
raw: boolean;
|
|
199
|
+
cmd: string;
|
|
200
|
+
};
|
|
204
201
|
};
|
|
205
202
|
};
|
|
206
203
|
export { COMMAND }
|
|
207
204
|
export { COMMAND as COMMAND_alias_1 }
|
|
208
205
|
export { COMMAND as COMMAND_alias_2 }
|
|
209
206
|
|
|
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
207
|
declare const commandLog: {
|
|
227
208
|
success: (message: string) => void;
|
|
228
209
|
error: (message: string) => void;
|
|
@@ -239,6 +220,11 @@ export { COMMIT_LINT_CLI }
|
|
|
239
220
|
export { COMMIT_LINT_CLI as COMMIT_LINT_CLI_alias_1 }
|
|
240
221
|
export { COMMIT_LINT_CLI as COMMIT_LINT_CLI_alias_2 }
|
|
241
222
|
|
|
223
|
+
declare const COMMIT_LINT_PACKAGE_NAME = "@commitlint/cli";
|
|
224
|
+
export { COMMIT_LINT_PACKAGE_NAME }
|
|
225
|
+
export { COMMIT_LINT_PACKAGE_NAME as COMMIT_LINT_PACKAGE_NAME_alias_1 }
|
|
226
|
+
export { COMMIT_LINT_PACKAGE_NAME as COMMIT_LINT_PACKAGE_NAME_alias_2 }
|
|
227
|
+
|
|
242
228
|
declare function createGraphqlCodegenConfig({ uri, from, to, withComponent, withHOC, withHooks, withMutationFn, withRefetchFn, }: I_GraphqlCodegenConfig_2): CodegenConfig;
|
|
243
229
|
export { createGraphqlCodegenConfig }
|
|
244
230
|
export { createGraphqlCodegenConfig as createGraphqlCodegenConfig_alias_1 }
|
|
@@ -6058,11 +6044,6 @@ export declare const default_alias_8: (options: UserConfig) => UserConfig;
|
|
|
6058
6044
|
|
|
6059
6045
|
export declare const default_alias_9: (options: UserConfig) => UserConfig;
|
|
6060
6046
|
|
|
6061
|
-
declare function dirname(url: string): string;
|
|
6062
|
-
export { dirname }
|
|
6063
|
-
export { dirname as dirname_alias_1 }
|
|
6064
|
-
export { dirname as dirname_alias_2 }
|
|
6065
|
-
|
|
6066
6047
|
declare enum E_ErrorType {
|
|
6067
6048
|
Error = "error",
|
|
6068
6049
|
Warning = "warning"
|
|
@@ -6081,11 +6062,16 @@ export { ESLINT_CLI }
|
|
|
6081
6062
|
export { ESLINT_CLI as ESLINT_CLI_alias_1 }
|
|
6082
6063
|
export { ESLINT_CLI as ESLINT_CLI_alias_2 }
|
|
6083
6064
|
|
|
6084
|
-
declare const ESLINT_INSPECT_CLI = "
|
|
6065
|
+
declare const ESLINT_INSPECT_CLI = "eslint-config-inspector";
|
|
6085
6066
|
export { ESLINT_INSPECT_CLI }
|
|
6086
6067
|
export { ESLINT_INSPECT_CLI as ESLINT_INSPECT_CLI_alias_1 }
|
|
6087
6068
|
export { ESLINT_INSPECT_CLI as ESLINT_INSPECT_CLI_alias_2 }
|
|
6088
6069
|
|
|
6070
|
+
declare const ESLINT_INSPECT_PACKAGE_NAME = "@eslint/config-inspector";
|
|
6071
|
+
export { ESLINT_INSPECT_PACKAGE_NAME }
|
|
6072
|
+
export { ESLINT_INSPECT_PACKAGE_NAME as ESLINT_INSPECT_PACKAGE_NAME_alias_1 }
|
|
6073
|
+
export { ESLINT_INSPECT_PACKAGE_NAME as ESLINT_INSPECT_PACKAGE_NAME_alias_2 }
|
|
6074
|
+
|
|
6089
6075
|
declare function executeCommand(command: string, parser?: typeof parseCommandOutput): Promise<void>;
|
|
6090
6076
|
export { executeCommand }
|
|
6091
6077
|
export { executeCommand as executeCommand_alias_1 }
|
|
@@ -6096,6 +6082,11 @@ export { existsSync }
|
|
|
6096
6082
|
export { existsSync as existsSync_alias_1 }
|
|
6097
6083
|
export { existsSync as existsSync_alias_2 }
|
|
6098
6084
|
|
|
6085
|
+
declare function formatCommand(command: T_Command_2, context?: I_CommandContext_2): string | I_Command_3;
|
|
6086
|
+
export { formatCommand }
|
|
6087
|
+
export { formatCommand as formatCommand_alias_1 }
|
|
6088
|
+
export { formatCommand as formatCommand_alias_2 }
|
|
6089
|
+
|
|
6099
6090
|
declare function generateShortId(uuid: string, length?: number): string;
|
|
6100
6091
|
export { generateShortId }
|
|
6101
6092
|
export { generateShortId as generateShortId_alias_1 }
|
|
@@ -6114,6 +6105,7 @@ export { getLatestPackageVersion as getLatestPackageVersion_alias_2 }
|
|
|
6114
6105
|
declare function getPackageJson(packageName: string): {
|
|
6115
6106
|
path: string;
|
|
6116
6107
|
file: I_JSON_2;
|
|
6108
|
+
isCurrentProject: boolean;
|
|
6117
6109
|
} | false;
|
|
6118
6110
|
export { getPackageJson }
|
|
6119
6111
|
export { getPackageJson as getPackageJson_alias_1 }
|
|
@@ -6139,7 +6131,7 @@ export { GIT_COMMIT_EDITMSG }
|
|
|
6139
6131
|
export { GIT_COMMIT_EDITMSG as GIT_COMMIT_EDITMSG_alias_1 }
|
|
6140
6132
|
export { GIT_COMMIT_EDITMSG as GIT_COMMIT_EDITMSG_alias_2 }
|
|
6141
6133
|
|
|
6142
|
-
declare const GIT_HOOK = ".git/hooks";
|
|
6134
|
+
declare const GIT_HOOK = ".git/hooks/";
|
|
6143
6135
|
export { GIT_HOOK }
|
|
6144
6136
|
export { GIT_HOOK as GIT_HOOK_alias_1 }
|
|
6145
6137
|
export { GIT_HOOK as GIT_HOOK_alias_2 }
|
|
@@ -6151,8 +6143,8 @@ export { GIT_IGNORE as GIT_IGNORE_alias_2 }
|
|
|
6151
6143
|
|
|
6152
6144
|
declare function HOOK({ isCurrentProject }: Partial<I_CommandContext_2>): {
|
|
6153
6145
|
'pre-push'?: {
|
|
6154
|
-
|
|
6155
|
-
|
|
6146
|
+
raw: boolean;
|
|
6147
|
+
cmd: string;
|
|
6156
6148
|
} | undefined;
|
|
6157
6149
|
'pre-commit': string;
|
|
6158
6150
|
'commit-msg': string;
|
|
@@ -6218,6 +6210,16 @@ declare interface I_BoxedLogOptions_2 {
|
|
|
6218
6210
|
titleColor?: string;
|
|
6219
6211
|
}
|
|
6220
6212
|
|
|
6213
|
+
declare interface I_Command {
|
|
6214
|
+
raw: boolean;
|
|
6215
|
+
cmd: string;
|
|
6216
|
+
}
|
|
6217
|
+
export { I_Command }
|
|
6218
|
+
export { I_Command as I_Command_alias_1 }
|
|
6219
|
+
export { I_Command as I_Command_alias_2 }
|
|
6220
|
+
|
|
6221
|
+
declare interface I_Command_2 { raw: boolean; cmd: string }
|
|
6222
|
+
|
|
6221
6223
|
declare interface I_CommandContext {
|
|
6222
6224
|
isRemote: boolean;
|
|
6223
6225
|
isCurrentProject: boolean;
|
|
@@ -6698,8 +6700,6 @@ export { initNodePersist }
|
|
|
6698
6700
|
export { initNodePersist as initNodePersist_alias_1 }
|
|
6699
6701
|
export { initNodePersist as initNodePersist_alias_2 }
|
|
6700
6702
|
|
|
6701
|
-
export declare function installDependencies(): Promise<void>;
|
|
6702
|
-
|
|
6703
6703
|
declare function isJson(str: string): boolean;
|
|
6704
6704
|
export { isJson }
|
|
6705
6705
|
export { isJson as isJson_alias_1 }
|
|
@@ -6715,6 +6715,11 @@ export { LINT_STAGED_CLI }
|
|
|
6715
6715
|
export { LINT_STAGED_CLI as LINT_STAGED_CLI_alias_1 }
|
|
6716
6716
|
export { LINT_STAGED_CLI as LINT_STAGED_CLI_alias_2 }
|
|
6717
6717
|
|
|
6718
|
+
declare const LINT_STAGED_PACKAGE_NAME = "lint-staged";
|
|
6719
|
+
export { LINT_STAGED_PACKAGE_NAME }
|
|
6720
|
+
export { LINT_STAGED_PACKAGE_NAME as LINT_STAGED_PACKAGE_NAME_alias_1 }
|
|
6721
|
+
export { LINT_STAGED_PACKAGE_NAME as LINT_STAGED_PACKAGE_NAME_alias_2 }
|
|
6722
|
+
|
|
6718
6723
|
declare function Loading({ full, block, className, message, ...rest }: I_LoadingProps_2): JSX_2.Element;
|
|
6719
6724
|
export { Loading }
|
|
6720
6725
|
export { Loading as Loading_alias_1 }
|
|
@@ -6866,11 +6871,16 @@ export { NODE_MODULES }
|
|
|
6866
6871
|
export { NODE_MODULES as NODE_MODULES_alias_1 }
|
|
6867
6872
|
export { NODE_MODULES as NODE_MODULES_alias_2 }
|
|
6868
6873
|
|
|
6869
|
-
declare const NODE_MODULES_INSPECT_CLI = "
|
|
6874
|
+
declare const NODE_MODULES_INSPECT_CLI = "node-modules-inspector";
|
|
6870
6875
|
export { NODE_MODULES_INSPECT_CLI }
|
|
6871
6876
|
export { NODE_MODULES_INSPECT_CLI as NODE_MODULES_INSPECT_CLI_alias_1 }
|
|
6872
6877
|
export { NODE_MODULES_INSPECT_CLI as NODE_MODULES_INSPECT_CLI_alias_2 }
|
|
6873
6878
|
|
|
6879
|
+
declare const NODE_MODULES_INSPECT_PACKAGE_NAME = "node-modules-inspector";
|
|
6880
|
+
export { NODE_MODULES_INSPECT_PACKAGE_NAME }
|
|
6881
|
+
export { NODE_MODULES_INSPECT_PACKAGE_NAME as NODE_MODULES_INSPECT_PACKAGE_NAME_alias_1 }
|
|
6882
|
+
export { NODE_MODULES_INSPECT_PACKAGE_NAME as NODE_MODULES_INSPECT_PACKAGE_NAME_alias_2 }
|
|
6883
|
+
|
|
6874
6884
|
declare const PACKAGE_JSON = "package.json";
|
|
6875
6885
|
export { PACKAGE_JSON }
|
|
6876
6886
|
export { PACKAGE_JSON as PACKAGE_JSON_alias_1 }
|
|
@@ -6911,11 +6921,6 @@ export { PNPM_CLI }
|
|
|
6911
6921
|
export { PNPM_CLI as PNPM_CLI_alias_1 }
|
|
6912
6922
|
export { PNPM_CLI as PNPM_CLI_alias_2 }
|
|
6913
6923
|
|
|
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
6924
|
declare const PNPM_EXEC_CLI = "pnpm exec";
|
|
6920
6925
|
export { PNPM_EXEC_CLI }
|
|
6921
6926
|
export { PNPM_EXEC_CLI as PNPM_EXEC_CLI_alias_1 }
|
|
@@ -6928,6 +6933,14 @@ export { PNPM_LOCK_YAML as PNPM_LOCK_YAML_alias_2 }
|
|
|
6928
6933
|
|
|
6929
6934
|
declare function printBoxedLog<T extends string | I_ErrorEntry_2[]>(title: string, content: T, { color, padding, margin, borderStyle, titleColor, }?: I_BoxedLogOptions_2): void;
|
|
6930
6935
|
|
|
6936
|
+
declare function rawCommand(cmd: string): {
|
|
6937
|
+
raw: boolean;
|
|
6938
|
+
cmd: string;
|
|
6939
|
+
};
|
|
6940
|
+
export { rawCommand }
|
|
6941
|
+
export { rawCommand as rawCommand_alias_1 }
|
|
6942
|
+
export { rawCommand as rawCommand_alias_2 }
|
|
6943
|
+
|
|
6931
6944
|
declare function readFileSync(filePath: string, options: {
|
|
6932
6945
|
asJson: true;
|
|
6933
6946
|
}): I_JSON_2;
|
|
@@ -6949,28 +6962,18 @@ export { removeAccent }
|
|
|
6949
6962
|
export { removeAccent as removeAccent_alias_1 }
|
|
6950
6963
|
export { removeAccent as removeAccent_alias_2 }
|
|
6951
6964
|
|
|
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
6965
|
declare function resolve(...urls: string[]): string;
|
|
6958
6966
|
export { resolve }
|
|
6959
6967
|
export { resolve as resolve_alias_1 }
|
|
6960
6968
|
export { resolve as resolve_alias_2 }
|
|
6961
6969
|
|
|
6962
6970
|
declare function resolveCommands(input: T_CommandMapInput_2, context?: Partial<I_CommandContext_2>): Promise<{
|
|
6963
|
-
[k: string]: string;
|
|
6971
|
+
[k: string]: string | I_Command_3;
|
|
6964
6972
|
}>;
|
|
6965
6973
|
export { resolveCommands }
|
|
6966
6974
|
export { resolveCommands as resolveCommands_alias_1 }
|
|
6967
6975
|
export { resolveCommands as resolveCommands_alias_2 }
|
|
6968
6976
|
|
|
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
6977
|
declare function resolveWorkingPath(...urls: string[]): string;
|
|
6975
6978
|
export { resolveWorkingPath }
|
|
6976
6979
|
export { resolveWorkingPath as resolveWorkingPath_alias_1 }
|
|
@@ -7230,21 +7233,11 @@ export { RESPONSE_STATUS }
|
|
|
7230
7233
|
export { RESPONSE_STATUS as RESPONSE_STATUS_alias_1 }
|
|
7231
7234
|
export { RESPONSE_STATUS as RESPONSE_STATUS_alias_2 }
|
|
7232
7235
|
|
|
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
7236
|
declare function rmSync(filePaths: string[]): void;
|
|
7239
7237
|
export { rmSync }
|
|
7240
7238
|
export { rmSync as rmSync_alias_1 }
|
|
7241
7239
|
export { rmSync as rmSync_alias_2 }
|
|
7242
7240
|
|
|
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
7241
|
declare const serializer: I_Serializer_2<unknown>;
|
|
7249
7242
|
export { serializer }
|
|
7250
7243
|
export { serializer as serializer_alias_1 }
|
|
@@ -7260,6 +7253,11 @@ export { SIMPLE_GIT_HOOK_JSON }
|
|
|
7260
7253
|
export { SIMPLE_GIT_HOOK_JSON as SIMPLE_GIT_HOOK_JSON_alias_1 }
|
|
7261
7254
|
export { SIMPLE_GIT_HOOK_JSON as SIMPLE_GIT_HOOK_JSON_alias_2 }
|
|
7262
7255
|
|
|
7256
|
+
declare const SIMPLE_GIT_HOOKS_PACKAGE_NAME = "simple-git-hooks";
|
|
7257
|
+
export { SIMPLE_GIT_HOOKS_PACKAGE_NAME }
|
|
7258
|
+
export { SIMPLE_GIT_HOOKS_PACKAGE_NAME as SIMPLE_GIT_HOOKS_PACKAGE_NAME_alias_1 }
|
|
7259
|
+
export { SIMPLE_GIT_HOOKS_PACKAGE_NAME as SIMPLE_GIT_HOOKS_PACKAGE_NAME_alias_2 }
|
|
7260
|
+
|
|
7263
7261
|
declare const storageClient: {
|
|
7264
7262
|
get<T = unknown>(key: string): Promise<T | null>;
|
|
7265
7263
|
set<T = unknown>(key: string, value: T): Promise<void>;
|
|
@@ -7295,18 +7293,22 @@ export { T_Children as T_Children_alias_2 }
|
|
|
7295
7293
|
|
|
7296
7294
|
declare type T_Children_2 = ReactNode | ReactNode[] | ReactElement | JSX.Element | null;
|
|
7297
7295
|
|
|
7298
|
-
declare type T_Command = string |
|
|
7299
|
-
raw: true;
|
|
7300
|
-
cmd: string;
|
|
7301
|
-
};
|
|
7296
|
+
declare type T_Command = string | I_Command | T_CommandFunction;
|
|
7302
7297
|
export { T_Command }
|
|
7303
7298
|
export { T_Command as T_Command_alias_1 }
|
|
7304
7299
|
export { T_Command as T_Command_alias_2 }
|
|
7305
7300
|
|
|
7306
7301
|
declare type T_Command_2 =
|
|
7307
7302
|
| string
|
|
7308
|
-
|
|
|
7309
|
-
|
|
|
7303
|
+
| I_Command_2
|
|
7304
|
+
| T_CommandFunction_2;
|
|
7305
|
+
|
|
7306
|
+
declare type T_CommandFunction = (context?: I_CommandContext) => string;
|
|
7307
|
+
export { T_CommandFunction }
|
|
7308
|
+
export { T_CommandFunction as T_CommandFunction_alias_1 }
|
|
7309
|
+
export { T_CommandFunction as T_CommandFunction_alias_2 }
|
|
7310
|
+
|
|
7311
|
+
declare type T_CommandFunction_2 = (context?: I_CommandContext_2) => string;
|
|
7310
7312
|
|
|
7311
7313
|
declare type T_CommandMap = Record<string, T_Command>;
|
|
7312
7314
|
export { T_CommandMap }
|
|
@@ -7602,6 +7604,11 @@ export { TSC_CLI }
|
|
|
7602
7604
|
export { TSC_CLI as TSC_CLI_alias_1 }
|
|
7603
7605
|
export { TSC_CLI as TSC_CLI_alias_2 }
|
|
7604
7606
|
|
|
7607
|
+
declare const TSC_PACKAGE_NAME = "tsc";
|
|
7608
|
+
export { TSC_PACKAGE_NAME }
|
|
7609
|
+
export { TSC_PACKAGE_NAME as TSC_PACKAGE_NAME_alias_1 }
|
|
7610
|
+
export { TSC_PACKAGE_NAME as TSC_PACKAGE_NAME_alias_2 }
|
|
7611
|
+
|
|
7605
7612
|
declare const TSCONFIG_JSON = "tsconfig.json";
|
|
7606
7613
|
export { TSCONFIG_JSON }
|
|
7607
7614
|
export { TSCONFIG_JSON as TSCONFIG_JSON_alias_1 }
|
|
@@ -7612,8 +7619,6 @@ export { TSX_CLI }
|
|
|
7612
7619
|
export { TSX_CLI as TSX_CLI_alias_1 }
|
|
7613
7620
|
export { TSX_CLI as TSX_CLI_alias_2 }
|
|
7614
7621
|
|
|
7615
|
-
export declare function updatePackage(packageName: string): Promise<void>;
|
|
7616
|
-
|
|
7617
7622
|
declare function useLoading(): I_LoadingContext_2;
|
|
7618
7623
|
export { useLoading }
|
|
7619
7624
|
export { useLoading as useLoading_alias_1 }
|
|
@@ -7650,6 +7655,11 @@ export { VITEST_CLI }
|
|
|
7650
7655
|
export { VITEST_CLI as VITEST_CLI_alias_1 }
|
|
7651
7656
|
export { VITEST_CLI as VITEST_CLI_alias_2 }
|
|
7652
7657
|
|
|
7658
|
+
declare const VITEST_PACKAGE_NAME = "vitest";
|
|
7659
|
+
export { VITEST_PACKAGE_NAME }
|
|
7660
|
+
export { VITEST_PACKAGE_NAME as VITEST_PACKAGE_NAME_alias_1 }
|
|
7661
|
+
export { VITEST_PACKAGE_NAME as VITEST_PACKAGE_NAME_alias_2 }
|
|
7662
|
+
|
|
7653
7663
|
declare function withNextIntl<T extends {
|
|
7654
7664
|
children: T_Children_2;
|
|
7655
7665
|
}>(Component: ComponentType<T>): {
|