@cyberskill/shared 1.16.0 → 1.18.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/commands.cjs +1 -1
- package/dist/commands.js +1 -1
- package/dist/hooks/react/use-storage.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/typescript/command.cjs +1 -1
- package/dist/typescript/command.d.cts +2 -7
- package/dist/typescript/command.d.ts +2 -7
- package/dist/typescript/command.js +1 -1
- package/dist/typescript/index.cjs +1 -1
- package/dist/typescript/index.d.cts +1 -1
- package/dist/typescript/index.d.ts +1 -1
- package/dist/typescript/index.js +1 -1
- package/dist/utils/command-spinner.cjs +1 -1
- package/dist/utils/command-spinner.d.cts +1 -4
- package/dist/utils/command-spinner.d.ts +1 -4
- package/dist/utils/command-spinner.js +1 -1
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.js +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";function e(e){"@swc/helpers - typeof";return e&&typeof Symbol!=="undefined"&&e.constructor===Symbol?"symbol":typeof e}var n=Object.defineProperty;var t=Object.getOwnPropertyDescriptor;var r=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var o=function(e,t){for(var r in t)n(e,r,{get:t[r],enumerable:!0})},u=function(o,u,a,s){var f=true,c=false,l=undefined;if(u&&(typeof u==="undefined"?"undefined":e(u))=="object"||typeof u=="function")try{var p=function(){var e=
|
|
1
|
+
"use strict";function e(e){"@swc/helpers - typeof";return e&&typeof Symbol!=="undefined"&&e.constructor===Symbol?"symbol":typeof e}var n=Object.defineProperty;var t=Object.getOwnPropertyDescriptor;var r=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var o=function(e,t){for(var r in t)n(e,r,{get:t[r],enumerable:!0})},u=function(o,u,a,s){var f=true,c=false,l=undefined;if(u&&(typeof u==="undefined"?"undefined":e(u))=="object"||typeof u=="function")try{var p=function(){var e=y.value;!i.call(o,e)&&e!==a&&n(o,e,{get:function(){return u[e]},enumerable:!(s=t(u,e))||s.enumerable})};for(var g=r(u)[Symbol.iterator](),y;!(f=(y=g.next()).done);f=true)p()}catch(e){c=true;l=e}finally{try{if(!f&&g.return!=null){g.return()}}finally{if(c){throw l}}}return o};var a=function(e){return u(n({},"__esModule",{value:!0}),e)};var s={};o(s,{E_ErrorType:function(){return c},E_SpinnerMessage:function(){return f}});module.exports=a(s);var f=function(e){return e.LintCheck="Running lint checks...",e.LintFix="Fixing issues...",e.LintStaged="Running lint-staged...",e.CommitLint="Running commitlint...",e.GitHook="Setting up git hook...",e.Setup="Setting up...",e.Reset="Resetting...",e.UnitTest="Running unit tests...",e.E2ETest="Running end-to-end tests...",e}(f||{}),c=function(e){return e.Error="error",e.Warning="warning",e}(c||{});0&&(module.exports={E_ErrorType:E_ErrorType,E_SpinnerMessage:E_SpinnerMessage});
|
|
@@ -3,6 +3,7 @@ declare enum E_SpinnerMessage {
|
|
|
3
3
|
LintFix = "Fixing issues...",
|
|
4
4
|
LintStaged = "Running lint-staged...",
|
|
5
5
|
CommitLint = "Running commitlint...",
|
|
6
|
+
GitHook = "Setting up git hook...",
|
|
6
7
|
Setup = "Setting up...",
|
|
7
8
|
Reset = "Resetting...",
|
|
8
9
|
UnitTest = "Running unit tests...",
|
|
@@ -29,11 +30,5 @@ interface I_EslintError {
|
|
|
29
30
|
ruleId: string;
|
|
30
31
|
}>;
|
|
31
32
|
}
|
|
32
|
-
interface I_SpinnerOptions {
|
|
33
|
-
successMessage?: string;
|
|
34
|
-
failureMessage?: string;
|
|
35
|
-
errorList?: unknown[];
|
|
36
|
-
exitOnError?: boolean;
|
|
37
|
-
}
|
|
38
33
|
|
|
39
|
-
export { E_ErrorType, E_SpinnerMessage, type I_ErrorEntry, type I_EslintError
|
|
34
|
+
export { E_ErrorType, E_SpinnerMessage, type I_ErrorEntry, type I_EslintError };
|
|
@@ -3,6 +3,7 @@ declare enum E_SpinnerMessage {
|
|
|
3
3
|
LintFix = "Fixing issues...",
|
|
4
4
|
LintStaged = "Running lint-staged...",
|
|
5
5
|
CommitLint = "Running commitlint...",
|
|
6
|
+
GitHook = "Setting up git hook...",
|
|
6
7
|
Setup = "Setting up...",
|
|
7
8
|
Reset = "Resetting...",
|
|
8
9
|
UnitTest = "Running unit tests...",
|
|
@@ -29,11 +30,5 @@ interface I_EslintError {
|
|
|
29
30
|
ruleId: string;
|
|
30
31
|
}>;
|
|
31
32
|
}
|
|
32
|
-
interface I_SpinnerOptions {
|
|
33
|
-
successMessage?: string;
|
|
34
|
-
failureMessage?: string;
|
|
35
|
-
errorList?: unknown[];
|
|
36
|
-
exitOnError?: boolean;
|
|
37
|
-
}
|
|
38
33
|
|
|
39
|
-
export { E_ErrorType, E_SpinnerMessage, type I_ErrorEntry, type I_EslintError
|
|
34
|
+
export { E_ErrorType, E_SpinnerMessage, type I_ErrorEntry, type I_EslintError };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var n=function(n){return n.LintCheck="Running lint checks...",n.LintFix="Fixing issues...",n.LintStaged="Running lint-staged...",n.CommitLint="Running commitlint...",n.Setup="Setting up...",n.Reset="Resetting...",n.UnitTest="Running unit tests...",n.E2ETest="Running end-to-end tests...",n}(n||{}),t=function(n){return n.Error="error",n.Warning="warning",n}(t||{});export{t as E_ErrorType,n as E_SpinnerMessage};
|
|
1
|
+
var n=function(n){return n.LintCheck="Running lint checks...",n.LintFix="Fixing issues...",n.LintStaged="Running lint-staged...",n.CommitLint="Running commitlint...",n.GitHook="Setting up git hook...",n.Setup="Setting up...",n.Reset="Resetting...",n.UnitTest="Running unit tests...",n.E2ETest="Running end-to-end tests...",n}(n||{}),t=function(n){return n.Error="error",n.Warning="warning",n}(t||{});export{t as E_ErrorType,n as E_SpinnerMessage};
|