@cyberskill/shared 1.101.0 → 1.102.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.
Files changed (73) hide show
  1. package/dist/_tsup-dts-rollup.d.cts +110 -47
  2. package/dist/_tsup-dts-rollup.d.ts +110 -47
  3. package/dist/configs/config.util.cjs +1 -1
  4. package/dist/configs/config.util.js +1 -1
  5. package/dist/configs/index.cjs +1 -1
  6. package/dist/configs/index.js +1 -1
  7. package/dist/index.cjs +1 -1
  8. package/dist/index.d.cts +16 -7
  9. package/dist/index.d.ts +16 -7
  10. package/dist/index.js +1 -1
  11. package/dist/nodejs/cli/cli.util.cjs +1 -1
  12. package/dist/nodejs/cli/cli.util.js +1 -1
  13. package/dist/nodejs/cli/index.cjs +1 -1
  14. package/dist/nodejs/cli/index.js +1 -1
  15. package/dist/nodejs/command/command.type.cjs +1 -1
  16. package/dist/nodejs/command/command.type.js +1 -1
  17. package/dist/nodejs/command/command.util.cjs +1 -1
  18. package/dist/nodejs/command/command.util.js +1 -1
  19. package/dist/nodejs/command/index.cjs +1 -1
  20. package/dist/nodejs/command/index.js +1 -1
  21. package/dist/nodejs/fs/fs.type.cjs +1 -0
  22. package/dist/nodejs/fs/fs.type.d.cts +1 -0
  23. package/dist/nodejs/fs/fs.type.d.ts +1 -0
  24. package/dist/nodejs/fs/fs.type.js +0 -0
  25. package/dist/nodejs/fs/fs.util.cjs +1 -1
  26. package/dist/nodejs/fs/fs.util.d.cts +8 -1
  27. package/dist/nodejs/fs/fs.util.d.ts +8 -1
  28. package/dist/nodejs/fs/fs.util.js +1 -1
  29. package/dist/nodejs/fs/index.cjs +1 -1
  30. package/dist/nodejs/fs/index.d.cts +9 -1
  31. package/dist/nodejs/fs/index.d.ts +9 -1
  32. package/dist/nodejs/fs/index.js +1 -1
  33. package/dist/nodejs/index.cjs +1 -1
  34. package/dist/nodejs/index.d.cts +16 -7
  35. package/dist/nodejs/index.d.ts +16 -7
  36. package/dist/nodejs/index.js +1 -1
  37. package/dist/nodejs/mongo/index.cjs +1 -1
  38. package/dist/nodejs/mongo/index.d.cts +7 -6
  39. package/dist/nodejs/mongo/index.d.ts +7 -6
  40. package/dist/nodejs/mongo/index.js +1 -1
  41. package/dist/nodejs/mongo/mongo.constant.cjs +1 -0
  42. package/dist/nodejs/mongo/mongo.constant.d.cts +1 -0
  43. package/dist/nodejs/mongo/mongo.constant.d.ts +1 -0
  44. package/dist/nodejs/mongo/mongo.constant.js +1 -0
  45. package/dist/nodejs/mongo/mongo.type.d.cts +1 -0
  46. package/dist/nodejs/mongo/mongo.type.d.ts +1 -0
  47. package/dist/nodejs/mongo/mongo.util.cjs +1 -0
  48. package/dist/nodejs/mongo/mongo.util.js +1 -0
  49. package/dist/nodejs/package/index.cjs +1 -1
  50. package/dist/nodejs/package/index.js +1 -1
  51. package/dist/nodejs/package/package.util.cjs +1 -1
  52. package/dist/nodejs/package/package.util.js +1 -1
  53. package/dist/nodejs/path/index.cjs +1 -1
  54. package/dist/nodejs/path/index.js +1 -1
  55. package/dist/nodejs/path/path.constant.cjs +1 -1
  56. package/dist/nodejs/path/path.constant.js +1 -1
  57. package/dist/nodejs/path/path.util.cjs +1 -1
  58. package/dist/nodejs/path/path.util.js +1 -1
  59. package/dist/react/index.cjs +1 -1
  60. package/dist/react/index.js +1 -1
  61. package/dist/react/vitest/index.cjs +1 -1
  62. package/dist/react/vitest/index.js +1 -1
  63. package/dist/react/vitest/vitest.unit.cjs +1 -1
  64. package/dist/react/vitest/vitest.unit.js +1 -1
  65. package/package.json +7 -4
  66. package/dist/nodejs/mongo/migrate.util.cjs +0 -1
  67. package/dist/nodejs/mongo/migrate.util.d.cts +0 -1
  68. package/dist/nodejs/mongo/migrate.util.d.ts +0 -1
  69. package/dist/nodejs/mongo/migrate.util.js +0 -1
  70. package/dist/nodejs/mongo/mongo.cjs +0 -1
  71. package/dist/nodejs/mongo/mongo.js +0 -1
  72. /package/dist/nodejs/mongo/{mongo.d.cts → mongo.util.d.cts} +0 -0
  73. /package/dist/nodejs/mongo/{mongo.d.ts → mongo.util.d.ts} +0 -0
package/dist/index.d.ts CHANGED
@@ -39,23 +39,26 @@ export { I_CorsOptions } from './_tsup-dts-rollup.js';
39
39
  export { createCors } from './_tsup-dts-rollup.js';
40
40
  export { createExpress } from './_tsup-dts-rollup.js';
41
41
  export { express } from './_tsup-dts-rollup.js';
42
+ export { I_CopySyncOptions } from './_tsup-dts-rollup.js';
42
43
  export { existsSync } from './_tsup-dts-rollup.js';
44
+ export { removeSync } from './_tsup-dts-rollup.js';
45
+ export { copySync } from './_tsup-dts-rollup.js';
43
46
  export { readFileSync } from './_tsup-dts-rollup.js';
44
47
  export { writeFileSync } from './_tsup-dts-rollup.js';
48
+ export { pathExistsSync } from './_tsup-dts-rollup.js';
45
49
  export { appendFileSync } from './_tsup-dts-rollup.js';
46
- export { rmSync } from './_tsup-dts-rollup.js';
50
+ export { copySyncE } from './_tsup-dts-rollup.js';
51
+ export { removeSyncE } from './_tsup-dts-rollup.js';
52
+ export { statSync } from './_tsup-dts-rollup.js';
53
+ export { readJsonSync } from './_tsup-dts-rollup.js';
54
+ export { writeJsonSync } from './_tsup-dts-rollup.js';
47
55
  export { E_IssueType } from './_tsup-dts-rollup.js';
48
56
  export { I_IssueEntry } from './_tsup-dts-rollup.js';
49
57
  export { T_ThrowError } from './_tsup-dts-rollup.js';
50
58
  export { I_Log_NodeJS } from './_tsup-dts-rollup.js';
51
59
  export { throwError } from './_tsup-dts-rollup.js';
52
60
  export { logNodeJS } from './_tsup-dts-rollup.js';
53
- export { setMongoMigrateConfig } from './_tsup-dts-rollup.js';
54
- export { aggregatePaginate } from './_tsup-dts-rollup.js';
55
- export { mongoosePaginate } from './_tsup-dts-rollup.js';
56
- export { mongo } from './_tsup-dts-rollup.js';
57
- export { MongoController } from './_tsup-dts-rollup.js';
58
- export { MongooseController } from './_tsup-dts-rollup.js';
61
+ export { MONGO_MIGRATE_OPTIONS } from './_tsup-dts-rollup.js';
59
62
  export { C_Db } from './_tsup-dts-rollup.js';
60
63
  export { T_Filter } from './_tsup-dts-rollup.js';
61
64
  export { T_InsertOneResult } from './_tsup-dts-rollup.js';
@@ -115,6 +118,12 @@ export { I_Input_DeleteMany } from './_tsup-dts-rollup.js';
115
118
  export { I_ReturnSuccess } from './_tsup-dts-rollup.js';
116
119
  export { I_ReturnFailure } from './_tsup-dts-rollup.js';
117
120
  export { I_Return } from './_tsup-dts-rollup.js';
121
+ export { T_MongoMigrateContext } from './_tsup-dts-rollup.js';
122
+ export { aggregatePaginate } from './_tsup-dts-rollup.js';
123
+ export { mongoosePaginate } from './_tsup-dts-rollup.js';
124
+ export { mongo } from './_tsup-dts-rollup.js';
125
+ export { MongoController } from './_tsup-dts-rollup.js';
126
+ export { MongooseController } from './_tsup-dts-rollup.js';
118
127
  export { CHECK_PACKAGE_EMPTY_RESULT } from './_tsup-dts-rollup.js';
119
128
  export { T_PackageJson } from './_tsup-dts-rollup.js';
120
129
  export { I_GetPackage } from './_tsup-dts-rollup.js';
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 C(e,w()?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)A(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 C(e,t){if(t&&(b(t)==="object"||typeof t==="function")){return t}return n(e)}function A(e,t){A=Object.setPrototypeOf||function e(e,t){e.__proto__=t;return e};return A(e,t)}function I(e,r){return t(e)||g(e,r)||T(e,r)||v()}function R(e){return r(e)||m(e)||T(e)||E()}function b(e){"@swc/helpers - typeof";return e&&typeof Symbol!=="undefined"&&e.constructor===Symbol?"symbol":typeof e}function T(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 w(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(w=function(){return!!e})()}function N(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 M=function(e,t,r){return D(e,(typeof t==="undefined"?"undefined":b(t))!="symbol"?t+"":t,r)};var j={extends:["@commitlint/config-conventional"]};var P=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 G 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 W,cleanEnv as Y,str as V}from"envalid";import Q 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(Q.homedir(),B)};return Y(e,{DEBUG:W(),CWD:V(),CYBERSKILL_STORAGE_DIRECTORY:V()})}L($,"getEnv");var X=function(e){return e.CLI="CLI",e.RAW="RAW",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*as ep from"node:fs";function em(){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.existsSync(e)})}L(em,"existsSync");function eg(e,t){var r=ep.readFileSync(e,"utf-8");if(t===null||t===void 0?void 0:t.asJson)try{var n=JSON.parse(r);if((typeof n==="undefined"?"undefined":b(n))=="object"&&n!==null)return n;throw new Error("Parsed JSON is not an object or array")}catch(t){throw new Error("Failed to parse JSON from file: ".concat(e))}return r}L(eg,"readFileSync");function ev(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};var n=r.isJson,s=n===void 0?!1:n,o=s&&(typeof t==="undefined"?"undefined":b(t))=="object"?JSON.stringify(t,null,4):String(t);ep.writeFileSync(e,o,"utf-8")}L(ev,"writeFileSync");function eE(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};var n=r.isJson,s=n===void 0?!1:n,o=s&&(typeof t==="undefined"?"undefined":b(t))=="object"?JSON.stringify(t,null,4):String(t);ep.appendFileSync(e,o,"utf-8")}L(eE,"appendFileSync");function eh(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}t.forEach(function(e){em(e)&&ep.rmSync(e,{recursive:!0,force:!0})})}L(eh,"rmSync");var ey=$();function eS(e){var t=e3(ey.CWD,te);if(!em(t))return!1;try{var r=eg(t,{asJson:!0}),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(eS,"getPackage");function eO(e){return e_.apply(this,arguments)}function e_(){e_=o(function(e){var t,r,n,s;return N(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 e_.apply(this,arguments)}L(eO,"getLatestPackageVersion");function eC(e,t){return eA.apply(this,arguments)}function eA(){eA=o(function(e,t){var r,n,s,o,i,a,c,u,l,d,f,p,m,g,v,E,y,S,O,_,C;return N(this,function(A){switch(A.label){case 0:A.trys.push([0,4,,5]);r=eS(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,eO(e)];case 2:y=A.sent();A.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,ev(c,u,{isJson:!0}),el.info('Updated "'.concat(e,'" to version ').concat(v)))}return[2,{isCurrentProject:l,installedPath:c,file:u,isUpToDate:E}];case 4:C=A.sent();return[2,(el.error('Error checking package "'.concat(e,'": ').concat(C.message)),h({},ed))];case 5:return[2]}})});return eA.apply(this,arguments)}L(eC,"checkPackage");function eI(){return eR.apply(this,arguments)}function eR(){eR=o(function(){var e,t,r,n,s,o,i,a,c,u,l,d;return N(this,function(f){switch(f.label){case 0:e=[{command:L(function(){return tU.pnpmInstallStandard()},"command"),message:"Installing dependencies (standard)"},{command:L(function(){return tU.pnpmInstallLegacy()},"command"),message:"Retrying with legacy peer dependencies"},{command:L(function(){return tU.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,eX("".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 eR.apply(this,arguments)}L(eI,"installDependencies");function eb(e,t){return eT.apply(this,arguments)}function eT(){eT=o(function(e,t){var r,n,s,o,i,a,c,u,l,d,f;return N(this,function(p){switch(p.label){case 0:if(!em(tM.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 eC(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,eI()];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 eT.apply(this,arguments)}L(eb,"setupPackages");import ew from"node-persist";var eN=$();function ex(){return eD.apply(this,arguments)}function eD(){eD=o(function(){var e;return N(this,function(t){switch(t.label){case 0:e=ew.defaultInstance;if(e)return[3,2];return[4,ew.init({dir:eN.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 eD.apply(this,arguments)}L(ex,"initNodePersist");var eL={get:function e(e){return o(function(){var t,r;return N(this,function(n){switch(n.label){case 0:n.trys.push([0,3,,4]);return[4,ex()];case 1:n.sent();return[4,ew.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 N(this,function(n){switch(n.label){case 0:n.trys.push([0,3,,4]);return[4,ex()];case 1:n.sent();return[4,ew.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 N(this,function(r){switch(r.label){case 0:r.trys.push([0,3,,4]);return[4,ex()];case 1:r.sent();return[4,ew.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 N(this,function(r){switch(r.label){case 0:r.trys.push([0,3,,4]);return[4,ex()];case 1:r.sent();return[4,ew.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 N(this,function(t){try{return[2,"".concat(eN.CYBERSKILL_STORAGE_DIRECTORY," (key: ").concat(e,")")]}catch(e){return[2,(el.error("[Storage:getLogLink] Error getting log link:",e),null)]}return[2]})})()}};var eM=$(),ej=et.promisify(Z);function eP(e){return"error_list:".concat(e)}L(eP,"getErrorListKey");function eG(e){return ek.apply(this,arguments)}function ek(){ek=o(function(e){var t,r,n;return N(this,function(s){switch(s.label){case 0:if(e.length===0)return[2];t=Date.now(),r=eP(t);s.label=1;case 1:s.trys.push([1,3,,4]);return[4,eL.set(r,{errors:e,timestamp:t})];case 2:s.sent(),setTimeout(/*#__PURE__*/o(function(){var e;return N(this,function(t){switch(t.label){case 0:return[4,eL.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 ek.apply(this,arguments)}L(eG,"saveErrorListToStorage");function eU(){return eF.apply(this,arguments)}function eF(){eF=o(function(){var e,t,r;return N(this,function(n){switch(n.label){case 0:n.trys.push([0,3,,4]);return[4,eL.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 N(this,function(r){switch(r.label){case 0:return[4,eL.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 eF.apply(this,arguments)}L(eU,"getStoredErrorLists");function eq(){return eK.apply(this,arguments)}function eK(){eK=o(function(){var e,t,r;return N(this,function(n){switch(n.label){case 0:n.trys.push([0,3,,4]);return[4,eL.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 eL.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 eK.apply(this,arguments)}L(eq,"clearAllErrorLists");function eB(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&&eG(t),eM.DEBUG&&r.length&&(el.warn("Unmatched lines:"),r.forEach(function(e){return el.info(" ".concat(e))}))}L(eB,"parseTextErrors");function eH(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&&eG(r)}catch(t){eB(e)}}L(eH,"parseCommandOutput");function eW(e){return eY.apply(this,arguments)}function eY(){eY=o(function(e){var t,r,n,s,o,i,a,c,u;var l=arguments;return N(this,function(d){switch(d.label){case 0:t=l.length>1&&l[1]!==void 0?l[1]:eH;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,3,,4]);return[4,ej(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)});return[3,4];case 3: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,4];case 4:return[2]}})});return eY.apply(this,arguments)}L(eW,"executeCommand");function eV(e){return{raw:!0,cmd:e}}L(eV,"rawCommand");function eQ(e,t){return(t===null||t===void 0?void 0:t.isRemote)?"".concat(tI," ").concat(e6," ").concat(e):(t===null||t===void 0?void 0:t.isCurrentProject)?"".concat(tI," ").concat(t_," ").concat(tl," ").concat(e):"".concat(tI," ").concat(tu," ").concat(e)}L(eQ,"formatCLI");function eJ(e,t){return typeof e=="function"?eQ(e(t),t):(typeof e==="undefined"?"undefined":b(e))=="object"&&(e===null||e===void 0?void 0:e.raw)===!0?e.cmd:typeof e=="string"?eQ(e,t):e}L(eJ,"formatCommand");function ez(e){return e$.apply(this,arguments)}function e$(){e$=o(function(e){var t,r,n,s,o,i,a;var c=arguments;return N(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,eC(e6)];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=I(e,2),r=t[0],n=t[1];return[r,eJ(n,o)]}))]}})});return e$.apply(this,arguments)}L(ez,"resolveCommands");function eX(e,t){return eZ.apply(this,arguments)}function eZ(){eZ=o(function(e,t){var r;return N(this,function(n){switch(n.label){case 0:n.trys.push([0,2,,3]);el.start("".concat(e)),eM.DEBUG&&el.info("→ ".concat(t));return[4,eW(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 eZ.apply(this,arguments)}L(eX,"runCommand");import*as e0 from"node:path";var e1=$();function e2(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}var n;return(n=e0).resolve.apply(n,[e1.CWD].concat(R(t)))}L(e2,"resolveWorkingPath");function e4(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}var n;return(n=e0).resolve.apply(n,R(t))}L(e4,"resolve");function e3(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}var n;return(n=e0).join.apply(n,R(t))}L(e3,"join");var e5=$(),e8=e5.CWD,e6="@cyberskill/shared",e7="node_modules",e9="dist",te="package.json",tt="package-lock.json",tr="tsconfig.json",tn=".gitignore",ts=".simple-git-hooks.json",to="pnpm-lock.yaml",ti=".git/hooks/",ta=".git/COMMIT_EDITMSG",tc=e3(e8,e7,e6,e9),tu="cyberskill",tl="src/nodejs/cli/index.ts",td="eslint",tf="eslint",tp="vitest",tm="playwright",tg="vitest",tv="@commitlint/cli",tE="commitlint",th="lint-staged",ty="lint-staged",tS="typescript",tO="tsc",t_="tsx",tC="git",tA="pnpm",tI="pnpm exec",tR="simple-git-hooks",tb="simple-git-hooks",tT="@eslint/config-inspector",tw="eslint-config-inspector",tN="node-modules-inspector",tx="node-modules-inspector",tD="migrate-mongo",tL="migrate-mongo",tM={CYBERSKILL_DIRECTORY:tc,WORKING_DIRECTORY:e8,TS_CONFIG:e2(tr),GIT_IGNORE:e2(tn),GIT_HOOK:e2(ti),GIT_COMMIT_MSG:e2(ta),SIMPLE_GIT_HOOKS_JSON:e2(ts),PACKAGE_JSON:e2(te),PACKAGE_LOCK_JSON:e2(tt),PNPM_LOCK_YAML:e2(to),NODE_MODULES:e2(e7),LINT_STAGED_CONFIG:e2("".concat(tc,"/configs/lint-staged/base.js")),COMMITLINT_CONFIG:e2("".concat(tc,"/configs/commitlint/base.js")),UNIT_TEST_CONFIG:e2("".concat(tc,"/react/vitest/vitest.unit.js")),UNIT_TEST_SETUP_CONFIG:e2("".concat(tc,"/react/vitest/vitest.unit.setup.js")),E2E_TEST_CONFIG:e2("".concat(tc,"/react/vitest/vitest.e2e.js"))};function tj(e){var t=e.isCurrentProject;return h({"pre-commit":ty,"commit-msg":tE},t&&{"pre-push":eV("".concat(tC," pull"))})}L(tj,"HOOK");function tP(e){return tG.apply(this,arguments)}function tG(){tG=o(function(e){var t,r,n,s,o,i;var a=arguments;return N(this,function(c){switch(c.label){case 0:for(t=a.length,r=new Array(t>1?t-1:0),n=1;n<t;n++){r[n-1]=a[n]}s=I(r,2),o=s[0],i=s[1];if(!o)throw new Error("'first' argument is undefined");switch(e){case X.CLI:return[3,1];case X.RAW:return[3,3]}return[3,4];case 1:return[4,eb(o.split(" "),{update:!0})];case 2:return[2,(c.sent(),eJ(eV("".concat(tI," ").concat(i))))];case 3:return[2,eJ(eV(o))];case 4:throw new Error("Unsupported command type");case 5:return[2]}})});return tG.apply(this,arguments)}L(tP,"buildCommand");function tk(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++){r[n-1]=arguments[n]}return /*#__PURE__*/o(function(){return N(this,function(t){return[2,tP.apply(void 0,[e].concat(R(r)))]})})}L(tk,"commandFactory");var tU={simpleGitHooks:tk(X.CLI,tR,tb),eslintInspect:tk(X.CLI,tT,tw),nodeModulesInspect:tk(X.CLI,tN,tx),eslintCheck:tk(X.CLI,td,"".concat(tf," ").concat(tM.WORKING_DIRECTORY)),eslintFix:tk(X.CLI,td,"".concat(tf," ").concat(tM.WORKING_DIRECTORY," --fix")),typescriptCheck:tk(X.CLI,tS,"".concat(tO," -p ").concat(tM.TS_CONFIG," --noEmit")),configureGitHook:tk(X.RAW,"".concat(tC," config core.hooksPath ").concat(tM.GIT_HOOK)),testUnit:tk(X.CLI,tp,"".concat(tg," --config ").concat(tM.UNIT_TEST_CONFIG)),testE2e:tk(X.CLI,"".concat(tp," ").concat(tm),"".concat(tg," --config ").concat(tM.E2E_TEST_CONFIG)),mongoMigrateCreate:L(function(e){return tk(X.CLI,"".concat(tD),"".concat(tL," create ").concat(e))()},"mongoMigrateCreate"),mongoMigrateUp:tk(X.CLI,"".concat(tD),"".concat(tL," up")),mongoMigrateDown:tk(X.CLI,"".concat(tD),"".concat(tL," down")),commitLint:tk(X.CLI,tv,"".concat(tE," --edit ").concat(tM.GIT_COMMIT_MSG," --config ").concat(tM.COMMITLINT_CONFIG)),lintStaged:tk(X.CLI,th,"".concat(ty," --config ").concat(tM.LINT_STAGED_CONFIG)),stageBuildDirectory:tk(X.RAW,"".concat(tC," add ").concat(e9)),build:tk(X.RAW,"".concat(tA," run build")),pnpmInstallStandard:tk(X.RAW,"".concat(tA," install")),pnpmInstallLegacy:tk(X.RAW,"".concat(tA," install --legacy-peer-deps")),pnpmInstallForce:tk(X.RAW,"".concat(tA," install --force"))};function tF(e){return K(h({plugins:[q()],test:{globals:!0,environment:"jsdom",pool:"vmThreads",include:["**/*.test.unit.?(c|m)[jt]s?(x)"],setupFiles:[tM.UNIT_TEST_SETUP_CONFIG]}},e))}L(tF,"vitestUnit");function tq(e){try{return JSON.parse(e),!0}catch(e){return!1}}L(tq,"isJson");function tK(e){return!!e&&(typeof e==="undefined"?"undefined":b(e))=="object"&&!Array.isArray(e)}L(tK,"isPlainObject");function tB(){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=I(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)))):tK(u)?e[c]=tB(tK(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(tB,"deepMerge");import*as tH from"globals";var tW=[{languageOptions:{globals:h({},tH.node,tH.browser)},rules:{"perfectionist/sort-imports":["error",{internalPattern:["^#.*","^@/.*"]}]},ignores:["build","dist"]}];var tY;var tV=L(function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return tB.apply(void 0,R(t))},"passThroughHandler"),tQ=L(function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}var n=tB.apply(void 0,[tW].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 G.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"),tJ=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"),tz=L(function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return tF.apply(void 0,R(t))},"handleVitestReactUnit"),t$=(tY={},l(tY,P.ESLINT,tQ),l(tY,P.COMMITLINT,tV),l(tY,P.LINT_STAGED,tV),l(tY,P.VITEST_REACT_E2E,tJ),l(tY,P.VITEST_REACT_UNIT,tz),tY);function tX(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=t$[e];if(!s)throw new Error("Unknown config type: ".concat(e));return s.apply(void 0,R(r))}L(tX,"mergeConfigs");import{defineConfig as tZ}from"@eddeee888/gcg-typescript-resolver-files";function t0(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,tZ()))})}L(t0,"createGraphqlCodegenConfig");var t1={"*":["eslint --fix"]};var t2=(typeof window==="undefined"?"undefined":b(window))<"u";import{ApolloServer as t4}from"@apollo/server";import{expressMiddleware as t3}from"@apollo/server/express4";import{ApolloServerPluginDrainHttpServer as t5}from"@apollo/server/plugin/drainHttpServer";import{ApolloServerPluginLandingPageLocalDefault as t8,ApolloServerPluginLandingPageProductionDefault as t6}from"@apollo/server/plugin/landingPage/default";function t7(e){return new t4(h({schema:e.schema,plugins:[e.isDev?t8():t6(),t5({httpServer:e.server})].concat(R(e.drainServer?[{serverWillStart:function t(){return o(function(){return N(this,function(t){return[2,{drainServer:function t(){return o(function(){var t;return N(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(t7,"createApolloServer");import t9 from"node:process";import{hideBin as re}from"yargs/helpers";import rt from"yargs/yargs";var rr={name:"@cyberskill/shared",type:"module",version:"1.100.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.4","@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.1",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.19",express:"4.21.2","express-device":"0.4.2","express-session":"1.18.1",globals:"16.0.0",graphql:"16.10.0","graphql-ws":"6.0.4",i18next:"25.0.0",jsdom:"26.1.0",localforage:"1.10.0","migrate-mongo":"12.1.3","modern-normalize":"3.0.1",mongodb:"6.15.0",mongoose:"8.13.2","mongoose-aggregate-paginate-v2":"1.1.4","mongoose-paginate-v2":"1.9.0","next-intl":"4.0.2","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.86.3",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.1","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/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.0","lint-staged":"15.5.1","node-modules-inspector":"0.6.6","simple-git-hooks":"2.12.1"}};function rn(){return rs.apply(this,arguments)}function rs(){rs=o(function(){var e,t;return N(this,function(r){switch(r.label){case 0:if(!em(tM.TS_CONFIG))return[3,3];t=["Performing TypeScript validation"];return[4,tU.typescriptCheck()];case 1:return[4,eX.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 rs.apply(this,arguments)}L(rn,"checkTypescript");function ro(){return ri.apply(this,arguments)}function ri(){ri=o(function(){var e,t,r,n;var s=arguments;return N(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,tU.eslintFix()];case 1:return[4,eX.apply(void 0,r.concat([o.sent()]))];case 2:t=o.sent();return[3,6];case 3:n=["Running ESLint check"];return[4,tU.eslintCheck()];case 4:return[4,eX.apply(void 0,n.concat([o.sent()]))];case 5:t=o.sent();o.label=6;case 6:t;return[2]}})});return ri.apply(this,arguments)}L(ro,"checkEslint");function ra(e,t){if(!t.length)return;var r=e==="Errors"?"red":"yellow";el.printBoxedLog(e==="Errors"?"✖ Errors":"⚠ Warnings",t,r)}L(ra,"printIssues");function rc(){return ru.apply(this,arguments)}function ru(){ru=o(function(){var e,t,r;return N(this,function(n){switch(n.label){case 0:return[4,eU()];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"):(ra("Warnings",r),ra("Errors",t),(t.length>0||r.length>0)&&t9.exit(1));return[2]}})});return ru.apply(this,arguments)}L(rc,"showCheckResult");function rl(){return rd.apply(this,arguments)}function rd(){rd=o(function(){var e,t,r,n,s,o;return N(this,function(i){switch(i.label){case 0:return[4,eq()];case 1:i.sent();return[4,eC(e6)];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(e6)];return[4,tU.build()];case 4:return[4,eX.apply(void 0,r.concat([i.sent()]))];case 5:i.sent();n=["Staging build artifacts"];return[4,tU.stageBuildDirectory()];case 6:return[4,eX.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(e6,": ").concat(s.message)),s;case 9:o=["Executing lint-staged"];return[4,tU.lintStaged()];case 10:return[4,eX.apply(void 0,o.concat([i.sent()]))];case 11:i.sent(),rc();return[2]}})});return rd.apply(this,arguments)}L(rl,"lintStaged");function rf(){return rp.apply(this,arguments)}function rp(){rp=o(function(){var e;return N(this,function(t){switch(t.label){case 0:e=["Inspecting ESLint configuration"];return[4,tU.eslintInspect()];case 1:return[4,eX.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return rp.apply(this,arguments)}L(rf,"inspectLint");function rm(){return rg.apply(this,arguments)}function rg(){rg=o(function(){return N(this,function(e){switch(e.label){case 0:return[4,eq()];case 1:e.sent();return[4,Promise.all([rn(),ro()])];case 2:e.sent(),rc();return[2]}})});return rg.apply(this,arguments)}L(rm,"lintCheck");function rv(){return rE.apply(this,arguments)}function rE(){rE=o(function(){return N(this,function(e){switch(e.label){case 0:return[4,eq()];case 1:e.sent();return[4,Promise.all([rn(),ro(!0)])];case 2:e.sent(),rc();return[2]}})});return rE.apply(this,arguments)}L(rv,"lintFix");function rh(){return ry.apply(this,arguments)}function ry(){ry=o(function(){var e;return N(this,function(t){switch(t.label){case 0:return[4,eq()];case 1:t.sent();e=["Validating commit message"];return[4,tU.commitLint()];case 2:return[4,eX.apply(void 0,e.concat([t.sent()]))];case 3:t.sent(),rc();return[2]}})});return ry.apply(this,arguments)}L(rh,"commitLint");function rS(){return rO.apply(this,arguments)}function rO(){rO=o(function(){var e,t,r,n;return N(this,function(s){switch(s.label){case 0:e=["Configuring Git hooks"];return[4,tU.configureGitHook()];case 1:return[4,eX.apply(void 0,e.concat([s.sent()]))];case 2:s.sent(),eh(tM.GIT_HOOK);return[4,ez(tj)];case 3:t=s.sent();ev(tM.SIMPLE_GIT_HOOKS_JSON,t,{isJson:!0});r="\n".concat(ts,"\n");em(tM.GIT_IGNORE)?eg(tM.GIT_IGNORE).split("\n").includes(ts)||eE(tM.GIT_IGNORE,r):ev(tM.GIT_IGNORE,r);n=["Setting up simple-git-hooks"];return[4,tU.simpleGitHooks()];case 4:return[4,eX.apply(void 0,n.concat([s.sent()]))];case 5:s.sent();return[2]}})});return rO.apply(this,arguments)}L(rS,"setupGitHook");function r_(){return rC.apply(this,arguments)}function rC(){rC=o(function(){return N(this,function(e){switch(e.label){case 0:return[4,eb([e6],{update:!0,postInstallActions:[rS]})];case 1:e.sent();return[2]}})});return rC.apply(this,arguments)}L(r_,"setup");function rA(){return rI.apply(this,arguments)}function rI(){rI=o(function(){return N(this,function(e){switch(e.label){case 0:eh(tM.NODE_MODULES,tM.PNPM_LOCK_YAML);return[4,eI()];case 1:e.sent();return[4,rS()];case 2:e.sent();return[2]}})});return rI.apply(this,arguments)}L(rA,"reset");function rR(){return rb.apply(this,arguments)}function rb(){rb=o(function(){var e;return N(this,function(t){switch(t.label){case 0:e=["Inspecting project dependencies"];return[4,tU.nodeModulesInspect()];case 1:return[4,eX.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return rb.apply(this,arguments)}L(rR,"inspect");function rT(){return rw.apply(this,arguments)}function rw(){rw=o(function(){var e;return N(this,function(t){switch(t.label){case 0:e=["Running unit tests"];return[4,tU.testUnit()];case 1:return[4,eX.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return rw.apply(this,arguments)}L(rT,"testUnit");function rN(){return rx.apply(this,arguments)}function rx(){rx=o(function(){var e;return N(this,function(t){switch(t.label){case 0:e=["Running end-to-end tests"];return[4,tU.testE2e()];case 1:return[4,eX.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return rx.apply(this,arguments)}L(rN,"testE2E");function rD(e){return rL.apply(this,arguments)}function rL(){rL=o(function(e){var t;return N(this,function(r){switch(r.label){case 0:t=["Creating MongoDB migration"];return[4,tU.mongoMigrateCreate(e)];case 1:return[4,eX.apply(void 0,t.concat([r.sent()]))];case 2:r.sent();return[2]}})});return rL.apply(this,arguments)}L(rD,"mongoMigrateCreate");function rM(){return rj.apply(this,arguments)}function rj(){rj=o(function(){var e;return N(this,function(t){switch(t.label){case 0:e=["Running MongoDB migrations"];return[4,tU.mongoMigrateUp()];case 1:return[4,eX.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return rj.apply(this,arguments)}L(rM,"mongoMigrateUp");function rP(){return rG.apply(this,arguments)}function rG(){rG=o(function(){var e;return N(this,function(t){switch(t.label){case 0:e=["Rolling back MongoDB migration"];return[4,tU.mongoMigrateDown()];case 1:return[4,eX.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return rG.apply(this,arguments)}L(rP,"mongoMigrateDown");o(function(){var e;return N(this,function(t){switch(t.label){case 0:t.trys.push([0,2,,3]);return[4,rt(re(t9.argv)).scriptName(tu).usage("$0 <command> [options]").command("lint","Check code for linting issues",rm).command("lint:fix","Fix linting issues automatically",rv).command("lint:inspect","View active ESLint configuration",rf).command("lint-staged","Run lint checks on staged files",rl).command("commitlint","Validate commit message format",rh).command("setup","Initialize project setup and dependencies",r_).command("reset","Reset the project and reinstall dependencies",rA).command("inspect","Analyze installed project dependencies",rR).command("test:unit","Run unit test suite",rT).command("test:e2e","Run end-to-end test suite",rN).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 N(this,function(t){switch(t.label){case 0:if(!e.name){el.error("Migration name is required.");return[2]}return[4,rD(e.name)];case 1:t.sent();return[2]}})});return function(t){return e.apply(this,arguments)}}()).command("mongo:migrate:up","Apply all MongoDB migrations",rM).command("mongo:migrate:down","Rollback last MongoDB migration",rP).demandCommand(1,"Please specify a valid command.").strict().help().alias("h","help").alias("v","version").version(rr.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)),t9.exit(1);return[3,3];case 3:return[2]}})})();import{Router as rk}from"express";import rU from"compression";import rF from"cors";import rq from"express";import rK from"express-device";import rB from"express-session";function rH(e){return rF({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(rH,"createCors");function rW(e){var t=rq();return t.set("trust proxy",1),t.use(rq.urlencoded({extended:!0})),t.use(rU()),t.use(rK.capture()),e.staticFolder&&t.use(rq.static(e.staticFolder)),e.sessionOptions&&t.use(rB(e.sessionOptions)),t}L(rW,"createExpress");import{config as rY}from"migrate-mongo";function rV(e){rY.set(e)}L(rV,"setMongoMigrateConfig");import{format as rQ}from"date-fns";import{Document as rJ}from"mongoose";import rz from"mongoose-aggregate-paginate-v2";import r$ from"mongoose-paginate-v2";import{v4 as rX}from"uuid";import rZ from"crypto-js";import r0 from"slugify";var r1=r0.default||r0;function r2(){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 r1(e,h({lower:s,locale:i},a))}L(r2,"generateSlug");function r4(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:4;return rZ.SHA256(e).toString(rZ.enc.Hex).slice(0,t)}L(r4,"generateShortId");var r3={isEmpty:function e(e){return e==null?!0:Array.isArray(e)?e.length===0:(typeof e==="undefined"?"undefined":b(e))=="object"?p(e,Date)?!1:Object.keys(e).length===0:typeof e=="string"?e.trim().length===0:!1}};var r5={getDateTime:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:new Date;return rQ(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"?r5.getDateTime():new Date;return{id:rX(),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:rX,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(r5.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=r5.createSchema({mongoose:t,schema:n,virtuals:u});return r5.applyPlugins(f,[o&&r$,a&&rz]),r5.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 N(this,function(t){return[2,!r3.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 N(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 N(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)}}()}}},r8=/*#__PURE__*/function(){"use strict";function e(t,r){a(this,e);M(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 N(this,function(o){switch(o.label){case 0:o.trys.push([0,2,,3]);r=h({},r5.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 N(this,function(o){switch(o.label){case 0:o.trys.push([0,2,,3]);r=e.map(function(e){return h({},r5.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 N(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 N(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 N(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 N(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 N(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 N(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 N(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(r8,"MongoController");var r6=r8,r7=/*#__PURE__*/function(){"use strict";function e(t){a(this,e);M(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 N(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 N(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 N(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 N(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 N(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 N(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 N(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,rJ)?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 N(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 N(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 N(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 N(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 N(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=r4(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 N(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 N(this,function(a){switch(a.label){case 0:return[4,n.model.findOne(r5.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(r5.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":b(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=r2(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=r2(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 N(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(r7,"MongooseController");var r9=r7;import{Collection as ne,Db as nt}from"mongodb";import{Document as nr,Model as nn}from"mongoose";var ns=/*#__PURE__*/function(e){"use strict";f(t,e);function t(){a(this,t);return i(this,t,arguments)}return t}(nt);L(ns,"C_Db");var no=ns,ni=/*#__PURE__*/function(e){"use strict";f(t,e);function t(){a(this,t);return i(this,t,arguments)}return t}(nr);L(ni,"C_Document");var na=ni,nc=/*#__PURE__*/function(e){"use strict";f(t,e);function t(){a(this,t);return i(this,t,arguments)}return t}(nn);L(nc,"C_Model");var nu=nc,nl=/*#__PURE__*/function(e){"use strict";f(t,e);function t(){a(this,t);return i(this,t,arguments)}return t}(ne);L(nl,"C_Collection");var nd=nl;import{useServer as nf}from"graphql-ws/use/ws";import{WebSocketServer as np}from"ws";function nm(e){return new np({server:e.server,path:e.path})}L(nm,"createWSServer");function ng(e){return nf({schema:e.schema},e.server)}L(ng,"initGraphQLWS");import{ApolloClient as nv,ApolloError as nE,ApolloLink as nh,ApolloProvider as ny,from as nS,HttpLink as nO,InMemoryCache as n_,split as nC}from"@apollo/client";import{onError as nA}from"@apollo/client/link/error";import{removeTypenameFromVariables as nI}from"@apollo/client/link/remove-typename";import{GraphQLWsLink as nR}from"@apollo/client/link/subscriptions";import{getMainDefinition as nb}from"@apollo/client/utilities";import{createClient as nT}from"graphql-ws";import nw,{useMemo as nN}from"react";import{FaInfo as nx}from"react-icons/fa6";import nD,{use as nL}from"react";import{FaRepeat as nM}from"react-icons/fa6";import{createContext as nj}from"react";var nP=nj(void 0);import nG from"./react/apollo-error/apollo-error.module.scss";function nk(){var e=nL(nP),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)?nD.createElement("div",null,nD.createElement("strong",null,e,":"),nD.createElement("ul",null,t.map(function(e){return nD.createElement("li",{key:e.message},e.message)}))):null},"renderErrorList");return nD.createElement("div",{className:nG["modal-backdrop"]},nD.createElement("div",{className:nG["modal-content"]},nD.createElement("button",{type:"button",className:nG["btn-close"],onClick:e.hideError},"✕"),nD.createElement("div",{className:nG["error-title"]},nD.createElement("button",{type:"button",className:nG["btn-retry"],onClick:L(function(){return window.location.reload()},"onClick")},nD.createElement(nM,null))," ",t.message),nD.createElement("div",{className:nG["error-details"]},t.networkError&&nD.createElement("pre",{className:"network"},nD.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&&nD.createElement("pre",{className:"extra"},nD.createElement("strong",null,"Extra Info:")," ",JSON.stringify(t.extraInfo,null,4)))))}L(nk,"ApolloError");import{use as nU}from"react";function nF(){var e=nU(nP);if(!e)throw new Error("useApolloError must be used within ApolloErrorProvider");return e}L(nF,"useApolloError");import nq,{useEffect as nK,useMemo as nB,useState as nH}from"react";var nW=null;function nY(e){nW=e}L(nY,"setGlobalApolloErrorCallback");function nV(e){nW===null||nW===void 0?void 0:nW(e)}L(nV,"showGlobalApolloError");function nQ(e){var t=e.children;var r=I(nH(null),2),n=r[0],s=r[1];nK(function(){nY(s)},[]);var o=nB(function(){return{error:n,showError:s,hideError:L(function(){return s(null)},"hideError")}},[n]);return nq.createElement(nP,{value:o},t)}L(nQ,"ApolloErrorProvider");import{consola as nJ}from"consola/browser";var nz={silent:nJ.silent,level:nJ.level,fatal:nJ.fatal,error:nJ.error,warn:nJ.warn,log:nJ.log,info:nJ.info,success:nJ.success,ready:nJ.ready,start:nJ.start,box:nJ.box,debug:nJ.debug,trace:nJ.trace,verbose:nJ.verbose};import{toast as n$,Toaster as nX}from"react-hot-toast";var nZ="/graphql";var n0,n1=(n0=/*#__PURE__*/function(e){"use strict";f(t,e);function t(){a(this,t);var e;e=i(this,t,arguments);M(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 nz.info("[Apollo] #".concat(r.count,": ").concat(o," (").concat(s,"ms)")),t})}}]);return t}(nh),L(n0,"DevLoggerLink"),n0);function n2(e){var t=e.uri,r=e.wsUrl,n=e.customLinks,s=new n1,o=nA(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;nz.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;nz.error("[Protocol error]: ".concat(t,", Extensions: ").concat(JSON.stringify(r)))}),r&&nz.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 nE({graphQLErrors:t||[],protocolErrors:n||[],clientErrors:[],networkError:r||null,errorMessage:c,extraInfo:{operation:s}});n$.error(function(e){return nw.createElement(nw.Fragment,null,c,"\xa0",nw.createElement(nx,{cursor:"pointer",onClick:L(function(){setTimeout(function(){nV(u)},0),n$.dismiss(e.id)},"onClick")}))})}}),i=nI();t||nz.warn('[Apollo] No GraphQL URI provided — using "'.concat(nZ,'" as default'));var a=new nO({uri:t!==null&&t!==void 0?t:nZ,credentials:"include"}),c=r?new nR(nT({url:r})):nh.empty(),u=p(c,nh)?nC(function(e){var t=e.query;var r=nb(t);return r.kind==="OperationDefinition"&&r.operation==="subscription"},c,a):a;return u===a&&r&&nz.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(n2,"createApolloLinks");function n4(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:nv;if(typeof f!="function")throw new TypeError("Invalid ApolloClient provided. Ensure CustomClient is a class.");var m=o||ny,g=nN(function(){return nS(n2({uri:c!==null&&c!==void 0?c:nZ,wsUrl:u!==null&&u!==void 0?u:"",customLinks:l!==null&&l!==void 0?l:[]}))},[c,u,l]),v=nN(function(){return p(i,n_)?i:new n_},[i]),E=nN(function(){return new f(h({link:g,cache:v},d))},[f,g,v,d]),y=t?nw.createElement(m,{makeClient:L(function(){return E},"makeClient")},n):nw.createElement(m,{client:E},n);return nw.createElement(nw.Fragment,null,nw.createElement(nQ,null,y,nw.createElement(nk,null)),nw.createElement(nX,{position:"top-right"}))}L(n4,"ApolloProvider");import{useTranslation as n3}from"react-i18next";var n5=n3;import n8 from"i18next";import{initReactI18next as n6}from"react-i18next";function n7(e){return n8.use(n6).init(e)}L(n7,"initI18next");import n9 from"classnames";import se from"react";import st from"./react/loading/loading.module.scss";function sr(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 se.createElement("div",h({className:st.container},u),se.createElement("div",{className:st.ring}),se.createElement("div",{className:st.ring}),se.createElement("div",{className:st.ring}),se.createElement("div",{className:st.ring}),c&&se.createElement("div",{className:st.message},c))}return L(l,"_renderLoading"),r?se.createElement("div",{className:n9(st.fullscreen,i)},l()):s?se.createElement("div",{className:n9(st.block,i)},l()):l()}L(sr,"Loading");import{createContext as sn}from"react";var ss=sn(void 0);import{use as so}from"react";function si(){var e=so(ss);if(!e)throw new Error("useLoading must be used within a LoadingProvider");return e}L(si,"useLoading");import sa,{useCallback as sc,useMemo as su,useState as sl}from"react";function sd(e){var t=e.children;var r=I(sl(!1),2),n=r[0],s=r[1],o=I(sl(!1),2),i=o[0],a=o[1],c=sc(function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;s(!0),a(e)},[]),u=sc(function(){s(!1),a(!1)},[]),l=su(function(){return{isLoading:n,isGlobalLoading:i,showLoading:c,hideLoading:u}},[n,i,c,u]);return sa.createElement(ss,{value:l},n?sa.createElement(sr,{full:i}):t)}L(sd,"LoadingProvider");import{enUS as sf}from"date-fns/locale";var sp={label:"English",value:"en",flag:"\uD83C\uDDFA\uD83C\uDDF8",adapterLocale:sf,icon:"flagpack:gb-nir",numberFormat:{code:"en-US",currency:"USD"},timezone:"America/New_York"};import{createContext as sm}from"react";var sg=sm(void 0);import{NextIntlClientProvider as sv}from"next-intl";import sE from"react";import{useTranslations as sh}from"next-intl";import{use as sy}from"react";function sS(){var e=sy(sg);if(!e)throw new Error("useNextIntl must be used within a NextIntlProvider");return e}L(sS,"useNextIntl");var sO=sh;function s_(e){var t=L(function(t){var r;var n;var s=sS(),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:sp.timezone;return i?sE.createElement(sv,{locale:(o===null||o===void 0?void 0:o.value)||c,messages:u||null,timeZone:l},sE.createElement(e,t)):(nz.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(s_,"withNextIntl");import sC,{useMemo as sA}from"react";import{useCallback as sI,useEffect as sR,useState as sb}from"react";var sT={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 sw from"localforage";var sN={get:function e(e){return o(function(){var t;return N(this,function(r){switch(r.label){case 0:r.trys.push([0,2,,3]);return[4,sw.getItem(e)];case 1:return[2,r.sent()];case 2:t=r.sent();return[2,(nz.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 N(this,function(n){switch(n.label){case 0:n.trys.push([0,2,,3]);return[4,sw.setItem(e,t)];case 1:n.sent();return[3,3];case 2:r=n.sent();nz.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 N(this,function(r){switch(r.label){case 0:r.trys.push([0,2,,3]);return[4,sw.removeItem(e)];case 1:r.sent();return[3,3];case 2:t=r.sent();nz.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 N(this,function(r){switch(r.label){case 0:r.trys.push([0,2,,3]);return[4,sw.keys()];case 1:return[2,(e=r.sent())!==null&&e!==void 0?e:[]];case 2:t=r.sent();return[2,(nz.error("[Storage:keys] Error getting keys:",t),[])];case 3:return[2]}})})()}};function sx(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:sT;var n=I(sb(t),2),s=n[0],i=n[1],a=I(sb(!1),2),c=a[0],u=a[1];sR(function(){var n=!0;return L(/*#__PURE__*/o(function(){var s,o,a,c;return N(this,function(l){switch(l.label){case 0:l.trys.push([0,6,7,8]);return[4,sN.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,sN.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();nz.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]),sR(function(){if(!c)return;L(/*#__PURE__*/o(function(){var t,n;return N(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,sN.set(e,t)];case 1:o.sent();o.label=2;case 2:return[3,4];case 3:n=o.sent();nz.error('Error saving value for key "'.concat(e,'":'),n);return[3,4];case 4:return[2]}})}),"saveValue")()},[s,e,r,c]);var l=sI(function(e){i(function(t){return typeof e=="function"?e(t):e})},[]),d=sI(/*#__PURE__*/o(function(){var t;return N(this,function(r){switch(r.label){case 0:r.trys.push([0,2,,3]);return[4,sN.remove(e)];case 1:r.sent(),i(void 0);return[3,3];case 2:t=r.sent();nz.error('Error removing key "'.concat(e,'":'),t);return[3,3];case 3:return[2]}})}),[e]);return{value:s,set:l,remove:d}}L(sx,"useStorage");function sD(e){var t=e.children;return sC.createElement(sC.Fragment,null,t)}L(sD,"LanguageWrapperBase");var sL=s_(sD);function sM(e){var t=e.children,r=e.languages,n=e.messages;var s=sx("lang",r[0]),o=s.value,i=s.set,a=sA(function(){return{languages:r,currentLanguage:o!==null&&o!==void 0?o:sp,setCurrentLanguage:i}},[r,i,o]);return sC.createElement(sg,{value:a},sC.createElement(sL,{languages:r,messages:n},t))}L(sM,"NextIntlProvider");import sj from"unorm";var sP={a:["\xe0","\xe1","ạ","ả","\xe3","\xe2","ầ","ấ","ậ","ẩ","ẫ","ă","ằ","ắ","ặ","ẳ","ẵ"],e:["\xe8","\xe9","ẹ","ẻ","ẽ","\xea","ề","ế","ệ","ể","ễ"],i:["\xec","\xed","ị","ỉ","ĩ"],o:["\xf2","\xf3","ọ","ỏ","\xf5","\xf4","ồ","ố","ộ","ổ","ỗ","ơ","ờ","ớ","ợ","ở","ỡ"],u:["\xf9","\xfa","ụ","ủ","ũ","ư","ừ","ứ","ự","ử","ữ"],y:["ỳ","\xfd","ỵ","ỷ","ỹ"],d:["đ"]},sG=Object.entries(sP).reduce(function(e,t){var r=I(t,2),n=r[0],s=r[1];return e[n.toUpperCase()]=s.map(function(e){return e.toUpperCase()}),e},{});function sk(e){e=sj.nfkc(e);var t=h({},sP,sG);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=I(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(sk,"regexSearchMapper");function sU(e){return e.normalize("NFD").replace(RegExp("\\p{Diacritic}","gu"),"")}L(sU,"removeAccent");export{nk as ApolloError,nP as ApolloErrorContext,nQ as ApolloErrorProvider,n4 as ApolloProvider,e9 as BUILD_DIRECTORY,ed as CHECK_PACKAGE_EMPTY_RESULT,tE as COMMIT_LINT_CLI,tv as COMMIT_LINT_PACKAGE_NAME,tu as CYBERSKILL_CLI,tl as CYBERSKILL_CLI_PATH,tc as CYBERSKILL_DIRECTORY,e6 as CYBERSKILL_PACKAGE_NAME,B as CYBERSKILL_STORAGE_DIRECTORY,nd as C_Collection,no as C_Db,na as C_Document,nu as C_Model,tf as ESLINT_CLI,tw as ESLINT_INSPECT_CLI,tT as ESLINT_INSPECT_PACKAGE_NAME,td as ESLINT_PACKAGE_NAME,X as E_CommandType,P as E_ConfigType,er as E_IssueType,tC as GIT_CLI,ta as GIT_COMMIT_EDITMSG,ti as GIT_HOOK,tn as GIT_IGNORE,nZ as GRAPHQL_URI_DEFAULT,tj as HOOK,t2 as IS_BROWSER,ty as LINT_STAGED_CLI,th as LINT_STAGED_PACKAGE_NAME,sr as Loading,ss as LoadingContext,sd as LoadingProvider,tL as MIGRATE_MONGO_CLI,tD as MIGRATE_MONGO_PACKAGE_NAME,r6 as MongoController,r9 as MongooseController,sp as NEXT_INTL_DEFAULT_LANGUAGE,e7 as NODE_MODULES,tx as NODE_MODULES_INSPECT_CLI,tN as NODE_MODULES_INSPECT_PACKAGE_NAME,sg as NextIntlContext,sM as NextIntlProvider,te as PACKAGE_JSON,tt as PACKAGE_LOCK_JSON,tM as PATH,tm as PLAYWRIGHT_PACKAGE_NAME,tA as PNPM_CLI,tI as PNPM_EXEC_CLI,to as PNPM_LOCK_YAML,ei as RESPONSE_STATUS,rk as Router,tR as SIMPLE_GIT_HOOKS_PACKAGE_NAME,tb as SIMPLE_GIT_HOOK_CLI,ts as SIMPLE_GIT_HOOK_JSON,tr as TSCONFIG_JSON,tO as TSC_CLI,tS as TSC_PACKAGE_NAME,t_ as TSX_CLI,nX as Toaster,tg as VITEST_CLI,tp as VITEST_PACKAGE_NAME,e8 as WORKING_DIRECTORY,rz as aggregatePaginate,eE as appendFileSync,eC as checkPackage,eq as clearAllErrorLists,tU as command,j as commitlintConfig,t7 as createApolloServer,rH as createCors,rW as createExpress,t0 as createGraphqlCodegenConfig,nm as createWSServer,tB as deepMerge,tW as eslintConfig,em as existsSync,rq as express,t3 as expressMiddleware,eJ as formatCommand,r4 as generateShortId,r2 as generateSlug,$ as getEnv,eO as getLatestPackageVersion,eS as getPackage,eU as getStoredErrorLists,ng as initGraphQLWS,n7 as initI18next,eI as installDependencies,tq as isJson,tK as isPlainObject,e3 as join,t1 as lintStagedConfig,nz as log,el as logNodeJS,tX as mergeConfigs,r5 as mongo,r$ as mongoosePaginate,eV as rawCommand,eg as readFileSync,sk as regexSearchMapper,sU as removeAccent,e4 as resolve,ez as resolveCommands,e2 as resolveWorkingPath,eh as rmSync,eX as runCommand,sT as serializer,nY as setGlobalApolloErrorCallback,rV as setMongoMigrateConfig,eb as setupPackages,nV as showGlobalApolloError,sN as storage,eL as storageNodeJS,ec as throwError,n$ as toast,nF as useApolloError,si as useLoading,sS as useNextIntl,sx as useStorage,n5 as useTranslateI18next,sO as useTranslateNextIntl,r3 as validate,F as vitestE2E,tF as vitestUnit,s_ as withNextIntl,ev as writeFileSync};
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 C(e,w()?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)I(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 _(e,t){if(e==null)return{};var r=O(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 O(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 C(e,t){if(t&&(A(t)==="object"||typeof t==="function")){return t}return n(e)}function I(e,t){I=Object.setPrototypeOf||function e(e,t){e.__proto__=t;return e};return I(e,t)}function R(e,r){return t(e)||g(e,r)||T(e,r)||v()}function b(e){return r(e)||m(e)||T(e)||E()}function A(e){"@swc/helpers - typeof";return e&&typeof Symbol!=="undefined"&&e.constructor===Symbol?"symbol":typeof e}function T(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 w(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(w=function(){return!!e})()}function N(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 M=function(e,t,r){return D(e,(typeof t==="undefined"?"undefined":A(t))!="symbol"?t+"":t,r)};var P={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 G 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 H=".cyberskill-storage";import B from"dotenv";import{bool as Y,cleanEnv as V,str as W}from"envalid";import Q from"node:os";import J from"node:path";import z from"node:process";B.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(Q.homedir(),H)};return V(e,{DEBUG:Y(),CWD:W(),CYBERSKILL_STORAGE_DIRECTORY:W()})}L($,"getEnv");var X="MONGO_MIGRATE_OPTIONS";import{Collection as Z,Db as ee}from"mongodb";import{Document as et,Model as er}from"mongoose";var en=/*#__PURE__*/function(e){"use strict";f(t,e);function t(){a(this,t);return i(this,t,arguments)}return t}(ee);L(en,"C_Db");var es=en,eo=/*#__PURE__*/function(e){"use strict";f(t,e);function t(){a(this,t);return i(this,t,arguments)}return t}(et);L(eo,"C_Document");var ei=eo,ea=/*#__PURE__*/function(e){"use strict";f(t,e);function t(){a(this,t);return i(this,t,arguments)}return t}(er);L(ea,"C_Model");var ec=ea,eu=/*#__PURE__*/function(e){"use strict";f(t,e);function t(){a(this,t);return i(this,t,arguments)}return t}(Z);L(eu,"C_Collection");var el=eu;import{format as ed}from"date-fns";import ef from"migrate-mongo";import{Document as ep}from"mongoose";import em from"mongoose-aggregate-paginate-v2";import eg from"mongoose-paginate-v2";import{v4 as ev}from"uuid";var eE={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"}};import eh from"node-persist";var ey=function(e){return e.Error="error",e.Warning="warning",e}({});import eS from"chalk";import e_ from"consola";import{GraphQLError as eO}from"graphql";var eC=$();function eI(e){var t=e.message,r=e.status,n=r===void 0?eE.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(eI,"throwError");eC.DEBUG||(e_.level=4);function eR(e){var t=eS[e];return typeof t=="function"?t:eS.green}L(eR,"chalkKeyword");var eb={silent:e_.silent,level:e_.level,fatal:e_.fatal,error:e_.error,warn:e_.warn,log:e_.log,info:e_.info,success:e_.success,ready:e_.ready,start:e_.start,box:e_.box,debug:e_.debug,trace:e_.trace,verbose:e_.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)){e_.box(eS.green(e));return}t.forEach(function(e){var t=e.file,n=e.position,s=e.rule,o=e.message;e_.log("".concat(eS.gray("File:")," ").concat(eS.blue("".concat(t).concat(n?":".concat(n):"")))),s&&e_.log(" ".concat(eR(r)("Rule:")," ").concat(s)),e_.log(" ".concat(eR(r)("Message:")," ").concat(o))}),e_.box(eR(r)("".concat(e," : ").concat(t.length))),e_.log(eS.gray("─".repeat(40)))}};var eA=$();function eT(){return ew.apply(this,arguments)}function ew(){ew=o(function(){var e;return N(this,function(t){switch(t.label){case 0:e=eh.defaultInstance;if(e)return[3,2];return[4,eh.init({dir:eA.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 ew.apply(this,arguments)}L(eT,"initNodePersist");var eN={get:function e(e){return o(function(){var t,r;return N(this,function(n){switch(n.label){case 0:n.trys.push([0,3,,4]);return[4,eT()];case 1:n.sent();return[4,eh.getItem(e)];case 2:return[2,(t=n.sent())!==null&&t!==void 0?t:null];case 3:r=n.sent();return[2,(eb.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 N(this,function(n){switch(n.label){case 0:n.trys.push([0,3,,4]);return[4,eT()];case 1:n.sent();return[4,eh.setItem(e,t)];case 2:n.sent();return[3,4];case 3:r=n.sent();eb.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 N(this,function(r){switch(r.label){case 0:r.trys.push([0,3,,4]);return[4,eT()];case 1:r.sent();return[4,eh.removeItem(e)];case 2:r.sent();return[3,4];case 3:t=r.sent();eb.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 N(this,function(r){switch(r.label){case 0:r.trys.push([0,3,,4]);return[4,eT()];case 1:r.sent();return[4,eh.keys()];case 2:e=r.sent();return[2,Array.isArray(e)?e:(eb.warn("[Storage:keys] Invalid keys response:",e),[])];case 3:t=r.sent();return[2,(eb.error("[Storage:keys] Error getting keys:",t),[])];case 4:return[2]}})})()},getLogLink:function e(e){return o(function(){return N(this,function(t){try{return[2,"".concat(eA.CYBERSKILL_STORAGE_DIRECTORY," (key: ").concat(e,")")]}catch(e){return[2,(eb.error("[Storage:getLogLink] Error getting log link:",e),null)]}return[2]})})()}};import ex from"crypto-js";import eD from"slugify";var eL=eD.default||eD;function eM(){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=_(r,["lower","locale"]);return eL(e,h({lower:s,locale:i},a))}L(eM,"generateSlug");function eP(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:4;return ex.SHA256(e).toString(ex.enc.Hex).slice(0,t)}L(eP,"generateShortId");var ej={isEmpty:function e(e){return e==null?!0:Array.isArray(e)?e.length===0:(typeof e==="undefined"?"undefined":A(e))=="object"?p(e,Date)?!1:Object.keys(e).length===0:typeof e=="string"?e.trim().length===0:!1}};var eG={getDateTime:function e(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:new Date;return ed(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"?eG.getDateTime():new Date;return{id:ev(),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:ev,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(eG.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=eG.createSchema({mongoose:t,schema:n,virtuals:u});return eG.applyPlugins(f,[o&&eg,a&&em]),eG.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 N(this,function(t){return[2,!ej.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 N(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 N(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:{withConfig:L(/*#__PURE__*/function(){var e=o(function(e,t){var r,n,s,o;return N(this,function(i){switch(i.label){case 0:return[4,eN.get(X)];case 1:r=i.sent();if(!r)throw new Error("Missing migrate config");if(ef.config.set(r),!t)return[2,e(void 0)];return[4,ef.database.connect()];case 2:n=i.sent(),s=n.db,o=n.client;i.label=3;case 3:i.trys.push([3,,5,7]);return[4,e({db:s,client:o})];case 4:return[2,i.sent()];case 5:return[4,o.close()];case 6:i.sent();return[7];case 7:return[2]}})});return function(t,r){return e.apply(this,arguments)}}(),"withConfig"),init:L(/*#__PURE__*/o(function(){return N(this,function(e){switch(e.label){case 0:return[4,ef.init()];case 1:e.sent();return[2]}})}),"init"),create:L(/*#__PURE__*/function(){var e=o(function(e){return N(this,function(t){switch(t.label){case 0:return[4,eG.migrate.withConfig(function(){return ef.create(e)})];case 1:t.sent();return[2]}})});return function(t){return e.apply(this,arguments)}}(),"create"),up:L(/*#__PURE__*/o(function(){return N(this,function(e){switch(e.label){case 0:return[4,import("ts-node").then(function(e){return e.register({transpileOnly:!0})})];case 1:e.sent();return[4,eG.migrate.withConfig(/*#__PURE__*/function(){var e=o(function(e){var t,r;return N(this,function(n){switch(n.label){case 0:t=e.db,r=e.client;return[4,ef.up(t,r)];case 1:n.sent();return[2]}})});return function(t){return e.apply(this,arguments)}}(),!0)];case 2:e.sent();return[2]}})}),"up"),down:L(/*#__PURE__*/o(function(){return N(this,function(e){switch(e.label){case 0:return[4,import("ts-node").then(function(e){return e.register({transpileOnly:!0})})];case 1:e.sent();return[4,eG.migrate.withConfig(/*#__PURE__*/function(){var e=o(function(e){var t,r;return N(this,function(n){switch(n.label){case 0:t=e.db,r=e.client;return[4,ef.down(t,r)];case 1:n.sent();return[2]}})});return function(t){return e.apply(this,arguments)}}(),!0)];case 2:e.sent();return[2]}})}),"down"),status:L(/*#__PURE__*/o(function(){return N(this,function(e){switch(e.label){case 0:return[4,eG.migrate.withConfig(/*#__PURE__*/function(){var e=o(function(e){var t;return N(this,function(r){switch(r.label){case 0:t=e.db;return[4,ef.status(t)];case 1:r.sent();return[2]}})});return function(t){return e.apply(this,arguments)}}(),!0)];case 1:e.sent();return[2]}})}),"status"),config:L(function(e){eN.set(X,e)},"config")}},ek=/*#__PURE__*/function(){"use strict";function e(t,r){a(this,e);M(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 N(this,function(o){switch(o.label){case 0:o.trys.push([0,2,,3]);r=h({},eG.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 N(this,function(o){switch(o.label){case 0:o.trys.push([0,2,,3]);r=e.map(function(e){return h({},eG.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 N(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 N(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 N(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 N(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 N(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 N(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 N(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(ek,"MongoController");var eU=ek,eF=/*#__PURE__*/function(){"use strict";function e(t){a(this,e);M(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 N(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:eE.NOT_FOUND.CODE}];case 2:a=c.sent();return[2,{success:!1,message:a.message,code:eE.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 N(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:eE.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 N(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:eE.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 N(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:eE.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 N(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:eE.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}},{key:"createOne",value:function e(e){var t=this;return o(function(){var r,n;return N(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:eE.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 N(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,ep)?e.toObject():null}).filter(function(e){return e!==null}),n)];case 2:s=o.sent();return[2,{success:!1,message:s.message,code:eE.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 N(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:eE.NOT_FOUND.CODE}];case 2:o=i.sent();return[2,{success:!1,message:o.message,code:eE.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 N(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:eE.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 N(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:eE.NOT_FOUND.CODE}];case 2:s=o.sent();return[2,{success:!1,message:s.message,code:eE.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 N(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:eE.NOT_FOUND.CODE}:{success:!0,result:n}];case 2:s=o.sent();return[2,{success:!1,message:s.message,code:eE.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 N(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=eP(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:eE.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 N(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 N(this,function(a){switch(a.label){case 0:return[4,n.model.findOne(eG.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(eG.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":A(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=eM(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=eM(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:eE.INTERNAL_SERVER_ERROR.CODE}];case 9:return[2]}})})()}},{key:"aggregate",value:function e(e){var t=this;return o(function(){var r,n;return N(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:eE.INTERNAL_SERVER_ERROR.CODE}];case 3:return[2]}})})()}}]);return e}();L(eF,"MongooseController");var eq=eF;var eK=function(e){return e.CLI="CLI",e.STRING="STRING",e.FUNCTION="FUNCTION",e}({});import{exec as eH}from"node:child_process";import eB from"node:process";import*as eY from"node:util";var eV={isCurrentProject:!1,installedPath:"",file:{},isUpToDate:!1};import eW from"node-fetch";import eQ from"fs-extra";import{extname as eJ}from"node:path";var ez=eQ.readFileSync,e$=eQ.writeFileSync,eX=eQ.pathExistsSync,eZ=eQ.appendFileSync,e0=eQ.copySync,e1=eQ.removeSync,e2=eQ.statSync,e4=eQ.readJsonSync,e3=eQ.writeJsonSync;function e5(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return t.every(function(e){return eX(e)})}L(e5,"existsSync");function e8(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}t.forEach(function(e){eX(e)&&e1(e)})}L(e8,"removeSync");function e6(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};var n=r.extensions,s=_(r,["extensions"]);e0(e,t,h({filter:L(function(e){return e2(e).isDirectory()||!n||n.length===0?!0:n.includes(eJ(e))},"filter")},s))}L(e6,"copySync");var e7=$();function e9(e){var t=tL(e7.CWD,tU);if(!e5(t))return!1;try{var r=e4(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 eb.warn("Failed to read package.json: ".concat(e.message)),!1}}L(e9,"getPackage");function te(e){return tt.apply(this,arguments)}function tt(){tt=o(function(e){var t,r,n,s;return N(this,function(o){switch(o.label){case 0:o.trys.push([0,3,,4]);return[4,eW("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 eb.error('Failed to fetch version for "'.concat(e,'": ').concat(s.message)),s;case 4:return[2]}})});return tt.apply(this,arguments)}L(te,"getLatestPackageVersion");function tr(e,t){return tn.apply(this,arguments)}function tn(){tn=o(function(e,t){var r,n,s,o,i,a,c,u,l,d,f,p,m,g,v,E,y,S,_,O,C;return N(this,function(I){switch(I.label){case 0:I.trys.push([0,4,,5]);r=e9(e);if(!r)return[2,h({},eV)];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,te(e)];case 2:y=I.sent();I.label=3;case 3:v=y,E=l||g===v;if(!E&&(t===null||t===void 0?void 0:t.update)){;_=d?"dependencies":f?"devDependencies":null;_&&((S=u[_])===null||S===void 0?void 0:S[e])!==v&&(u[_]=(O=u[_])!==null&&O!==void 0?O:{},u[_][e]=v,e3(c,u),eb.info('Updated "'.concat(e,'" to version ').concat(v)))}return[2,{isCurrentProject:l,installedPath:c,file:u,isUpToDate:E}];case 4:C=I.sent();return[2,(eb.error('Error checking package "'.concat(e,'": ').concat(C.message)),h({},eV))];case 5:return[2]}})});return tn.apply(this,arguments)}L(tr,"checkPackage");function ts(){return to.apply(this,arguments)}function to(){to=o(function(){var e,t,r,n,s,o,i,a,c,u,l,d;return N(this,function(f){switch(f.label){case 0:e=[{command:L(function(){return rm.pnpmInstallStandard()},"command"),message:"Installing dependencies (standard)"},{command:L(function(){return rm.pnpmInstallLegacy()},"command"),message:"Retrying with legacy peer dependencies"},{command:L(function(){return rm.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,tb("".concat(c," using: ").concat(u),u)];case 5:f.sent();return[2];case 6:l=f.sent();eb.warn("Installation attempt failed: ".concat(c)),eb.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 to.apply(this,arguments)}L(ts,"installDependencies");function ti(e,t){return ta.apply(this,arguments)}function ta(){ta=o(function(e,t){var r,n,s,o,i,a,c,u,l,d,f;return N(this,function(p){switch(p.label){case 0:if(!e5(ru.PACKAGE_JSON)){eb.error("package.json not found. Aborting setup.");return[2]}p.label=1;case 1:p.trys.push([1,13,,14]);r=b(new Set(e)).sort();return[4,Promise.all(r.map(function(e){return tr(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,ts()];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 eb.error('Failed to setup "'.concat(e.join(", "),'": ').concat(f.message)),f;case 14:return[2]}})});return ta.apply(this,arguments)}L(ti,"setupPackages");var tc=$(),tu=eY.promisify(eH);function tl(e){return"error_list:".concat(e)}L(tl,"getErrorListKey");function td(e){return tf.apply(this,arguments)}function tf(){tf=o(function(e){var t,r,n;return N(this,function(s){switch(s.label){case 0:if(e.length===0)return[2];t=Date.now(),r=tl(t);s.label=1;case 1:s.trys.push([1,3,,4]);return[4,eN.set(r,{errors:e,timestamp:t})];case 2:s.sent(),setTimeout(/*#__PURE__*/o(function(){var e;return N(this,function(t){switch(t.label){case 0:return[4,eN.getLogLink(r)];case 1:e=t.sent();e&&eb.info("\uD83D\uDCC2 Open the error list manually: ".concat(e));return[2]}})}),10);return[3,4];case 3:n=s.sent();eb.error("Failed to save errors: ".concat(n.message));return[3,4];case 4:return[2]}})});return tf.apply(this,arguments)}L(td,"saveErrorListToStorage");function tp(){return tm.apply(this,arguments)}function tm(){tm=o(function(){var e,t,r;return N(this,function(n){switch(n.label){case 0:n.trys.push([0,3,,4]);return[4,eN.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 N(this,function(r){switch(r.label){case 0:return[4,eN.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,(eb.error("Failed to retrieve stored errors: ".concat(r.message)),[])];case 4:return[2]}})});return tm.apply(this,arguments)}L(tp,"getStoredErrorLists");function tg(){return tv.apply(this,arguments)}function tv(){tv=o(function(){var e,t,r;return N(this,function(n){switch(n.label){case 0:n.trys.push([0,3,,4]);return[4,eN.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 eN.remove(e)}))];case 2:n.sent();return[3,4];case 3:r=n.sent();eb.error("Failed to clear error lists: ".concat(r.message));return[3,4];case 4:return[2]}})});return tv.apply(this,arguments)}L(tg,"clearAllErrorLists");function tE(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]===ey.Error?ey.Error:ey.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]===ey.Error?ey.Error:ey.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:ey.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&&td(t),tc.DEBUG&&r.length&&(eb.warn("Unmatched lines:"),r.forEach(function(e){return eb.info(" ".concat(e))}))}L(tE,"parseTextErrors");function th(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?ey.Error:ey.Warning,file:t,position:"".concat(s,":").concat(o),rule:i,message:a})})}),r.length&&td(r)}catch(t){tE(e)}}L(th,"parseCommandOutput");function ty(e){return tS.apply(this,arguments)}function tS(){tS=o(function(e){var t,r,n,s,o,i,a,c,u;var l=arguments;return N(this,function(d){switch(d.label){case 0:t=l.length>1&&l[1]!==void 0?l[1]:th;r=new AbortController;eB.on("SIGINT",function(){eb.warn("Process interrupted. Terminating..."),r.abort(),eB.exit()});d.label=1;case 1:d.trys.push([1,4,,5]);if(!(typeof e=="string"))return[3,3];return[4,tu(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&&eb.error("Command failed: ".concat(u));return[3,5];case 5:return[2]}})});return tS.apply(this,arguments)}L(ty,"executeCommand");function t_(e){return{raw:!0,cmd:e}}L(t_,"rawCommand");function tO(e,t){return(t===null||t===void 0?void 0:t.isRemote)?"".concat(re," ").concat(tj," ").concat(e):(t===null||t===void 0?void 0:t.isCurrentProject)?"".concat(re," ").concat(t6," ").concat(tJ," ").concat(e):"".concat(re," ").concat(tQ," ").concat(e)}L(tO,"formatCLI");function tC(e,t){return typeof e=="function"?tO(e(t),t):(typeof e==="undefined"?"undefined":A(e))=="object"&&(e===null||e===void 0?void 0:e.raw)===!0?e.cmd:typeof e=="string"?tO(e,t):e}L(tC,"formatCommand");function tI(e){return tR.apply(this,arguments)}function tR(){tR=o(function(e){var t,r,n,s,o,i,a;var c=arguments;return N(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,tr(tj)];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=R(e,2),r=t[0],n=t[1];return[r,tC(n,o)]}))]}})});return tR.apply(this,arguments)}L(tI,"resolveCommands");function tb(e,t){return tA.apply(this,arguments)}function tA(){tA=o(function(e,t){var r;return N(this,function(n){switch(n.label){case 0:n.trys.push([0,2,,3]);eb.start("".concat(e)),tc.DEBUG&&eb.info("→ ".concat(t));return[4,ty(t)];case 1:n.sent(),eb.success("".concat(e," done."));return[3,3];case 2:r=n.sent();throw eb.error("".concat(e," failed: ").concat(r.message)),r;case 3:return[2]}})});return tA.apply(this,arguments)}L(tb,"runCommand");import{join as tT,resolve as tw}from"node:path";var tN=$();function tx(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return tw.apply(void 0,[tN.CWD].concat(b(t)))}L(tx,"resolveWorkingPath");function tD(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return tw.apply(void 0,b(t))}L(tD,"resolve");function tL(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return tT.apply(void 0,b(t))}L(tL,"join");var tM=$(),tP=tM.CWD,tj="@cyberskill/shared",tG="node_modules",tk="dist",tU="package.json",tF="package-lock.json",tq="tsconfig.json",tK=".gitignore",tH=".simple-git-hooks.json",tB="pnpm-lock.yaml",tY=".git/hooks/",tV=".git/COMMIT_EDITMSG",tW=tL(tP,tG,tj,tk),tQ="cyberskill",tJ="src/nodejs/cli/index.ts",tz="eslint",t$="eslint",tX="vitest",tZ="playwright",t0="vitest",t1="@commitlint/cli",t2="commitlint",t4="lint-staged",t3="lint-staged",t5="typescript",t8="tsc",t6="tsx",t7="git",t9="pnpm",re="pnpm exec",rt="simple-git-hooks",rr="simple-git-hooks",rn="@eslint/config-inspector",rs="eslint-config-inspector",ro="node-modules-inspector",ri="node-modules-inspector",ra="migrate-mongo",rc="migrate-mongo",ru={CYBERSKILL_DIRECTORY:tW,WORKING_DIRECTORY:tP,TS_CONFIG:tx(tq),GIT_IGNORE:tx(tK),GIT_HOOK:tx(tY),GIT_COMMIT_MSG:tx(tV),SIMPLE_GIT_HOOKS_JSON:tx(tH),PACKAGE_JSON:tx(tU),PACKAGE_LOCK_JSON:tx(tF),PNPM_LOCK_YAML:tx(tB),NODE_MODULES:tx(tG),LINT_STAGED_CONFIG:tx("".concat(tW,"/configs/lint-staged/base.js")),COMMITLINT_CONFIG:tx("".concat(tW,"/configs/commitlint/base.js")),UNIT_TEST_CONFIG:tx("".concat(tW,"/react/vitest/vitest.unit.js")),UNIT_TEST_SETUP_CONFIG:tx("".concat(tW,"/react/vitest/vitest.unit.setup.js")),E2E_TEST_CONFIG:tx("".concat(tW,"/react/vitest/vitest.e2e.js"))};function rl(e){var t=e.isCurrentProject;return h({"pre-commit":t3,"commit-msg":t2},t&&{"pre-push":t_("".concat(t7," pull"))})}L(rl,"HOOK");function rd(e,t,r){return rf.apply(this,arguments)}function rf(){rf=o(function(e,t,r){return N(this,function(n){switch(n.label){case 0:if(!t)throw new Error("'first' argument is undefined");switch(e){case eK.CLI:return[3,1];case eK.STRING:return[3,3];case eK.FUNCTION:return[3,4]}return[3,6];case 1:return[4,ti(t.split(" "),{update:!0})];case 2:return[2,(n.sent(),tC(t_("".concat(re," ").concat(r))))];case 3:return[2,tC(t_(t))];case 4:return[4,ti(t.split(" "),{update:!0})];case 5:if(n.sent(),typeof r=="function")return[2,r()];throw new Error("'second' argument is not a callable function");case 6:throw new Error("Unsupported command type");case 7:return[2]}})});return rf.apply(this,arguments)}L(rd,"buildCommand");function rp(e,t,r){return /*#__PURE__*/o(function(){return N(this,function(n){return[2,rd(e,t,r)]})})}L(rp,"commandFactory");var rm={simpleGitHooks:rp(eK.CLI,rt,rr),eslintInspect:rp(eK.CLI,rn,rs),nodeModulesInspect:rp(eK.CLI,ro,ri),eslintCheck:rp(eK.CLI,tz,"".concat(t$," ").concat(ru.WORKING_DIRECTORY)),eslintFix:rp(eK.CLI,tz,"".concat(t$," ").concat(ru.WORKING_DIRECTORY," --fix")),typescriptCheck:rp(eK.CLI,t5,"".concat(t8," -p ").concat(ru.TS_CONFIG," --noEmit")),configureGitHook:rp(eK.STRING,"".concat(t7," config core.hooksPath ").concat(ru.GIT_HOOK)),testUnit:rp(eK.CLI,tX,"".concat(t0," --config ").concat(ru.UNIT_TEST_CONFIG)),testE2e:rp(eK.CLI,"".concat(tX," ").concat(tZ),"".concat(t0," --config ").concat(ru.E2E_TEST_CONFIG)),mongoMigrateCreate:L(function(e){return rp(eK.FUNCTION,"".concat(ra),function(){return eG.migrate.create(e)})()},"mongoMigrateCreate"),mongoMigrateUp:rp(eK.FUNCTION,"".concat(ra),eG.migrate.up),mongoMigrateDown:rp(eK.FUNCTION,"".concat(ra),eG.migrate.down),commitLint:rp(eK.CLI,t1,"".concat(t2," --edit ").concat(ru.GIT_COMMIT_MSG," --config ").concat(ru.COMMITLINT_CONFIG)),lintStaged:rp(eK.CLI,t4,"".concat(t3," --config ").concat(ru.LINT_STAGED_CONFIG)),stageBuildDirectory:rp(eK.STRING,"".concat(t7," add ").concat(tk)),build:rp(eK.STRING,"".concat(t9," run build")),pnpmInstallStandard:rp(eK.STRING,"".concat(t9," install")),pnpmInstallLegacy:rp(eK.STRING,"".concat(t9," install --legacy-peer-deps")),pnpmInstallForce:rp(eK.STRING,"".concat(t9," install --force"))};function rg(e){return K(h({plugins:[q()],test:{globals:!0,environment:"jsdom",pool:"vmThreads",include:["**/*.test.unit.?(c|m)[jt]s?(x)"],setupFiles:[ru.UNIT_TEST_SETUP_CONFIG]}},e))}L(rg,"vitestUnit");function rv(e){try{return JSON.parse(e),!0}catch(e){return!1}}L(rv,"isJson");function rE(e){return!!e&&(typeof e==="undefined"?"undefined":A(e))=="object"&&!Array.isArray(e)}L(rE,"isPlainObject");function rh(){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=R(i.value,2),c=a[0],u=a[1];var l=e[c];Array.isArray(u)?e[c]=Array.from(new Set(b(Array.isArray(l)?l:[]).concat(b(u)))):rE(u)?e[c]=rh(rE(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(rh,"deepMerge");import*as ry from"globals";var rS=[{languageOptions:{globals:h({},ry.node,ry.browser)},rules:{"perfectionist/sort-imports":["error",{internalPattern:["^#.*","^@/.*"]}]},ignores:["build","dist"]}];var r_;var rO=L(function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return rh.apply(void 0,b(t))},"passThroughHandler"),rC=L(function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}var n=rh.apply(void 0,[rS].concat(b(t))),s=n.ignores,o=_(n,["ignores"]),i=Array.isArray(s)&&s.every(function(e){return typeof e=="string"})?{ignores:s}:void 0,a=[o].concat(b(i?[i]:[]));return G.apply(void 0,[{stylistic:{semi:!0,indent:4,quotes:"single"},formatters:{css:!0,html:!0,markdown:"prettier"},yaml:!1,react:!0}].concat(b(a)))},"handleESLint"),rI=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,b(t))},"handleVitestReactE2E"),rR=L(function(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++){t[r]=arguments[r]}return rg.apply(void 0,b(t))},"handleVitestReactUnit"),rb=(r_={},l(r_,j.ESLINT,rC),l(r_,j.COMMITLINT,rO),l(r_,j.LINT_STAGED,rO),l(r_,j.VITEST_REACT_E2E,rI),l(r_,j.VITEST_REACT_UNIT,rR),r_);function rA(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=rb[e];if(!s)throw new Error("Unknown config type: ".concat(e));return s.apply(void 0,b(r))}L(rA,"mergeConfigs");import{defineConfig as rT}from"@eddeee888/gcg-typescript-resolver-files";function rw(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,rT()))})}L(rw,"createGraphqlCodegenConfig");var rN={"*":["eslint --fix"]};var rx=(typeof window==="undefined"?"undefined":A(window))<"u";import{ApolloServer as rD}from"@apollo/server";import{expressMiddleware as rL}from"@apollo/server/express4";import{ApolloServerPluginDrainHttpServer as rM}from"@apollo/server/plugin/drainHttpServer";import{ApolloServerPluginLandingPageLocalDefault as rP,ApolloServerPluginLandingPageProductionDefault as rj}from"@apollo/server/plugin/landingPage/default";function rG(e){return new rD(h({schema:e.schema,plugins:[e.isDev?rP():rj(),rM({httpServer:e.server})].concat(b(e.drainServer?[{serverWillStart:function t(){return o(function(){return N(this,function(t){return[2,{drainServer:function t(){return o(function(){var t;return N(this,function(r){(t=e.drainServer)===null||t===void 0?void 0:t.call(e),eb.info("Apollo Server drainServer hook called");return[2]})})()}}]})})()}}]:[]))},e.isDev&&{introspection:!0,includeStacktraceInErrorResponses:!0}))}L(rG,"createApolloServer");import rk from"node:process";import{hideBin as rU}from"yargs/helpers";import rF from"yargs/yargs";var rq={name:"@cyberskill/shared",type:"module",version:"1.101.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.4","@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.19",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.15.0",mongoose:"8.13.2","mongoose-aggregate-paginate-v2":"1.1.4","mongoose-paginate-v2":"1.9.0","next-intl":"4.0.2","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.86.3",slugify:"1.6.6","ts-node":"10.9.2",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.0","lint-staged":"15.5.1","node-modules-inspector":"0.6.6","simple-git-hooks":"2.12.1"}};function rK(){return rH.apply(this,arguments)}function rH(){rH=o(function(){var e,t;return N(this,function(r){switch(r.label){case 0:if(!e5(ru.TS_CONFIG))return[3,3];t=["Performing TypeScript validation"];return[4,rm.typescriptCheck()];case 1:return[4,tb.apply(void 0,t.concat([r.sent()]))];case 2:e=r.sent();return[3,4];case 3:e=eb.warn("No TypeScript configuration found. Skipping type check.");r.label=4;case 4:e;return[2]}})});return rH.apply(this,arguments)}L(rK,"checkTypescript");function rB(){return rY.apply(this,arguments)}function rY(){rY=o(function(){var e,t,r,n;var s=arguments;return N(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,rm.eslintFix()];case 1:return[4,tb.apply(void 0,r.concat([o.sent()]))];case 2:t=o.sent();return[3,6];case 3:n=["Running ESLint check"];return[4,rm.eslintCheck()];case 4:return[4,tb.apply(void 0,n.concat([o.sent()]))];case 5:t=o.sent();o.label=6;case 6:t;return[2]}})});return rY.apply(this,arguments)}L(rB,"checkEslint");function rV(e,t){if(!t.length)return;var r=e==="Errors"?"red":"yellow";eb.printBoxedLog(e==="Errors"?"✖ Errors":"⚠ Warnings",t,r)}L(rV,"printIssues");function rW(){return rQ.apply(this,arguments)}function rQ(){rQ=o(function(){var e,t,r;return N(this,function(n){switch(n.label){case 0:return[4,tp()];case 1:e=n.sent(),t=e.filter(function(e){return e.type===ey.Error}),r=e.filter(function(e){return e.type===ey.Warning});!t.length&&!r.length?eb.printBoxedLog("✔ NO ISSUES FOUND",[],"green"):(rV("Warnings",r),rV("Errors",t),(t.length>0||r.length>0)&&rk.exit(1));return[2]}})});return rQ.apply(this,arguments)}L(rW,"showCheckResult");function rJ(){return rz.apply(this,arguments)}function rz(){rz=o(function(){var e,t,r,n,s,o;return N(this,function(i){switch(i.label){case 0:return[4,tg()];case 1:i.sent();return[4,tr(tj)];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(tj)];return[4,rm.build()];case 4:return[4,tb.apply(void 0,r.concat([i.sent()]))];case 5:i.sent();n=["Staging build artifacts"];return[4,rm.stageBuildDirectory()];case 6:return[4,tb.apply(void 0,n.concat([i.sent()]))];case 7:i.sent();return[3,9];case 8:s=i.sent();throw eb.error("Error building and staging ".concat(tj,": ").concat(s.message)),s;case 9:o=["Executing lint-staged"];return[4,rm.lintStaged()];case 10:return[4,tb.apply(void 0,o.concat([i.sent()]))];case 11:i.sent(),rW();return[2]}})});return rz.apply(this,arguments)}L(rJ,"lintStaged");function r$(){return rX.apply(this,arguments)}function rX(){rX=o(function(){var e;return N(this,function(t){switch(t.label){case 0:e=["Inspecting ESLint configuration"];return[4,rm.eslintInspect()];case 1:return[4,tb.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return rX.apply(this,arguments)}L(r$,"inspectLint");function rZ(){return r0.apply(this,arguments)}function r0(){r0=o(function(){return N(this,function(e){switch(e.label){case 0:return[4,tg()];case 1:e.sent();return[4,Promise.all([rK(),rB()])];case 2:e.sent(),rW();return[2]}})});return r0.apply(this,arguments)}L(rZ,"lintCheck");function r1(){return r2.apply(this,arguments)}function r2(){r2=o(function(){return N(this,function(e){switch(e.label){case 0:return[4,tg()];case 1:e.sent();return[4,Promise.all([rK(),rB(!0)])];case 2:e.sent(),rW();return[2]}})});return r2.apply(this,arguments)}L(r1,"lintFix");function r4(){return r3.apply(this,arguments)}function r3(){r3=o(function(){var e;return N(this,function(t){switch(t.label){case 0:return[4,tg()];case 1:t.sent();e=["Validating commit message"];return[4,rm.commitLint()];case 2:return[4,tb.apply(void 0,e.concat([t.sent()]))];case 3:t.sent(),rW();return[2]}})});return r3.apply(this,arguments)}L(r4,"commitLint");function r5(){return r8.apply(this,arguments)}function r8(){r8=o(function(){var e,t,r,n;return N(this,function(s){switch(s.label){case 0:e=["Configuring Git hooks"];return[4,rm.configureGitHook()];case 1:return[4,tb.apply(void 0,e.concat([s.sent()]))];case 2:s.sent(),e8(ru.GIT_HOOK);return[4,tI(rl)];case 3:t=s.sent();e3(ru.SIMPLE_GIT_HOOKS_JSON,t);r="\n".concat(tH,"\n");e5(ru.GIT_IGNORE)?ez(ru.GIT_IGNORE,"utf-8").split("\n").includes(tH)||eZ(ru.GIT_IGNORE,r,"utf-8"):e$(ru.GIT_IGNORE,r,"utf-8");n=["Setting up simple-git-hooks"];return[4,rm.simpleGitHooks()];case 4:return[4,tb.apply(void 0,n.concat([s.sent()]))];case 5:s.sent();return[2]}})});return r8.apply(this,arguments)}L(r5,"setupGitHook");function r6(){return r7.apply(this,arguments)}function r7(){r7=o(function(){return N(this,function(e){switch(e.label){case 0:return[4,ti([tj],{update:!0,postInstallActions:[r5]})];case 1:e.sent();return[2]}})});return r7.apply(this,arguments)}L(r6,"setup");function r9(){return ne.apply(this,arguments)}function ne(){ne=o(function(){return N(this,function(e){switch(e.label){case 0:e8(ru.NODE_MODULES,ru.PNPM_LOCK_YAML);return[4,ts()];case 1:e.sent();return[4,r5()];case 2:e.sent();return[2]}})});return ne.apply(this,arguments)}L(r9,"reset");function nt(){return nr.apply(this,arguments)}function nr(){nr=o(function(){var e;return N(this,function(t){switch(t.label){case 0:e=["Inspecting project dependencies"];return[4,rm.nodeModulesInspect()];case 1:return[4,tb.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return nr.apply(this,arguments)}L(nt,"inspect");function nn(){return ns.apply(this,arguments)}function ns(){ns=o(function(){var e;return N(this,function(t){switch(t.label){case 0:e=["Running unit tests"];return[4,rm.testUnit()];case 1:return[4,tb.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return ns.apply(this,arguments)}L(nn,"testUnit");function no(){return ni.apply(this,arguments)}function ni(){ni=o(function(){var e;return N(this,function(t){switch(t.label){case 0:e=["Running end-to-end tests"];return[4,rm.testE2e()];case 1:return[4,tb.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return ni.apply(this,arguments)}L(no,"testE2E");function na(e){return nc.apply(this,arguments)}function nc(){nc=o(function(e){var t;return N(this,function(r){switch(r.label){case 0:t=["Creating MongoDB migration"];return[4,rm.mongoMigrateCreate(e)];case 1:return[4,tb.apply(void 0,t.concat([r.sent()]))];case 2:r.sent();return[2]}})});return nc.apply(this,arguments)}L(na,"mongoMigrateCreate");function nu(){return nl.apply(this,arguments)}function nl(){nl=o(function(){var e;return N(this,function(t){switch(t.label){case 0:e=["Running MongoDB migrations"];return[4,rm.mongoMigrateUp()];case 1:return[4,tb.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return nl.apply(this,arguments)}L(nu,"mongoMigrateUp");function nd(){return nf.apply(this,arguments)}function nf(){nf=o(function(){var e;return N(this,function(t){switch(t.label){case 0:e=["Rolling back MongoDB migration"];return[4,rm.mongoMigrateDown()];case 1:return[4,tb.apply(void 0,e.concat([t.sent()]))];case 2:t.sent();return[2]}})});return nf.apply(this,arguments)}L(nd,"mongoMigrateDown");o(function(){var e;return N(this,function(t){switch(t.label){case 0:t.trys.push([0,2,,3]);return[4,rF(rU(rk.argv)).scriptName(tQ).usage("$0 <command> [options]").command("lint","Check code for linting issues",rZ).command("lint:fix","Fix linting issues automatically",r1).command("lint:inspect","View active ESLint configuration",r$).command("lint-staged","Run lint checks on staged files",rJ).command("commitlint","Validate commit message format",r4).command("setup","Initialize project setup and dependencies",r6).command("reset","Reset the project and reinstall dependencies",r9).command("inspect","Analyze installed project dependencies",nt).command("test:unit","Run unit test suite",nn).command("test:e2e","Run end-to-end test suite",no).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 N(this,function(t){switch(t.label){case 0:if(!e.name){eb.error("Migration name is required.");return[2]}return[4,na(e.name)];case 1:t.sent();return[2]}})});return function(t){return e.apply(this,arguments)}}()).command("mongo:migrate:up","Apply all MongoDB migrations",nu).command("mongo:migrate:down","Rollback last MongoDB migration",nd).demandCommand(1,"Please specify a valid command.").strict().help().alias("h","help").alias("v","version").version(rq.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();eb.error("Fatal: ".concat(e.message)),rk.exit(1);return[3,3];case 3:return[2]}})})();import{Router as np}from"express";import nm from"compression";import ng from"cors";import nv from"express";import nE from"express-device";import nh from"express-session";function ny(e){return ng({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(ny,"createCors");function nS(e){var t=nv();return t.set("trust proxy",1),t.use(nv.urlencoded({extended:!0})),t.use(nm()),t.use(nE.capture()),e.staticFolder&&t.use(nv.static(e.staticFolder)),e.sessionOptions&&t.use(nh(e.sessionOptions)),t}L(nS,"createExpress");import{useServer as n_}from"graphql-ws/use/ws";import{WebSocketServer as nO}from"ws";function nC(e){return new nO({server:e.server,path:e.path})}L(nC,"createWSServer");function nI(e){return n_({schema:e.schema},e.server)}L(nI,"initGraphQLWS");import{ApolloClient as nR,ApolloError as nb,ApolloLink as nA,ApolloProvider as nT,from as nw,HttpLink as nN,InMemoryCache as nx,split as nD}from"@apollo/client";import{onError as nL}from"@apollo/client/link/error";import{removeTypenameFromVariables as nM}from"@apollo/client/link/remove-typename";import{GraphQLWsLink as nP}from"@apollo/client/link/subscriptions";import{getMainDefinition as nj}from"@apollo/client/utilities";import{createClient as nG}from"graphql-ws";import nk,{useMemo as nU}from"react";import{FaInfo as nF}from"react-icons/fa6";import nq,{use as nK}from"react";import{FaRepeat as nH}from"react-icons/fa6";import{createContext as nB}from"react";var nY=nB(void 0);import nV from"./react/apollo-error/apollo-error.module.scss";function nW(){var e=nK(nY),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)?nq.createElement("div",null,nq.createElement("strong",null,e,":"),nq.createElement("ul",null,t.map(function(e){return nq.createElement("li",{key:e.message},e.message)}))):null},"renderErrorList");return nq.createElement("div",{className:nV["modal-backdrop"]},nq.createElement("div",{className:nV["modal-content"]},nq.createElement("button",{type:"button",className:nV["btn-close"],onClick:e.hideError},"✕"),nq.createElement("div",{className:nV["error-title"]},nq.createElement("button",{type:"button",className:nV["btn-retry"],onClick:L(function(){return window.location.reload()},"onClick")},nq.createElement(nH,null))," ",t.message),nq.createElement("div",{className:nV["error-details"]},t.networkError&&nq.createElement("pre",{className:"network"},nq.createElement("strong",null,"Network Error:")," ",t.networkError.message),r("GraphQL Errors",b(t.graphQLErrors)),r("Protocol Errors",b(t.protocolErrors)),r("Client Errors",b(t.clientErrors)),t.extraInfo&&nq.createElement("pre",{className:"extra"},nq.createElement("strong",null,"Extra Info:")," ",JSON.stringify(t.extraInfo,null,4)))))}L(nW,"ApolloError");import{use as nQ}from"react";function nJ(){var e=nQ(nY);if(!e)throw new Error("useApolloError must be used within ApolloErrorProvider");return e}L(nJ,"useApolloError");import nz,{useEffect as n$,useMemo as nX,useState as nZ}from"react";var n0=null;function n1(e){n0=e}L(n1,"setGlobalApolloErrorCallback");function n2(e){n0===null||n0===void 0?void 0:n0(e)}L(n2,"showGlobalApolloError");function n4(e){var t=e.children;var r=R(nZ(null),2),n=r[0],s=r[1];n$(function(){n1(s)},[]);var o=nX(function(){return{error:n,showError:s,hideError:L(function(){return s(null)},"hideError")}},[n]);return nz.createElement(nY,{value:o},t)}L(n4,"ApolloErrorProvider");import{consola as n3}from"consola/browser";var n5={silent:n3.silent,level:n3.level,fatal:n3.fatal,error:n3.error,warn:n3.warn,log:n3.log,info:n3.info,success:n3.success,ready:n3.ready,start:n3.start,box:n3.box,debug:n3.debug,trace:n3.trace,verbose:n3.verbose};import{toast as n8,Toaster as n6}from"react-hot-toast";var n7="/graphql";var n9,se=(n9=/*#__PURE__*/function(e){"use strict";f(t,e);function t(){a(this,t);var e;e=i(this,t,arguments);M(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 n5.info("[Apollo] #".concat(r.count,": ").concat(o," (").concat(s,"ms)")),t})}}]);return t}(nA),L(n9,"DevLoggerLink"),n9);function st(e){var t=e.uri,r=e.wsUrl,n=e.customLinks,s=new se,o=nL(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;n5.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;n5.error("[Protocol error]: ".concat(t,", Extensions: ").concat(JSON.stringify(r)))}),r&&n5.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 nb({graphQLErrors:t||[],protocolErrors:n||[],clientErrors:[],networkError:r||null,errorMessage:c,extraInfo:{operation:s}});n8.error(function(e){return nk.createElement(nk.Fragment,null,c,"\xa0",nk.createElement(nF,{cursor:"pointer",onClick:L(function(){setTimeout(function(){n2(u)},0),n8.dismiss(e.id)},"onClick")}))})}}),i=nM();t||n5.warn('[Apollo] No GraphQL URI provided — using "'.concat(n7,'" as default'));var a=new nN({uri:t!==null&&t!==void 0?t:n7,credentials:"include"}),c=r?new nP(nG({url:r})):nA.empty(),u=p(c,nA)?nD(function(e){var t=e.query;var r=nj(t);return r.kind==="OperationDefinition"&&r.operation==="subscription"},c,a):a;return u===a&&r&&n5.warn("[Apollo] WS URL is set, but subscriptions fallback to HTTP. Check your wsLink config."),[s,o,i].concat(b(n!==null&&n!==void 0?n:[]),[u])}L(st,"createApolloLinks");function sr(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=_(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||nT,g=nU(function(){return nw(st({uri:c!==null&&c!==void 0?c:n7,wsUrl:u!==null&&u!==void 0?u:"",customLinks:l!==null&&l!==void 0?l:[]}))},[c,u,l]),v=nU(function(){return p(i,nx)?i:new nx},[i]),E=nU(function(){return new f(h({link:g,cache:v},d))},[f,g,v,d]),y=t?nk.createElement(m,{makeClient:L(function(){return E},"makeClient")},n):nk.createElement(m,{client:E},n);return nk.createElement(nk.Fragment,null,nk.createElement(n4,null,y,nk.createElement(nW,null)),nk.createElement(n6,{position:"top-right"}))}L(sr,"ApolloProvider");import{useTranslation as sn}from"react-i18next";var ss=sn;import so from"i18next";import{initReactI18next as si}from"react-i18next";function sa(e){return so.use(si).init(e)}L(sa,"initI18next");import sc from"classnames";import su from"react";import sl from"./react/loading/loading.module.scss";function sd(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=_(e,["full","block","className","message"]);function l(){return su.createElement("div",h({className:sl.container},u),su.createElement("div",{className:sl.ring}),su.createElement("div",{className:sl.ring}),su.createElement("div",{className:sl.ring}),su.createElement("div",{className:sl.ring}),c&&su.createElement("div",{className:sl.message},c))}return L(l,"_renderLoading"),r?su.createElement("div",{className:sc(sl.fullscreen,i)},l()):s?su.createElement("div",{className:sc(sl.block,i)},l()):l()}L(sd,"Loading");import{createContext as sf}from"react";var sp=sf(void 0);import{use as sm}from"react";function sg(){var e=sm(sp);if(!e)throw new Error("useLoading must be used within a LoadingProvider");return e}L(sg,"useLoading");import sv,{useCallback as sE,useMemo as sh,useState as sy}from"react";function sS(e){var t=e.children;var r=R(sy(!1),2),n=r[0],s=r[1],o=R(sy(!1),2),i=o[0],a=o[1],c=sE(function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;s(!0),a(e)},[]),u=sE(function(){s(!1),a(!1)},[]),l=sh(function(){return{isLoading:n,isGlobalLoading:i,showLoading:c,hideLoading:u}},[n,i,c,u]);return sv.createElement(sp,{value:l},n?sv.createElement(sd,{full:i}):t)}L(sS,"LoadingProvider");import{enUS as s_}from"date-fns/locale";var sO={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 sI=sC(void 0);import{NextIntlClientProvider as sR}from"next-intl";import sb from"react";import{useTranslations as sA}from"next-intl";import{use as sT}from"react";function sw(){var e=sT(sI);if(!e)throw new Error("useNextIntl must be used within a NextIntlProvider");return e}L(sw,"useNextIntl");var sN=sA;function sx(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:sO.timezone;return i?sb.createElement(sR,{locale:(o===null||o===void 0?void 0:o.value)||c,messages:u||null,timeZone:l},sb.createElement(e,t)):(n5.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(sx,"withNextIntl");import sD,{useMemo as sL}from"react";import{useCallback as sM,useEffect as sP,useState as sj}from"react";var sG={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 sk from"localforage";var sU={get:function e(e){return o(function(){var t;return N(this,function(r){switch(r.label){case 0:r.trys.push([0,2,,3]);return[4,sk.getItem(e)];case 1:return[2,r.sent()];case 2:t=r.sent();return[2,(n5.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 N(this,function(n){switch(n.label){case 0:n.trys.push([0,2,,3]);return[4,sk.setItem(e,t)];case 1:n.sent();return[3,3];case 2:r=n.sent();n5.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 N(this,function(r){switch(r.label){case 0:r.trys.push([0,2,,3]);return[4,sk.removeItem(e)];case 1:r.sent();return[3,3];case 2:t=r.sent();n5.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 N(this,function(r){switch(r.label){case 0:r.trys.push([0,2,,3]);return[4,sk.keys()];case 1:return[2,(e=r.sent())!==null&&e!==void 0?e:[]];case 2:t=r.sent();return[2,(n5.error("[Storage:keys] Error getting keys:",t),[])];case 3:return[2]}})})()}};function sF(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:sG;var n=R(sj(t),2),s=n[0],i=n[1],a=R(sj(!1),2),c=a[0],u=a[1];sP(function(){var n=!0;return L(/*#__PURE__*/o(function(){var s,o,a,c;return N(this,function(l){switch(l.label){case 0:l.trys.push([0,6,7,8]);return[4,sU.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,sU.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();n5.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]),sP(function(){if(!c)return;L(/*#__PURE__*/o(function(){var t,n;return N(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,sU.set(e,t)];case 1:o.sent();o.label=2;case 2:return[3,4];case 3:n=o.sent();n5.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 N(this,function(r){switch(r.label){case 0:r.trys.push([0,2,,3]);return[4,sU.remove(e)];case 1:r.sent(),i(void 0);return[3,3];case 2:t=r.sent();n5.error('Error removing key "'.concat(e,'":'),t);return[3,3];case 3:return[2]}})}),[e]);return{value:s,set:l,remove:d}}L(sF,"useStorage");function sq(e){var t=e.children;return sD.createElement(sD.Fragment,null,t)}L(sq,"LanguageWrapperBase");var sK=sx(sq);function sH(e){var t=e.children,r=e.languages,n=e.messages;var s=sF("lang",r[0]),o=s.value,i=s.set,a=sL(function(){return{languages:r,currentLanguage:o!==null&&o!==void 0?o:sO,setCurrentLanguage:i}},[r,i,o]);return sD.createElement(sI,{value:a},sD.createElement(sK,{languages:r,messages:n},t))}L(sH,"NextIntlProvider");import sB from"unorm";var sY={a:["\xe0","\xe1","ạ","ả","\xe3","\xe2","ầ","ấ","ậ","ẩ","ẫ","ă","ằ","ắ","ặ","ẳ","ẵ"],e:["\xe8","\xe9","ẹ","ẻ","ẽ","\xea","ề","ế","ệ","ể","ễ"],i:["\xec","\xed","ị","ỉ","ĩ"],o:["\xf2","\xf3","ọ","ỏ","\xf5","\xf4","ồ","ố","ộ","ổ","ỗ","ơ","ờ","ớ","ợ","ở","ỡ"],u:["\xf9","\xfa","ụ","ủ","ũ","ư","ừ","ứ","ự","ử","ữ"],y:["ỳ","\xfd","ỵ","ỷ","ỹ"],d:["đ"]},sV=Object.entries(sY).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 sW(e){e=sB.nfkc(e);var t=h({},sY,sV);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=R(i.value,2),c=a[0],u=a[1];var l="[".concat(c).concat(u.join(""),"]"),d="(".concat([c].concat(b(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 sQ(e){return e.normalize("NFD").replace(RegExp("\\p{Diacritic}","gu"),"")}L(sQ,"removeAccent");export{nW as ApolloError,nY as ApolloErrorContext,n4 as ApolloErrorProvider,sr as ApolloProvider,tk as BUILD_DIRECTORY,eV as CHECK_PACKAGE_EMPTY_RESULT,t2 as COMMIT_LINT_CLI,t1 as COMMIT_LINT_PACKAGE_NAME,tQ as CYBERSKILL_CLI,tJ as CYBERSKILL_CLI_PATH,tW as CYBERSKILL_DIRECTORY,tj as CYBERSKILL_PACKAGE_NAME,H as CYBERSKILL_STORAGE_DIRECTORY,el as C_Collection,es as C_Db,ei as C_Document,ec as C_Model,t$ as ESLINT_CLI,rs as ESLINT_INSPECT_CLI,rn as ESLINT_INSPECT_PACKAGE_NAME,tz as ESLINT_PACKAGE_NAME,eK as E_CommandType,j as E_ConfigType,ey as E_IssueType,t7 as GIT_CLI,tV as GIT_COMMIT_EDITMSG,tY as GIT_HOOK,tK as GIT_IGNORE,n7 as GRAPHQL_URI_DEFAULT,rl as HOOK,rx as IS_BROWSER,t3 as LINT_STAGED_CLI,t4 as LINT_STAGED_PACKAGE_NAME,sd as Loading,sp as LoadingContext,sS as LoadingProvider,rc as MIGRATE_MONGO_CLI,ra as MIGRATE_MONGO_PACKAGE_NAME,X as MONGO_MIGRATE_OPTIONS,eU as MongoController,eq as MongooseController,sO as NEXT_INTL_DEFAULT_LANGUAGE,tG as NODE_MODULES,ri as NODE_MODULES_INSPECT_CLI,ro as NODE_MODULES_INSPECT_PACKAGE_NAME,sI as NextIntlContext,sH as NextIntlProvider,tU as PACKAGE_JSON,tF as PACKAGE_LOCK_JSON,ru as PATH,tZ as PLAYWRIGHT_PACKAGE_NAME,t9 as PNPM_CLI,re as PNPM_EXEC_CLI,tB as PNPM_LOCK_YAML,eE as RESPONSE_STATUS,np as Router,rt as SIMPLE_GIT_HOOKS_PACKAGE_NAME,rr as SIMPLE_GIT_HOOK_CLI,tH as SIMPLE_GIT_HOOK_JSON,tq as TSCONFIG_JSON,t8 as TSC_CLI,t5 as TSC_PACKAGE_NAME,t6 as TSX_CLI,n6 as Toaster,t0 as VITEST_CLI,tX as VITEST_PACKAGE_NAME,tP as WORKING_DIRECTORY,em as aggregatePaginate,eZ as appendFileSync,tr as checkPackage,tg as clearAllErrorLists,rm as command,P as commitlintConfig,e6 as copySync,e0 as copySyncE,rG as createApolloServer,ny as createCors,nS as createExpress,rw as createGraphqlCodegenConfig,nC as createWSServer,rh as deepMerge,rS as eslintConfig,e5 as existsSync,nv as express,rL as expressMiddleware,tC as formatCommand,eP as generateShortId,eM as generateSlug,$ as getEnv,te as getLatestPackageVersion,e9 as getPackage,tp as getStoredErrorLists,nI as initGraphQLWS,sa as initI18next,ts as installDependencies,rv as isJson,rE as isPlainObject,tL as join,rN as lintStagedConfig,n5 as log,eb as logNodeJS,rA as mergeConfigs,eG as mongo,eg as mongoosePaginate,eX as pathExistsSync,t_ as rawCommand,ez as readFileSync,e4 as readJsonSync,sW as regexSearchMapper,sQ as removeAccent,e8 as removeSync,e1 as removeSyncE,tD as resolve,tI as resolveCommands,tx as resolveWorkingPath,tb as runCommand,sG as serializer,n1 as setGlobalApolloErrorCallback,ti as setupPackages,n2 as showGlobalApolloError,e2 as statSync,sU as storage,eN as storageNodeJS,eI as throwError,n8 as toast,nJ as useApolloError,sg as useLoading,sw as useNextIntl,sF as useStorage,ss as useTranslateI18next,sN as useTranslateNextIntl,ej as validate,F as vitestE2E,rg as vitestUnit,sx as withNextIntl,e$ as writeFileSync,e3 as writeJsonSync};