@cyberskill/shared 1.105.0 → 1.107.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 +158 -24
- package/dist/_tsup-dts-rollup.d.ts +158 -24
- package/dist/configs/config.util.cjs +1 -1
- package/dist/configs/config.util.js +1 -1
- package/dist/configs/index.cjs +1 -1
- package/dist/configs/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +11 -5
- package/dist/index.d.ts +11 -5
- package/dist/index.js +1 -1
- package/dist/nodejs/cli/cli.util.cjs +1 -1
- package/dist/nodejs/cli/cli.util.js +1 -1
- package/dist/nodejs/cli/index.cjs +1 -1
- package/dist/nodejs/cli/index.js +1 -1
- package/dist/nodejs/command/command.util.cjs +1 -1
- package/dist/nodejs/command/command.util.js +1 -1
- package/dist/nodejs/command/index.cjs +1 -1
- package/dist/nodejs/command/index.js +1 -1
- package/dist/nodejs/fs/fs.util.cjs +1 -1
- package/dist/nodejs/fs/fs.util.d.cts +5 -5
- package/dist/nodejs/fs/fs.util.d.ts +5 -5
- package/dist/nodejs/fs/fs.util.js +1 -1
- package/dist/nodejs/fs/index.cjs +1 -1
- package/dist/nodejs/fs/index.d.cts +5 -5
- package/dist/nodejs/fs/index.d.ts +5 -5
- package/dist/nodejs/fs/index.js +1 -1
- package/dist/nodejs/index.cjs +1 -1
- package/dist/nodejs/index.d.cts +5 -5
- package/dist/nodejs/index.d.ts +5 -5
- package/dist/nodejs/index.js +1 -1
- package/dist/nodejs/mongo/index.cjs +1 -1
- package/dist/nodejs/mongo/index.js +1 -1
- package/dist/nodejs/mongo/mongo.util.cjs +1 -1
- package/dist/nodejs/mongo/mongo.util.js +1 -1
- package/dist/nodejs/package/index.cjs +1 -1
- package/dist/nodejs/package/index.js +1 -1
- package/dist/nodejs/package/package.util.cjs +1 -1
- package/dist/nodejs/package/package.util.js +1 -1
- package/dist/nodejs/path/index.cjs +1 -1
- package/dist/nodejs/path/index.js +1 -1
- package/dist/nodejs/path/path.constant.cjs +1 -1
- package/dist/nodejs/path/path.constant.js +1 -1
- package/dist/react/apollo-client/apollo-client.component.d.cts +1 -1
- package/dist/react/apollo-client/apollo-client.component.d.ts +1 -1
- package/dist/react/apollo-client/index.d.cts +1 -1
- package/dist/react/apollo-client/index.d.ts +1 -1
- package/dist/react/apollo-error/apollo-error.component.d.cts +1 -1
- package/dist/react/apollo-error/apollo-error.component.d.ts +1 -1
- package/dist/react/apollo-error/apollo-error.context.d.cts +1 -1
- package/dist/react/apollo-error/apollo-error.context.d.ts +1 -1
- package/dist/react/apollo-error/apollo-error.hook.d.cts +1 -1
- package/dist/react/apollo-error/apollo-error.hook.d.ts +1 -1
- package/dist/react/apollo-error/apollo-error.provider.d.cts +1 -1
- package/dist/react/apollo-error/apollo-error.provider.d.ts +1 -1
- package/dist/react/apollo-error/apollo-error.util.d.cts +2 -2
- package/dist/react/apollo-error/apollo-error.util.d.ts +2 -2
- package/dist/react/apollo-error/index.d.cts +6 -6
- package/dist/react/apollo-error/index.d.ts +6 -6
- package/dist/react/index.cjs +1 -1
- package/dist/react/index.js +1 -1
- package/dist/react/next-intl/index.cjs +1 -1
- package/dist/react/next-intl/index.js +1 -1
- package/dist/react/next-intl/next-intl.provider.cjs +1 -1
- package/dist/react/next-intl/next-intl.provider.js +1 -1
- package/dist/react/storage/index.cjs +1 -1
- package/dist/react/storage/index.js +1 -1
- package/dist/react/storage/storage.hook.cjs +1 -1
- package/dist/react/storage/storage.hook.js +1 -1
- package/dist/react/vitest/index.cjs +1 -1
- package/dist/react/vitest/index.js +1 -1
- package/dist/react/vitest/vitest.unit.cjs +1 -1
- package/dist/react/vitest/vitest.unit.js +1 -1
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.d.cts +6 -0
- package/dist/utils/index.d.ts +6 -0
- package/dist/utils/index.js +1 -1
- package/dist/utils/object/index.cjs +1 -1
- package/dist/utils/object/index.js +1 -1
- package/dist/utils/object/object.util.cjs +1 -1
- package/dist/utils/object/object.util.js +1 -1
- package/dist/utils/serializer/index.cjs +1 -1
- package/dist/utils/serializer/index.d.cts +3 -0
- package/dist/utils/serializer/index.d.ts +3 -0
- package/dist/utils/serializer/index.js +1 -1
- package/dist/utils/serializer/serializer.type.d.cts +3 -0
- package/dist/utils/serializer/serializer.type.d.ts +3 -0
- package/dist/utils/serializer/serializer.util.cjs +1 -1
- package/dist/utils/serializer/serializer.util.js +1 -1
- package/dist/utils/string/index.cjs +1 -1
- package/dist/utils/string/index.d.cts +3 -0
- package/dist/utils/string/index.d.ts +3 -0
- package/dist/utils/string/index.js +1 -1
- package/dist/utils/string/string.util.cjs +1 -1
- package/dist/utils/string/string.util.d.cts +3 -0
- package/dist/utils/string/string.util.d.ts +3 -0
- package/dist/utils/string/string.util.js +1 -1
- package/dist/utils/validate/index.cjs +1 -1
- package/dist/utils/validate/index.js +1 -1
- package/dist/utils/validate/validate.util.cjs +1 -1
- package/dist/utils/validate/validate.util.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function e(e,t){if(t==null||t>e.length)t=e.length;for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function t(e){if(Array.isArray(e))return e}function r(t){if(Array.isArray(t))return e(t)}function n(e){if(e===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}return e}function s(e,t,r,n,s,o,i){try{var a=e[o](i);var c=a.value}catch(e){r(e);return}if(a.done){t(c)}else{Promise.resolve(c).then(n,s)}}function o(e){return function(){var t=this,r=arguments;return new Promise(function(n,o){var i=e.apply(t,r);function a(e){s(i,n,o,a,c,"next",e)}function c(e){s(i,n,o,a,c,"throw",e)}a(undefined)})}}function i(e,t,r){t=d(t);return I(e,N()?Reflect.construct(t,r||[],d(e).constructor):t.apply(e,r))}function a(e,t){if(!(e instanceof t)){throw new TypeError("Cannot call a class as a function")}}function c(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||false;n.configurable=true;if("value"in n)n.writable=true;Object.defineProperty(e,n.key,n)}}function u(e,t,r){if(t)c(e.prototype,t);if(r)c(e,r);return e}function l(e,t,r){if(t in e){Object.defineProperty(e,t,{value:r,enumerable:true,configurable:true,writable:true})}else{e[t]=r}return e}function d(e){d=Object.setPrototypeOf?Object.getPrototypeOf:function e(e){return e.__proto__||Object.getPrototypeOf(e)};return d(e)}function f(e,t){if(typeof t!=="function"&&t!==null){throw new TypeError("Super expression must either be null or a function")}e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:true,configurable:true}});if(t)C(e,t)}function p(e,t){if(t!=null&&typeof Symbol!=="undefined"&&t[Symbol.hasInstance]){return!!t[Symbol.hasInstance](e)}else{return e instanceof t}}function m(e){if(typeof Symbol!=="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function g(e,t){var r=e==null?null:typeof Symbol!=="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(r==null)return;var n=[];var s=true;var o=false;var i,a;try{for(r=r.call(e);!(s=(i=r.next()).done);s=true){n.push(i.value);if(t&&n.length===t)break}}catch(e){o=true;a=e}finally{try{if(!s&&r["return"]!=null)r["return"]()}finally{if(o)throw a}}return n}function v(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function E(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function h(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};var n=Object.keys(r);if(typeof Object.getOwnPropertySymbols==="function"){n=n.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))}n.forEach(function(t){l(e,t,r[t])})}return e}function y(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);if(t){n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})}r.push.apply(r,n)}return r}function S(e,t){t=t!=null?t:{};if(Object.getOwnPropertyDescriptors){Object.defineProperties(e,Object.getOwnPropertyDescriptors(t))}else{y(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}function O(e,t){if(e==null)return{};var r=_(e,t);var n,s;if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(s=0;s<o.length;s++){n=o[s];if(t.indexOf(n)>=0)continue;if(!Object.prototype.propertyIsEnumerable.call(e,n))continue;r[n]=e[n]}}return r}function _(e,t){if(e==null)return{};var r={};var n=Object.keys(e);var s,o;for(o=0;o<n.length;o++){s=n[o];if(t.indexOf(s)>=0)continue;r[s]=e[s]}return r}function I(e,t){if(t&&(T(t)==="object"||typeof t==="function")){return t}return n(e)}function C(e,t){C=Object.setPrototypeOf||function e(e,t){e.__proto__=t;return e};return C(e,t)}function A(e,r){return t(e)||g(e,r)||b(e,r)||v()}function R(e){return r(e)||m(e)||b(e)||E()}function T(e){"@swc/helpers - typeof";return e&&typeof Symbol!=="undefined"&&e.constructor===Symbol?"symbol":typeof e}function b(t,r){if(!t)return;if(typeof t==="string")return e(t,r);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor)n=t.constructor.name;if(n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return e(t,r)}function N(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(N=function(){return!!e})()}function w(e,t){var r,n,s,o={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},i=Object.create((typeof Iterator==="function"?Iterator:Object).prototype);return i.next=a(0),i["throw"]=a(1),i["return"]=a(2),typeof Symbol==="function"&&(i[Symbol.iterator]=function(){return this}),i;function a(e){return function(t){return c([e,t])}}function c(a){if(r)throw new TypeError("Generator is already executing.");while(i&&(i=0,a[0]&&(o=0)),o)try{if(r=1,n&&(s=a[0]&2?n["return"]:a[0]?n["throw"]||((s=n["return"])&&s.call(n),0):n.next)&&!(s=s.call(n,a[1])).done)return s;if(n=0,s)a=[a[0]&2,s.value];switch(a[0]){case 0:case 1:s=a;break;case 4:o.label++;return{value:a[1],done:false};case 5:o.label++;n=a[1];a=[0];continue;case 7:a=o.ops.pop();o.trys.pop();continue;default:if(!(s=o.trys,s=s.length>0&&s[s.length-1])&&(a[0]===6||a[0]===2)){o=0;continue}if(a[0]===3&&(!s||a[1]>s[0]&&a[1]<s[3])){o.label=a[1];break}if(a[0]===6&&o.label<s[1]){o.label=s[1];s=a;break}if(s&&o.label<s[2]){o.label=s[2];o.ops.push(a);break}if(s[2])o.ops.pop();o.trys.pop();continue}a=t.call(e,o)}catch(e){a=[6,e];n=0}finally{r=s=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var x=Object.defineProperty;var D=function(e,t,r){return t in e?x(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r};var L=function(e,t){return x(e,"name",{value:t,configurable:!0})};var G=function(e,t,r){return D(e,(typeof t==="undefined"?"undefined":T(t))!="symbol"?t+"":t,r)};var M={extends:["@commitlint/config-conventional"]};var j=function(e){return e.ESLINT="eslint",e.COMMITLINT="commitlint",e.LINT_STAGED="lint-staged",e.VITEST_REACT_E2E="vitest-react-e2e",e.VITEST_REACT_UNIT="vitest-react-unit",e}({});import P from"@antfu/eslint-config";import k from"@vitejs/plugin-react-swc";import{defineConfig as U}from"vitest/config";function F(e){return U(h({plugins:[k()],test:{include:["**/*.test.e2e.?(c|m)[jt]s?(x)"],browser:{enabled:!0,provider:"playwright",instances:[{browser:"chromium"},{browser:"firefox"},{browser:"webkit"}]}}},e))}L(F,"vitestE2E");import q from"@vitejs/plugin-react-swc";import{defineConfig as K}from"vitest/config";var B=".cyberskill-storage";import H from"dotenv";import{bool as Y,cleanEnv as V,str as Q}from"envalid";import W from"node:os";import J from"node:path";import z from"node:process";H.config();function $(){var e={DEBUG:z.env.DEBUG||!1,CWD:z.env.CWD||z.cwd(),CYBERSKILL_STORAGE_DIRECTORY:z.env.CYBERSKILL_STORAGE_DIRECTORY||J.join(W.homedir(),B)};return V(e,{DEBUG:Y(),CWD:Q(),CYBERSKILL_STORAGE_DIRECTORY:Q()})}L($,"getEnv");var X=function(e){return e.CLI="CLI",e.STRING="STRING",e.FUNCTION="FUNCTION",e}({});import{exec as Z}from"node:child_process";import ee from"node:process";import*as et from"node:util";var er=function(e){return e.Error="error",e.Warning="warning",e}({});import en from"chalk";import es from"consola";import{GraphQLError as eo}from"graphql";var ei={GRAPHQL_PARSE_FAILED:{CODE:"GRAPHQL_PARSE_FAILED",MESSAGE:"The GraphQL operation string contains a syntax error."},GRAPHQL_VALIDATION_FAILED:{CODE:"GRAPHQL_VALIDATION_FAILED",MESSAGE:"The GraphQL operation is not valid against the server's schema."},BAD_USER_INPUT:{CODE:"BAD_USER_INPUT",MESSAGE:"The GraphQL operation includes an invalid value for a field argument."},PERSISTED_QUERY_NOT_FOUND:{CODE:"PERSISTED_QUERY_NOT_FOUND",MESSAGE:"A client sent the hash of a query string to execute via automatic persisted queries, but the query was not in the APQ cache."},PERSISTED_QUERY_NOT_SUPPORTED:{CODE:"PERSISTED_QUERY_NOT_SUPPORTED",MESSAGE:"A client sent the hash of a query string to execute via automatic persisted queries, but the server has disabled APQ."},OPERATION_RESOLUTION_FAILURE:{CODE:"OPERATION_RESOLUTION_FAILURE",MESSAGE:"The request was parsed successfully and is valid against the server's schema, but the server couldn't resolve which operation to run. This occurs when a request containing multiple named operations doesn't specify which operation to run (i.e.,operationName), or if the named operation isn't included in the request."},CONTINUE:{CODE:100,MESSAGE:"Continue"},SWITCHING_PROTOCOLS:{CODE:101,MESSAGE:"Switching Protocols"},PROCESSING:{CODE:102,MESSAGE:"Processing"},OK:{CODE:200,MESSAGE:"OK"},CREATED:{CODE:201,MESSAGE:"Created"},ACCEPTED:{CODE:202,MESSAGE:"Accepted"},NON_AUTHORITATIVE_INFORMATION:{CODE:203,MESSAGE:"Non Authoritative Information"},NO_CONTENT:{CODE:204,MESSAGE:"No Content"},RESET_CONTENT:{CODE:205,MESSAGE:"Reset Content"},PARTIAL_CONTENT:{CODE:206,MESSAGE:"Partial Content"},MULTI_STATUS:{CODE:207,MESSAGE:"Multi-Status"},MULTIPLE_CHOICES:{CODE:300,MESSAGE:"Multiple Choices"},MOVED_PERMANENTLY:{CODE:301,MESSAGE:"Moved Permanently"},MOVED_TEMPORARILY:{CODE:302,MESSAGE:"Moved Temporarily"},SEE_OTHER:{CODE:303,MESSAGE:"See Other"},NOT_MODIFIED:{CODE:304,MESSAGE:"Not Modified"},USE_PROXY:{CODE:305,MESSAGE:"Use Proxy"},TEMPORARY_REDIRECT:{CODE:307,MESSAGE:"Temporary Redirect"},PERMANENT_REDIRECT:{CODE:308,MESSAGE:"Permanent Redirect"},BAD_REQUEST:{CODE:400,MESSAGE:"Bad Request"},UNAUTHORIZED:{CODE:401,MESSAGE:"Unauthorized"},PAYMENT_REQUIRED:{CODE:402,MESSAGE:"Payment Required"},FORBIDDEN:{CODE:403,MESSAGE:"Forbidden"},NOT_FOUND:{CODE:404,MESSAGE:"Not Found"},METHOD_NOT_ALLOWED:{CODE:405,MESSAGE:"Method Not Allowed"},NOT_ACCEPTABLE:{CODE:406,MESSAGE:"Not Acceptable"},PROXY_AUTHENTICATION_REQUIRED:{CODE:407,MESSAGE:"Proxy Authentication Required"},REQUEST_TIMEOUT:{CODE:408,MESSAGE:"Request Timeout"},CONFLICT:{CODE:409,MESSAGE:"Conflict"},GONE:{CODE:410,MESSAGE:"Gone"},LENGTH_REQUIRED:{CODE:411,MESSAGE:"Length Required"},PRECONDITION_FAILED:{CODE:412,MESSAGE:"Precondition Failed"},REQUEST_TOO_LONG:{CODE:413,MESSAGE:"Request Entity Too Large"},REQUEST_URI_TOO_LONG:{CODE:414,MESSAGE:"Request-URI Too Long"},UNSUPPORTED_MEDIA_TYPE:{CODE:415,MESSAGE:"Unsupported Media Type"},REQUESTED_RANGE_NOT_SATISFIABLE:{CODE:416,MESSAGE:"Requested Range Not Satisfiable"},EXPECTATION_FAILED:{CODE:417,MESSAGE:"Expectation Failed"},IM_A_TEAPOT:{CODE:418,MESSAGE:"I'm a teapot"},INSUFFICIENT_SPACE_ON_RESOURCE:{CODE:419,MESSAGE:"Insufficient Space on Resource"},METHOD_FAILURE:{CODE:420,MESSAGE:"Method Failure"},MISDIRECTED_REQUEST:{CODE:421,MESSAGE:"Misdirected Request"},UNPROCESSABLE_ENTITY:{CODE:422,MESSAGE:"Unprocessable Entity"},LOCKED:{CODE:423,MESSAGE:"Locked"},FAILED_DEPENDENCY:{CODE:424,MESSAGE:"Failed Dependency"},PRECONDITION_REQUIRED:{CODE:428,MESSAGE:"Precondition Required"},TOO_MANY_REQUESTS:{CODE:429,MESSAGE:"Too Many Requests"},REQUEST_HEADER_FIELDS_TOO_LARGE:{CODE:431,MESSAGE:"Request Header Fields Too Large"},UNAVAILABLE_FOR_LEGAL_REASONS:{CODE:451,MESSAGE:"Unavailable For Legal Reasons"},INTERNAL_SERVER_ERROR:{CODE:500,MESSAGE:"Internal Server Error"},NOT_IMPLEMENTED:{CODE:501,MESSAGE:"Not Implemented"},BAD_GATEWAY:{CODE:502,MESSAGE:"Bad Gateway"},SERVICE_UNAVAILABLE:{CODE:503,MESSAGE:"Service Unavailable"},GATEWAY_TIMEOUT:{CODE:504,MESSAGE:"Gateway Timeout"},HTTP_VERSION_NOT_SUPPORTED:{CODE:505,MESSAGE:"HTTP Version Not Supported"},INSUFFICIENT_STORAGE:{CODE:507,MESSAGE:"Insufficient Storage"},NETWORK_AUTHENTICATION_REQUIRED:{CODE:511,MESSAGE:"Network Authentication Required"}};var ea=$();function ec(e){var t=e.message,r=e.status,n=r===void 0?ei.INTERNAL_SERVER_ERROR:r,s=e.type,o=s===void 0?"graphql":s;var i;var a=(i=t!==null&&t!==void 0?t:n.MESSAGE)!==null&&i!==void 0?i:"Internal server error";throw o==="graphql"?new eo(a,{extensions:{code:n.CODE}}):new Error(a)}L(ec,"throwError");ea.DEBUG||(es.level=4);function eu(e){var t=en[e];return typeof t=="function"?t:en.green}L(eu,"chalkKeyword");var el={silent:es.silent,level:es.level,fatal:es.fatal,error:es.error,warn:es.warn,log:es.log,info:es.info,success:es.success,ready:es.ready,start:es.start,box:es.box,debug:es.debug,trace:es.trace,verbose:es.verbose,printBoxedLog:function e(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"red";if(!(t===null||t===void 0?void 0:t.length)){es.box(en.green(e));return}t.forEach(function(e){var t=e.file,n=e.position,s=e.rule,o=e.message;es.log("".concat(en.gray("File:")," ").concat(en.blue("".concat(t).concat(n?":".concat(n):"")))),s&&es.log(" ".concat(eu(r)("Rule:")," ").concat(s)),es.log(" ".concat(eu(r)("Message:")," ").concat(o))}),es.box(eu(r)("".concat(e," : ").concat(t.length))),es.log(en.gray("─".repeat(40)))}};var ed={isCurrentProject:!1,installedPath:"",file:{},isUpToDate:!1};import ef from"node-fetch";import ep from"fs-extra";import{extname as em}from"node:path";var eg=ep.readFileSync,ev=ep.writeFileSync,eE=ep.pathExistsSync,eh=ep.appendFileSync,ey=ep.copySync,eS=ep.removeSync,eO=ep.statSync,e_=ep.readJsonSync,eI=ep.writeJsonSync;function eC(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return t.every(function(e){return eE(e)})}L(eC,"existsSync");function eA(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}t.forEach(function(e){eE(e)&&eS(e)})}L(eA,"removeSync");function eR(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};var n=r.extensions,s=O(r,["extensions"]);ey(e,t,h({filter:L(function(e){return eO(e).isDirectory()||!n||n.length===0?!0:n.includes(em(e))},"filter")},s))}L(eR,"copySync");var eT=$();function eb(e){var t=tn(eT.CWD,tu);if(!eC(t))return!1;try{var r=e_(t),n=r.name,s=r.dependencies,o=s===void 0?{}:s,i=r.devDependencies,a=i===void 0?{}:i,c=n===e,u=e in o,l=e in a;return c||u||l?{path:t,file:r,isCurrentProject:c,isDepend:u,isDevDepend:l}:!1}catch(e){return el.warn("Failed to read package.json: ".concat(e.message)),!1}}L(eb,"getPackage");function eN(e){return ew.apply(this,arguments)}function ew(){ew=o(function(e){var t,r,n,s;return w(this,function(o){switch(o.label){case 0:o.trys.push([0,3,,4]);return[4,ef("https://registry.npmjs.org/".concat(e,"/latest"))];case 1:t=o.sent();if(!t.ok)throw new Error("Failed to fetch latest version: ".concat(t.status," ").concat(t.statusText));return[4,t.json()];case 2:r=o.sent(),n=r.version;return[2,n];case 3:s=o.sent();throw el.error('Failed to fetch version for "'.concat(e,'": ').concat(s.message)),s;case 4:return[2]}})});return ew.apply(this,arguments)}L(eN,"getLatestPackageVersion");function ex(e,t){return eD.apply(this,arguments)}function eD(){eD=o(function(e,t){var r,n,s,o,i,a,c,u,l,d,f,p,m,g,v,E,y,S,O,_,I;return w(this,function(C){switch(C.label){case 0:C.trys.push([0,4,,5]);r=eb(e);if(!r)return[2,h({},ed)];c=r.path,u=r.file,l=r.isCurrentProject,d=r.isDepend,f=r.isDevDepend,p=(n=u.dependencies)!==null&&n!==void 0?n:{},m=(s=u.devDependencies)!==null&&s!==void 0?s:{},g=l?(o=u.version)!==null&&o!==void 0?o:"0.0.0":d?(i=p[e])!==null&&i!==void 0?i:"0.0.0":f?(a=m[e])!==null&&a!==void 0?a:"0.0.0":"0.0.0";if(!l)return[3,1];y=g;return[3,3];case 1:return[4,eN(e)];case 2:y=C.sent();C.label=3;case 3:v=y,E=l||g===v;if(!E&&(t===null||t===void 0?void 0:t.update)){;O=d?"dependencies":f?"devDependencies":null;O&&((S=u[O])===null||S===void 0?void 0:S[e])!==v&&(u[O]=(_=u[O])!==null&&_!==void 0?_:{},u[O][e]=v,eI(c,u),el.info('Updated "'.concat(e,'" to version ').concat(v)))}return[2,{isCurrentProject:l,installedPath:c,file:u,isUpToDate:E}];case 4:I=C.sent();return[2,(el.error('Error checking package "'.concat(e,'": ').concat(I.message)),h({},ed))];case 5:return[2]}})});return eD.apply(this,arguments)}L(ex,"checkPackage");function eL(){return eG.apply(this,arguments)}function eG(){eG=o(function(){var e,t,r,n,s,o,i,a,c,u,l,d;return w(this,function(f){switch(f.label){case 0:e=[{command:L(function(){return tJ.pnpmInstallStandard()},"command"),message:"Installing dependencies (standard)"},{command:L(function(){return tJ.pnpmInstallLegacy()},"command"),message:"Retrying with legacy peer dependencies"},{command:L(function(){return tJ.pnpmInstallForce()},"command"),message:"Retrying with force install"}];t=true,r=false,n=undefined;f.label=1;case 1:f.trys.push([1,9,10,11]);s=e[Symbol.iterator]();f.label=2;case 2:if(!!(t=(o=s.next()).done))return[3,8];i=o.value,a=i.command,c=i.message;f.label=3;case 3:f.trys.push([3,6,,7]);return[4,a()];case 4:u=f.sent();return[4,e8("".concat(c," using: ").concat(u),u)];case 5:f.sent();return[2];case 6:l=f.sent();el.warn("Installation attempt failed: ".concat(c)),el.error("Details: ".concat(l.message));return[3,7];case 7:t=true;return[3,2];case 8:return[3,11];case 9:d=f.sent();r=true;n=d;return[3,11];case 10:try{if(!t&&s.return!=null){s.return()}}finally{if(r){throw n}}return[7];case 11:throw new Error("All dependency installation strategies failed.")}})});return eG.apply(this,arguments)}L(eL,"installDependencies");function eM(e,t){return ej.apply(this,arguments)}function ej(){ej=o(function(e,t){var r,n,s,o,i,a,c,u,l,d,f;return w(this,function(p){switch(p.label){case 0:if(!eC(tH.PACKAGE_JSON)){el.error("package.json not found. Aborting setup.");return[2]}p.label=1;case 1:p.trys.push([1,13,,14]);r=R(new Set(e)).sort();return[4,Promise.all(r.map(function(e){return ex(e,h({},(t===null||t===void 0?void 0:t.update)&&{update:t.update}))}))];case 2:n=p.sent().every(function(e){return e.isUpToDate});if(n)return[3,4];return[4,eL()];case 3:n=p.sent();p.label=4;case 4:n;o=true,i=false,a=undefined;p.label=5;case 5:p.trys.push([5,10,11,12]);c=((s=t===null||t===void 0?void 0:t.postInstallActions)!==null&&s!==void 0?s:[])[Symbol.iterator]();p.label=6;case 6:if(!!(o=(u=c.next()).done))return[3,9];l=u.value;return[4,l()];case 7:p.sent();p.label=8;case 8:o=true;return[3,6];case 9:return[3,12];case 10:d=p.sent();i=true;a=d;return[3,12];case 11:try{if(!o&&c.return!=null){c.return()}}finally{if(i){throw a}}return[7];case 12:return[3,14];case 13:f=p.sent();throw el.error('Failed to setup "'.concat(e.join(", "),'": ').concat(f.message)),f;case 14:return[2]}})});return ej.apply(this,arguments)}L(eM,"setupPackages");import eP from"node-persist";var ek=$();function eU(){return eF.apply(this,arguments)}function eF(){eF=o(function(){var e;return w(this,function(t){switch(t.label){case 0:e=eP.defaultInstance;if(e)return[3,2];return[4,eP.init({dir:ek.CYBERSKILL_STORAGE_DIRECTORY,stringify:JSON.stringify,parse:JSON.parse,encoding:"utf8",logging:!1,forgiveParseErrors:!0})];case 1:e=t.sent();t.label=2;case 2:e;return[2]}})});return eF.apply(this,arguments)}L(eU,"initNodePersist");var eq={get:function e(e){return o(function(){var t,r;return w(this,function(n){switch(n.label){case 0:n.trys.push([0,3,,4]);return[4,eU()];case 1:n.sent();return[4,eP.getItem(e)];case 2:return[2,(t=n.sent())!==null&&t!==void 0?t:null];case 3:r=n.sent();return[2,(el.error('[Storage:get] Error getting key "'.concat(e,'":'),r),null)];case 4:return[2]}})})()},set:function e(e,t){return o(function(){var r;return w(this,function(n){switch(n.label){case 0:n.trys.push([0,3,,4]);return[4,eU()];case 1:n.sent();return[4,eP.setItem(e,t)];case 2:n.sent();return[3,4];case 3:r=n.sent();el.error('[Storage:set] Error setting key "'.concat(e,'":'),r);return[3,4];case 4:return[2]}})})()},remove:function e(e){return o(function(){var t;return w(this,function(r){switch(r.label){case 0:r.trys.push([0,3,,4]);return[4,eU()];case 1:r.sent();return[4,eP.removeItem(e)];case 2:r.sent();return[3,4];case 3:t=r.sent();el.error('[Storage:remove] Error removing key "'.concat(e,'":'),t);return[3,4];case 4:return[2]}})})()},keys:function e(){return o(function(){var e,t;return w(this,function(r){switch(r.label){case 0:r.trys.push([0,3,,4]);return[4,eU()];case 1:r.sent();return[4,eP.keys()];case 2:e=r.sent();return[2,Array.isArray(e)?e:(el.warn("[Storage:keys] Invalid keys response:",e),[])];case 3:t=r.sent();return[2,(el.error("[Storage:keys] Error getting keys:",t),[])];case 4:return[2]}})})()},getLogLink:function e(e){return o(function(){return w(this,function(t){try{return[2,"".concat(ek.CYBERSKILL_STORAGE_DIRECTORY," (key: ").concat(e,")")]}catch(e){return[2,(el.error("[Storage:getLogLink] Error getting log link:",e),null)]}return[2]})})()}};var eK=$(),eB=et.promisify(Z);function eH(e){return"error_list:".concat(e)}L(eH,"getErrorListKey");function eY(e){return eV.apply(this,arguments)}function eV(){eV=o(function(e){var t,r,n;return w(this,function(s){switch(s.label){case 0:if(e.length===0)return[2];t=Date.now(),r=eH(t);s.label=1;case 1:s.trys.push([1,3,,4]);return[4,eq.set(r,{errors:e,timestamp:t})];case 2:s.sent(),setTimeout(/*#__PURE__*/o(function(){var e;return w(this,function(t){switch(t.label){case 0:return[4,eq.getLogLink(r)];case 1:e=t.sent();e&&el.info("\uD83D\uDCC2 Open the error list manually: ".concat(e));return[2]}})}),10);return[3,4];case 3:n=s.sent();el.error("Failed to save errors: ".concat(n.message));return[3,4];case 4:return[2]}})});return eV.apply(this,arguments)}L(eY,"saveErrorListToStorage");function eQ(){return eW.apply(this,arguments)}function eW(){eW=o(function(){var e,t,r;return w(this,function(n){switch(n.label){case 0:n.trys.push([0,3,,4]);return[4,eq.keys()];case 1:e=n.sent(),t=Array.isArray(e)?e.filter(function(e){var t;return e===null||e===void 0?void 0:(t=e.startsWith)===null||t===void 0?void 0:t.call(e,"error_list:")}):[];return[4,Promise.all(t.map(/*#__PURE__*/function(){var e=o(function(e){var t;return w(this,function(r){switch(r.label){case 0:return[4,eq.get(e)];case 1:return[2,((t=r.sent())===null||t===void 0?void 0:t.errors)||[]]}})});return function(t){return e.apply(this,arguments)}}()))];case 2:return[2,n.sent().flat()];case 3:r=n.sent();return[2,(el.error("Failed to retrieve stored errors: ".concat(r.message)),[])];case 4:return[2]}})});return eW.apply(this,arguments)}L(eQ,"getStoredErrorLists");function eJ(){return ez.apply(this,arguments)}function ez(){ez=o(function(){var e,t,r;return w(this,function(n){switch(n.label){case 0:n.trys.push([0,3,,4]);return[4,eq.keys()];case 1:e=n.sent(),t=Array.isArray(e)?e.filter(function(e){var t;return e===null||e===void 0?void 0:(t=e.startsWith)===null||t===void 0?void 0:t.call(e,"error_list:")}):[];return[4,Promise.all(t.map(function(e){return eq.remove(e)}))];case 2:n.sent();return[3,4];case 3:r=n.sent();el.error("Failed to clear error lists: ".concat(r.message));return[3,4];case 4:return[2]}})});return ez.apply(this,arguments)}L(eJ,"clearAllErrorLists");function e$(e){var t=[],r=[],n="",s=/^\s*(\d+):(\d+)\s+(error|warning)\s+(.+?)\s+(\S+)$/,o=/^(.+?)\((\d+),(\d+)\):\s+(error|warning)\s+TS\d+:\s+(\S.+)$/,i=/^✖\s+(.*?)\s+\[(.*?)\]$/;e.split("\n").forEach(function(e){if(e.startsWith("/"))n=e.trim();else{var a,c,u,l,d;var f=s.exec(e)||[],p=o.exec(e)||[],m=i.exec(e)||[];var g,v,E,h,y,S;f.length&&n?t.push({file:n,position:"".concat(f[1],":").concat(f[2]),type:f[3]===er.Error?er.Error:er.Warning,message:(g=f===null||f===void 0?void 0:(a=f[4])===null||a===void 0?void 0:a.trim())!==null&&g!==void 0?g:"",rule:(v=f===null||f===void 0?void 0:(c=f[5])===null||c===void 0?void 0:c.trim())!==null&&v!==void 0?v:""}):p.length?t.push({file:(E=p===null||p===void 0?void 0:p[1])!==null&&E!==void 0?E:"",position:"".concat(p[2],":").concat(p[3]),type:p[4]===er.Error?er.Error:er.Warning,message:(h=p===null||p===void 0?void 0:(u=p[5])===null||u===void 0?void 0:u.trim())!==null&&h!==void 0?h:""}):m.length?t.push({file:"commitlint",type:er.Error,message:(y=m===null||m===void 0?void 0:(l=m[1])===null||l===void 0?void 0:l.trim())!==null&&y!==void 0?y:"",rule:(S=m===null||m===void 0?void 0:(d=m[2])===null||d===void 0?void 0:d.trim())!==null&&S!==void 0?S:""}):r.push(e.trim())}}),t.length&&eY(t),eK.DEBUG&&r.length&&(el.warn("Unmatched lines:"),r.forEach(function(e){return el.info(" ".concat(e))}))}L(e$,"parseTextErrors");function eX(e){try{var t=JSON.parse(e),r=[];t.forEach(function(e){var t=e.filePath,n=e.messages;n.forEach(function(e){var n=e.severity,s=e.line,o=e.column,i=e.ruleId,a=e.message;r.push({type:n===2?er.Error:er.Warning,file:t,position:"".concat(s,":").concat(o),rule:i,message:a})})}),r.length&&eY(r)}catch(t){e$(e)}}L(eX,"parseCommandOutput");function eZ(e){return e0.apply(this,arguments)}function e0(){e0=o(function(e){var t,r,n,s,o,i,a,c,u;var l=arguments;return w(this,function(d){switch(d.label){case 0:t=l.length>1&&l[1]!==void 0?l[1]:eX;r=new AbortController;ee.on("SIGINT",function(){el.warn("Process interrupted. Terminating..."),r.abort(),ee.exit()});d.label=1;case 1:d.trys.push([1,4,,5]);if(!(typeof e=="string"))return[3,3];return[4,eB(e,{maxBuffer:0x6400000,signal:r.signal})];case 2:n=d.sent(),s=n.stdout,o=n.stderr;[s,o].forEach(function(e){return e&&t(e)});d.label=3;case 3:return[3,5];case 4:i=d.sent();a=i.stdout,c=i.stderr,u=i.message;[a,c].forEach(function(e){return e&&t(e)}),!c&&!a&&el.error("Command failed: ".concat(u));return[3,5];case 5:return[2]}})});return e0.apply(this,arguments)}L(eZ,"executeCommand");function e1(e){return{raw:!0,cmd:e}}L(e1,"rawCommand");function e2(e,t){return(t===null||t===void 0?void 0:t.isRemote)?"".concat(tM," ").concat(ti," ").concat(e):(t===null||t===void 0?void 0:t.isCurrentProject)?"".concat(tM," ").concat(tD," ").concat(tS," ").concat(e):"".concat(tM," ").concat(ty," ").concat(e)}L(e2,"formatCLI");function e4(e,t){return typeof e=="function"?e2(e(t),t):(typeof e==="undefined"?"undefined":T(e))=="object"&&(e===null||e===void 0?void 0:e.raw)===!0?e.cmd:typeof e=="string"?e2(e,t):e}L(e4,"formatCommand");function e3(e){return e5.apply(this,arguments)}function e5(){e5=o(function(e){var t,r,n,s,o,i,a;var c=arguments;return w(this,function(u){switch(u.label){case 0:t=c.length>1&&c[1]!==void 0?c[1]:{};n=(r=t===null||t===void 0?void 0:t.isRemote)!==null&&r!==void 0?r:!1;if(!n)return[3,1];a=!1;return[3,3];case 1:return[4,ex(ti)];case 2:a=u.sent().isCurrentProject;u.label=3;case 3:s=a,o={isRemote:n,isCurrentProject:s},i=typeof e=="function"?e(o):e;return[2,Object.fromEntries(Object.entries(i).map(function(e){var t=A(e,2),r=t[0],n=t[1];return[r,e4(n,o)]}))]}})});return e5.apply(this,arguments)}L(e3,"resolveCommands");function e8(e,t){return e6.apply(this,arguments)}function e6(){e6=o(function(e,t){var r;return w(this,function(n){switch(n.label){case 0:n.trys.push([0,2,,3]);el.start("".concat(e)),eK.DEBUG&&el.info("→ ".concat(t));return[4,eZ(t)];case 1:n.sent(),el.success("".concat(e," done."));return[3,3];case 2:r=n.sent();throw el.error("".concat(e," failed: ").concat(r.message)),r;case 3:return[2]}})});return e6.apply(this,arguments)}L(e8,"runCommand");import{join as e7,resolve as e9}from"node:path";var te=$();function tt(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return e9.apply(void 0,[te.CWD].concat(R(t)))}L(tt,"resolveWorkingPath");function tr(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return e9.apply(void 0,R(t))}L(tr,"resolve");function tn(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return e7.apply(void 0,R(t))}L(tn,"join");var ts=$(),to=ts.CWD,ti="@cyberskill/shared",ta="node_modules",tc="dist",tu="package.json",tl="package-lock.json",td="tsconfig.json",tf=".gitignore",tp=".simple-git-hooks.json",tm="pnpm-lock.yaml",tg=".git/hooks/",tv=".git/COMMIT_EDITMSG",tE=".migrate-mongo.config.js",th=tn(to,ta,ti,tc),ty="cyberskill",tS="src/nodejs/cli/index.ts",tO="eslint",t_="eslint",tI="vitest",tC="playwright",tA="vitest",tR="@commitlint/cli",tT="commitlint",tb="lint-staged",tN="lint-staged",tw="typescript",tx="tsc",tD="tsx",tL="git",tG="pnpm",tM="pnpm exec",tj="simple-git-hooks",tP="simple-git-hooks",tk="@eslint/config-inspector",tU="eslint-config-inspector",tF="node-modules-inspector",tq="node-modules-inspector",tK="migrate-mongo",tB="./node_modules/migrate-mongo/bin/migrate-mongo",tH={CYBERSKILL_DIRECTORY:th,WORKING_DIRECTORY:to,TS_CONFIG:tt(td),GIT_IGNORE:tt(tf),GIT_HOOK:tt(tg),GIT_COMMIT_MSG:tt(tv),SIMPLE_GIT_HOOKS_JSON:tt(tp),PACKAGE_JSON:tt(tu),PACKAGE_LOCK_JSON:tt(tl),PNPM_LOCK_YAML:tt(tm),NODE_MODULES:tt(ta),MIGRATE_MONGO_CONFIG:tt(tE),LINT_STAGED_CONFIG:tt("".concat(th,"/configs/lint-staged/base.js")),COMMITLINT_CONFIG:tt("".concat(th,"/configs/commitlint/base.js")),UNIT_TEST_CONFIG:tt("".concat(th,"/react/vitest/vitest.unit.js")),UNIT_TEST_SETUP_CONFIG:tt("".concat(th,"/react/vitest/vitest.unit.setup.js")),E2E_TEST_CONFIG:tt("".concat(th,"/react/vitest/vitest.e2e.js"))};function tY(e){var t=e.isCurrentProject;return h({"pre-commit":tN,"commit-msg":tT},t&&{"pre-push":e1("".concat(tL," pull"))})}L(tY,"createGitHooksConfig");function tV(e,t,r){return tQ.apply(this,arguments)}function tQ(){tQ=o(function(e,t,r){return w(this,function(n){switch(n.label){case 0:if(!t)throw new Error("'first' argument is undefined");switch(e){case X.CLI:return[3,1];case X.STRING:return[3,3]}return[3,4];case 1:return[4,eM(t.split(" "),{update:!0})];case 2:return[2,(n.sent(),e4(e1("".concat(tM," ").concat(r))))];case 3:return[2,e4(e1(t))];case 4:throw new Error("Unsupported command type");case 5:return[2]}})});return tQ.apply(this,arguments)}L(tV,"buildCommand");function tW(e,t,r){return /*#__PURE__*/o(function(){return w(this,function(n){return[2,tV(e,t,r)]})})}L(tW,"commandFactory");var tJ={simpleGitHooks:tW(X.CLI,tj,tP),eslintInspect:tW(X.CLI,tk,tU),nodeModulesInspect:tW(X.CLI,tF,tq),eslintCheck:tW(X.CLI,tO,"".concat(t_," ").concat(tH.WORKING_DIRECTORY)),eslintFix:tW(X.CLI,tO,"".concat(t_," ").concat(tH.WORKING_DIRECTORY," --fix")),typescriptCheck:tW(X.CLI,tw,"".concat(tx," -p ").concat(tH.TS_CONFIG," --noEmit")),configureGitHook:tW(X.STRING,"".concat(tL," config core.hooksPath ").concat(tH.GIT_HOOK)),testUnit:tW(X.CLI,tI,"".concat(tA," --config ").concat(tH.UNIT_TEST_CONFIG)),testE2e:tW(X.CLI,"".concat(tI," ").concat(tC),"".concat(tA," --config ").concat(tH.E2E_TEST_CONFIG)),mongoMigrateCreate:L(function(e){return tW(X.CLI,tK,"".concat(tD," ").concat(tB," create ").concat(e," -f ").concat(tH.MIGRATE_MONGO_CONFIG))()},"mongoMigrateCreate"),mongoMigrateUp:tW(X.CLI,tK,"".concat(tD," ").concat(tB," up -f ").concat(tH.MIGRATE_MONGO_CONFIG)),mongoMigrateDown:tW(X.CLI,tK,"".concat(tD," ").concat(tB," down -f ").concat(tH.MIGRATE_MONGO_CONFIG)),commitLint:tW(X.CLI,tR,"".concat(tT," --edit ").concat(tH.GIT_COMMIT_MSG," --config ").concat(tH.COMMITLINT_CONFIG)),lintStaged:tW(X.CLI,tb,"".concat(tN," --config ").concat(tH.LINT_STAGED_CONFIG)),stageBuildDirectory:tW(X.STRING,"".concat(tL," add ").concat(tc)),build:tW(X.STRING,"".concat(tG," run build")),pnpmInstallStandard:tW(X.STRING,"".concat(tG," install")),pnpmInstallLegacy:tW(X.STRING,"".concat(tG," install --legacy-peer-deps")),pnpmInstallForce:tW(X.STRING,"".concat(tG," install --force"))};function tz(e){return K(h({plugins:[q()],test:{globals:!0,environment:"jsdom",pool:"vmThreads",include:["**/*.test.unit.?(c|m)[jt]s?(x)"],setupFiles:[tH.UNIT_TEST_SETUP_CONFIG]}},e))}L(tz,"vitestUnit");function t$(e){try{return JSON.parse(e),!0}catch(e){return!1}}L(t$,"isJson");function tX(e){return!!e&&(typeof e==="undefined"?"undefined":T(e))=="object"&&!Array.isArray(e)}L(tX,"isPlainObject");function tZ(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return t.flat().reduce(function(e,t){var r=true,n=false,s=undefined;try{for(var o=Object.entries(t)[Symbol.iterator](),i;!(r=(i=o.next()).done);r=true){var a=A(i.value,2),c=a[0],u=a[1];var l=e[c];Array.isArray(u)?e[c]=Array.from(new Set(R(Array.isArray(l)?l:[]).concat(R(u)))):tX(u)?e[c]=tZ(tX(l)?l:{},u):e[c]=u}}catch(e){n=true;s=e}finally{try{if(!r&&o.return!=null){o.return()}}finally{if(n){throw s}}}return e},{})}L(tZ,"deepMerge");import*as t0 from"globals";var t1=[{languageOptions:{globals:h({},t0.node,t0.browser)},rules:{"perfectionist/sort-imports":["error",{internalPattern:["^#.*","^@/.*"]}]},ignores:["build","dist"]}];var t2;var t4=L(function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return tZ.apply(void 0,R(t))},"passThroughHandler"),t3=L(function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}var n=tZ.apply(void 0,[t1].concat(R(t))),s=n.ignores,o=O(n,["ignores"]),i=Array.isArray(s)&&s.every(function(e){return typeof e=="string"})?{ignores:s}:void 0,a=[o].concat(R(i?[i]:[]));return P.apply(void 0,[{stylistic:{semi:!0,indent:4,quotes:"single"},formatters:{css:!0,html:!0,markdown:"prettier"},yaml:!1,react:!0}].concat(R(a)))},"handleESLint"),t5=L(function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return F.apply(void 0,R(t))},"handleVitestReactE2E"),t8=L(function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return tz.apply(void 0,R(t))},"handleVitestReactUnit"),t6=(t2={},l(t2,j.ESLINT,t3),l(t2,j.COMMITLINT,t4),l(t2,j.LINT_STAGED,t4),l(t2,j.VITEST_REACT_E2E,t5),l(t2,j.VITEST_REACT_UNIT,t8),t2);function t7(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++){r[n-1]=arguments[n]}var s=t6[e];if(!s)throw new Error("Unknown config type: ".concat(e));return s.apply(void 0,R(r))}L(t7,"mergeConfigs");import{defineConfig as t9}from"@eddeee888/gcg-typescript-resolver-files";function re(e){var t=e.uri,r=e.from,n=e.to,s=e.target,o=s===void 0?"client":s;var i=o==="client",a=o==="server";return S(h({schema:t,ignoreNoDocuments:!0,overwrite:!0},i&&{documents:[r]}),{generates:h({},i&&l({},n,{preset:"client",presetConfig:{fragmentMasking:!1,persistedDocuments:!0},config:{useTypeImports:!0}}),a&&l({},n,t9()))})}L(re,"createGraphqlCodegenConfig");var rt={"*":["eslint --fix"]};var rr=(typeof window==="undefined"?"undefined":T(window))<"u";import{ApolloServer as rn}from"@apollo/server";import{expressMiddleware as rs}from"@apollo/server/express4";import{ApolloServerPluginDrainHttpServer as ro}from"@apollo/server/plugin/drainHttpServer";import{ApolloServerPluginLandingPageLocalDefault as ri,ApolloServerPluginLandingPageProductionDefault as ra}from"@apollo/server/plugin/landingPage/default";function rc(e){return new rn(h({schema:e.schema,plugins:[e.isDev?ri():ra(),ro({httpServer:e.server})].concat(R(e.drainServer?[{serverWillStart:function t(){return o(function(){return w(this,function(t){return[2,{drainServer:function t(){return o(function(){var t;return w(this,function(r){(t=e.drainServer)===null||t===void 0?void 0:t.call(e),el.info("Apollo Server drainServer hook called");return[2]})})()}}]})})()}}]:[]))},e.isDev&&{introspection:!0,includeStacktraceInErrorResponses:!0}))}L(rc,"createApolloServer");import ru from"node:process";import{hideBin as rl}from"yargs/helpers";import rd from"yargs/yargs";var rf={name:"@cyberskill/shared",type:"module",version:"1.104.0",description:"CyberSkill Shared",author:"Stephen Cheng",license:"MIT",homepage:"https://github.com/cyberskill-world/shared#readme",repository:{type:"git",url:"git+https://github.com/cyberskill-world/shared.git"},bugs:{url:"https://github.com/cyberskill-world/shared/issues"},exports:{".":{types:"./dist/index.d.ts",import:"./dist/index.js",require:"./dist/index.cjs"},"./configs":{types:"./dist/configs/index.d.ts",import:"./dist/configs/index.js",require:"./dist/configs/index.cjs"},"./configs/commitlint":{types:"./dist/configs/commitlint/index.d.ts",import:"./dist/configs/commitlint/index.js",require:"./dist/configs/commitlint/index.cjs"},"./configs/eslint":{types:"./dist/configs/eslint/index.d.ts",import:"./dist/configs/eslint/index.js",require:"./dist/configs/eslint/index.cjs"},"./configs/graphql-codegen":{types:"./dist/configs/graphql-codegen/index.d.ts",import:"./dist/configs/graphql-codegen/index.js",require:"./dist/configs/graphql-codegen/index.cjs"},"./configs/lint-staged":{types:"./dist/configs/lint-staged/index.d.ts",import:"./dist/configs/lint-staged/index.js",require:"./dist/configs/lint-staged/index.cjs"},"./constants":{types:"./dist/constants/index.d.ts",import:"./dist/constants/index.js",require:"./dist/constants/index.cjs"},"./nodejs":{types:"./dist/nodejs/index.d.ts",import:"./dist/nodejs/index.js",require:"./dist/nodejs/index.cjs"},"./nodejs/apollo-server":{types:"./dist/nodejs/apollo-server/index.d.ts",import:"./dist/nodejs/apollo-server/index.js",require:"./dist/nodejs/apollo-server/index.cjs"},"./nodejs/cli":{types:"./dist/nodejs/cli/index.d.ts",import:"./dist/nodejs/cli/index.js",require:"./dist/nodejs/cli/index.cjs"},"./nodejs/command":{types:"./dist/nodejs/command/index.d.ts",import:"./dist/nodejs/command/index.js",require:"./dist/nodejs/command/index.cjs"},"./nodejs/express":{types:"./dist/nodejs/express/index.d.ts",import:"./dist/nodejs/express/index.js",require:"./dist/nodejs/express/index.cjs"},"./nodejs/fs":{types:"./dist/nodejs/fs/index.d.ts",import:"./dist/nodejs/fs/index.js",require:"./dist/nodejs/fs/index.cjs"},"./nodejs/log":{types:"./dist/nodejs/log/index.d.ts",import:"./dist/nodejs/log/index.js",require:"./dist/nodejs/log/index.cjs"},"./nodejs/mongo":{types:"./dist/nodejs/mongo/index.d.ts",import:"./dist/nodejs/mongo/index.js",require:"./dist/nodejs/mongo/index.cjs"},"./nodejs/package":{types:"./dist/nodejs/package/index.d.ts",import:"./dist/nodejs/package/index.js",require:"./dist/nodejs/package/index.cjs"},"./nodejs/path":{types:"./dist/nodejs/path/index.d.ts",import:"./dist/nodejs/path/index.js",require:"./dist/nodejs/path/index.cjs"},"./nodejs/storage":{types:"./dist/nodejs/storage/index.d.ts",import:"./dist/nodejs/storage/index.js",require:"./dist/nodejs/storage/index.cjs"},"./nodejs/ws":{types:"./dist/nodejs/ws/index.d.ts",import:"./dist/nodejs/ws/index.js",require:"./dist/nodejs/ws/index.cjs"},"./react":{types:"./dist/react/index.d.ts",import:"./dist/react/index.js",require:"./dist/react/index.cjs"},"./react/apollo-client":{types:"./dist/react/apollo-client/index.d.ts",import:"./dist/react/apollo-client/index.js",require:"./dist/react/apollo-client/index.cjs"},"./react/apollo-error":{types:"./dist/react/apollo-error/index.d.ts",import:"./dist/react/apollo-error/index.js",require:"./dist/react/apollo-error/index.cjs"},"./react/i18next":{types:"./dist/react/i18next/index.d.ts",import:"./dist/react/i18next/index.js",require:"./dist/react/i18next/index.cjs"},"./react/loading":{types:"./dist/react/loading/index.d.ts",import:"./dist/react/loading/index.js",require:"./dist/react/loading/index.cjs"},"./react/log":{types:"./dist/react/log/index.d.ts",import:"./dist/react/log/index.js",require:"./dist/react/log/index.cjs"},"./react/next-intl":{types:"./dist/react/next-intl/index.d.ts",import:"./dist/react/next-intl/index.js",require:"./dist/react/next-intl/index.cjs"},"./react/storage":{types:"./dist/react/storage/index.d.ts",import:"./dist/react/storage/index.js",require:"./dist/react/storage/index.cjs"},"./react/toast":{types:"./dist/react/toast/index.d.ts",import:"./dist/react/toast/index.js",require:"./dist/react/toast/index.cjs"},"./react/vitest":{types:"./dist/react/vitest/index.d.ts",import:"./dist/react/vitest/index.js",require:"./dist/react/vitest/index.cjs"},"./styles/reset.css":{import:"./dist/styles/reset.css",require:"./dist/styles/reset.css"},"./typescript":{types:"./dist/typescript/index.d.ts",import:"./dist/typescript/index.js",require:"./dist/typescript/index.cjs"},"./utils":{types:"./dist/utils/index.d.ts",import:"./dist/utils/index.js",require:"./dist/utils/index.cjs"}},main:"./dist/index.cjs",module:"./dist/index.js",types:"./dist/index.d.ts",bin:{cyberskill:"./dist/nodejs/cli/index.js"},files:["dist","public"],scripts:{build:"tsup",dev:"dotenv -e .env -- tsup --watch",lint:"dotenv -e .env -- tsx src/nodejs/cli/index.ts lint","lint:fix":"dotenv -e .env -- tsx src/nodejs/cli/index.ts lint:fix","lint:inspect":"dotenv -e .env -- tsx src/nodejs/cli/index.ts lint:inspect",reset:"dotenv -e .env -- tsx src/nodejs/cli/index.ts reset",setup:"dotenv -e .env -- tsx src/nodejs/cli/index.ts setup",inspect:"dotenv -e .env -- tsx src/nodejs/cli/index.ts inspect","test:unit":"dotenv -e .env -- tsx src/nodejs/cli/index.ts test:unit","test:e2e":"dotenv -e .env -- tsx src/nodejs/cli/index.ts test:e2e",commitlint:"dotenv -e .env -- tsx src/nodejs/cli/index.ts commitlint","lint-staged":"dotenv -e .env -- tsx src/nodejs/cli/index.ts lint-staged"},dependencies:{"@antfu/eslint-config":"4.12.0","@apollo/client":"3.13.8","@apollo/server":"4.12.0","@eddeee888/gcg-typescript-resolver-files":"0.12.0","@eslint-react/eslint-plugin":"1.48.4","@graphql-codegen/cli":"5.0.5","@graphql-codegen/client-preset":"4.8.0","@microsoft/api-extractor":"7.52.5","@next/eslint-plugin-next":"15.3.1","@swc/core":"1.11.21","@testing-library/jest-dom":"6.6.3","@testing-library/react":"16.3.0","@vitejs/plugin-react-swc":"3.9.0","@vitest/browser":"3.1.2",chalk:"5.4.1",classnames:"2.5.1",compression:"1.8.0",consola:"3.4.2",cors:"2.8.5","crypto-js":"4.2.0","date-fns":"4.1.0",dotenv:"16.5.0","dotenv-cli":"8.0.0",envalid:"8.0.0","eslint-config-next":"15.3.1","eslint-plugin-format":"1.0.1","eslint-plugin-react-hooks":"5.2.0","eslint-plugin-react-refresh":"0.4.20",express:"4.21.2","express-device":"0.4.2","express-session":"1.18.1","fs-extra":"11.3.0",globals:"16.0.0",graphql:"16.10.0","graphql-ws":"6.0.4",i18next:"25.0.1",jsdom:"26.1.0",localforage:"1.10.0","migrate-mongo":"12.1.3","modern-normalize":"3.0.1",mongodb:"6.16.0",mongoose:"8.13.2","mongoose-aggregate-paginate-v2":"1.1.4","mongoose-paginate-v2":"1.9.0","next-intl":"4.0.3","node-fetch":"3.3.2","node-persist":"4.0.4",ora:"8.2.0",playwright:"1.52.0","postcss-modules":"6.0.1",qs:"6.14.0",react:"19.1.0","react-dom":"19.1.0","react-hot-toast":"2.5.2","react-i18next":"15.4.1","react-icons":"5.5.0",sass:"1.87.0",slugify:"1.6.6",tsup:"8.4.0",tsx:"4.19.3",typescript:"5.8.3",unorm:"1.6.0",uuid:"11.1.0",vite:"6.3.2",vitest:"3.1.2","vitest-browser-react":"0.1.1",ws:"8.18.1",yargs:"17.7.2"},publishConfig:{access:"public",registry:"https://registry.npmjs.org/"},devDependencies:{"@commitlint/cli":"19.8.0","@eslint/config-inspector":"1.0.2","@types/compression":"1.7.5","@types/cors":"2.8.17","@types/crypto-js":"4.2.2","@types/express":"4.17.21","@types/express-session":"1.18.1","@types/fs-extra":"11.0.4","@types/migrate-mongo":"10.0.5","@types/mongoose-aggregate-paginate-v2":"1.0.12","@types/node-persist":"3.1.8","@types/react":"19.1.2","@types/react-dom":"19.1.2","@types/unorm":"1.3.31","@types/uuid":"10.0.0","@types/ws":"8.18.1","@types/yargs":"17.0.33",eslint:"9.25.1","lint-staged":"15.5.1","node-modules-inspector":"0.6.6","simple-git-hooks":"2.12.1"}};function rp(){return rm.apply(this,arguments)}function rm(){rm=o(function(){var e,t;return w(this,function(r){switch(r.label){case 0:if(!eC(tH.TS_CONFIG))return[3,3];t=["Performing TypeScript validation"];return[4,tJ.typescriptCheck()];case 1:return[4,e8.apply(void 0,t.concat([r.sent()]))];case 2:e=r.sent();return[3,4];case 3:e=el.warn("No TypeScript configuration found. Skipping type check.");r.label=4;case 4:e;return[2]}})});return rm.apply(this,arguments)}L(rp,"checkTypescript");function rg(){return rv.apply(this,arguments)}function rv(){rv=o(function(){var e,t,r,n;var s=arguments;return w(this,function(o){switch(o.label){case 0:e=s.length>0&&s[0]!==void 0?s[0]:!1;if(!e)return[3,3];r=["Running ESLint with auto-fix"];return[4,tJ.eslintFix()];case 1:return[4,e8.apply(void 0,r.concat([o.sent()]))];case 2:t=o.sent();return[3,6];case 3:n=["Running ESLint check"];return[4,tJ.eslintCheck()];case 4:return[4,e8.apply(void 0,n.concat([o.sent()]))];case 5:t=o.sent();o.label=6;case 6:t;return[2]}})});return rv.apply(this,arguments)}L(rg,"checkEslint");function rE(e,t){if(!t.length)return;var r=e==="Errors"?"red":"yellow";el.printBoxedLog(e==="Errors"?"✖ Errors":"⚠ Warnings",t,r)}L(rE,"printIssues");function rh(){return ry.apply(this,arguments)}function ry(){ry=o(function(){var e,t,r;return w(this,function(n){switch(n.label){case 0:return[4,eQ()];case 1:e=n.sent(),t=e.filter(function(e){return e.type===er.Error}),r=e.filter(function(e){return e.type===er.Warning});!t.length&&!r.length?el.printBoxedLog("✔ NO ISSUES FOUND",[],"green"):(rE("Warnings",r),rE("Errors",t),(t.length>0||r.length>0)&&ru.exit(1));return[2]}})});return ry.apply(this,arguments)}L(rh,"showCheckResult");function rS(){return rO.apply(this,arguments)}function rO(){rO=o(function(){var e,t,r,n,s,o;return w(this,function(i){switch(i.label){case 0:return[4,eJ()];case 1:i.sent();return[4,ex(ti)];case 2:e=i.sent(),t=e.isCurrentProject;if(!t)return[3,9];i.label=3;case 3:i.trys.push([3,8,,9]);r=["Building package: ".concat(ti)];return[4,tJ.build()];case 4:return[4,e8.apply(void 0,r.concat([i.sent()]))];case 5:i.sent();n=["Staging build artifacts"];return[4,tJ.stageBuildDirectory()];case 6:return[4,e8.apply(void 0,n.concat([i.sent()]))];case 7:i.sent();return[3,9];case 8:s=i.sent();throw el.error("Error building and staging ".concat(ti,": ").concat(s.message)),s;case 9:o=["Executing lint-staged"];return[4,tJ.lintStaged()];case 10:return[4,e8.apply(void 0,o.concat([i.sent()]))];case 11:i.sent(),rh();return[2]}})});return rO.apply(this,arguments)}L(rS,"lintStaged");function r_(){return rI.apply(this,arguments)}function rI(){rI=o(function(){var e;return w(this,function(t){switch(t.label){case 0:e=["Inspecting ESLint configuration"];return[4,tJ.eslintInspect()];case 1:return[4,e8.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return rI.apply(this,arguments)}L(r_,"inspectLint");function rC(){return rA.apply(this,arguments)}function rA(){rA=o(function(){return w(this,function(e){switch(e.label){case 0:return[4,eJ()];case 1:e.sent();return[4,Promise.all([rp(),rg()])];case 2:e.sent(),rh();return[2]}})});return rA.apply(this,arguments)}L(rC,"lintCheck");function rR(){return rT.apply(this,arguments)}function rT(){rT=o(function(){return w(this,function(e){switch(e.label){case 0:return[4,eJ()];case 1:e.sent();return[4,Promise.all([rp(),rg(!0)])];case 2:e.sent(),rh();return[2]}})});return rT.apply(this,arguments)}L(rR,"lintFix");function rb(){return rN.apply(this,arguments)}function rN(){rN=o(function(){var e;return w(this,function(t){switch(t.label){case 0:return[4,eJ()];case 1:t.sent();e=["Validating commit message"];return[4,tJ.commitLint()];case 2:return[4,e8.apply(void 0,e.concat([t.sent()]))];case 3:t.sent(),rh();return[2]}})});return rN.apply(this,arguments)}L(rb,"commitLint");function rw(){return rx.apply(this,arguments)}function rx(){rx=o(function(){var e,t,r,n;return w(this,function(s){switch(s.label){case 0:e=["Configuring Git hooks"];return[4,tJ.configureGitHook()];case 1:return[4,e8.apply(void 0,e.concat([s.sent()]))];case 2:s.sent(),eA(tH.GIT_HOOK);return[4,e3(tY)];case 3:t=s.sent();eI(tH.SIMPLE_GIT_HOOKS_JSON,t);r="\n".concat(tp,"\n");eC(tH.GIT_IGNORE)?eg(tH.GIT_IGNORE,"utf-8").split("\n").includes(tp)||eh(tH.GIT_IGNORE,r,"utf-8"):ev(tH.GIT_IGNORE,r,"utf-8");n=["Setting up simple-git-hooks"];return[4,tJ.simpleGitHooks()];case 4:return[4,e8.apply(void 0,n.concat([s.sent()]))];case 5:s.sent();return[2]}})});return rx.apply(this,arguments)}L(rw,"setupGitHook");function rD(){return rL.apply(this,arguments)}function rL(){rL=o(function(){return w(this,function(e){switch(e.label){case 0:return[4,eM([ti],{update:!0,postInstallActions:[rw]})];case 1:e.sent();return[2]}})});return rL.apply(this,arguments)}L(rD,"setup");function rG(){return rM.apply(this,arguments)}function rM(){rM=o(function(){return w(this,function(e){switch(e.label){case 0:eA(tH.NODE_MODULES,tH.PNPM_LOCK_YAML);return[4,eL()];case 1:e.sent();return[4,rw()];case 2:e.sent();return[2]}})});return rM.apply(this,arguments)}L(rG,"reset");function rj(){return rP.apply(this,arguments)}function rP(){rP=o(function(){var e;return w(this,function(t){switch(t.label){case 0:e=["Inspecting project dependencies"];return[4,tJ.nodeModulesInspect()];case 1:return[4,e8.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return rP.apply(this,arguments)}L(rj,"inspect");function rk(){return rU.apply(this,arguments)}function rU(){rU=o(function(){var e;return w(this,function(t){switch(t.label){case 0:e=["Running unit tests"];return[4,tJ.testUnit()];case 1:return[4,e8.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return rU.apply(this,arguments)}L(rk,"testUnit");function rF(){return rq.apply(this,arguments)}function rq(){rq=o(function(){var e;return w(this,function(t){switch(t.label){case 0:e=["Running end-to-end tests"];return[4,tJ.testE2e()];case 1:return[4,e8.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return rq.apply(this,arguments)}L(rF,"testE2E");function rK(e){return rB.apply(this,arguments)}function rB(){rB=o(function(e){var t;return w(this,function(r){switch(r.label){case 0:t=["Creating MongoDB migration"];return[4,tJ.mongoMigrateCreate(e)];case 1:return[4,e8.apply(void 0,t.concat([r.sent()]))];case 2:r.sent();return[2]}})});return rB.apply(this,arguments)}L(rK,"mongoMigrateCreate");function rH(){return rY.apply(this,arguments)}function rY(){rY=o(function(){var e;return w(this,function(t){switch(t.label){case 0:e=["Running MongoDB migrations"];return[4,tJ.mongoMigrateUp()];case 1:return[4,e8.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return rY.apply(this,arguments)}L(rH,"mongoMigrateUp");function rV(){return rQ.apply(this,arguments)}function rQ(){rQ=o(function(){var e;return w(this,function(t){switch(t.label){case 0:e=["Rolling back MongoDB migration"];return[4,tJ.mongoMigrateDown()];case 1:return[4,e8.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return rQ.apply(this,arguments)}L(rV,"mongoMigrateDown");o(function(){var e;return w(this,function(t){switch(t.label){case 0:t.trys.push([0,2,,3]);return[4,rd(rl(ru.argv)).scriptName(ty).usage("$0 <command> [options]").command("lint","Check code for linting issues",rC).command("lint:fix","Fix linting issues automatically",rR).command("lint:inspect","View active ESLint configuration",r_).command("lint-staged","Run lint checks on staged files",rS).command("commitlint","Validate commit message format",rb).command("setup","Initialize project setup and dependencies",rD).command("reset","Reset the project and reinstall dependencies",rG).command("inspect","Analyze installed project dependencies",rj).command("test:unit","Run unit test suite",rk).command("test:e2e","Run end-to-end test suite",rF).command("mongo:migrate:create <name>","Create a MongoDB migration",function(e){return e.positional("name",{describe:"Migration name",type:"string"})},/*#__PURE__*/function(){var e=o(function(e){return w(this,function(t){switch(t.label){case 0:if(!e.name){el.error("Migration name is required.");return[2]}return[4,rK(e.name)];case 1:t.sent();return[2]}})});return function(t){return e.apply(this,arguments)}}()).command("mongo:migrate:up","Apply all MongoDB migrations",rH).command("mongo:migrate:down","Rollback last MongoDB migration",rV).demandCommand(1,"Please specify a valid command.").strict().help().alias("h","help").alias("v","version").version(rf.version).epilog('\uD83D\uDCA1 Tip: Use "--help" with any command to see options\n').parse()];case 1:t.sent();return[3,3];case 2:e=t.sent();el.error("Fatal: ".concat(e.message)),ru.exit(1);return[3,3];case 3:return[2]}})})();import{Router as rW}from"express";import rJ from"compression";import rz from"cors";import r$ from"express";import rX from"express-device";import rZ from"express-session";function r0(e){return rz({origin:L(function(t,r){var n;e.isDev||((n=e.whiteList)===null||n===void 0?void 0:n.includes(t!==null&&t!==void 0?t:""))?r(null,!0):r(null,!1)},"origin"),credentials:!0})}L(r0,"createCors");function r1(e){var t=r$();return t.set("trust proxy",1),t.use(r$.urlencoded({extended:!0})),t.use(rJ()),t.use(rX.capture()),e.staticFolder&&t.use(r$.static(e.staticFolder)),e.sessionOptions&&t.use(rZ(e.sessionOptions)),t}L(r1,"createExpress");var r2="MONGO_MIGRATE_OPTIONS";import{Collection as r4,Db as r3}from"mongodb";import{Document as r5,Model as r8}from"mongoose";var r6=/*#__PURE__*/function(e){"use strict";f(t,e);function t(){a(this,t);return i(this,t,arguments)}return t}(r3);L(r6,"C_Db");var r7=r6,r9=/*#__PURE__*/function(e){"use strict";f(t,e);function t(){a(this,t);return i(this,t,arguments)}return t}(r5);L(r9,"C_Document");var ne=r9,nt=/*#__PURE__*/function(e){"use strict";f(t,e);function t(){a(this,t);return i(this,t,arguments)}return t}(r8);L(nt,"C_Model");var nr=nt,nn=/*#__PURE__*/function(e){"use strict";f(t,e);function t(){a(this,t);return i(this,t,arguments)}return t}(r4);L(nn,"C_Collection");var ns=nn;import{format as no}from"date-fns";import ni from"migrate-mongo";import{Document as na}from"mongoose";import nc from"mongoose-aggregate-paginate-v2";import nu from"mongoose-paginate-v2";import{v4 as nl}from"uuid";import nd from"crypto-js";import nf from"slugify";var np=nf.default||nf;function nm(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0;var r=t||{},n=r.lower,s=n===void 0?!0:n,o=r.locale,i=o===void 0?"vi":o,a=O(r,["lower","locale"]);return np(e,h({lower:s,locale:i},a))}L(nm,"generateSlug");function ng(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:4;return nd.SHA256(e).toString(nd.enc.Hex).slice(0,t)}L(ng,"generateShortId");var nv={isEmpty:function e(e){return e==null?!0:Array.isArray(e)?e.length===0:(typeof e==="undefined"?"undefined":T(e))=="object"?p(e,Date)?!1:Object.keys(e).length===0:typeof e=="string"?e.trim().length===0:!1}};var nE={getDateTime:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:new Date;return no(e,"yyyy-MM-dd HH:mm:ss.SSS")},createGenericFields:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=e.returnDateAs,r=t===void 0?"string":t;var n=r==="string"?nE.getDateTime():new Date;return{id:nl(),isDel:!1,createdAt:n,updatedAt:n}},applyPlugins:function e(e,t){t.filter(function(e){return typeof e=="function"}).forEach(function(t){return e.plugin(t)})},applyMiddlewares:function e(e,t){t.forEach(function(t){var r=t.method,n=t.pre,s=t.post;r&&n&&e.pre(r,n),r&&s&&e.post(r,s)})},createGenericSchema:function e(e){return new e.Schema({id:{type:String,default:nl,required:!0,unique:!0},isDel:{type:Boolean,default:!1,required:!0}},{timestamps:!0})},createSchema:function e(e){var t=e.mongoose,r=e.schema,n=e.virtuals,s=n===void 0?[]:n,o=e.standalone,i=o===void 0?!1:o;var a=new t.Schema(r,{strict:!0});return s.forEach(function(e){var t=e.name,r=e.options,n=e.get;var s=a.virtual(t,r);n&&s.get(n)}),i||a.add(nE.createGenericSchema(t)),a},createModel:function e(e){var t=e.mongoose,r=e.name,n=e.schema,s=e.pagination,o=s===void 0?!1:s,i=e.aggregate,a=i===void 0?!1:i,c=e.virtuals,u=c===void 0?[]:c,l=e.middlewares,d=l===void 0?[]:l;if(!r)throw new Error("Model name is required.");if(t.models[r])return t.models[r];var f=nE.createSchema({mongoose:t,schema:n,virtuals:u});return nE.applyPlugins(f,[o&&nu,a&&nc]),nE.applyMiddlewares(f,d),t.model(r,f)},createSlugQuery:function e(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0;return S(h({},t,r&&{id:{$ne:r}}),{$or:[{slug:e},{slugHistory:e}]})},validator:{isEmpty:function e(){return /*#__PURE__*/function(){var e=o(function(e){return w(this,function(t){return[2,!nv.isEmpty(e)]})});return function(t){return e.apply(this,arguments)}}()},isUnique:function e(e){return /*#__PURE__*/function(){var t=o(function(t){var r;return w(this,function(n){switch(n.label){case 0:if(!Array.isArray(e)||e.length===0)throw new Error("Fields must be a non-empty array of strings.");r={$or:e.map(function(e){return l({},e,t)})};return[4,this.constructor.findOne(r)];case 1:return[2,!n.sent()]}})});return function(e){return t.apply(this,arguments)}}()},matchesRegex:function e(e){return /*#__PURE__*/function(){var t=o(function(t){return w(this,function(r){if(!Array.isArray(e)||e.some(function(e){return!p(e,RegExp)}))throw new Error("regexArray must be an array of valid RegExp objects.");return[2,e.every(function(e){return e.test(t)})]})});return function(e){return t.apply(this,arguments)}}()}},migrate:S(h({},ni),{setConfig:L(function(e){var t="// This file is automatically generated by the Cyberskill CLI.\nmodule.exports = ".concat(JSON.stringify(e,null,4));ev(tH.MIGRATE_MONGO_CONFIG,t);var r="\n".concat(tE,"\n");eC(tH.GIT_IGNORE)?eg(tH.GIT_IGNORE,"utf-8").split("\n").includes(tE)||eh(tH.GIT_IGNORE,r,"utf-8"):ev(tH.GIT_IGNORE,r,"utf-8")},"setConfig")})},nh=/*#__PURE__*/function(){"use strict";function e(t,r){a(this,e);G(this,"collection");this.collection=t.collection(r)}u(e,[{key:"createOne",value:function e(e){var t=this;return o(function(){var r,n,s;return w(this,function(o){switch(o.label){case 0:o.trys.push([0,2,,3]);r=h({},nE.createGenericFields(),e);n={success:!0,message:"Document created successfully"};return[4,t.collection.insertOne(r)];case 1:return[2,(n.result=o.sent(),n)];case 2:s=o.sent();return[2,{success:!1,message:s.message}];case 3:return[2]}})})()}},{key:"createMany",value:function e(e){var t=this;return o(function(){var r,n,s;return w(this,function(o){switch(o.label){case 0:o.trys.push([0,2,,3]);r=e.map(function(e){return h({},nE.createGenericFields(),e)});return[4,t.collection.insertMany(r)];case 1:n=o.sent();return[2,n.insertedCount===0?{success:!1,message:"No documents were inserted"}:{success:!0,message:"".concat(n.insertedCount," documents created successfully"),result:n}];case 2:s=o.sent();return[2,{success:!1,message:s.message}];case 3:return[2]}})})()}},{key:"findOne",value:function e(e){var t=this;return o(function(){var r,n;return w(this,function(s){switch(s.label){case 0:s.trys.push([0,2,,3]);return[4,t.collection.findOne(e)];case 1:r=s.sent();return[2,r?{success:!0,message:"Document found",result:r}:{success:!1,message:"Document not found"}];case 2:n=s.sent();return[2,{success:!1,message:n.message}];case 3:return[2]}})})()}},{key:"findAll",value:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};var t=this;return o(function(){var r,n;return w(this,function(s){switch(s.label){case 0:s.trys.push([0,2,,3]);r={success:!0,message:"Documents retrieved successfully"};return[4,t.collection.find(e).toArray()];case 1:return[2,(r.result=s.sent(),r)];case 2:n=s.sent();return[2,{success:!1,message:n.message}];case 3:return[2]}})})()}},{key:"count",value:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};var t=this;return o(function(){var r,n;return w(this,function(s){switch(s.label){case 0:s.trys.push([0,2,,3]);r={success:!0,message:"Count retrieved successfully"};return[4,t.collection.countDocuments(e)];case 1:return[2,(r.result=s.sent(),r)];case 2:n=s.sent();return[2,{success:!1,message:n.message}];case 3:return[2]}})})()}},{key:"updateOne",value:function e(e,t){var r=this;return o(function(){var n,s;return w(this,function(o){switch(o.label){case 0:o.trys.push([0,2,,3]);return[4,r.collection.updateOne(e,{$set:t})];case 1:n=o.sent();return[2,n.matchedCount===0?{success:!1,message:"No documents matched the filter"}:{success:!0,message:"Document updated successfully",result:n}];case 2:s=o.sent();return[2,{success:!1,message:s.message}];case 3:return[2]}})})()}},{key:"updateMany",value:function e(e,t){var r=this;return o(function(){var n,s;return w(this,function(o){switch(o.label){case 0:o.trys.push([0,2,,3]);return[4,r.collection.updateMany(e,{$set:t})];case 1:n=o.sent();return[2,n.matchedCount===0?{success:!1,message:"No documents matched the filter"}:{success:!0,message:"Documents updated successfully",result:n}];case 2:s=o.sent();return[2,{success:!1,message:s.message}];case 3:return[2]}})})()}},{key:"deleteOne",value:function e(e){var t=this;return o(function(){var r,n;return w(this,function(s){switch(s.label){case 0:s.trys.push([0,2,,3]);return[4,t.collection.deleteOne(e)];case 1:r=s.sent();return[2,r.deletedCount===0?{success:!1,message:"No documents matched the filter"}:{success:!0,message:"Document deleted successfully",result:r}];case 2:n=s.sent();return[2,{success:!1,message:n.message}];case 3:return[2]}})})()}},{key:"deleteMany",value:function e(e){var t=this;return o(function(){var r,n;return w(this,function(s){switch(s.label){case 0:s.trys.push([0,2,,3]);return[4,t.collection.deleteMany(e)];case 1:r=s.sent();return[2,r.deletedCount===0?{success:!1,message:"No documents matched the filter"}:{success:!0,message:"Documents deleted successfully",result:r}];case 2:n=s.sent();return[2,{success:!1,message:n.message}];case 3:return[2]}})})()}}]);return e}();L(nh,"MongoController");var ny=nh,nS=/*#__PURE__*/function(){"use strict";function e(t){a(this,e);G(this,"model");this.model=t}u(e,[{key:"getModelName",value:function e(){return this.model.modelName}},{key:"findOne",value:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n=arguments.length>3?arguments[3]:void 0;var s=this;return o(function(){var o,i,a;return w(this,function(c){switch(c.label){case 0:c.trys.push([0,2,,3]);o=s.model.findOne(e,t,r);n&&o.populate(n);return[4,o.exec()];case 1:i=c.sent();return[2,i?{success:!0,result:i}:{success:!1,message:"No ".concat(s.getModelName()," found."),code:ei.NOT_FOUND.CODE}];case 2:a=c.sent();return[2,{success:!1,message:a.message,code:ei.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"findAll",value:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n=arguments.length>3?arguments[3]:void 0;var s=this;return o(function(){var o,i,a;return w(this,function(c){switch(c.label){case 0:c.trys.push([0,2,,3]);o=s.model.find(e,t,r);n&&o.populate(n);i={success:!0};return[4,o.exec()];case 1:return[2,(i.result=c.sent(),i)];case 2:a=c.sent();return[2,{success:!1,message:a.message,code:ei.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"findPaging",value:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};var r=this;return o(function(){var n,s;return w(this,function(o){switch(o.label){case 0:o.trys.push([0,2,,3]);n={success:!0};return[4,r.model.paginate(e,t)];case 1:return[2,(n.result=o.sent(),n)];case 2:s=o.sent();return[2,{success:!1,message:s.message,code:ei.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"findPagingAggregate",value:function e(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};var r=this;return o(function(){var n,s;return w(this,function(o){switch(o.label){case 0:o.trys.push([0,2,,3]);n={success:!0};return[4,r.model.aggregatePaginate(r.model.aggregate(e),t)];case 1:return[2,(n.result=o.sent(),n)];case 2:s=o.sent();return[2,{success:!1,message:s.message,code:ei.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"count",value:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};var t=this;return o(function(){var r,n;return w(this,function(s){switch(s.label){case 0:s.trys.push([0,2,,3]);r={success:!0};return[4,t.model.countDocuments(e)];case 1:return[2,(r.result=s.sent(),r)];case 2:n=s.sent();return[2,{success:!1,message:n.message,code:ei.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"createOne",value:function e(e){var t=this;return o(function(){var r,n;return w(this,function(s){switch(s.label){case 0:s.trys.push([0,2,,3]);r={success:!0};return[4,t.model.create(e)];case 1:return[2,(r.result=s.sent(),r)];case 2:n=s.sent();return[2,{success:!1,message:n.message,code:ei.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"createMany",value:function e(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};var r=this;return o(function(){var n,s;return w(this,function(o){switch(o.label){case 0:o.trys.push([0,2,,3]);n={success:!0};return[4,r.model.insertMany(e,t)];case 1:return[2,(n.result=o.sent().map(function(e){return p(e,na)?e.toObject():null}).filter(function(e){return e!==null}),n)];case 2:s=o.sent();return[2,{success:!1,message:s.message,code:ei.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"updateOne",value:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};var n=this;return o(function(){var s,o;return w(this,function(i){switch(i.label){case 0:i.trys.push([0,2,,3]);return[4,n.model.findOneAndUpdate(e,t,h({new:!0},r)).exec()];case 1:s=i.sent();return[2,s?{success:!0,result:s}:{success:!1,message:"Failed to update ".concat(n.getModelName(),"."),code:ei.NOT_FOUND.CODE}];case 2:o=i.sent();return[2,{success:!1,message:o.message,code:ei.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"updateMany",value:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};var n=this;return o(function(){var s,o;return w(this,function(i){switch(i.label){case 0:i.trys.push([0,2,,3]);s={success:!0};return[4,n.model.updateMany(e,t,r).exec()];case 1:return[2,(s.result=i.sent(),s)];case 2:o=i.sent();return[2,{success:!1,message:o.message,code:ei.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"deleteOne",value:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};var r=this;return o(function(){var n,s;return w(this,function(o){switch(o.label){case 0:o.trys.push([0,2,,3]);return[4,r.model.findOneAndDelete(e,t).exec()];case 1:n=o.sent();return[2,n?{success:!0,result:n}:{success:!1,message:"No ".concat(r.getModelName()," found to delete."),code:ei.NOT_FOUND.CODE}];case 2:s=o.sent();return[2,{success:!1,message:s.message,code:ei.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"deleteMany",value:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};var r=this;return o(function(){var n,s;return w(this,function(o){switch(o.label){case 0:o.trys.push([0,2,,3]);return[4,r.model.deleteMany(e,t).exec()];case 1:n=o.sent();return[2,n.deletedCount===0?{success:!1,message:"No documents found to delete.",code:ei.NOT_FOUND.CODE}:{success:!0,result:n}];case 2:s=o.sent();return[2,{success:!1,message:s.message,code:ei.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"createShortId",value:function e(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:4;var r=this;return o(function(){var n,s,o,i;return w(this,function(a){switch(a.label){case 0:n=new Set;s=0;a.label=1;case 1:if(!(s<10))return[3,5];o=ng(e,s+t);i=!n.has(o);if(!i)return[3,3];n.add(o);return[4,r.model.exists({shortId:o})];case 2:i=!a.sent();a.label=3;case 3:if(i)return[2,{success:!0,result:o}];a.label=4;case 4:s++;return[3,1];case 5:return[2,{success:!1,message:"Failed to create a unique shortId",code:ei.INTERNAL_SERVER_ERROR.CODE}]}})})()}},{key:"createSlug",value:function e(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};var n=this;return o(function(){var s,i,a,c,u,l,d,f,p,m,g;return w(this,function(v){switch(v.label){case 0:v.trys.push([0,8,,9]);s=t[e],i=L(/*#__PURE__*/function(){var e=o(function(e){var s,o,i;return w(this,function(a){switch(a.label){case 0:return[4,n.model.findOne(nE.createSlugQuery(e,r,t.id))];case 1:s=a.sent();if(!s)return[2,e];o=1;a.label=2;case 2:i="".concat(e,"-").concat(o);return[4,n.model.findOne(nE.createSlugQuery(i,r,t.id))];case 3:s=a.sent(),o++;a.label=4;case 4:if(s)return[3,2];a.label=5;case 5:return[2,i]}})});return function(t){return e.apply(this,arguments)}}(),"createUniqueSlug");if(!((typeof s==="undefined"?"undefined":T(s))=="object"))return[3,5];a={};c=[];for(u in s)c.push(u);l=0;v.label=1;case 1:if(!(l<c.length))return[3,4];d=c[l];f=nm(s[d]);return[4,i(f)];case 2:a[d]=v.sent();v.label=3;case 3:l++;return[3,1];case 4:return[2,{success:!0,result:a}];case 5:p=nm(s);m={success:!0};return[4,i(p)];case 6:return[2,(m.result=v.sent(),m)];case 7:return[3,9];case 8:g=v.sent();return[2,{success:!1,message:"Failed to create a unique slug: ".concat(g.message),code:ei.INTERNAL_SERVER_ERROR.CODE}];case 9:return[2]}})})()}},{key:"aggregate",value:function e(e){var t=this;return o(function(){var r,n;return w(this,function(s){switch(s.label){case 0:s.trys.push([0,2,,3]);r={success:!0};return[4,t.model.aggregate(e)];case 1:return[2,(r.result=s.sent(),r)];case 2:n=s.sent();return[2,{success:!1,message:n.message,code:ei.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}}]);return e}();L(nS,"MongooseController");var nO=nS;import{useServer as n_}from"graphql-ws/use/ws";import{WebSocketServer as nI}from"ws";function nC(e){return new nI({server:e.server,path:e.path})}L(nC,"createWSServer");function nA(e){return n_({schema:e.schema},e.server)}L(nA,"initGraphQLWS");import{ApolloClient as nR,ApolloError as nT,ApolloLink as nb,ApolloProvider as nN,from as nw,HttpLink as nx,InMemoryCache as nD,split as nL}from"@apollo/client";import{onError as nG}from"@apollo/client/link/error";import{removeTypenameFromVariables as nM}from"@apollo/client/link/remove-typename";import{GraphQLWsLink as nj}from"@apollo/client/link/subscriptions";import{getMainDefinition as nP}from"@apollo/client/utilities";import{createClient as nk}from"graphql-ws";import nU,{useMemo as nF}from"react";import{FaInfo as nq}from"react-icons/fa6";import nK,{use as nB}from"react";import{FaRepeat as nH}from"react-icons/fa6";import{createContext as nY}from"react";var nV=nY(void 0);import nQ from"./react/apollo-error/apollo-error.module.scss";function nW(){var e=nB(nV),t=e===null||e===void 0?void 0:e.error;if(!t)return null;var r=L(function(e,t){return(t===null||t===void 0?void 0:t.length)?nK.createElement("div",null,nK.createElement("strong",null,e,":"),nK.createElement("ul",null,t.map(function(e){return nK.createElement("li",{key:e.message},e.message)}))):null},"renderErrorList");return nK.createElement("div",{className:nQ["modal-backdrop"]},nK.createElement("div",{className:nQ["modal-content"]},nK.createElement("button",{type:"button",className:nQ["btn-close"],onClick:e.hideError},"✕"),nK.createElement("div",{className:nQ["error-title"]},nK.createElement("button",{type:"button",className:nQ["btn-retry"],onClick:L(function(){return window.location.reload()},"onClick")},nK.createElement(nH,null))," ",t.message),nK.createElement("div",{className:nQ["error-details"]},t.networkError&&nK.createElement("pre",{className:"network"},nK.createElement("strong",null,"Network Error:")," ",t.networkError.message),r("GraphQL Errors",R(t.graphQLErrors)),r("Protocol Errors",R(t.protocolErrors)),r("Client Errors",R(t.clientErrors)),t.extraInfo&&nK.createElement("pre",{className:"extra"},nK.createElement("strong",null,"Extra Info:")," ",JSON.stringify(t.extraInfo,null,4)))))}L(nW,"ApolloError");import{use as nJ}from"react";function nz(){var e=nJ(nV);if(!e)throw new Error("useApolloError must be used within ApolloErrorProvider");return e}L(nz,"useApolloError");import n$,{useEffect as nX,useMemo as nZ,useState as n0}from"react";var n1=null;function n2(e){n1=e}L(n2,"setGlobalApolloErrorCallback");function n4(e){n1===null||n1===void 0?void 0:n1(e)}L(n4,"showGlobalApolloError");function n3(e){var t=e.children;var r=A(n0(null),2),n=r[0],s=r[1];nX(function(){n2(s)},[]);var o=nZ(function(){return{error:n,showError:s,hideError:L(function(){return s(null)},"hideError")}},[n]);return n$.createElement(nV,{value:o},t)}L(n3,"ApolloErrorProvider");import{consola as n5}from"consola/browser";var n8={silent:n5.silent,level:n5.level,fatal:n5.fatal,error:n5.error,warn:n5.warn,log:n5.log,info:n5.info,success:n5.success,ready:n5.ready,start:n5.start,box:n5.box,debug:n5.debug,trace:n5.trace,verbose:n5.verbose};import{toast as n6,Toaster as n7}from"react-hot-toast";var n9="/graphql";var se,st=(se=/*#__PURE__*/function(e){"use strict";f(t,e);function t(){a(this,t);var e;e=i(this,t,arguments);G(e,"count",0);return e}u(t,[{key:"request",value:function e(e,t){var r=this;var n=Date.now();return this.count+=1,t(e).map(function(t){var s=Date.now()-n,o=e.operationName||"Unnamed";return n8.info("[Apollo] #".concat(r.count,": ").concat(o," (").concat(s,"ms)")),t})}}]);return t}(nb),L(se,"DevLoggerLink"),se);function sr(e){var t=e.uri,r=e.wsUrl,n=e.customLinks,s=new st,o=nG(function(e){var t=e.graphQLErrors,r=e.networkError,n=e.protocolErrors,s=e.operation;var o=(s===null||s===void 0?void 0:s.operationName)||"Unknown";if(t&&t.forEach(function(e){var t=e.message,r=e.locations,n=e.path;n8.error("[GraphQL error] ".concat(o,": ").concat(t,", Location: ").concat(JSON.stringify(r),", Path: ").concat(n))}),n&&n.forEach(function(e){var t=e.message,r=e.extensions;n8.error("[Protocol error]: ".concat(t,", Extensions: ").concat(JSON.stringify(r)))}),r&&n8.error("[Network error]: ".concat(r)),t||n||r){var i,a;var c=(t===null||t===void 0?void 0:(i=t[0])===null||i===void 0?void 0:i.message)||(n===null||n===void 0?void 0:(a=n[0])===null||a===void 0?void 0:a.message)||(r===null||r===void 0?void 0:r.message)||"Unexpected error",u=new nT({graphQLErrors:t||[],protocolErrors:n||[],clientErrors:[],networkError:r||null,errorMessage:c,extraInfo:{operation:s}});n6.error(function(e){return nU.createElement(nU.Fragment,null,c,"\xa0",nU.createElement(nq,{cursor:"pointer",onClick:L(function(){setTimeout(function(){n4(u)},0),n6.dismiss(e.id)},"onClick")}))})}}),i=nM();t||n8.warn('[Apollo] No GraphQL URI provided — using "'.concat(n9,'" as default'));var a=new nx({uri:t!==null&&t!==void 0?t:n9,credentials:"include"}),c=r?new nj(nk({url:r})):nb.empty(),u=p(c,nb)?nL(function(e){var t=e.query;var r=nP(t);return r.kind==="OperationDefinition"&&r.operation==="subscription"},c,a):a;return u===a&&r&&n8.warn("[Apollo] WS URL is set, but subscriptions fallback to HTTP. Check your wsLink config."),[s,o,i].concat(R(n!==null&&n!==void 0?n:[]),[u])}L(sr,"createApolloLinks");function sn(e){var t=e.isNextJS,r=e.options,n=e.children,s=e.client,o=e.provider,i=e.cache;var a=r||{},c=a.uri,u=a.wsUrl,l=a.customLinks,d=O(a,["uri","wsUrl","customLinks"]),f=s!==null&&s!==void 0?s:nR;if(typeof f!="function")throw new TypeError("Invalid ApolloClient provided. Ensure CustomClient is a class.");var m=o||nN,g=nF(function(){return nw(sr({uri:c!==null&&c!==void 0?c:n9,wsUrl:u!==null&&u!==void 0?u:"",customLinks:l!==null&&l!==void 0?l:[]}))},[c,u,l]),v=nF(function(){return p(i,nD)?i:new nD},[i]),E=nF(function(){return new f(h({link:g,cache:v},d))},[f,g,v,d]),y=t?nU.createElement(m,{makeClient:L(function(){return E},"makeClient")},n):nU.createElement(m,{client:E},n);return nU.createElement(nU.Fragment,null,nU.createElement(n3,null,y,nU.createElement(nW,null)),nU.createElement(n7,{position:"top-right"}))}L(sn,"ApolloProvider");import{useTranslation as ss}from"react-i18next";var so=ss;import si from"i18next";import{initReactI18next as sa}from"react-i18next";function sc(e){return si.use(sa).init(e)}L(sc,"initI18next");import su from"classnames";import sl from"react";import sd from"./react/loading/loading.module.scss";function sf(e){var t=e.full,r=t===void 0?!1:t,n=e.block,s=n===void 0?!1:n,o=e.className,i=o===void 0?"":o,a=e.message,c=a===void 0?"Loading":a,u=O(e,["full","block","className","message"]);function l(){return sl.createElement("div",h({className:sd.container},u),sl.createElement("div",{className:sd.ring}),sl.createElement("div",{className:sd.ring}),sl.createElement("div",{className:sd.ring}),sl.createElement("div",{className:sd.ring}),c&&sl.createElement("div",{className:sd.message},c))}return L(l,"_renderLoading"),r?sl.createElement("div",{className:su(sd.fullscreen,i)},l()):s?sl.createElement("div",{className:su(sd.block,i)},l()):l()}L(sf,"Loading");import{createContext as sp}from"react";var sm=sp(void 0);import{use as sg}from"react";function sv(){var e=sg(sm);if(!e)throw new Error("useLoading must be used within a LoadingProvider");return e}L(sv,"useLoading");import sE,{useCallback as sh,useMemo as sy,useState as sS}from"react";function sO(e){var t=e.children;var r=A(sS(!1),2),n=r[0],s=r[1],o=A(sS(!1),2),i=o[0],a=o[1],c=sh(function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;s(!0),a(e)},[]),u=sh(function(){s(!1),a(!1)},[]),l=sy(function(){return{isLoading:n,isGlobalLoading:i,showLoading:c,hideLoading:u}},[n,i,c,u]);return sE.createElement(sm,{value:l},n?sE.createElement(sf,{full:i}):t)}L(sO,"LoadingProvider");import{enUS as s_}from"date-fns/locale";var sI={label:"English",value:"en",flag:"\uD83C\uDDFA\uD83C\uDDF8",adapterLocale:s_,icon:"flagpack:gb-nir",numberFormat:{code:"en-US",currency:"USD"},timezone:"America/New_York"};import{createContext as sC}from"react";var sA=sC(void 0);import{NextIntlClientProvider as sR}from"next-intl";import sT from"react";import{useTranslations as sb}from"next-intl";import{use as sN}from"react";function sw(){var e=sN(sA);if(!e)throw new Error("useNextIntl must be used within a NextIntlProvider");return e}L(sw,"useNextIntl");var sx=sb;function sD(e){var t=L(function(t){var r;var n;var s=sw(),o=s.currentLanguage,i=t.messages,a=t.languages,c="en",u=i[(o===null||o===void 0?void 0:o.value)||c],l=(n=(r=a.find(function(e){return e.value===(o===null||o===void 0?void 0:o.value)}))===null||r===void 0?void 0:r.timezone)!==null&&n!==void 0?n:sI.timezone;return i?sT.createElement(sR,{locale:(o===null||o===void 0?void 0:o.value)||c,messages:u||null,timeZone:l},sT.createElement(e,t)):(n8.warn("Missing messages for language: ".concat((o===null||o===void 0?void 0:o.value)||c)),null)},"PageWithI18n");return t.displayName="withNextIntl(".concat(e.displayName||e.name||"Component",")"),t}L(sD,"withNextIntl");import sL,{useMemo as sG}from"react";import{useCallback as sM,useEffect as sj,useState as sP}from"react";var sk={serialize:L(function(e){return JSON.stringify(e,function(e,t){return p(t,Date)?{__type:"Date",value:t.toISOString()}:t})},"serialize"),deserialize:L(function(e){return JSON.parse(e,function(e,t){return(t===null||t===void 0?void 0:t.__type)==="Date"?new Date(t.value):t})},"deserialize")};import sU from"localforage";var sF={get:function e(e){return o(function(){var t;return w(this,function(r){switch(r.label){case 0:r.trys.push([0,2,,3]);return[4,sU.getItem(e)];case 1:return[2,r.sent()];case 2:t=r.sent();return[2,(n8.error('[Storage:get] Error getting key "'.concat(e,'":'),t),null)];case 3:return[2]}})})()},set:function e(e,t){return o(function(){var r;return w(this,function(n){switch(n.label){case 0:n.trys.push([0,2,,3]);return[4,sU.setItem(e,t)];case 1:n.sent();return[3,3];case 2:r=n.sent();n8.error('[Storage:set] Error setting key "'.concat(e,'":'),r);return[3,3];case 3:return[2]}})})()},remove:function e(e){return o(function(){var t;return w(this,function(r){switch(r.label){case 0:r.trys.push([0,2,,3]);return[4,sU.removeItem(e)];case 1:r.sent();return[3,3];case 2:t=r.sent();n8.error('[Storage:remove] Error removing key "'.concat(e,'":'),t);return[3,3];case 3:return[2]}})})()},keys:function e(){return o(function(){var e,t;return w(this,function(r){switch(r.label){case 0:r.trys.push([0,2,,3]);return[4,sU.keys()];case 1:return[2,(e=r.sent())!==null&&e!==void 0?e:[]];case 2:t=r.sent();return[2,(n8.error("[Storage:keys] Error getting keys:",t),[])];case 3:return[2]}})})()}};function sq(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:sk;var n=A(sP(t),2),s=n[0],i=n[1],a=A(sP(!1),2),c=a[0],u=a[1];sj(function(){var n=!0;return L(/*#__PURE__*/o(function(){var s,o,a,c;return w(this,function(l){switch(l.label){case 0:l.trys.push([0,6,7,8]);return[4,sF.get(e)];case 1:s=l.sent();if(!n)return[3,5];if(!(s!==null))return[3,2];o=r.deserialize(s);i(o);return[3,5];case 2:if(!(t!==void 0))return[3,4];a=r.serialize(t);return[4,sF.set(e,a)];case 3:l.sent(),i(t);return[3,5];case 4:i(void 0);l.label=5;case 5:return[3,8];case 6:c=l.sent();n8.error('Error loading value for key "'.concat(e,'":'),c),n&&i(t);return[3,8];case 7:n&&u(!0);return[7];case 8:return[2]}})}),"loadValue")(),function(){n=!1,u(!1)}},[e,t,r]),sj(function(){if(!c)return;L(/*#__PURE__*/o(function(){var t,n;return w(this,function(o){switch(o.label){case 0:o.trys.push([0,3,,4]);if(!(s!==void 0))return[3,2];t=r.serialize(s);return[4,sF.set(e,t)];case 1:o.sent();o.label=2;case 2:return[3,4];case 3:n=o.sent();n8.error('Error saving value for key "'.concat(e,'":'),n);return[3,4];case 4:return[2]}})}),"saveValue")()},[s,e,r,c]);var l=sM(function(e){i(function(t){return typeof e=="function"?e(t):e})},[]),d=sM(/*#__PURE__*/o(function(){var t;return w(this,function(r){switch(r.label){case 0:r.trys.push([0,2,,3]);return[4,sF.remove(e)];case 1:r.sent(),i(void 0);return[3,3];case 2:t=r.sent();n8.error('Error removing key "'.concat(e,'":'),t);return[3,3];case 3:return[2]}})}),[e]);return{value:s,set:l,remove:d}}L(sq,"useStorage");function sK(e){var t=e.children;return sL.createElement(sL.Fragment,null,t)}L(sK,"LanguageWrapperBase");var sB=sD(sK);function sH(e){var t=e.children,r=e.languages,n=e.messages;var s=sq("lang",r[0]),o=s.value,i=s.set,a=sG(function(){return{languages:r,currentLanguage:o!==null&&o!==void 0?o:sI,setCurrentLanguage:i}},[r,i,o]);return sL.createElement(sA,{value:a},sL.createElement(sB,{languages:r,messages:n},t))}L(sH,"NextIntlProvider");import sY from"unorm";var sV={a:["\xe0","\xe1","ạ","ả","\xe3","\xe2","ầ","ấ","ậ","ẩ","ẫ","ă","ằ","ắ","ặ","ẳ","ẵ"],e:["\xe8","\xe9","ẹ","ẻ","ẽ","\xea","ề","ế","ệ","ể","ễ"],i:["\xec","\xed","ị","ỉ","ĩ"],o:["\xf2","\xf3","ọ","ỏ","\xf5","\xf4","ồ","ố","ộ","ổ","ỗ","ơ","ờ","ớ","ợ","ở","ỡ"],u:["\xf9","\xfa","ụ","ủ","ũ","ư","ừ","ứ","ự","ử","ữ"],y:["ỳ","\xfd","ỵ","ỷ","ỹ"],d:["đ"]},sQ=Object.entries(sV).reduce(function(e,t){var r=A(t,2),n=r[0],s=r[1];return e[n.toUpperCase()]=s.map(function(e){return e.toUpperCase()}),e},{});function sW(e){e=sY.nfkc(e);var t=h({},sV,sQ);var r=true,n=false,s=undefined;try{for(var o=Object.entries(t)[Symbol.iterator](),i;!(r=(i=o.next()).done);r=true){var a=A(i.value,2),c=a[0],u=a[1];var l="[".concat(c).concat(u.join(""),"]"),d="(".concat([c].concat(R(u)).join("|"),")");e=e.replace(new RegExp(l,"g"),d)}}catch(e){n=true;s=e}finally{try{if(!r&&o.return!=null){o.return()}}finally{if(n){throw s}}}return e}L(sW,"regexSearchMapper");function sJ(e){return e.normalize("NFD").replace(RegExp("\\p{Diacritic}","gu"),"")}L(sJ,"removeAccent");export{nW as ApolloError,nV as ApolloErrorContext,n3 as ApolloErrorProvider,sn as ApolloProvider,tc as BUILD_DIRECTORY,ed as CHECK_PACKAGE_EMPTY_RESULT,tT as COMMIT_LINT_CLI,tR as COMMIT_LINT_PACKAGE_NAME,ty as CYBERSKILL_CLI,tS as CYBERSKILL_CLI_PATH,th as CYBERSKILL_DIRECTORY,ti as CYBERSKILL_PACKAGE_NAME,B as CYBERSKILL_STORAGE_DIRECTORY,ns as C_Collection,r7 as C_Db,ne as C_Document,nr as C_Model,t_ as ESLINT_CLI,tU as ESLINT_INSPECT_CLI,tk as ESLINT_INSPECT_PACKAGE_NAME,tO as ESLINT_PACKAGE_NAME,X as E_CommandType,j as E_ConfigType,er as E_IssueType,tL as GIT_CLI,tv as GIT_COMMIT_EDITMSG,tg as GIT_HOOK,tf as GIT_IGNORE,n9 as GRAPHQL_URI_DEFAULT,rr as IS_BROWSER,tN as LINT_STAGED_CLI,tb as LINT_STAGED_PACKAGE_NAME,sf as Loading,sm as LoadingContext,sO as LoadingProvider,tB as MIGRATE_MONGO_CLI,tE as MIGRATE_MONGO_CONFIG,tK as MIGRATE_MONGO_PACKAGE_NAME,r2 as MONGO_MIGRATE_OPTIONS,ny as MongoController,nO as MongooseController,sI as NEXT_INTL_DEFAULT_LANGUAGE,ta as NODE_MODULES,tq as NODE_MODULES_INSPECT_CLI,tF as NODE_MODULES_INSPECT_PACKAGE_NAME,sA as NextIntlContext,sH as NextIntlProvider,tu as PACKAGE_JSON,tl as PACKAGE_LOCK_JSON,tH as PATH,tC as PLAYWRIGHT_PACKAGE_NAME,tG as PNPM_CLI,tM as PNPM_EXEC_CLI,tm as PNPM_LOCK_YAML,ei as RESPONSE_STATUS,rW as Router,tj as SIMPLE_GIT_HOOKS_PACKAGE_NAME,tP as SIMPLE_GIT_HOOK_CLI,tp as SIMPLE_GIT_HOOK_JSON,td as TSCONFIG_JSON,tx as TSC_CLI,tw as TSC_PACKAGE_NAME,tD as TSX_CLI,n7 as Toaster,tA as VITEST_CLI,tI as VITEST_PACKAGE_NAME,to as WORKING_DIRECTORY,nc as aggregatePaginate,eh as appendFileSync,ex as checkPackage,eJ as clearAllErrorLists,tJ as command,M as commitlintConfig,eR as copySync,ey as copySyncE,rc as createApolloServer,r0 as createCors,r1 as createExpress,tY as createGitHooksConfig,re as createGraphqlCodegenConfig,nC as createWSServer,tZ as deepMerge,t1 as eslintConfig,eC as existsSync,r$ as express,rs as expressMiddleware,e4 as formatCommand,ng as generateShortId,nm as generateSlug,$ as getEnv,eN as getLatestPackageVersion,eb as getPackage,eQ as getStoredErrorLists,nA as initGraphQLWS,sc as initI18next,eL as installDependencies,t$ as isJson,tX as isPlainObject,tn as join,rt as lintStagedConfig,n8 as log,el as logNodeJS,t7 as mergeConfigs,nE as mongo,nu as mongoosePaginate,eE as pathExistsSync,e1 as rawCommand,eg as readFileSync,e_ as readJsonSync,sW as regexSearchMapper,sJ as removeAccent,eA as removeSync,eS as removeSyncE,tr as resolve,e3 as resolveCommands,tt as resolveWorkingPath,e8 as runCommand,sk as serializer,n2 as setGlobalApolloErrorCallback,eM as setupPackages,n4 as showGlobalApolloError,eO as statSync,sF as storage,eq as storageNodeJS,ec as throwError,n6 as toast,nz as useApolloError,sv as useLoading,sw as useNextIntl,sq as useStorage,so as useTranslateI18next,sx as useTranslateNextIntl,nv as validate,F as vitestE2E,tz as vitestUnit,sD as withNextIntl,ev as writeFileSync,eI as writeJsonSync};
|
|
1
|
+
function e(e,t){if(t==null||t>e.length)t=e.length;for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function t(e){if(Array.isArray(e))return e}function r(t){if(Array.isArray(t))return e(t)}function n(e){if(e===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}return e}function s(e,t,r,n,s,i,o){try{var a=e[i](o);var c=a.value}catch(e){r(e);return}if(a.done){t(c)}else{Promise.resolve(c).then(n,s)}}function i(e){return function(){var t=this,r=arguments;return new Promise(function(n,i){var o=e.apply(t,r);function a(e){s(o,n,i,a,c,"next",e)}function c(e){s(o,n,i,a,c,"throw",e)}a(undefined)})}}function o(e,t,r){t=d(t);return I(e,N()?Reflect.construct(t,r||[],d(e).constructor):t.apply(e,r))}function a(e,t){if(!(e instanceof t)){throw new TypeError("Cannot call a class as a function")}}function c(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||false;n.configurable=true;if("value"in n)n.writable=true;Object.defineProperty(e,n.key,n)}}function u(e,t,r){if(t)c(e.prototype,t);if(r)c(e,r);return e}function l(e,t,r){if(t in e){Object.defineProperty(e,t,{value:r,enumerable:true,configurable:true,writable:true})}else{e[t]=r}return e}function d(e){d=Object.setPrototypeOf?Object.getPrototypeOf:function e(e){return e.__proto__||Object.getPrototypeOf(e)};return d(e)}function f(e,t){if(typeof t!=="function"&&t!==null){throw new TypeError("Super expression must either be null or a function")}e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:true,configurable:true}});if(t)C(e,t)}function p(e,t){if(t!=null&&typeof Symbol!=="undefined"&&t[Symbol.hasInstance]){return!!t[Symbol.hasInstance](e)}else{return e instanceof t}}function m(e){if(typeof Symbol!=="undefined"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function g(e,t){var r=e==null?null:typeof Symbol!=="undefined"&&e[Symbol.iterator]||e["@@iterator"];if(r==null)return;var n=[];var s=true;var i=false;var o,a;try{for(r=r.call(e);!(s=(o=r.next()).done);s=true){n.push(o.value);if(t&&n.length===t)break}}catch(e){i=true;a=e}finally{try{if(!s&&r["return"]!=null)r["return"]()}finally{if(i)throw a}}return n}function v(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function E(){throw new TypeError("Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function h(e){for(var t=1;t<arguments.length;t++){var r=arguments[t]!=null?arguments[t]:{};var n=Object.keys(r);if(typeof Object.getOwnPropertySymbols==="function"){n=n.concat(Object.getOwnPropertySymbols(r).filter(function(e){return Object.getOwnPropertyDescriptor(r,e).enumerable}))}n.forEach(function(t){l(e,t,r[t])})}return e}function y(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);if(t){n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})}r.push.apply(r,n)}return r}function S(e,t){t=t!=null?t:{};if(Object.getOwnPropertyDescriptors){Object.defineProperties(e,Object.getOwnPropertyDescriptors(t))}else{y(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))})}return e}function O(e,t){if(e==null)return{};var r=_(e,t);var n,s;if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(s=0;s<i.length;s++){n=i[s];if(t.indexOf(n)>=0)continue;if(!Object.prototype.propertyIsEnumerable.call(e,n))continue;r[n]=e[n]}}return r}function _(e,t){if(e==null)return{};var r={};var n=Object.keys(e);var s,i;for(i=0;i<n.length;i++){s=n[i];if(t.indexOf(s)>=0)continue;r[s]=e[s]}return r}function I(e,t){if(t&&(T(t)==="object"||typeof t==="function")){return t}return n(e)}function C(e,t){C=Object.setPrototypeOf||function e(e,t){e.__proto__=t;return e};return C(e,t)}function R(e,r){return t(e)||g(e,r)||b(e,r)||v()}function A(e){return r(e)||m(e)||b(e)||E()}function T(e){"@swc/helpers - typeof";return e&&typeof Symbol!=="undefined"&&e.constructor===Symbol?"symbol":typeof e}function b(t,r){if(!t)return;if(typeof t==="string")return e(t,r);var n=Object.prototype.toString.call(t).slice(8,-1);if(n==="Object"&&t.constructor)n=t.constructor.name;if(n==="Map"||n==="Set")return Array.from(n);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return e(t,r)}function N(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(N=function(){return!!e})()}function w(e,t){var r,n,s,i={label:0,sent:function(){if(s[0]&1)throw s[1];return s[1]},trys:[],ops:[]},o=Object.create((typeof Iterator==="function"?Iterator:Object).prototype);return o.next=a(0),o["throw"]=a(1),o["return"]=a(2),typeof Symbol==="function"&&(o[Symbol.iterator]=function(){return this}),o;function a(e){return function(t){return c([e,t])}}function c(a){if(r)throw new TypeError("Generator is already executing.");while(o&&(o=0,a[0]&&(i=0)),i)try{if(r=1,n&&(s=a[0]&2?n["return"]:a[0]?n["throw"]||((s=n["return"])&&s.call(n),0):n.next)&&!(s=s.call(n,a[1])).done)return s;if(n=0,s)a=[a[0]&2,s.value];switch(a[0]){case 0:case 1:s=a;break;case 4:i.label++;return{value:a[1],done:false};case 5:i.label++;n=a[1];a=[0];continue;case 7:a=i.ops.pop();i.trys.pop();continue;default:if(!(s=i.trys,s=s.length>0&&s[s.length-1])&&(a[0]===6||a[0]===2)){i=0;continue}if(a[0]===3&&(!s||a[1]>s[0]&&a[1]<s[3])){i.label=a[1];break}if(a[0]===6&&i.label<s[1]){i.label=s[1];s=a;break}if(s&&i.label<s[2]){i.label=s[2];i.ops.push(a);break}if(s[2])i.ops.pop();i.trys.pop();continue}a=t.call(e,i)}catch(e){a=[6,e];n=0}finally{r=s=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:true}}}var x=Object.defineProperty;var D=function(e,t,r){return t in e?x(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r};var G=function(e,t){return x(e,"name",{value:t,configurable:!0})};var L=function(e,t,r){return D(e,(typeof t==="undefined"?"undefined":T(t))!="symbol"?t+"":t,r)};var M={extends:["@commitlint/config-conventional"]};var j=function(e){return e.ESLINT="eslint",e.COMMITLINT="commitlint",e.LINT_STAGED="lint-staged",e.VITEST_REACT_E2E="vitest-react-e2e",e.VITEST_REACT_UNIT="vitest-react-unit",e}({});import P from"@antfu/eslint-config";import k from"@vitejs/plugin-react-swc";import{defineConfig as U}from"vitest/config";function F(e){return U(h({plugins:[k()],test:{include:["**/*.test.e2e.?(c|m)[jt]s?(x)"],browser:{enabled:!0,provider:"playwright",instances:[{browser:"chromium"},{browser:"firefox"},{browser:"webkit"}]}}},e))}G(F,"vitestE2E");import q from"@vitejs/plugin-react-swc";import{defineConfig as B}from"vitest/config";var K=".cyberskill-storage";import H from"dotenv";import{bool as Y,cleanEnv as V,str as z}from"envalid";import W from"node:os";import Q from"node:path";import J from"node:process";H.config();function $(){var e={DEBUG:J.env.DEBUG||!1,CWD:J.env.CWD||J.cwd(),CYBERSKILL_STORAGE_DIRECTORY:J.env.CYBERSKILL_STORAGE_DIRECTORY||Q.join(W.homedir(),K)};return V(e,{DEBUG:Y(),CWD:z(),CYBERSKILL_STORAGE_DIRECTORY:z()})}G($,"getEnv");var X=function(e){return e.CLI="CLI",e.STRING="STRING",e.FUNCTION="FUNCTION",e}({});import{exec as Z}from"node:child_process";import ee from"node:process";import*as et from"node:util";var er=function(e){return e.Error="error",e.Warning="warning",e}({});import en from"chalk";import es from"consola";import{GraphQLError as ei}from"graphql";var eo={GRAPHQL_PARSE_FAILED:{CODE:"GRAPHQL_PARSE_FAILED",MESSAGE:"The GraphQL operation string contains a syntax error."},GRAPHQL_VALIDATION_FAILED:{CODE:"GRAPHQL_VALIDATION_FAILED",MESSAGE:"The GraphQL operation is not valid against the server's schema."},BAD_USER_INPUT:{CODE:"BAD_USER_INPUT",MESSAGE:"The GraphQL operation includes an invalid value for a field argument."},PERSISTED_QUERY_NOT_FOUND:{CODE:"PERSISTED_QUERY_NOT_FOUND",MESSAGE:"A client sent the hash of a query string to execute via automatic persisted queries, but the query was not in the APQ cache."},PERSISTED_QUERY_NOT_SUPPORTED:{CODE:"PERSISTED_QUERY_NOT_SUPPORTED",MESSAGE:"A client sent the hash of a query string to execute via automatic persisted queries, but the server has disabled APQ."},OPERATION_RESOLUTION_FAILURE:{CODE:"OPERATION_RESOLUTION_FAILURE",MESSAGE:"The request was parsed successfully and is valid against the server's schema, but the server couldn't resolve which operation to run. This occurs when a request containing multiple named operations doesn't specify which operation to run (i.e.,operationName), or if the named operation isn't included in the request."},CONTINUE:{CODE:100,MESSAGE:"Continue"},SWITCHING_PROTOCOLS:{CODE:101,MESSAGE:"Switching Protocols"},PROCESSING:{CODE:102,MESSAGE:"Processing"},OK:{CODE:200,MESSAGE:"OK"},CREATED:{CODE:201,MESSAGE:"Created"},ACCEPTED:{CODE:202,MESSAGE:"Accepted"},NON_AUTHORITATIVE_INFORMATION:{CODE:203,MESSAGE:"Non Authoritative Information"},NO_CONTENT:{CODE:204,MESSAGE:"No Content"},RESET_CONTENT:{CODE:205,MESSAGE:"Reset Content"},PARTIAL_CONTENT:{CODE:206,MESSAGE:"Partial Content"},MULTI_STATUS:{CODE:207,MESSAGE:"Multi-Status"},MULTIPLE_CHOICES:{CODE:300,MESSAGE:"Multiple Choices"},MOVED_PERMANENTLY:{CODE:301,MESSAGE:"Moved Permanently"},MOVED_TEMPORARILY:{CODE:302,MESSAGE:"Moved Temporarily"},SEE_OTHER:{CODE:303,MESSAGE:"See Other"},NOT_MODIFIED:{CODE:304,MESSAGE:"Not Modified"},USE_PROXY:{CODE:305,MESSAGE:"Use Proxy"},TEMPORARY_REDIRECT:{CODE:307,MESSAGE:"Temporary Redirect"},PERMANENT_REDIRECT:{CODE:308,MESSAGE:"Permanent Redirect"},BAD_REQUEST:{CODE:400,MESSAGE:"Bad Request"},UNAUTHORIZED:{CODE:401,MESSAGE:"Unauthorized"},PAYMENT_REQUIRED:{CODE:402,MESSAGE:"Payment Required"},FORBIDDEN:{CODE:403,MESSAGE:"Forbidden"},NOT_FOUND:{CODE:404,MESSAGE:"Not Found"},METHOD_NOT_ALLOWED:{CODE:405,MESSAGE:"Method Not Allowed"},NOT_ACCEPTABLE:{CODE:406,MESSAGE:"Not Acceptable"},PROXY_AUTHENTICATION_REQUIRED:{CODE:407,MESSAGE:"Proxy Authentication Required"},REQUEST_TIMEOUT:{CODE:408,MESSAGE:"Request Timeout"},CONFLICT:{CODE:409,MESSAGE:"Conflict"},GONE:{CODE:410,MESSAGE:"Gone"},LENGTH_REQUIRED:{CODE:411,MESSAGE:"Length Required"},PRECONDITION_FAILED:{CODE:412,MESSAGE:"Precondition Failed"},REQUEST_TOO_LONG:{CODE:413,MESSAGE:"Request Entity Too Large"},REQUEST_URI_TOO_LONG:{CODE:414,MESSAGE:"Request-URI Too Long"},UNSUPPORTED_MEDIA_TYPE:{CODE:415,MESSAGE:"Unsupported Media Type"},REQUESTED_RANGE_NOT_SATISFIABLE:{CODE:416,MESSAGE:"Requested Range Not Satisfiable"},EXPECTATION_FAILED:{CODE:417,MESSAGE:"Expectation Failed"},IM_A_TEAPOT:{CODE:418,MESSAGE:"I'm a teapot"},INSUFFICIENT_SPACE_ON_RESOURCE:{CODE:419,MESSAGE:"Insufficient Space on Resource"},METHOD_FAILURE:{CODE:420,MESSAGE:"Method Failure"},MISDIRECTED_REQUEST:{CODE:421,MESSAGE:"Misdirected Request"},UNPROCESSABLE_ENTITY:{CODE:422,MESSAGE:"Unprocessable Entity"},LOCKED:{CODE:423,MESSAGE:"Locked"},FAILED_DEPENDENCY:{CODE:424,MESSAGE:"Failed Dependency"},PRECONDITION_REQUIRED:{CODE:428,MESSAGE:"Precondition Required"},TOO_MANY_REQUESTS:{CODE:429,MESSAGE:"Too Many Requests"},REQUEST_HEADER_FIELDS_TOO_LARGE:{CODE:431,MESSAGE:"Request Header Fields Too Large"},UNAVAILABLE_FOR_LEGAL_REASONS:{CODE:451,MESSAGE:"Unavailable For Legal Reasons"},INTERNAL_SERVER_ERROR:{CODE:500,MESSAGE:"Internal Server Error"},NOT_IMPLEMENTED:{CODE:501,MESSAGE:"Not Implemented"},BAD_GATEWAY:{CODE:502,MESSAGE:"Bad Gateway"},SERVICE_UNAVAILABLE:{CODE:503,MESSAGE:"Service Unavailable"},GATEWAY_TIMEOUT:{CODE:504,MESSAGE:"Gateway Timeout"},HTTP_VERSION_NOT_SUPPORTED:{CODE:505,MESSAGE:"HTTP Version Not Supported"},INSUFFICIENT_STORAGE:{CODE:507,MESSAGE:"Insufficient Storage"},NETWORK_AUTHENTICATION_REQUIRED:{CODE:511,MESSAGE:"Network Authentication Required"}};var ea=$();function ec(e){var t=e.message,r=e.status,n=r===void 0?eo.INTERNAL_SERVER_ERROR:r,s=e.type,i=s===void 0?"graphql":s;var o;var a=(o=t!==null&&t!==void 0?t:n.MESSAGE)!==null&&o!==void 0?o:"Internal server error";throw i==="graphql"?new ei(a,{extensions:{code:n.CODE}}):new Error(a)}G(ec,"throwError");ea.DEBUG||(es.level=4);function eu(e){var t=en[e];return typeof t=="function"?t:en.green}G(eu,"chalkKeyword");var el={silent:es.silent,level:es.level,fatal:es.fatal,error:es.error,warn:es.warn,log:es.log,info:es.info,success:es.success,ready:es.ready,start:es.start,box:es.box,debug:es.debug,trace:es.trace,verbose:es.verbose,printBoxedLog:function e(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"red";if(!(t===null||t===void 0?void 0:t.length)){es.box(en.green(e));return}t.forEach(function(e){var t=e.file,n=e.position,s=e.rule,i=e.message;es.log("".concat(en.gray("File:")," ").concat(en.blue("".concat(t).concat(n?":".concat(n):"")))),s&&es.log(" ".concat(eu(r)("Rule:")," ").concat(s)),es.log(" ".concat(eu(r)("Message:")," ").concat(i))}),es.box(eu(r)("".concat(e," : ").concat(t.length))),es.log(en.gray("─".repeat(40)))}};var ed={isCurrentProject:!1,installedPath:"",file:{},isUpToDate:!1};import ef from"node-fetch";import ep from"fs-extra";import{extname as em}from"node:path";var eg=ep.appendFileSync,ev=ep.lstatSync,eE=ep.mkdirSync,eh=ep.readFileSync,ey=ep.unlinkSync,eS=ep.writeFileSync,eO=ep.statSync,e_=ep.readJsonSync,eI=ep.writeJsonSync;function eC(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return t.every(function(e){return ep.pathExistsSync(e)})}G(eC,"pathExistsSync");function eR(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}t.forEach(function(e){eC(e)&&ep.removeSync(e)})}G(eR,"removeSync");function eA(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};var n=r.extensions,s=O(r,["extensions"]);ep.copySync(e,t,h({filter:G(function(e){return eO(e).isDirectory()||!n||n.length===0?!0:n.includes(em(e))},"filter")},s))}G(eA,"copySync");var eT=$();function eb(e){var t=tn(eT.CWD,tu);if(!eC(t))return!1;try{var r=e_(t),n=r.name,s=r.dependencies,i=s===void 0?{}:s,o=r.devDependencies,a=o===void 0?{}:o,c=n===e,u=e in i,l=e in a;return c||u||l?{path:t,file:r,isCurrentProject:c,isDepend:u,isDevDepend:l}:!1}catch(e){return el.warn("Failed to read package.json: ".concat(e.message)),!1}}G(eb,"getPackage");function eN(e){return ew.apply(this,arguments)}function ew(){ew=i(function(e){var t,r,n,s;return w(this,function(i){switch(i.label){case 0:i.trys.push([0,3,,4]);return[4,ef("https://registry.npmjs.org/".concat(e,"/latest"))];case 1:t=i.sent();if(!t.ok)throw new Error("Failed to fetch latest version: ".concat(t.status," ").concat(t.statusText));return[4,t.json()];case 2:r=i.sent(),n=r.version;return[2,n];case 3:s=i.sent();throw el.error('Failed to fetch version for "'.concat(e,'": ').concat(s.message)),s;case 4:return[2]}})});return ew.apply(this,arguments)}G(eN,"getLatestPackageVersion");function ex(e,t){return eD.apply(this,arguments)}function eD(){eD=i(function(e,t){var r,n,s,i,o,a,c,u,l,d,f,p,m,g,v,E,y,S,O,_,I;return w(this,function(C){switch(C.label){case 0:C.trys.push([0,4,,5]);r=eb(e);if(!r)return[2,h({},ed)];c=r.path,u=r.file,l=r.isCurrentProject,d=r.isDepend,f=r.isDevDepend,p=(n=u.dependencies)!==null&&n!==void 0?n:{},m=(s=u.devDependencies)!==null&&s!==void 0?s:{},g=l?(i=u.version)!==null&&i!==void 0?i:"0.0.0":d?(o=p[e])!==null&&o!==void 0?o:"0.0.0":f?(a=m[e])!==null&&a!==void 0?a:"0.0.0":"0.0.0";if(!l)return[3,1];y=g;return[3,3];case 1:return[4,eN(e)];case 2:y=C.sent();C.label=3;case 3:v=y,E=l||g===v;if(!E&&(t===null||t===void 0?void 0:t.update)){;O=d?"dependencies":f?"devDependencies":null;O&&((S=u[O])===null||S===void 0?void 0:S[e])!==v&&(u[O]=(_=u[O])!==null&&_!==void 0?_:{},u[O][e]=v,eI(c,u),el.info('Updated "'.concat(e,'" to version ').concat(v)))}return[2,{isCurrentProject:l,installedPath:c,file:u,isUpToDate:E}];case 4:I=C.sent();return[2,(el.error('Error checking package "'.concat(e,'": ').concat(I.message)),h({},ed))];case 5:return[2]}})});return eD.apply(this,arguments)}G(ex,"checkPackage");function eG(){return eL.apply(this,arguments)}function eL(){eL=i(function(){var e,t,r,n,s,i,o,a,c,u,l,d;return w(this,function(f){switch(f.label){case 0:e=[{command:G(function(){return tQ.pnpmInstallStandard()},"command"),message:"Installing dependencies (standard)"},{command:G(function(){return tQ.pnpmInstallLegacy()},"command"),message:"Retrying with legacy peer dependencies"},{command:G(function(){return tQ.pnpmInstallForce()},"command"),message:"Retrying with force install"}];t=true,r=false,n=undefined;f.label=1;case 1:f.trys.push([1,9,10,11]);s=e[Symbol.iterator]();f.label=2;case 2:if(!!(t=(i=s.next()).done))return[3,8];o=i.value,a=o.command,c=o.message;f.label=3;case 3:f.trys.push([3,6,,7]);return[4,a()];case 4:u=f.sent();return[4,e8("".concat(c," using: ").concat(u),u)];case 5:f.sent();return[2];case 6:l=f.sent();el.warn("Installation attempt failed: ".concat(c)),el.error("Details: ".concat(l.message));return[3,7];case 7:t=true;return[3,2];case 8:return[3,11];case 9:d=f.sent();r=true;n=d;return[3,11];case 10:try{if(!t&&s.return!=null){s.return()}}finally{if(r){throw n}}return[7];case 11:throw new Error("All dependency installation strategies failed.")}})});return eL.apply(this,arguments)}G(eG,"installDependencies");function eM(e,t){return ej.apply(this,arguments)}function ej(){ej=i(function(e,t){var r,n,s,i,o,a,c,u,l,d,f;return w(this,function(p){switch(p.label){case 0:if(!eC(tH.PACKAGE_JSON)){el.error("package.json not found. Aborting setup.");return[2]}p.label=1;case 1:p.trys.push([1,13,,14]);r=A(new Set(e)).sort();return[4,Promise.all(r.map(function(e){return ex(e,h({},(t===null||t===void 0?void 0:t.update)&&{update:t.update}))}))];case 2:n=p.sent().every(function(e){return e.isUpToDate});if(n)return[3,4];return[4,eG()];case 3:n=p.sent();p.label=4;case 4:n;i=true,o=false,a=undefined;p.label=5;case 5:p.trys.push([5,10,11,12]);c=((s=t===null||t===void 0?void 0:t.postInstallActions)!==null&&s!==void 0?s:[])[Symbol.iterator]();p.label=6;case 6:if(!!(i=(u=c.next()).done))return[3,9];l=u.value;return[4,l()];case 7:p.sent();p.label=8;case 8:i=true;return[3,6];case 9:return[3,12];case 10:d=p.sent();o=true;a=d;return[3,12];case 11:try{if(!i&&c.return!=null){c.return()}}finally{if(o){throw a}}return[7];case 12:return[3,14];case 13:f=p.sent();throw el.error('Failed to setup "'.concat(e.join(", "),'": ').concat(f.message)),f;case 14:return[2]}})});return ej.apply(this,arguments)}G(eM,"setupPackages");import eP from"node-persist";var ek=$();function eU(){return eF.apply(this,arguments)}function eF(){eF=i(function(){var e;return w(this,function(t){switch(t.label){case 0:e=eP.defaultInstance;if(e)return[3,2];return[4,eP.init({dir:ek.CYBERSKILL_STORAGE_DIRECTORY,stringify:JSON.stringify,parse:JSON.parse,encoding:"utf8",logging:!1,forgiveParseErrors:!0})];case 1:e=t.sent();t.label=2;case 2:e;return[2]}})});return eF.apply(this,arguments)}G(eU,"initNodePersist");var eq={get:function e(e){return i(function(){var t,r;return w(this,function(n){switch(n.label){case 0:n.trys.push([0,3,,4]);return[4,eU()];case 1:n.sent();return[4,eP.getItem(e)];case 2:return[2,(t=n.sent())!==null&&t!==void 0?t:null];case 3:r=n.sent();return[2,(el.error('[Storage:get] Error getting key "'.concat(e,'":'),r),null)];case 4:return[2]}})})()},set:function e(e,t){return i(function(){var r;return w(this,function(n){switch(n.label){case 0:n.trys.push([0,3,,4]);return[4,eU()];case 1:n.sent();return[4,eP.setItem(e,t)];case 2:n.sent();return[3,4];case 3:r=n.sent();el.error('[Storage:set] Error setting key "'.concat(e,'":'),r);return[3,4];case 4:return[2]}})})()},remove:function e(e){return i(function(){var t;return w(this,function(r){switch(r.label){case 0:r.trys.push([0,3,,4]);return[4,eU()];case 1:r.sent();return[4,eP.removeItem(e)];case 2:r.sent();return[3,4];case 3:t=r.sent();el.error('[Storage:remove] Error removing key "'.concat(e,'":'),t);return[3,4];case 4:return[2]}})})()},keys:function e(){return i(function(){var e,t;return w(this,function(r){switch(r.label){case 0:r.trys.push([0,3,,4]);return[4,eU()];case 1:r.sent();return[4,eP.keys()];case 2:e=r.sent();return[2,Array.isArray(e)?e:(el.warn("[Storage:keys] Invalid keys response:",e),[])];case 3:t=r.sent();return[2,(el.error("[Storage:keys] Error getting keys:",t),[])];case 4:return[2]}})})()},getLogLink:function e(e){return i(function(){return w(this,function(t){try{return[2,"".concat(ek.CYBERSKILL_STORAGE_DIRECTORY," (key: ").concat(e,")")]}catch(e){return[2,(el.error("[Storage:getLogLink] Error getting log link:",e),null)]}return[2]})})()}};var eB=$(),eK=et.promisify(Z);function eH(e){return"error_list:".concat(e)}G(eH,"getErrorListKey");function eY(e){return eV.apply(this,arguments)}function eV(){eV=i(function(e){var t,r,n;return w(this,function(s){switch(s.label){case 0:if(e.length===0)return[2];t=Date.now(),r=eH(t);s.label=1;case 1:s.trys.push([1,3,,4]);return[4,eq.set(r,{errors:e,timestamp:t})];case 2:s.sent(),setTimeout(/*#__PURE__*/i(function(){var e;return w(this,function(t){switch(t.label){case 0:return[4,eq.getLogLink(r)];case 1:e=t.sent();e&&el.info("\uD83D\uDCC2 Open the error list manually: ".concat(e));return[2]}})}),10);return[3,4];case 3:n=s.sent();el.error("Failed to save errors: ".concat(n.message));return[3,4];case 4:return[2]}})});return eV.apply(this,arguments)}G(eY,"saveErrorListToStorage");function ez(){return eW.apply(this,arguments)}function eW(){eW=i(function(){var e,t,r;return w(this,function(n){switch(n.label){case 0:n.trys.push([0,3,,4]);return[4,eq.keys()];case 1:e=n.sent(),t=Array.isArray(e)?e.filter(function(e){var t;return e===null||e===void 0?void 0:(t=e.startsWith)===null||t===void 0?void 0:t.call(e,"error_list:")}):[];return[4,Promise.all(t.map(/*#__PURE__*/function(){var e=i(function(e){var t;return w(this,function(r){switch(r.label){case 0:return[4,eq.get(e)];case 1:return[2,((t=r.sent())===null||t===void 0?void 0:t.errors)||[]]}})});return function(t){return e.apply(this,arguments)}}()))];case 2:return[2,n.sent().flat()];case 3:r=n.sent();return[2,(el.error("Failed to retrieve stored errors: ".concat(r.message)),[])];case 4:return[2]}})});return eW.apply(this,arguments)}G(ez,"getStoredErrorLists");function eQ(){return eJ.apply(this,arguments)}function eJ(){eJ=i(function(){var e,t,r;return w(this,function(n){switch(n.label){case 0:n.trys.push([0,3,,4]);return[4,eq.keys()];case 1:e=n.sent(),t=Array.isArray(e)?e.filter(function(e){var t;return e===null||e===void 0?void 0:(t=e.startsWith)===null||t===void 0?void 0:t.call(e,"error_list:")}):[];return[4,Promise.all(t.map(function(e){return eq.remove(e)}))];case 2:n.sent();return[3,4];case 3:r=n.sent();el.error("Failed to clear error lists: ".concat(r.message));return[3,4];case 4:return[2]}})});return eJ.apply(this,arguments)}G(eQ,"clearAllErrorLists");function e$(e){var t=[],r=[],n="",s=/^\s*(\d+):(\d+)\s+(error|warning)\s+(.+?)\s+(\S+)$/,i=/^(.+?)\((\d+),(\d+)\):\s+(error|warning)\s+TS\d+:\s+(\S.+)$/,o=/^✖\s+(.*?)\s+\[(.*?)\]$/;e.split("\n").forEach(function(e){if(e.startsWith("/"))n=e.trim();else{var a,c,u,l,d;var f=s.exec(e)||[],p=i.exec(e)||[],m=o.exec(e)||[];var g,v,E,h,y,S;f.length&&n?t.push({file:n,position:"".concat(f[1],":").concat(f[2]),type:f[3]===er.Error?er.Error:er.Warning,message:(g=f===null||f===void 0?void 0:(a=f[4])===null||a===void 0?void 0:a.trim())!==null&&g!==void 0?g:"",rule:(v=f===null||f===void 0?void 0:(c=f[5])===null||c===void 0?void 0:c.trim())!==null&&v!==void 0?v:""}):p.length?t.push({file:(E=p===null||p===void 0?void 0:p[1])!==null&&E!==void 0?E:"",position:"".concat(p[2],":").concat(p[3]),type:p[4]===er.Error?er.Error:er.Warning,message:(h=p===null||p===void 0?void 0:(u=p[5])===null||u===void 0?void 0:u.trim())!==null&&h!==void 0?h:""}):m.length?t.push({file:"commitlint",type:er.Error,message:(y=m===null||m===void 0?void 0:(l=m[1])===null||l===void 0?void 0:l.trim())!==null&&y!==void 0?y:"",rule:(S=m===null||m===void 0?void 0:(d=m[2])===null||d===void 0?void 0:d.trim())!==null&&S!==void 0?S:""}):r.push(e.trim())}}),t.length&&eY(t),eB.DEBUG&&r.length&&(el.warn("Unmatched lines:"),r.forEach(function(e){return el.info(" ".concat(e))}))}G(e$,"parseTextErrors");function eX(e){try{var t=JSON.parse(e),r=[];t.forEach(function(e){var t=e.filePath,n=e.messages;n.forEach(function(e){var n=e.severity,s=e.line,i=e.column,o=e.ruleId,a=e.message;r.push({type:n===2?er.Error:er.Warning,file:t,position:"".concat(s,":").concat(i),rule:o,message:a})})}),r.length&&eY(r)}catch(t){e$(e)}}G(eX,"parseCommandOutput");function eZ(e){return e0.apply(this,arguments)}function e0(){e0=i(function(e){var t,r,n,s,i,o,a,c,u;var l=arguments;return w(this,function(d){switch(d.label){case 0:t=l.length>1&&l[1]!==void 0?l[1]:eX;r=new AbortController;ee.on("SIGINT",function(){el.warn("Process interrupted. Terminating..."),r.abort(),ee.exit()});d.label=1;case 1:d.trys.push([1,4,,5]);if(!(typeof e=="string"))return[3,3];return[4,eK(e,{maxBuffer:0x6400000,signal:r.signal})];case 2:n=d.sent(),s=n.stdout,i=n.stderr;[s,i].forEach(function(e){return e&&t(e)});d.label=3;case 3:return[3,5];case 4:o=d.sent();a=o.stdout,c=o.stderr,u=o.message;[a,c].forEach(function(e){return e&&t(e)}),!c&&!a&&el.error("Command failed: ".concat(u));return[3,5];case 5:return[2]}})});return e0.apply(this,arguments)}G(eZ,"executeCommand");function e1(e){return{raw:!0,cmd:e}}G(e1,"rawCommand");function e2(e,t){return(t===null||t===void 0?void 0:t.isRemote)?"".concat(tM," ").concat(to," ").concat(e):(t===null||t===void 0?void 0:t.isCurrentProject)?"".concat(tM," ").concat(tD," ").concat(tS," ").concat(e):"".concat(tM," ").concat(ty," ").concat(e)}G(e2,"formatCLI");function e4(e,t){return typeof e=="function"?e2(e(t),t):(typeof e==="undefined"?"undefined":T(e))=="object"&&(e===null||e===void 0?void 0:e.raw)===!0?e.cmd:typeof e=="string"?e2(e,t):e}G(e4,"formatCommand");function e3(e){return e5.apply(this,arguments)}function e5(){e5=i(function(e){var t,r,n,s,i,o,a;var c=arguments;return w(this,function(u){switch(u.label){case 0:t=c.length>1&&c[1]!==void 0?c[1]:{};n=(r=t===null||t===void 0?void 0:t.isRemote)!==null&&r!==void 0?r:!1;if(!n)return[3,1];a=!1;return[3,3];case 1:return[4,ex(to)];case 2:a=u.sent().isCurrentProject;u.label=3;case 3:s=a,i={isRemote:n,isCurrentProject:s},o=typeof e=="function"?e(i):e;return[2,Object.fromEntries(Object.entries(o).map(function(e){var t=R(e,2),r=t[0],n=t[1];return[r,e4(n,i)]}))]}})});return e5.apply(this,arguments)}G(e3,"resolveCommands");function e8(e,t){return e6.apply(this,arguments)}function e6(){e6=i(function(e,t){var r;return w(this,function(n){switch(n.label){case 0:n.trys.push([0,2,,3]);el.start("".concat(e)),eB.DEBUG&&el.info("→ ".concat(t));return[4,eZ(t)];case 1:n.sent(),el.success("".concat(e," done."));return[3,3];case 2:r=n.sent();throw el.error("".concat(e," failed: ").concat(r.message)),r;case 3:return[2]}})});return e6.apply(this,arguments)}G(e8,"runCommand");import{join as e7,resolve as e9}from"node:path";var te=$();function tt(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return e9.apply(void 0,[te.CWD].concat(A(t)))}G(tt,"resolveWorkingPath");function tr(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return e9.apply(void 0,A(t))}G(tr,"resolve");function tn(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return e7.apply(void 0,A(t))}G(tn,"join");var ts=$(),ti=ts.CWD,to="@cyberskill/shared",ta="node_modules",tc="dist",tu="package.json",tl="package-lock.json",td="tsconfig.json",tf=".gitignore",tp=".simple-git-hooks.json",tm="pnpm-lock.yaml",tg=".git/hooks/",tv=".git/COMMIT_EDITMSG",tE=".migrate-mongo.config.js",th=tn(ti,ta,to,tc),ty="cyberskill",tS="src/nodejs/cli/index.ts",tO="eslint",t_="eslint",tI="vitest",tC="playwright",tR="vitest",tA="@commitlint/cli",tT="commitlint",tb="lint-staged",tN="lint-staged",tw="typescript",tx="tsc",tD="tsx",tG="git",tL="pnpm",tM="pnpm exec",tj="simple-git-hooks",tP="simple-git-hooks",tk="@eslint/config-inspector",tU="eslint-config-inspector",tF="node-modules-inspector",tq="node-modules-inspector",tB="migrate-mongo",tK="./node_modules/migrate-mongo/bin/migrate-mongo",tH={CYBERSKILL_DIRECTORY:th,WORKING_DIRECTORY:ti,TS_CONFIG:tt(td),GIT_IGNORE:tt(tf),GIT_HOOK:tt(tg),GIT_COMMIT_MSG:tt(tv),SIMPLE_GIT_HOOKS_JSON:tt(tp),PACKAGE_JSON:tt(tu),PACKAGE_LOCK_JSON:tt(tl),PNPM_LOCK_YAML:tt(tm),NODE_MODULES:tt(ta),MIGRATE_MONGO_CONFIG:tt(tE),LINT_STAGED_CONFIG:tt("".concat(th,"/configs/lint-staged/base.js")),COMMITLINT_CONFIG:tt("".concat(th,"/configs/commitlint/base.js")),UNIT_TEST_CONFIG:tt("".concat(th,"/react/vitest/vitest.unit.js")),UNIT_TEST_SETUP_CONFIG:tt("".concat(th,"/react/vitest/vitest.unit.setup.js")),E2E_TEST_CONFIG:tt("".concat(th,"/react/vitest/vitest.e2e.js"))};function tY(e){var t=e.isCurrentProject;return h({"pre-commit":tN,"commit-msg":tT},t&&{"pre-push":e1("".concat(tG," pull"))})}G(tY,"createGitHooksConfig");function tV(e,t,r){return tz.apply(this,arguments)}function tz(){tz=i(function(e,t,r){return w(this,function(n){switch(n.label){case 0:if(!t)throw new Error("'first' argument is undefined");switch(e){case X.CLI:return[3,1];case X.STRING:return[3,3]}return[3,4];case 1:return[4,eM(t.split(" "),{update:!0})];case 2:return[2,(n.sent(),e4(e1("".concat(tM," ").concat(r))))];case 3:return[2,e4(e1(t))];case 4:throw new Error("Unsupported command type");case 5:return[2]}})});return tz.apply(this,arguments)}G(tV,"buildCommand");function tW(e,t,r){return /*#__PURE__*/i(function(){return w(this,function(n){return[2,tV(e,t,r)]})})}G(tW,"commandFactory");var tQ={simpleGitHooks:tW(X.CLI,tj,tP),eslintInspect:tW(X.CLI,tk,tU),nodeModulesInspect:tW(X.CLI,tF,tq),eslintCheck:tW(X.CLI,tO,"".concat(t_," ").concat(tH.WORKING_DIRECTORY)),eslintFix:tW(X.CLI,tO,"".concat(t_," ").concat(tH.WORKING_DIRECTORY," --fix")),typescriptCheck:tW(X.CLI,tw,"".concat(tx," -p ").concat(tH.TS_CONFIG," --noEmit")),configureGitHook:tW(X.STRING,"".concat(tG," config core.hooksPath ").concat(tH.GIT_HOOK)),testUnit:tW(X.CLI,tI,"".concat(tR," --config ").concat(tH.UNIT_TEST_CONFIG)),testE2e:tW(X.CLI,"".concat(tI," ").concat(tC),"".concat(tR," --config ").concat(tH.E2E_TEST_CONFIG)),mongoMigrateCreate:G(function(e){return tW(X.CLI,tB,"".concat(tD," ").concat(tK," create ").concat(e," -f ").concat(tH.MIGRATE_MONGO_CONFIG))()},"mongoMigrateCreate"),mongoMigrateUp:tW(X.CLI,tB,"".concat(tD," ").concat(tK," up -f ").concat(tH.MIGRATE_MONGO_CONFIG)),mongoMigrateDown:tW(X.CLI,tB,"".concat(tD," ").concat(tK," down -f ").concat(tH.MIGRATE_MONGO_CONFIG)),commitLint:tW(X.CLI,tA,"".concat(tT," --edit ").concat(tH.GIT_COMMIT_MSG," --config ").concat(tH.COMMITLINT_CONFIG)),lintStaged:tW(X.CLI,tb,"".concat(tN," --config ").concat(tH.LINT_STAGED_CONFIG)),stageBuildDirectory:tW(X.STRING,"".concat(tG," add ").concat(tc)),build:tW(X.STRING,"".concat(tL," run build")),pnpmInstallStandard:tW(X.STRING,"".concat(tL," install")),pnpmInstallLegacy:tW(X.STRING,"".concat(tL," install --legacy-peer-deps")),pnpmInstallForce:tW(X.STRING,"".concat(tL," install --force"))};function tJ(e){return B(h({plugins:[q()],test:{globals:!0,environment:"jsdom",pool:"vmThreads",include:["**/*.test.unit.?(c|m)[jt]s?(x)"],setupFiles:[tH.UNIT_TEST_SETUP_CONFIG]}},e))}G(tJ,"vitestUnit");function t$(e){try{return JSON.parse(e),!0}catch(e){return!1}}G(t$,"isJson");function tX(e){return(typeof e==="undefined"?"undefined":T(e))=="object"&&e!==null&&!Array.isArray(e)}G(tX,"isPlainObject");function tZ(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}var n={};var s=true,i=false,o=undefined,a=true,c=false,u=undefined;try{for(var l=t.flat()[Symbol.iterator](),d;!(a=(d=l.next()).done);a=true){var f=d.value;try{for(var p=Object.entries(f)[Symbol.iterator](),m;!(s=(m=p.next()).done);s=true){var g=R(m.value,2),v=g[0],E=g[1];var h=n[v];if(Array.isArray(E)){var y=Array.isArray(h)?h:[];n[v]=A(new Set(A(y).concat(A(E))));continue}if(tX(E)){n[v]=tZ(tX(h)?h:{},E);continue}n[v]=E}}catch(e){i=true;o=e}finally{try{if(!s&&p.return!=null){p.return()}}finally{if(i){throw o}}}}}catch(e){c=true;u=e}finally{try{if(!a&&l.return!=null){l.return()}}finally{if(c){throw u}}}return n}G(tZ,"deepMerge");import*as t0 from"globals";var t1=[{languageOptions:{globals:h({},t0.node,t0.browser)},rules:{"perfectionist/sort-imports":["error",{internalPattern:["^#.*","^@/.*"]}]},ignores:["build","dist"]}];var t2;var t4=G(function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return tZ.apply(void 0,A(t))},"passThroughHandler"),t3=G(function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}var n=tZ.apply(void 0,[t1].concat(A(t))),s=n.ignores,i=O(n,["ignores"]),o=Array.isArray(s)&&s.every(function(e){return typeof e=="string"})?{ignores:s}:void 0,a=[i].concat(A(o?[o]:[]));return P.apply(void 0,[{stylistic:{semi:!0,indent:4,quotes:"single"},formatters:{css:!0,html:!0,markdown:"prettier"},yaml:!1,react:!0}].concat(A(a)))},"handleESLint"),t5=G(function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return F.apply(void 0,A(t))},"handleVitestReactE2E"),t8=G(function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return tJ.apply(void 0,A(t))},"handleVitestReactUnit"),t6=(t2={},l(t2,j.ESLINT,t3),l(t2,j.COMMITLINT,t4),l(t2,j.LINT_STAGED,t4),l(t2,j.VITEST_REACT_E2E,t5),l(t2,j.VITEST_REACT_UNIT,t8),t2);function t7(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++){r[n-1]=arguments[n]}var s=t6[e];if(!s)throw new Error("Unknown config type: ".concat(e));return s.apply(void 0,A(r))}G(t7,"mergeConfigs");import{defineConfig as t9}from"@eddeee888/gcg-typescript-resolver-files";function re(e){var t=e.uri,r=e.from,n=e.to,s=e.target,i=s===void 0?"client":s;var o=i==="client",a=i==="server";return S(h({schema:t,ignoreNoDocuments:!0,overwrite:!0},o&&{documents:[r]}),{generates:h({},o&&l({},n,{preset:"client",presetConfig:{fragmentMasking:!1,persistedDocuments:!0},config:{useTypeImports:!0}}),a&&l({},n,t9()))})}G(re,"createGraphqlCodegenConfig");var rt={"*":["eslint --fix"]};var rr=(typeof window==="undefined"?"undefined":T(window))<"u";import{ApolloServer as rn}from"@apollo/server";import{expressMiddleware as rs}from"@apollo/server/express4";import{ApolloServerPluginDrainHttpServer as ri}from"@apollo/server/plugin/drainHttpServer";import{ApolloServerPluginLandingPageLocalDefault as ro,ApolloServerPluginLandingPageProductionDefault as ra}from"@apollo/server/plugin/landingPage/default";function rc(e){return new rn(h({schema:e.schema,plugins:[e.isDev?ro():ra(),ri({httpServer:e.server})].concat(A(e.drainServer?[{serverWillStart:function t(){return i(function(){return w(this,function(t){return[2,{drainServer:function t(){return i(function(){var t;return w(this,function(r){(t=e.drainServer)===null||t===void 0?void 0:t.call(e),el.info("Apollo Server drainServer hook called");return[2]})})()}}]})})()}}]:[]))},e.isDev&&{introspection:!0,includeStacktraceInErrorResponses:!0}))}G(rc,"createApolloServer");import ru from"node:process";import{hideBin as rl}from"yargs/helpers";import rd from"yargs/yargs";var rf={name:"@cyberskill/shared",type:"module",version:"1.106.0",description:"CyberSkill Shared",author:"Stephen Cheng",license:"MIT",homepage:"https://github.com/cyberskill-world/shared#readme",repository:{type:"git",url:"git+https://github.com/cyberskill-world/shared.git"},bugs:{url:"https://github.com/cyberskill-world/shared/issues"},exports:{".":{types:"./dist/index.d.ts",import:"./dist/index.js",require:"./dist/index.cjs"},"./configs":{types:"./dist/configs/index.d.ts",import:"./dist/configs/index.js",require:"./dist/configs/index.cjs"},"./configs/commitlint":{types:"./dist/configs/commitlint/index.d.ts",import:"./dist/configs/commitlint/index.js",require:"./dist/configs/commitlint/index.cjs"},"./configs/eslint":{types:"./dist/configs/eslint/index.d.ts",import:"./dist/configs/eslint/index.js",require:"./dist/configs/eslint/index.cjs"},"./configs/graphql-codegen":{types:"./dist/configs/graphql-codegen/index.d.ts",import:"./dist/configs/graphql-codegen/index.js",require:"./dist/configs/graphql-codegen/index.cjs"},"./configs/lint-staged":{types:"./dist/configs/lint-staged/index.d.ts",import:"./dist/configs/lint-staged/index.js",require:"./dist/configs/lint-staged/index.cjs"},"./constants":{types:"./dist/constants/index.d.ts",import:"./dist/constants/index.js",require:"./dist/constants/index.cjs"},"./nodejs":{types:"./dist/nodejs/index.d.ts",import:"./dist/nodejs/index.js",require:"./dist/nodejs/index.cjs"},"./nodejs/apollo-server":{types:"./dist/nodejs/apollo-server/index.d.ts",import:"./dist/nodejs/apollo-server/index.js",require:"./dist/nodejs/apollo-server/index.cjs"},"./nodejs/cli":{types:"./dist/nodejs/cli/index.d.ts",import:"./dist/nodejs/cli/index.js",require:"./dist/nodejs/cli/index.cjs"},"./nodejs/command":{types:"./dist/nodejs/command/index.d.ts",import:"./dist/nodejs/command/index.js",require:"./dist/nodejs/command/index.cjs"},"./nodejs/express":{types:"./dist/nodejs/express/index.d.ts",import:"./dist/nodejs/express/index.js",require:"./dist/nodejs/express/index.cjs"},"./nodejs/fs":{types:"./dist/nodejs/fs/index.d.ts",import:"./dist/nodejs/fs/index.js",require:"./dist/nodejs/fs/index.cjs"},"./nodejs/log":{types:"./dist/nodejs/log/index.d.ts",import:"./dist/nodejs/log/index.js",require:"./dist/nodejs/log/index.cjs"},"./nodejs/mongo":{types:"./dist/nodejs/mongo/index.d.ts",import:"./dist/nodejs/mongo/index.js",require:"./dist/nodejs/mongo/index.cjs"},"./nodejs/package":{types:"./dist/nodejs/package/index.d.ts",import:"./dist/nodejs/package/index.js",require:"./dist/nodejs/package/index.cjs"},"./nodejs/path":{types:"./dist/nodejs/path/index.d.ts",import:"./dist/nodejs/path/index.js",require:"./dist/nodejs/path/index.cjs"},"./nodejs/storage":{types:"./dist/nodejs/storage/index.d.ts",import:"./dist/nodejs/storage/index.js",require:"./dist/nodejs/storage/index.cjs"},"./nodejs/ws":{types:"./dist/nodejs/ws/index.d.ts",import:"./dist/nodejs/ws/index.js",require:"./dist/nodejs/ws/index.cjs"},"./react":{types:"./dist/react/index.d.ts",import:"./dist/react/index.js",require:"./dist/react/index.cjs"},"./react/apollo-client":{types:"./dist/react/apollo-client/index.d.ts",import:"./dist/react/apollo-client/index.js",require:"./dist/react/apollo-client/index.cjs"},"./react/apollo-error":{types:"./dist/react/apollo-error/index.d.ts",import:"./dist/react/apollo-error/index.js",require:"./dist/react/apollo-error/index.cjs"},"./react/i18next":{types:"./dist/react/i18next/index.d.ts",import:"./dist/react/i18next/index.js",require:"./dist/react/i18next/index.cjs"},"./react/loading":{types:"./dist/react/loading/index.d.ts",import:"./dist/react/loading/index.js",require:"./dist/react/loading/index.cjs"},"./react/log":{types:"./dist/react/log/index.d.ts",import:"./dist/react/log/index.js",require:"./dist/react/log/index.cjs"},"./react/next-intl":{types:"./dist/react/next-intl/index.d.ts",import:"./dist/react/next-intl/index.js",require:"./dist/react/next-intl/index.cjs"},"./react/storage":{types:"./dist/react/storage/index.d.ts",import:"./dist/react/storage/index.js",require:"./dist/react/storage/index.cjs"},"./react/toast":{types:"./dist/react/toast/index.d.ts",import:"./dist/react/toast/index.js",require:"./dist/react/toast/index.cjs"},"./react/vitest":{types:"./dist/react/vitest/index.d.ts",import:"./dist/react/vitest/index.js",require:"./dist/react/vitest/index.cjs"},"./styles/reset.css":{import:"./dist/styles/reset.css",require:"./dist/styles/reset.css"},"./typescript":{types:"./dist/typescript/index.d.ts",import:"./dist/typescript/index.js",require:"./dist/typescript/index.cjs"},"./utils":{types:"./dist/utils/index.d.ts",import:"./dist/utils/index.js",require:"./dist/utils/index.cjs"}},main:"./dist/index.cjs",module:"./dist/index.js",types:"./dist/index.d.ts",bin:{cyberskill:"./dist/nodejs/cli/index.js"},files:["dist","public"],scripts:{build:"tsup",dev:"dotenv -e .env -- tsup --watch",lint:"dotenv -e .env -- tsx src/nodejs/cli/index.ts lint","lint:fix":"dotenv -e .env -- tsx src/nodejs/cli/index.ts lint:fix","lint:inspect":"dotenv -e .env -- tsx src/nodejs/cli/index.ts lint:inspect",reset:"dotenv -e .env -- tsx src/nodejs/cli/index.ts reset",setup:"dotenv -e .env -- tsx src/nodejs/cli/index.ts setup",inspect:"dotenv -e .env -- tsx src/nodejs/cli/index.ts inspect","test:unit":"dotenv -e .env -- tsx src/nodejs/cli/index.ts test:unit","test:e2e":"dotenv -e .env -- tsx src/nodejs/cli/index.ts test:e2e",commitlint:"dotenv -e .env -- tsx src/nodejs/cli/index.ts commitlint","lint-staged":"dotenv -e .env -- tsx src/nodejs/cli/index.ts lint-staged"},dependencies:{"@antfu/eslint-config":"4.12.0","@apollo/client":"3.13.8","@apollo/server":"4.12.0","@eddeee888/gcg-typescript-resolver-files":"0.12.0","@eslint-react/eslint-plugin":"1.48.4","@graphql-codegen/cli":"5.0.5","@graphql-codegen/client-preset":"4.8.0","@microsoft/api-extractor":"7.52.5","@next/eslint-plugin-next":"15.3.1","@swc/core":"1.11.21","@testing-library/jest-dom":"6.6.3","@testing-library/react":"16.3.0","@vitejs/plugin-react-swc":"3.9.0","@vitest/browser":"3.1.2",chalk:"5.4.1",classnames:"2.5.1",compression:"1.8.0",consola:"3.4.2",cors:"2.8.5","crypto-js":"4.2.0","date-fns":"4.1.0",dotenv:"16.5.0","dotenv-cli":"8.0.0",envalid:"8.0.0","eslint-config-next":"15.3.1","eslint-plugin-format":"1.0.1","eslint-plugin-react-hooks":"5.2.0","eslint-plugin-react-refresh":"0.4.20",express:"4.21.2","express-device":"0.4.2","express-session":"1.18.1","fs-extra":"11.3.0",globals:"16.0.0",graphql:"16.10.0","graphql-ws":"6.0.4",i18next:"25.0.1",jsdom:"26.1.0",localforage:"1.10.0","migrate-mongo":"12.1.3","modern-normalize":"3.0.1",mongodb:"6.16.0",mongoose:"8.13.2","mongoose-aggregate-paginate-v2":"1.1.4","mongoose-paginate-v2":"1.9.0","next-intl":"4.0.3","node-fetch":"3.3.2","node-persist":"4.0.4",ora:"8.2.0",playwright:"1.52.0","postcss-modules":"6.0.1",qs:"6.14.0",react:"19.1.0","react-dom":"19.1.0","react-hot-toast":"2.5.2","react-i18next":"15.5.1","react-icons":"5.5.0",sass:"1.87.0",slugify:"1.6.6",tsup:"8.4.0",tsx:"4.19.3",typescript:"5.8.3",unorm:"1.6.0",uuid:"11.1.0",vite:"6.3.2",vitest:"3.1.2","vitest-browser-react":"0.1.1",ws:"8.18.1",yargs:"17.7.2"},publishConfig:{access:"public",registry:"https://registry.npmjs.org/"},devDependencies:{"@commitlint/cli":"19.8.0","@eslint/config-inspector":"1.0.2","@types/compression":"1.7.5","@types/cors":"2.8.17","@types/crypto-js":"4.2.2","@types/express":"4.17.21","@types/express-session":"1.18.1","@types/fs-extra":"11.0.4","@types/migrate-mongo":"10.0.5","@types/mongoose-aggregate-paginate-v2":"1.0.12","@types/node-persist":"3.1.8","@types/react":"19.1.2","@types/react-dom":"19.1.2","@types/unorm":"1.3.31","@types/uuid":"10.0.0","@types/ws":"8.18.1","@types/yargs":"17.0.33",eslint:"9.25.1","lint-staged":"15.5.1","node-modules-inspector":"0.6.6","simple-git-hooks":"2.12.1"}};function rp(){return rm.apply(this,arguments)}function rm(){rm=i(function(){var e,t;return w(this,function(r){switch(r.label){case 0:if(!eC(tH.TS_CONFIG))return[3,3];t=["Performing TypeScript validation"];return[4,tQ.typescriptCheck()];case 1:return[4,e8.apply(void 0,t.concat([r.sent()]))];case 2:e=r.sent();return[3,4];case 3:e=el.warn("No TypeScript configuration found. Skipping type check.");r.label=4;case 4:e;return[2]}})});return rm.apply(this,arguments)}G(rp,"checkTypescript");function rg(){return rv.apply(this,arguments)}function rv(){rv=i(function(){var e,t,r,n;var s=arguments;return w(this,function(i){switch(i.label){case 0:e=s.length>0&&s[0]!==void 0?s[0]:!1;if(!e)return[3,3];r=["Running ESLint with auto-fix"];return[4,tQ.eslintFix()];case 1:return[4,e8.apply(void 0,r.concat([i.sent()]))];case 2:t=i.sent();return[3,6];case 3:n=["Running ESLint check"];return[4,tQ.eslintCheck()];case 4:return[4,e8.apply(void 0,n.concat([i.sent()]))];case 5:t=i.sent();i.label=6;case 6:t;return[2]}})});return rv.apply(this,arguments)}G(rg,"checkEslint");function rE(e,t){if(!t.length)return;var r=e==="Errors"?"red":"yellow";el.printBoxedLog(e==="Errors"?"✖ Errors":"⚠ Warnings",t,r)}G(rE,"printIssues");function rh(){return ry.apply(this,arguments)}function ry(){ry=i(function(){var e,t,r;return w(this,function(n){switch(n.label){case 0:return[4,ez()];case 1:e=n.sent(),t=e.filter(function(e){return e.type===er.Error}),r=e.filter(function(e){return e.type===er.Warning});!t.length&&!r.length?el.printBoxedLog("✔ NO ISSUES FOUND",[],"green"):(rE("Warnings",r),rE("Errors",t),(t.length>0||r.length>0)&&ru.exit(1));return[2]}})});return ry.apply(this,arguments)}G(rh,"showCheckResult");function rS(){return rO.apply(this,arguments)}function rO(){rO=i(function(){var e,t,r,n,s,i;return w(this,function(o){switch(o.label){case 0:return[4,eQ()];case 1:o.sent();return[4,ex(to)];case 2:e=o.sent(),t=e.isCurrentProject;if(!t)return[3,9];o.label=3;case 3:o.trys.push([3,8,,9]);r=["Building package: ".concat(to)];return[4,tQ.build()];case 4:return[4,e8.apply(void 0,r.concat([o.sent()]))];case 5:o.sent();n=["Staging build artifacts"];return[4,tQ.stageBuildDirectory()];case 6:return[4,e8.apply(void 0,n.concat([o.sent()]))];case 7:o.sent();return[3,9];case 8:s=o.sent();throw el.error("Error building and staging ".concat(to,": ").concat(s.message)),s;case 9:i=["Executing lint-staged"];return[4,tQ.lintStaged()];case 10:return[4,e8.apply(void 0,i.concat([o.sent()]))];case 11:o.sent(),rh();return[2]}})});return rO.apply(this,arguments)}G(rS,"lintStaged");function r_(){return rI.apply(this,arguments)}function rI(){rI=i(function(){var e;return w(this,function(t){switch(t.label){case 0:e=["Inspecting ESLint configuration"];return[4,tQ.eslintInspect()];case 1:return[4,e8.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return rI.apply(this,arguments)}G(r_,"inspectLint");function rC(){return rR.apply(this,arguments)}function rR(){rR=i(function(){return w(this,function(e){switch(e.label){case 0:return[4,eQ()];case 1:e.sent();return[4,Promise.all([rp(),rg()])];case 2:e.sent(),rh();return[2]}})});return rR.apply(this,arguments)}G(rC,"lintCheck");function rA(){return rT.apply(this,arguments)}function rT(){rT=i(function(){return w(this,function(e){switch(e.label){case 0:return[4,eQ()];case 1:e.sent();return[4,Promise.all([rp(),rg(!0)])];case 2:e.sent(),rh();return[2]}})});return rT.apply(this,arguments)}G(rA,"lintFix");function rb(){return rN.apply(this,arguments)}function rN(){rN=i(function(){var e;return w(this,function(t){switch(t.label){case 0:return[4,eQ()];case 1:t.sent();e=["Validating commit message"];return[4,tQ.commitLint()];case 2:return[4,e8.apply(void 0,e.concat([t.sent()]))];case 3:t.sent(),rh();return[2]}})});return rN.apply(this,arguments)}G(rb,"commitLint");function rw(){return rx.apply(this,arguments)}function rx(){rx=i(function(){var e,t,r,n;return w(this,function(s){switch(s.label){case 0:e=["Configuring Git hooks"];return[4,tQ.configureGitHook()];case 1:return[4,e8.apply(void 0,e.concat([s.sent()]))];case 2:s.sent(),eR(tH.GIT_HOOK);return[4,e3(tY)];case 3:t=s.sent();eI(tH.SIMPLE_GIT_HOOKS_JSON,t);r="\n".concat(tp,"\n");eC(tH.GIT_IGNORE)?eh(tH.GIT_IGNORE,"utf-8").split("\n").includes(tp)||eg(tH.GIT_IGNORE,r,"utf-8"):eS(tH.GIT_IGNORE,r,"utf-8");n=["Setting up simple-git-hooks"];return[4,tQ.simpleGitHooks()];case 4:return[4,e8.apply(void 0,n.concat([s.sent()]))];case 5:s.sent();return[2]}})});return rx.apply(this,arguments)}G(rw,"setupGitHook");function rD(){return rG.apply(this,arguments)}function rG(){rG=i(function(){return w(this,function(e){switch(e.label){case 0:return[4,eM([to],{update:!0,postInstallActions:[rw]})];case 1:e.sent();return[2]}})});return rG.apply(this,arguments)}G(rD,"setup");function rL(){return rM.apply(this,arguments)}function rM(){rM=i(function(){return w(this,function(e){switch(e.label){case 0:eR(tH.NODE_MODULES,tH.PNPM_LOCK_YAML);return[4,eG()];case 1:e.sent();return[4,rw()];case 2:e.sent();return[2]}})});return rM.apply(this,arguments)}G(rL,"reset");function rj(){return rP.apply(this,arguments)}function rP(){rP=i(function(){var e;return w(this,function(t){switch(t.label){case 0:e=["Inspecting project dependencies"];return[4,tQ.nodeModulesInspect()];case 1:return[4,e8.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return rP.apply(this,arguments)}G(rj,"inspect");function rk(){return rU.apply(this,arguments)}function rU(){rU=i(function(){var e;return w(this,function(t){switch(t.label){case 0:e=["Running unit tests"];return[4,tQ.testUnit()];case 1:return[4,e8.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return rU.apply(this,arguments)}G(rk,"testUnit");function rF(){return rq.apply(this,arguments)}function rq(){rq=i(function(){var e;return w(this,function(t){switch(t.label){case 0:e=["Running end-to-end tests"];return[4,tQ.testE2e()];case 1:return[4,e8.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return rq.apply(this,arguments)}G(rF,"testE2E");function rB(e){return rK.apply(this,arguments)}function rK(){rK=i(function(e){var t;return w(this,function(r){switch(r.label){case 0:t=["Creating MongoDB migration"];return[4,tQ.mongoMigrateCreate(e)];case 1:return[4,e8.apply(void 0,t.concat([r.sent()]))];case 2:r.sent();return[2]}})});return rK.apply(this,arguments)}G(rB,"mongoMigrateCreate");function rH(){return rY.apply(this,arguments)}function rY(){rY=i(function(){var e;return w(this,function(t){switch(t.label){case 0:e=["Running MongoDB migrations"];return[4,tQ.mongoMigrateUp()];case 1:return[4,e8.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return rY.apply(this,arguments)}G(rH,"mongoMigrateUp");function rV(){return rz.apply(this,arguments)}function rz(){rz=i(function(){var e;return w(this,function(t){switch(t.label){case 0:e=["Rolling back MongoDB migration"];return[4,tQ.mongoMigrateDown()];case 1:return[4,e8.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return rz.apply(this,arguments)}G(rV,"mongoMigrateDown");i(function(){var e;return w(this,function(t){switch(t.label){case 0:t.trys.push([0,2,,3]);return[4,rd(rl(ru.argv)).scriptName(ty).usage("$0 <command> [options]").command("lint","Check code for linting issues",rC).command("lint:fix","Fix linting issues automatically",rA).command("lint:inspect","View active ESLint configuration",r_).command("lint-staged","Run lint checks on staged files",rS).command("commitlint","Validate commit message format",rb).command("setup","Initialize project setup and dependencies",rD).command("reset","Reset the project and reinstall dependencies",rL).command("inspect","Analyze installed project dependencies",rj).command("test:unit","Run unit test suite",rk).command("test:e2e","Run end-to-end test suite",rF).command("mongo:migrate:create <name>","Create a MongoDB migration",function(e){return e.positional("name",{describe:"Migration name",type:"string"})},/*#__PURE__*/function(){var e=i(function(e){return w(this,function(t){switch(t.label){case 0:if(!e.name){el.error("Migration name is required.");return[2]}return[4,rB(e.name)];case 1:t.sent();return[2]}})});return function(t){return e.apply(this,arguments)}}()).command("mongo:migrate:up","Apply all MongoDB migrations",rH).command("mongo:migrate:down","Rollback last MongoDB migration",rV).demandCommand(1,"Please specify a valid command.").strict().help().alias("h","help").alias("v","version").version(rf.version).epilog('\uD83D\uDCA1 Tip: Use "--help" with any command to see options\n').parse()];case 1:t.sent();return[3,3];case 2:e=t.sent();el.error("Fatal: ".concat(e.message)),ru.exit(1);return[3,3];case 3:return[2]}})})();import{Router as rW}from"express";import rQ from"compression";import rJ from"cors";import r$ from"express";import rX from"express-device";import rZ from"express-session";function r0(e){return rJ({origin:G(function(t,r){var n;e.isDev||((n=e.whiteList)===null||n===void 0?void 0:n.includes(t!==null&&t!==void 0?t:""))?r(null,!0):r(null,!1)},"origin"),credentials:!0})}G(r0,"createCors");function r1(e){var t=r$();return t.set("trust proxy",1),t.use(r$.urlencoded({extended:!0})),t.use(rQ()),t.use(rX.capture()),e.staticFolder&&t.use(r$.static(e.staticFolder)),e.sessionOptions&&t.use(rZ(e.sessionOptions)),t}G(r1,"createExpress");var r2="MONGO_MIGRATE_OPTIONS";import{Collection as r4,Db as r3}from"mongodb";import{Document as r5,Model as r8}from"mongoose";var r6=/*#__PURE__*/function(e){"use strict";f(t,e);function t(){a(this,t);return o(this,t,arguments)}return t}(r3);G(r6,"C_Db");var r7=r6,r9=/*#__PURE__*/function(e){"use strict";f(t,e);function t(){a(this,t);return o(this,t,arguments)}return t}(r5);G(r9,"C_Document");var ne=r9,nt=/*#__PURE__*/function(e){"use strict";f(t,e);function t(){a(this,t);return o(this,t,arguments)}return t}(r8);G(nt,"C_Model");var nr=nt,nn=/*#__PURE__*/function(e){"use strict";f(t,e);function t(){a(this,t);return o(this,t,arguments)}return t}(r4);G(nn,"C_Collection");var ns=nn;import{format as ni}from"date-fns";import no from"migrate-mongo";import{Document as na}from"mongoose";import nc from"mongoose-aggregate-paginate-v2";import nu from"mongoose-paginate-v2";import{v4 as nl}from"uuid";import nd from"crypto-js";import nf from"slugify";var np=nf.default||nf;function nm(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",t=arguments.length>1?arguments[1]:void 0;var r,n;return np(e,h({lower:(r=t===null||t===void 0?void 0:t.lower)!==null&&r!==void 0?r:!0,locale:(n=t===null||t===void 0?void 0:t.locale)!==null&&n!==void 0?n:"vi"},t))}G(nm,"generateSlug");function ng(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:4;return nd.SHA256(e).toString(nd.enc.Hex).slice(0,t)}G(ng,"generateShortId");function nv(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:8;var t="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()_+[]{}|;:,.<>?",r="";for(var n=0;n<e;n++){var s=Math.floor(Math.random()*t.length);r+=t.charAt(s)}return r}G(nv,"generateRandomPassword");function nE(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;var r=e.split(/[?#]/)[0]||"",n=r.substring(r.lastIndexOf("/")+1);if(t)return n;var s=n.lastIndexOf(".");return s>0?n.slice(0,s):n}G(nE,"getFileName");function nh(e,t,r){var n=e.indexOf(t);if(n===-1)return"";var s=n+t.length,i=e.indexOf(r,s);return i===-1?"":e.slice(s,i)}G(nh,"substringBetween");var ny={isEmpty:function e(e){return e==null?!0:typeof e=="string"?e.trim().length===0:Array.isArray(e)?e.length===0:(typeof e==="undefined"?"undefined":T(e))=="object"?p(e,Date)?!1:p(e,Map)||p(e,Set)?e.size===0:p(e,WeakMap)||p(e,WeakSet)?!0:ArrayBuffer.isView(e)?e.byteLength===0:Object.keys(e).length===0:!1},isValidIP:function e(e){var t=e.split(".");return t.length===4&&t.every(function(e){return/^\d+$/.test(e)&&Number(e)>=0&&Number(e)<=255})?!0:/^(([a-f\d]{1,4}:){7}[a-f\d]{1,4}|((?:[a-f\d]{1,4}:){1,7}:)|((?:[a-f\d]{1,4}:){1,6}:[a-f\d]{1,4})|::)$/i.test(e)}};var nS={getDateTime:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:new Date;return ni(e,"yyyy-MM-dd HH:mm:ss.SSS")},createGenericFields:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=e.returnDateAs,r=t===void 0?"string":t;var n=r==="string"?nS.getDateTime():new Date;return{id:nl(),isDel:!1,createdAt:n,updatedAt:n}},applyPlugins:function e(e,t){t.filter(function(e){return typeof e=="function"}).forEach(function(t){return e.plugin(t)})},applyMiddlewares:function e(e,t){t.forEach(function(t){var r=t.method,n=t.pre,s=t.post;r&&n&&e.pre(r,n),r&&s&&e.post(r,s)})},createGenericSchema:function e(e){return new e.Schema({id:{type:String,default:nl,required:!0,unique:!0},isDel:{type:Boolean,default:!1,required:!0}},{timestamps:!0})},createSchema:function e(e){var t=e.mongoose,r=e.schema,n=e.virtuals,s=n===void 0?[]:n,i=e.standalone,o=i===void 0?!1:i;var a=new t.Schema(r,{strict:!0});return s.forEach(function(e){var t=e.name,r=e.options,n=e.get;var s=a.virtual(t,r);n&&s.get(n)}),o||a.add(nS.createGenericSchema(t)),a},createModel:function e(e){var t=e.mongoose,r=e.name,n=e.schema,s=e.pagination,i=s===void 0?!1:s,o=e.aggregate,a=o===void 0?!1:o,c=e.virtuals,u=c===void 0?[]:c,l=e.middlewares,d=l===void 0?[]:l;if(!r)throw new Error("Model name is required.");if(t.models[r])return t.models[r];var f=nS.createSchema({mongoose:t,schema:n,virtuals:u});return nS.applyPlugins(f,[i&&nu,a&&nc]),nS.applyMiddlewares(f,d),t.model(r,f)},createSlugQuery:function e(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0;return S(h({},t,r&&{id:{$ne:r}}),{$or:[{slug:e},{slugHistory:e}]})},validator:{isEmpty:function e(){return /*#__PURE__*/function(){var e=i(function(e){return w(this,function(t){return[2,!ny.isEmpty(e)]})});return function(t){return e.apply(this,arguments)}}()},isUnique:function e(e){return /*#__PURE__*/function(){var t=i(function(t){var r;return w(this,function(n){switch(n.label){case 0:if(!Array.isArray(e)||e.length===0)throw new Error("Fields must be a non-empty array of strings.");r={$or:e.map(function(e){return l({},e,t)})};return[4,this.constructor.findOne(r)];case 1:return[2,!n.sent()]}})});return function(e){return t.apply(this,arguments)}}()},matchesRegex:function e(e){return /*#__PURE__*/function(){var t=i(function(t){return w(this,function(r){if(!Array.isArray(e)||e.some(function(e){return!p(e,RegExp)}))throw new Error("regexArray must be an array of valid RegExp objects.");return[2,e.every(function(e){return e.test(t)})]})});return function(e){return t.apply(this,arguments)}}()}},migrate:S(h({},no),{setConfig:G(function(e){var t="// This file is automatically generated by the Cyberskill CLI.\nmodule.exports = ".concat(JSON.stringify(e,null,4));eS(tH.MIGRATE_MONGO_CONFIG,t);var r="\n".concat(tE,"\n");eC(tH.GIT_IGNORE)?eh(tH.GIT_IGNORE,"utf-8").split("\n").includes(tE)||eg(tH.GIT_IGNORE,r,"utf-8"):eS(tH.GIT_IGNORE,r,"utf-8")},"setConfig")})},nO=/*#__PURE__*/function(){"use strict";function e(t,r){a(this,e);L(this,"collection");this.collection=t.collection(r)}u(e,[{key:"createOne",value:function e(e){var t=this;return i(function(){var r,n,s;return w(this,function(i){switch(i.label){case 0:i.trys.push([0,2,,3]);r=h({},nS.createGenericFields(),e);n={success:!0,message:"Document created successfully"};return[4,t.collection.insertOne(r)];case 1:return[2,(n.result=i.sent(),n)];case 2:s=i.sent();return[2,{success:!1,message:s.message}];case 3:return[2]}})})()}},{key:"createMany",value:function e(e){var t=this;return i(function(){var r,n,s;return w(this,function(i){switch(i.label){case 0:i.trys.push([0,2,,3]);r=e.map(function(e){return h({},nS.createGenericFields(),e)});return[4,t.collection.insertMany(r)];case 1:n=i.sent();return[2,n.insertedCount===0?{success:!1,message:"No documents were inserted"}:{success:!0,message:"".concat(n.insertedCount," documents created successfully"),result:n}];case 2:s=i.sent();return[2,{success:!1,message:s.message}];case 3:return[2]}})})()}},{key:"findOne",value:function e(e){var t=this;return i(function(){var r,n;return w(this,function(s){switch(s.label){case 0:s.trys.push([0,2,,3]);return[4,t.collection.findOne(e)];case 1:r=s.sent();return[2,r?{success:!0,message:"Document found",result:r}:{success:!1,message:"Document not found"}];case 2:n=s.sent();return[2,{success:!1,message:n.message}];case 3:return[2]}})})()}},{key:"findAll",value:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};var t=this;return i(function(){var r,n;return w(this,function(s){switch(s.label){case 0:s.trys.push([0,2,,3]);r={success:!0,message:"Documents retrieved successfully"};return[4,t.collection.find(e).toArray()];case 1:return[2,(r.result=s.sent(),r)];case 2:n=s.sent();return[2,{success:!1,message:n.message}];case 3:return[2]}})})()}},{key:"count",value:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};var t=this;return i(function(){var r,n;return w(this,function(s){switch(s.label){case 0:s.trys.push([0,2,,3]);r={success:!0,message:"Count retrieved successfully"};return[4,t.collection.countDocuments(e)];case 1:return[2,(r.result=s.sent(),r)];case 2:n=s.sent();return[2,{success:!1,message:n.message}];case 3:return[2]}})})()}},{key:"updateOne",value:function e(e,t){var r=this;return i(function(){var n,s;return w(this,function(i){switch(i.label){case 0:i.trys.push([0,2,,3]);return[4,r.collection.updateOne(e,{$set:t})];case 1:n=i.sent();return[2,n.matchedCount===0?{success:!1,message:"No documents matched the filter"}:{success:!0,message:"Document updated successfully",result:n}];case 2:s=i.sent();return[2,{success:!1,message:s.message}];case 3:return[2]}})})()}},{key:"updateMany",value:function e(e,t){var r=this;return i(function(){var n,s;return w(this,function(i){switch(i.label){case 0:i.trys.push([0,2,,3]);return[4,r.collection.updateMany(e,{$set:t})];case 1:n=i.sent();return[2,n.matchedCount===0?{success:!1,message:"No documents matched the filter"}:{success:!0,message:"Documents updated successfully",result:n}];case 2:s=i.sent();return[2,{success:!1,message:s.message}];case 3:return[2]}})})()}},{key:"deleteOne",value:function e(e){var t=this;return i(function(){var r,n;return w(this,function(s){switch(s.label){case 0:s.trys.push([0,2,,3]);return[4,t.collection.deleteOne(e)];case 1:r=s.sent();return[2,r.deletedCount===0?{success:!1,message:"No documents matched the filter"}:{success:!0,message:"Document deleted successfully",result:r}];case 2:n=s.sent();return[2,{success:!1,message:n.message}];case 3:return[2]}})})()}},{key:"deleteMany",value:function e(e){var t=this;return i(function(){var r,n;return w(this,function(s){switch(s.label){case 0:s.trys.push([0,2,,3]);return[4,t.collection.deleteMany(e)];case 1:r=s.sent();return[2,r.deletedCount===0?{success:!1,message:"No documents matched the filter"}:{success:!0,message:"Documents deleted successfully",result:r}];case 2:n=s.sent();return[2,{success:!1,message:n.message}];case 3:return[2]}})})()}}]);return e}();G(nO,"MongoController");var n_=nO,nI=/*#__PURE__*/function(){"use strict";function e(t){a(this,e);L(this,"model");this.model=t}u(e,[{key:"getModelName",value:function e(){return this.model.modelName}},{key:"findOne",value:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n=arguments.length>3?arguments[3]:void 0;var s=this;return i(function(){var i,o,a;return w(this,function(c){switch(c.label){case 0:c.trys.push([0,2,,3]);i=s.model.findOne(e,t,r);n&&i.populate(n);return[4,i.exec()];case 1:o=c.sent();return[2,o?{success:!0,result:o}:{success:!1,message:"No ".concat(s.getModelName()," found."),code:eo.NOT_FOUND.CODE}];case 2:a=c.sent();return[2,{success:!1,message:a.message,code:eo.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"findAll",value:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},n=arguments.length>3?arguments[3]:void 0;var s=this;return i(function(){var i,o,a;return w(this,function(c){switch(c.label){case 0:c.trys.push([0,2,,3]);i=s.model.find(e,t,r);n&&i.populate(n);o={success:!0};return[4,i.exec()];case 1:return[2,(o.result=c.sent(),o)];case 2:a=c.sent();return[2,{success:!1,message:a.message,code:eo.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"findPaging",value:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};var r=this;return i(function(){var n,s;return w(this,function(i){switch(i.label){case 0:i.trys.push([0,2,,3]);n={success:!0};return[4,r.model.paginate(e,t)];case 1:return[2,(n.result=i.sent(),n)];case 2:s=i.sent();return[2,{success:!1,message:s.message,code:eo.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"findPagingAggregate",value:function e(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};var r=this;return i(function(){var n,s;return w(this,function(i){switch(i.label){case 0:i.trys.push([0,2,,3]);n={success:!0};return[4,r.model.aggregatePaginate(r.model.aggregate(e),t)];case 1:return[2,(n.result=i.sent(),n)];case 2:s=i.sent();return[2,{success:!1,message:s.message,code:eo.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"count",value:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};var t=this;return i(function(){var r,n;return w(this,function(s){switch(s.label){case 0:s.trys.push([0,2,,3]);r={success:!0};return[4,t.model.countDocuments(e)];case 1:return[2,(r.result=s.sent(),r)];case 2:n=s.sent();return[2,{success:!1,message:n.message,code:eo.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"createOne",value:function e(e){var t=this;return i(function(){var r,n;return w(this,function(s){switch(s.label){case 0:s.trys.push([0,2,,3]);r={success:!0};return[4,t.model.create(e)];case 1:return[2,(r.result=s.sent(),r)];case 2:n=s.sent();return[2,{success:!1,message:n.message,code:eo.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"createMany",value:function e(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};var r=this;return i(function(){var n,s;return w(this,function(i){switch(i.label){case 0:i.trys.push([0,2,,3]);n={success:!0};return[4,r.model.insertMany(e,t)];case 1:return[2,(n.result=i.sent().map(function(e){return p(e,na)?e.toObject():null}).filter(function(e){return e!==null}),n)];case 2:s=i.sent();return[2,{success:!1,message:s.message,code:eo.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"updateOne",value:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};var n=this;return i(function(){var s,i;return w(this,function(o){switch(o.label){case 0:o.trys.push([0,2,,3]);return[4,n.model.findOneAndUpdate(e,t,h({new:!0},r)).exec()];case 1:s=o.sent();return[2,s?{success:!0,result:s}:{success:!1,message:"Failed to update ".concat(n.getModelName(),"."),code:eo.NOT_FOUND.CODE}];case 2:i=o.sent();return[2,{success:!1,message:i.message,code:eo.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"updateMany",value:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};var n=this;return i(function(){var s,i;return w(this,function(o){switch(o.label){case 0:o.trys.push([0,2,,3]);s={success:!0};return[4,n.model.updateMany(e,t,r).exec()];case 1:return[2,(s.result=o.sent(),s)];case 2:i=o.sent();return[2,{success:!1,message:i.message,code:eo.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"deleteOne",value:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};var r=this;return i(function(){var n,s;return w(this,function(i){switch(i.label){case 0:i.trys.push([0,2,,3]);return[4,r.model.findOneAndDelete(e,t).exec()];case 1:n=i.sent();return[2,n?{success:!0,result:n}:{success:!1,message:"No ".concat(r.getModelName()," found to delete."),code:eo.NOT_FOUND.CODE}];case 2:s=i.sent();return[2,{success:!1,message:s.message,code:eo.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"deleteMany",value:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};var r=this;return i(function(){var n,s;return w(this,function(i){switch(i.label){case 0:i.trys.push([0,2,,3]);return[4,r.model.deleteMany(e,t).exec()];case 1:n=i.sent();return[2,n.deletedCount===0?{success:!1,message:"No documents found to delete.",code:eo.NOT_FOUND.CODE}:{success:!0,result:n}];case 2:s=i.sent();return[2,{success:!1,message:s.message,code:eo.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"createShortId",value:function e(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:4;var r=this;return i(function(){var n,s,i,o;return w(this,function(a){switch(a.label){case 0:n=new Set;s=0;a.label=1;case 1:if(!(s<10))return[3,5];i=ng(e,s+t);o=!n.has(i);if(!o)return[3,3];n.add(i);return[4,r.model.exists({shortId:i})];case 2:o=!a.sent();a.label=3;case 3:if(o)return[2,{success:!0,result:i}];a.label=4;case 4:s++;return[3,1];case 5:return[2,{success:!1,message:"Failed to create a unique shortId",code:eo.INTERNAL_SERVER_ERROR.CODE}]}})})()}},{key:"createSlug",value:function e(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};var n=this;return i(function(){var s,o,a,c,u,l,d,f,p,m,g;return w(this,function(v){switch(v.label){case 0:v.trys.push([0,8,,9]);s=t[e],o=G(/*#__PURE__*/function(){var e=i(function(e){var s,i,o;return w(this,function(a){switch(a.label){case 0:return[4,n.model.findOne(nS.createSlugQuery(e,r,t.id))];case 1:s=a.sent();if(!s)return[2,e];i=1;a.label=2;case 2:o="".concat(e,"-").concat(i);return[4,n.model.findOne(nS.createSlugQuery(o,r,t.id))];case 3:s=a.sent(),i++;a.label=4;case 4:if(s)return[3,2];a.label=5;case 5:return[2,o]}})});return function(t){return e.apply(this,arguments)}}(),"createUniqueSlug");if(!((typeof s==="undefined"?"undefined":T(s))=="object"))return[3,5];a={};c=[];for(u in s)c.push(u);l=0;v.label=1;case 1:if(!(l<c.length))return[3,4];d=c[l];f=nm(s[d]);return[4,o(f)];case 2:a[d]=v.sent();v.label=3;case 3:l++;return[3,1];case 4:return[2,{success:!0,result:a}];case 5:p=nm(s);m={success:!0};return[4,o(p)];case 6:return[2,(m.result=v.sent(),m)];case 7:return[3,9];case 8:g=v.sent();return[2,{success:!1,message:"Failed to create a unique slug: ".concat(g.message),code:eo.INTERNAL_SERVER_ERROR.CODE}];case 9:return[2]}})})()}},{key:"aggregate",value:function e(e){var t=this;return i(function(){var r,n;return w(this,function(s){switch(s.label){case 0:s.trys.push([0,2,,3]);r={success:!0};return[4,t.model.aggregate(e)];case 1:return[2,(r.result=s.sent(),r)];case 2:n=s.sent();return[2,{success:!1,message:n.message,code:eo.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}}]);return e}();G(nI,"MongooseController");var nC=nI;import{useServer as nR}from"graphql-ws/use/ws";import{WebSocketServer as nA}from"ws";function nT(e){return new nA({server:e.server,path:e.path})}G(nT,"createWSServer");function nb(e){return nR({schema:e.schema},e.server)}G(nb,"initGraphQLWS");import{ApolloClient as nN,ApolloError as nw,ApolloLink as nx,ApolloProvider as nD,from as nG,HttpLink as nL,InMemoryCache as nM,split as nj}from"@apollo/client";import{onError as nP}from"@apollo/client/link/error";import{removeTypenameFromVariables as nk}from"@apollo/client/link/remove-typename";import{GraphQLWsLink as nU}from"@apollo/client/link/subscriptions";import{getMainDefinition as nF}from"@apollo/client/utilities";import{createClient as nq}from"graphql-ws";import nB,{useMemo as nK}from"react";import{FaInfo as nH}from"react-icons/fa6";import nY,{use as nV}from"react";import{FaRepeat as nz}from"react-icons/fa6";import{createContext as nW}from"react";var nQ=nW(void 0);import nJ from"./react/apollo-error/apollo-error.module.scss";function n$(){var e=nV(nQ),t=e===null||e===void 0?void 0:e.error;if(!t)return null;var r=G(function(e,t){return(t===null||t===void 0?void 0:t.length)?nY.createElement("div",null,nY.createElement("strong",null,e,":"),nY.createElement("ul",null,t.map(function(e){return nY.createElement("li",{key:e.message},e.message)}))):null},"renderErrorList");return nY.createElement("div",{className:nJ["modal-backdrop"]},nY.createElement("div",{className:nJ["modal-content"]},nY.createElement("button",{type:"button",className:nJ["btn-close"],onClick:e.hideError},"✕"),nY.createElement("div",{className:nJ["error-title"]},nY.createElement("button",{type:"button",className:nJ["btn-retry"],onClick:G(function(){return window.location.reload()},"onClick")},nY.createElement(nz,null))," ",t.message),nY.createElement("div",{className:nJ["error-details"]},t.networkError&&nY.createElement("pre",{className:"network"},nY.createElement("strong",null,"Network Error:")," ",t.networkError.message),r("GraphQL Errors",A(t.graphQLErrors)),r("Protocol Errors",A(t.protocolErrors)),r("Client Errors",A(t.clientErrors)),t.extraInfo&&nY.createElement("pre",{className:"extra"},nY.createElement("strong",null,"Extra Info:")," ",JSON.stringify(t.extraInfo,null,4)))))}G(n$,"ApolloError");import{use as nX}from"react";function nZ(){var e=nX(nQ);if(!e)throw new Error("useApolloError must be used within ApolloErrorProvider");return e}G(nZ,"useApolloError");import n0,{useEffect as n1,useMemo as n2,useState as n4}from"react";var n3=null;function n5(e){n3=e}G(n5,"setGlobalApolloErrorCallback");function n8(e){n3===null||n3===void 0?void 0:n3(e)}G(n8,"showGlobalApolloError");function n6(e){var t=e.children;var r=R(n4(null),2),n=r[0],s=r[1];n1(function(){n5(s)},[]);var i=n2(function(){return{error:n,showError:s,hideError:G(function(){return s(null)},"hideError")}},[n]);return n0.createElement(nQ,{value:i},t)}G(n6,"ApolloErrorProvider");import{consola as n7}from"consola/browser";var n9={silent:n7.silent,level:n7.level,fatal:n7.fatal,error:n7.error,warn:n7.warn,log:n7.log,info:n7.info,success:n7.success,ready:n7.ready,start:n7.start,box:n7.box,debug:n7.debug,trace:n7.trace,verbose:n7.verbose};import{toast as se,Toaster as st}from"react-hot-toast";var sr="/graphql";var sn,ss=(sn=/*#__PURE__*/function(e){"use strict";f(t,e);function t(){a(this,t);var e;e=o(this,t,arguments);L(e,"count",0);return e}u(t,[{key:"request",value:function e(e,t){var r=this;var n=Date.now();return this.count+=1,t(e).map(function(t){var s=Date.now()-n,i=e.operationName||"Unnamed";return n9.info("[Apollo] #".concat(r.count,": ").concat(i," (").concat(s,"ms)")),t})}}]);return t}(nx),G(sn,"DevLoggerLink"),sn);function si(e){var t=e.uri,r=e.wsUrl,n=e.customLinks,s=new ss,i=nP(function(e){var t=e.graphQLErrors,r=e.networkError,n=e.protocolErrors,s=e.operation;var i=(s===null||s===void 0?void 0:s.operationName)||"Unknown";if(t&&t.forEach(function(e){var t=e.message,r=e.locations,n=e.path;n9.error("[GraphQL error] ".concat(i,": ").concat(t,", Location: ").concat(JSON.stringify(r),", Path: ").concat(n))}),n&&n.forEach(function(e){var t=e.message,r=e.extensions;n9.error("[Protocol error]: ".concat(t,", Extensions: ").concat(JSON.stringify(r)))}),r&&n9.error("[Network error]: ".concat(r)),t||n||r){var o,a;var c=(t===null||t===void 0?void 0:(o=t[0])===null||o===void 0?void 0:o.message)||(n===null||n===void 0?void 0:(a=n[0])===null||a===void 0?void 0:a.message)||(r===null||r===void 0?void 0:r.message)||"Unexpected error",u=new nw({graphQLErrors:t||[],protocolErrors:n||[],clientErrors:[],networkError:r||null,errorMessage:c,extraInfo:{operation:s}});se.error(function(e){return nB.createElement(nB.Fragment,null,c,"\xa0",nB.createElement(nH,{cursor:"pointer",onClick:G(function(){setTimeout(function(){n8(u)},0),se.dismiss(e.id)},"onClick")}))})}}),o=nk();t||n9.warn('[Apollo] No GraphQL URI provided — using "'.concat(sr,'" as default'));var a=new nL({uri:t!==null&&t!==void 0?t:sr,credentials:"include"}),c=r?new nU(nq({url:r})):nx.empty(),u=p(c,nx)?nj(function(e){var t=e.query;var r=nF(t);return r.kind==="OperationDefinition"&&r.operation==="subscription"},c,a):a;return u===a&&r&&n9.warn("[Apollo] WS URL is set, but subscriptions fallback to HTTP. Check your wsLink config."),[s,i,o].concat(A(n!==null&&n!==void 0?n:[]),[u])}G(si,"createApolloLinks");function so(e){var t=e.isNextJS,r=e.options,n=e.children,s=e.client,i=e.provider,o=e.cache;var a=r||{},c=a.uri,u=a.wsUrl,l=a.customLinks,d=O(a,["uri","wsUrl","customLinks"]),f=s!==null&&s!==void 0?s:nN;if(typeof f!="function")throw new TypeError("Invalid ApolloClient provided. Ensure CustomClient is a class.");var m=i||nD,g=nK(function(){return nG(si({uri:c!==null&&c!==void 0?c:sr,wsUrl:u!==null&&u!==void 0?u:"",customLinks:l!==null&&l!==void 0?l:[]}))},[c,u,l]),v=nK(function(){return p(o,nM)?o:new nM},[o]),E=nK(function(){return new f(h({link:g,cache:v},d))},[f,g,v,d]),y=t?nB.createElement(m,{makeClient:G(function(){return E},"makeClient")},n):nB.createElement(m,{client:E},n);return nB.createElement(nB.Fragment,null,nB.createElement(n6,null,y,nB.createElement(n$,null)),nB.createElement(st,{position:"top-right"}))}G(so,"ApolloProvider");import{useTranslation as sa}from"react-i18next";var sc=sa;import su from"i18next";import{initReactI18next as sl}from"react-i18next";function sd(e){return su.use(sl).init(e)}G(sd,"initI18next");import sf from"classnames";import sp from"react";import sm from"./react/loading/loading.module.scss";function sg(e){var t=e.full,r=t===void 0?!1:t,n=e.block,s=n===void 0?!1:n,i=e.className,o=i===void 0?"":i,a=e.message,c=a===void 0?"Loading":a,u=O(e,["full","block","className","message"]);function l(){return sp.createElement("div",h({className:sm.container},u),sp.createElement("div",{className:sm.ring}),sp.createElement("div",{className:sm.ring}),sp.createElement("div",{className:sm.ring}),sp.createElement("div",{className:sm.ring}),c&&sp.createElement("div",{className:sm.message},c))}return G(l,"_renderLoading"),r?sp.createElement("div",{className:sf(sm.fullscreen,o)},l()):s?sp.createElement("div",{className:sf(sm.block,o)},l()):l()}G(sg,"Loading");import{createContext as sv}from"react";var sE=sv(void 0);import{use as sh}from"react";function sy(){var e=sh(sE);if(!e)throw new Error("useLoading must be used within a LoadingProvider");return e}G(sy,"useLoading");import sS,{useCallback as sO,useMemo as s_,useState as sI}from"react";function sC(e){var t=e.children;var r=R(sI(!1),2),n=r[0],s=r[1],i=R(sI(!1),2),o=i[0],a=i[1],c=sO(function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;s(!0),a(e)},[]),u=sO(function(){s(!1),a(!1)},[]),l=s_(function(){return{isLoading:n,isGlobalLoading:o,showLoading:c,hideLoading:u}},[n,o,c,u]);return sS.createElement(sE,{value:l},n?sS.createElement(sg,{full:o}):t)}G(sC,"LoadingProvider");import{enUS as sR}from"date-fns/locale";var sA={label:"English",value:"en",flag:"\uD83C\uDDFA\uD83C\uDDF8",adapterLocale:sR,icon:"flagpack:gb-nir",numberFormat:{code:"en-US",currency:"USD"},timezone:"America/New_York"};import{createContext as sT}from"react";var sb=sT(void 0);import{NextIntlClientProvider as sN}from"next-intl";import sw from"react";import{useTranslations as sx}from"next-intl";import{use as sD}from"react";function sG(){var e=sD(sb);if(!e)throw new Error("useNextIntl must be used within a NextIntlProvider");return e}G(sG,"useNextIntl");var sL=sx;function sM(e){var t=G(function(t){var r;var n;var s=sG(),i=s.currentLanguage,o=t.messages,a=t.languages,c="en",u=o[(i===null||i===void 0?void 0:i.value)||c],l=(n=(r=a.find(function(e){return e.value===(i===null||i===void 0?void 0:i.value)}))===null||r===void 0?void 0:r.timezone)!==null&&n!==void 0?n:sA.timezone;return o?sw.createElement(sN,{locale:(i===null||i===void 0?void 0:i.value)||c,messages:u||null,timeZone:l},sw.createElement(e,t)):(n9.warn("Missing messages for language: ".concat((i===null||i===void 0?void 0:i.value)||c)),null)},"PageWithI18n");return t.displayName="withNextIntl(".concat(e.displayName||e.name||"Component",")"),t}G(sM,"withNextIntl");import sj,{useMemo as sP}from"react";import{useCallback as sk,useEffect as sU,useState as sF}from"react";import{Buffer as sq}from"node:buffer";var sB={Date:{is:G(function(e){return p(e,Date)},"is"),serialize:G(function(e){return{__type:"Date",value:e.toISOString()}},"serialize"),deserialize:G(function(e){return new Date(e)},"deserialize")},Map:{is:G(function(e){return p(e,Map)},"is"),serialize:G(function(e){return{__type:"Map",value:Array.from(e.entries())}},"serialize"),deserialize:G(function(e){return new Map(e)},"deserialize")},Set:{is:G(function(e){return p(e,Set)},"is"),serialize:G(function(e){return{__type:"Set",value:Array.from(e)}},"serialize"),deserialize:G(function(e){return new Set(e)},"deserialize")},RegExp:{is:G(function(e){return p(e,RegExp)},"is"),serialize:G(function(e){return{__type:"RegExp",value:{source:e.source,flags:e.flags}}},"serialize"),deserialize:G(function(e){var t=e.source,r=e.flags;return new RegExp(t,r)},"deserialize")},BigInt:{is:G(function(e){return(typeof e==="undefined"?"undefined":T(e))=="bigint"},"is"),serialize:G(function(e){return{__type:"BigInt",value:e.toString()}},"serialize"),deserialize:G(function(e){return BigInt(e)},"deserialize")},Buffer:{is:G(function(e){return sq.isBuffer(e)},"is"),serialize:G(function(e){return{__type:"Buffer",value:e.toString("base64")}},"serialize"),deserialize:G(function(e){return sq.from(e,"base64")},"deserialize")}},sK={serialize:function e(e){return JSON.stringify(e,function(e,t){var r=true,n=false,s=undefined;try{for(var i=Object.keys(sB)[Symbol.iterator](),o;!(r=(o=i.next()).done);r=true){var a=o.value;var c=sB[a];if(c.is(t))return c.serialize(t)}}catch(e){n=true;s=e}finally{try{if(!r&&i.return!=null){i.return()}}finally{if(n){throw s}}}return t})},deserialize:function e(e){return JSON.parse(e,function(e,t){if(t&&(typeof t==="undefined"?"undefined":T(t))=="object"&&"__type"in t&&typeof t.__type=="string"){var r=t.__type,n=sB[r];if(n)return n.deserialize(t.value)}return t})}};import sH from"localforage";var sY={get:function e(e){return i(function(){var t;return w(this,function(r){switch(r.label){case 0:r.trys.push([0,2,,3]);return[4,sH.getItem(e)];case 1:return[2,r.sent()];case 2:t=r.sent();return[2,(n9.error('[Storage:get] Error getting key "'.concat(e,'":'),t),null)];case 3:return[2]}})})()},set:function e(e,t){return i(function(){var r;return w(this,function(n){switch(n.label){case 0:n.trys.push([0,2,,3]);return[4,sH.setItem(e,t)];case 1:n.sent();return[3,3];case 2:r=n.sent();n9.error('[Storage:set] Error setting key "'.concat(e,'":'),r);return[3,3];case 3:return[2]}})})()},remove:function e(e){return i(function(){var t;return w(this,function(r){switch(r.label){case 0:r.trys.push([0,2,,3]);return[4,sH.removeItem(e)];case 1:r.sent();return[3,3];case 2:t=r.sent();n9.error('[Storage:remove] Error removing key "'.concat(e,'":'),t);return[3,3];case 3:return[2]}})})()},keys:function e(){return i(function(){var e,t;return w(this,function(r){switch(r.label){case 0:r.trys.push([0,2,,3]);return[4,sH.keys()];case 1:return[2,(e=r.sent())!==null&&e!==void 0?e:[]];case 2:t=r.sent();return[2,(n9.error("[Storage:keys] Error getting keys:",t),[])];case 3:return[2]}})})()}};function sV(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:sK;var n=R(sF(t),2),s=n[0],o=n[1],a=R(sF(!1),2),c=a[0],u=a[1];sU(function(){var n=!0;return G(/*#__PURE__*/i(function(){var s,i,a,c;return w(this,function(l){switch(l.label){case 0:l.trys.push([0,6,7,8]);return[4,sY.get(e)];case 1:s=l.sent();if(!n)return[3,5];if(!(s!==null))return[3,2];i=r.deserialize(s);o(i);return[3,5];case 2:if(!(t!==void 0))return[3,4];a=r.serialize(t);return[4,sY.set(e,a)];case 3:l.sent(),o(t);return[3,5];case 4:o(void 0);l.label=5;case 5:return[3,8];case 6:c=l.sent();n9.error('Error loading value for key "'.concat(e,'":'),c),n&&o(t);return[3,8];case 7:n&&u(!0);return[7];case 8:return[2]}})}),"loadValue")(),function(){n=!1,u(!1)}},[e,t,r]),sU(function(){if(!c)return;G(/*#__PURE__*/i(function(){var t,n;return w(this,function(i){switch(i.label){case 0:i.trys.push([0,3,,4]);if(!(s!==void 0))return[3,2];t=r.serialize(s);return[4,sY.set(e,t)];case 1:i.sent();i.label=2;case 2:return[3,4];case 3:n=i.sent();n9.error('Error saving value for key "'.concat(e,'":'),n);return[3,4];case 4:return[2]}})}),"saveValue")()},[s,e,r,c]);var l=sk(function(e){o(function(t){return typeof e=="function"?e(t):e})},[]),d=sk(/*#__PURE__*/i(function(){var t;return w(this,function(r){switch(r.label){case 0:r.trys.push([0,2,,3]);return[4,sY.remove(e)];case 1:r.sent(),o(void 0);return[3,3];case 2:t=r.sent();n9.error('Error removing key "'.concat(e,'":'),t);return[3,3];case 3:return[2]}})}),[e]);return{value:s,set:l,remove:d}}G(sV,"useStorage");function sz(e){var t=e.children;return sj.createElement(sj.Fragment,null,t)}G(sz,"LanguageWrapperBase");var sW=sM(sz);function sQ(e){var t=e.children,r=e.languages,n=e.messages;var s=sV("lang",r[0]),i=s.value,o=s.set,a=sP(function(){return{languages:r,currentLanguage:i!==null&&i!==void 0?i:sA,setCurrentLanguage:o}},[r,o,i]);return sj.createElement(sb,{value:a},sj.createElement(sW,{languages:r,messages:n},t))}G(sQ,"NextIntlProvider");import sJ from"unorm";var s$={a:["\xe0","\xe1","ạ","ả","\xe3","\xe2","ầ","ấ","ậ","ẩ","ẫ","ă","ằ","ắ","ặ","ẳ","ẵ"],e:["\xe8","\xe9","ẹ","ẻ","ẽ","\xea","ề","ế","ệ","ể","ễ"],i:["\xec","\xed","ị","ỉ","ĩ"],o:["\xf2","\xf3","ọ","ỏ","\xf5","\xf4","ồ","ố","ộ","ổ","ỗ","ơ","ờ","ớ","ợ","ở","ỡ"],u:["\xf9","\xfa","ụ","ủ","ũ","ư","ừ","ứ","ự","ử","ữ"],y:["ỳ","\xfd","ỵ","ỷ","ỹ"],d:["đ"]},sX=Object.entries(s$).reduce(function(e,t){var r=R(t,2),n=r[0],s=r[1];return e[n.toUpperCase()]=s.map(function(e){return e.toUpperCase()}),e},{});function sZ(e){e=sJ.nfkc(e);var t=h({},s$,sX);var r=true,n=false,s=undefined;try{for(var i=Object.entries(t)[Symbol.iterator](),o;!(r=(o=i.next()).done);r=true){var a=R(o.value,2),c=a[0],u=a[1];var l="[".concat(c).concat(u.join(""),"]"),d="(".concat([c].concat(A(u)).join("|"),")");e=e.replace(new RegExp(l,"g"),d)}}catch(e){n=true;s=e}finally{try{if(!r&&i.return!=null){i.return()}}finally{if(n){throw s}}}return e}G(sZ,"regexSearchMapper");function s0(e){return e.normalize("NFD").replace(RegExp("\\p{Diacritic}","gu"),"")}G(s0,"removeAccent");export{n$ as ApolloError,nQ as ApolloErrorContext,n6 as ApolloErrorProvider,so as ApolloProvider,tc as BUILD_DIRECTORY,ed as CHECK_PACKAGE_EMPTY_RESULT,tT as COMMIT_LINT_CLI,tA as COMMIT_LINT_PACKAGE_NAME,ty as CYBERSKILL_CLI,tS as CYBERSKILL_CLI_PATH,th as CYBERSKILL_DIRECTORY,to as CYBERSKILL_PACKAGE_NAME,K as CYBERSKILL_STORAGE_DIRECTORY,ns as C_Collection,r7 as C_Db,ne as C_Document,nr as C_Model,t_ as ESLINT_CLI,tU as ESLINT_INSPECT_CLI,tk as ESLINT_INSPECT_PACKAGE_NAME,tO as ESLINT_PACKAGE_NAME,X as E_CommandType,j as E_ConfigType,er as E_IssueType,tG as GIT_CLI,tv as GIT_COMMIT_EDITMSG,tg as GIT_HOOK,tf as GIT_IGNORE,sr as GRAPHQL_URI_DEFAULT,rr as IS_BROWSER,tN as LINT_STAGED_CLI,tb as LINT_STAGED_PACKAGE_NAME,sg as Loading,sE as LoadingContext,sC as LoadingProvider,tK as MIGRATE_MONGO_CLI,tE as MIGRATE_MONGO_CONFIG,tB as MIGRATE_MONGO_PACKAGE_NAME,r2 as MONGO_MIGRATE_OPTIONS,n_ as MongoController,nC as MongooseController,sA as NEXT_INTL_DEFAULT_LANGUAGE,ta as NODE_MODULES,tq as NODE_MODULES_INSPECT_CLI,tF as NODE_MODULES_INSPECT_PACKAGE_NAME,sb as NextIntlContext,sQ as NextIntlProvider,tu as PACKAGE_JSON,tl as PACKAGE_LOCK_JSON,tH as PATH,tC as PLAYWRIGHT_PACKAGE_NAME,tL as PNPM_CLI,tM as PNPM_EXEC_CLI,tm as PNPM_LOCK_YAML,eo as RESPONSE_STATUS,rW as Router,tj as SIMPLE_GIT_HOOKS_PACKAGE_NAME,tP as SIMPLE_GIT_HOOK_CLI,tp as SIMPLE_GIT_HOOK_JSON,td as TSCONFIG_JSON,tx as TSC_CLI,tw as TSC_PACKAGE_NAME,tD as TSX_CLI,st as Toaster,tR as VITEST_CLI,tI as VITEST_PACKAGE_NAME,ti as WORKING_DIRECTORY,nc as aggregatePaginate,eg as appendFileSync,ex as checkPackage,eQ as clearAllErrorLists,tQ as command,M as commitlintConfig,eA as copySync,rc as createApolloServer,r0 as createCors,r1 as createExpress,tY as createGitHooksConfig,re as createGraphqlCodegenConfig,nT as createWSServer,tZ as deepMerge,t1 as eslintConfig,r$ as express,rs as expressMiddleware,e4 as formatCommand,nv as generateRandomPassword,ng as generateShortId,nm as generateSlug,$ as getEnv,nE as getFileName,eN as getLatestPackageVersion,eb as getPackage,ez as getStoredErrorLists,nb as initGraphQLWS,sd as initI18next,eG as installDependencies,t$ as isJson,tX as isPlainObject,tn as join,rt as lintStagedConfig,n9 as log,el as logNodeJS,ev as lstatSync,t7 as mergeConfigs,eE as mkdirSync,nS as mongo,nu as mongoosePaginate,eC as pathExistsSync,e1 as rawCommand,eh as readFileSync,e_ as readJsonSync,sZ as regexSearchMapper,s0 as removeAccent,eR as removeSync,tr as resolve,e3 as resolveCommands,tt as resolveWorkingPath,e8 as runCommand,sK as serializer,n5 as setGlobalApolloErrorCallback,eM as setupPackages,n8 as showGlobalApolloError,eO as statSync,sY as storage,eq as storageNodeJS,nh as substringBetween,ec as throwError,se as toast,ey as unlinkSync,nZ as useApolloError,sy as useLoading,sG as useNextIntl,sV as useStorage,sc as useTranslateI18next,sL as useTranslateNextIntl,ny as validate,F as vitestE2E,tJ as vitestUnit,sM as withNextIntl,eS as writeFileSync,eI as writeJsonSync};
|