@crowdin/app-project-module 1.2.1 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/app-test/integration/get-integration-files.js +1 -1
- package/out/app-test/integration/index.js +6 -6
- package/out/app-test/integration/mocks/crowdin-storage.d.ts +16 -16
- package/out/app-test/integration/mocks/mock-crowdin-api-client.js +17 -7
- package/out/app-test/integration/update-crowdin.js +1 -1
- package/out/app-test/integration/update-integration.js +1 -1
- package/out/app-test/util/index.js +1 -2
- package/out/index.js +23 -13
- package/out/middlewares/api-call.js +1 -1
- package/out/middlewares/auto-credentials-masker.js +2 -3
- package/out/middlewares/crowdin-client.d.ts +1 -2
- package/out/middlewares/crowdin-client.js +5 -6
- package/out/middlewares/integration-credentials.d.ts +1 -2
- package/out/middlewares/integration-credentials.js +18 -8
- package/out/middlewares/json-response.js +1 -1
- package/out/middlewares/render-ui-module.d.ts +1 -2
- package/out/middlewares/render-ui-module.js +1 -1
- package/out/middlewares/ui-module.d.ts +1 -2
- package/out/middlewares/ui-module.js +1 -1
- package/out/modules/about.js +2 -3
- package/out/modules/ai-prompt-provider/handlers/compile.d.ts +1 -2
- package/out/modules/ai-prompt-provider/handlers/compile.js +1 -1
- package/out/modules/ai-prompt-provider/index.js +1 -2
- package/out/modules/ai-prompt-provider/types.js +1 -1
- package/out/modules/ai-provider/handlers/chat-completions.d.ts +1 -2
- package/out/modules/ai-provider/handlers/chat-completions.js +2 -2
- package/out/modules/ai-provider/handlers/get-model-list.d.ts +1 -2
- package/out/modules/ai-provider/handlers/get-model-list.js +1 -1
- package/out/modules/ai-provider/index.js +1 -2
- package/out/modules/ai-provider/util/index.js +6 -6
- package/out/modules/ai-request-processors/handler.d.ts +1 -2
- package/out/modules/ai-request-processors/handler.js +1 -1
- package/out/modules/ai-request-processors/index.js +5 -5
- package/out/modules/ai-tools/handlers/tool-calls.d.ts +1 -2
- package/out/modules/ai-tools/handlers/tool-calls.js +1 -1
- package/out/modules/ai-tools/index.js +2 -3
- package/out/modules/ai-tools/util/index.js +4 -5
- package/out/modules/api/api.js +4 -5
- package/out/modules/api/index.js +1 -2
- package/out/modules/api/types.js +1 -1
- package/out/modules/auth-guard/handlers/verify.d.ts +1 -2
- package/out/modules/auth-guard/handlers/verify.js +1 -1
- package/out/modules/auth-guard/index.js +1 -2
- package/out/modules/automation-action/handlers/execute.d.ts +1 -2
- package/out/modules/automation-action/handlers/execute.js +1 -1
- package/out/modules/automation-action/handlers/input-schema.d.ts +1 -2
- package/out/modules/automation-action/handlers/input-schema.js +1 -1
- package/out/modules/automation-action/handlers/output-schema.d.ts +1 -2
- package/out/modules/automation-action/handlers/output-schema.js +1 -1
- package/out/modules/automation-action/handlers/validate-settings.d.ts +1 -2
- package/out/modules/automation-action/handlers/validate-settings.js +1 -1
- package/out/modules/automation-action/index.js +1 -2
- package/out/modules/automation-action/util/index.js +2 -3
- package/out/modules/automation-action/util/validate-input.js +1 -2
- package/out/modules/context-menu/index.js +1 -2
- package/out/modules/context-menu/types.js +2 -2
- package/out/modules/custom-mt/handlers/translate.d.ts +1 -2
- package/out/modules/custom-mt/handlers/translate.js +1 -1
- package/out/modules/custom-mt/index.js +1 -2
- package/out/modules/custom-mt/types.d.ts +0 -2
- package/out/modules/custom-spell-check/handlers/get-languages-list.d.ts +1 -2
- package/out/modules/custom-spell-check/handlers/get-languages-list.js +1 -1
- package/out/modules/custom-spell-check/handlers/spell-check.d.ts +1 -2
- package/out/modules/custom-spell-check/handlers/spell-check.js +1 -1
- package/out/modules/custom-spell-check/index.js +1 -2
- package/out/modules/editor-right-panel/index.js +1 -2
- package/out/modules/external-qa-check/handlers/validate.d.ts +1 -2
- package/out/modules/external-qa-check/handlers/validate.js +1 -1
- package/out/modules/external-qa-check/index.js +1 -2
- package/out/modules/file-processing/handlers/custom-file-format.d.ts +1 -2
- package/out/modules/file-processing/handlers/custom-file-format.js +9 -9
- package/out/modules/file-processing/handlers/file-download.d.ts +1 -2
- package/out/modules/file-processing/handlers/file-download.js +1 -1
- package/out/modules/file-processing/handlers/pre-post-process.d.ts +1 -2
- package/out/modules/file-processing/handlers/pre-post-process.js +1 -1
- package/out/modules/file-processing/handlers/translations-alignment.d.ts +1 -2
- package/out/modules/file-processing/handlers/translations-alignment.js +1 -1
- package/out/modules/file-processing/index.js +6 -7
- package/out/modules/file-processing/types.d.ts +0 -2
- package/out/modules/file-processing/types.js +1 -1
- package/out/modules/file-processing/util/defaults.js +18 -9
- package/out/modules/file-processing/util/files.d.ts +0 -2
- package/out/modules/file-processing/util/files.js +4 -4
- package/out/modules/form-data-display.d.ts +1 -2
- package/out/modules/form-data-display.js +18 -8
- package/out/modules/form-data-save.d.ts +1 -2
- package/out/modules/form-data-save.js +18 -8
- package/out/modules/install.d.ts +1 -2
- package/out/modules/install.js +2 -2
- package/out/modules/integration/handlers/crowdin-file-progress.d.ts +1 -2
- package/out/modules/integration/handlers/crowdin-file-progress.js +1 -1
- package/out/modules/integration/handlers/crowdin-files-target-languages.d.ts +1 -2
- package/out/modules/integration/handlers/crowdin-files-target-languages.js +1 -1
- package/out/modules/integration/handlers/crowdin-files.d.ts +1 -2
- package/out/modules/integration/handlers/crowdin-files.js +1 -1
- package/out/modules/integration/handlers/crowdin-project.d.ts +1 -2
- package/out/modules/integration/handlers/crowdin-project.js +1 -1
- package/out/modules/integration/handlers/crowdin-update.d.ts +1 -2
- package/out/modules/integration/handlers/crowdin-update.js +1 -1
- package/out/modules/integration/handlers/crowdin-webhook.d.ts +1 -2
- package/out/modules/integration/handlers/crowdin-webhook.js +2 -2
- package/out/modules/integration/handlers/integration-data.d.ts +1 -2
- package/out/modules/integration/handlers/integration-data.js +1 -1
- package/out/modules/integration/handlers/integration-login.d.ts +1 -2
- package/out/modules/integration/handlers/integration-login.js +1 -1
- package/out/modules/integration/handlers/integration-logout.d.ts +1 -2
- package/out/modules/integration/handlers/integration-logout.js +18 -8
- package/out/modules/integration/handlers/integration-update.d.ts +1 -2
- package/out/modules/integration/handlers/integration-update.js +1 -1
- package/out/modules/integration/handlers/integration-webhook.d.ts +1 -2
- package/out/modules/integration/handlers/integration-webhook.js +1 -1
- package/out/modules/integration/handlers/invite-users.d.ts +1 -2
- package/out/modules/integration/handlers/invite-users.js +1 -1
- package/out/modules/integration/handlers/job-cancel.d.ts +1 -2
- package/out/modules/integration/handlers/job-cancel.js +1 -1
- package/out/modules/integration/handlers/job-info-deprecated.d.ts +1 -2
- package/out/modules/integration/handlers/job-info-deprecated.js +1 -1
- package/out/modules/integration/handlers/job-info.d.ts +1 -2
- package/out/modules/integration/handlers/job-info.js +1 -1
- package/out/modules/integration/handlers/job-list.d.ts +1 -2
- package/out/modules/integration/handlers/job-list.js +1 -1
- package/out/modules/integration/handlers/main.d.ts +1 -2
- package/out/modules/integration/handlers/main.js +1 -1
- package/out/modules/integration/handlers/oauth-login.d.ts +1 -2
- package/out/modules/integration/handlers/oauth-login.js +1 -1
- package/out/modules/integration/handlers/oauth-polling.d.ts +1 -2
- package/out/modules/integration/handlers/oauth-polling.js +1 -1
- package/out/modules/integration/handlers/oauth-url.d.ts +1 -2
- package/out/modules/integration/handlers/oauth-url.js +1 -1
- package/out/modules/integration/handlers/settings-save.d.ts +1 -2
- package/out/modules/integration/handlers/settings-save.js +1 -1
- package/out/modules/integration/handlers/settings.d.ts +1 -2
- package/out/modules/integration/handlers/settings.js +1 -1
- package/out/modules/integration/handlers/subscription-info.js +1 -1
- package/out/modules/integration/handlers/sync-settings-save.d.ts +1 -2
- package/out/modules/integration/handlers/sync-settings-save.js +1 -1
- package/out/modules/integration/handlers/sync-settings.d.ts +1 -2
- package/out/modules/integration/handlers/sync-settings.js +1 -1
- package/out/modules/integration/handlers/user-errors.d.ts +1 -2
- package/out/modules/integration/handlers/user-errors.js +1 -1
- package/out/modules/integration/handlers/users.d.ts +1 -2
- package/out/modules/integration/handlers/users.js +4 -5
- package/out/modules/integration/index.js +1 -2
- package/out/modules/integration/types.js +4 -4
- package/out/modules/integration/util/cron.js +46 -37
- package/out/modules/integration/util/defaults.js +33 -24
- package/out/modules/integration/util/files.js +29 -30
- package/out/modules/integration/util/job.js +29 -20
- package/out/modules/integration/util/snapshot.js +7 -8
- package/out/modules/integration/util/types.js +3 -3
- package/out/modules/integration/util/webhooks.js +54 -44
- package/out/modules/manifest.js +1 -1
- package/out/modules/modal/index.js +1 -2
- package/out/modules/organization-menu/index.js +1 -2
- package/out/modules/organization-settings-menu/index.js +1 -2
- package/out/modules/profile-resources-menu/index.js +1 -2
- package/out/modules/profile-settings-menu/index.js +1 -2
- package/out/modules/project-menu/index.js +1 -2
- package/out/modules/project-menu-crowdsource/index.js +1 -2
- package/out/modules/project-reports/index.js +1 -2
- package/out/modules/project-tools/index.js +1 -2
- package/out/modules/status.d.ts +1 -2
- package/out/modules/status.js +1 -1
- package/out/modules/subscription-paid.d.ts +1 -2
- package/out/modules/subscription-paid.js +1 -1
- package/out/modules/uninstall.d.ts +1 -2
- package/out/modules/uninstall.js +1 -1
- package/out/modules/webhooks/handlers/webhook-handler.d.ts +1 -2
- package/out/modules/webhooks/handlers/webhook-handler.js +18 -9
- package/out/modules/webhooks/index.js +1 -2
- package/out/modules/workflow-step-type/handlers/delete-step.d.ts +1 -2
- package/out/modules/workflow-step-type/handlers/delete-step.js +18 -8
- package/out/modules/workflow-step-type/handlers/step-settings-save.d.ts +1 -2
- package/out/modules/workflow-step-type/handlers/step-settings-save.js +18 -8
- package/out/modules/workflow-step-type/index.js +1 -2
- package/out/modules/workflow-step-type/types.js +1 -1
- package/out/modules/workflow-step-type/util/index.js +2 -3
- package/out/static/ui/error.bundle.js +446 -379
- package/out/static/ui/error.bundle.js.map +1 -1
- package/out/static/ui/form.bundle.js +29793 -29989
- package/out/static/ui/form.bundle.js.map +1 -1
- package/out/static/ui/install.bundle.js +446 -379
- package/out/static/ui/install.bundle.js.map +1 -1
- package/out/static/ui/login.bundle.js +448 -379
- package/out/static/ui/login.bundle.js.map +1 -1
- package/out/static/ui/main.bundle.js +448 -379
- package/out/static/ui/main.bundle.js.map +1 -1
- package/out/static/ui/oauth.bundle.js +448 -379
- package/out/static/ui/oauth.bundle.js.map +1 -1
- package/out/storage/d1.js +9 -9
- package/out/storage/index.js +24 -10
- package/out/storage/mysql.js +31 -31
- package/out/storage/postgre.js +31 -31
- package/out/storage/sqlite.js +8 -8
- package/out/types.d.ts +0 -2
- package/out/types.js +8 -8
- package/out/util/connection.js +34 -25
- package/out/util/credentials-masker.d.ts +1 -2
- package/out/util/credentials-masker.js +3 -4
- package/out/util/cron.js +20 -10
- package/out/util/form-schema.js +2 -3
- package/out/util/index.js +38 -28
- package/out/util/jsx-renderer.js +2 -3
- package/out/util/logger.js +41 -31
- package/out/util/static-files.d.ts +0 -1
- package/out/util/static-files.js +2 -3
- package/out/util/subscription.js +11 -12
- package/out/views/FormPage.js +3 -3
- package/package.json +28 -33
package/out/util/subscription.js
CHANGED
|
@@ -9,7 +9,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
9
9
|
});
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
|
-
exports.
|
|
12
|
+
exports.isAppFree = isAppFree;
|
|
13
|
+
exports.checkSubscription = checkSubscription;
|
|
14
|
+
exports.clearCache = clearCache;
|
|
13
15
|
const crowdin_apps_functions_1 = require("@crowdin/crowdin-apps-functions");
|
|
14
16
|
const types_1 = require("../types");
|
|
15
17
|
const logger_1 = require("./logger");
|
|
@@ -17,10 +19,9 @@ const subscriptionCache = {};
|
|
|
17
19
|
function isAppFree(config) {
|
|
18
20
|
return !config.pricing || config.pricing.planType === 'free';
|
|
19
21
|
}
|
|
20
|
-
|
|
21
|
-
function
|
|
22
|
-
|
|
23
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
22
|
+
function checkSubscription(_a) {
|
|
23
|
+
return __awaiter(this, arguments, void 0, function* ({ config, token, organization, accountType, }) {
|
|
24
|
+
var _b, _c, _d, _e, _f, _g, _h;
|
|
24
25
|
if (isAppFree(config)) {
|
|
25
26
|
return { expired: false };
|
|
26
27
|
}
|
|
@@ -41,12 +42,12 @@ function checkSubscription({ config, token, organization, accountType, }) {
|
|
|
41
42
|
appIdentifier,
|
|
42
43
|
organization: accountType === types_1.AccountType.ENTERPRISE ? organization : undefined,
|
|
43
44
|
token,
|
|
44
|
-
baseUrl: (
|
|
45
|
+
baseUrl: (_b = config.crowdinUrls) === null || _b === void 0 ? void 0 : _b.subscriptionUrl,
|
|
45
46
|
});
|
|
46
47
|
(0, logger_1.log)(`Recieved subscription info. ${JSON.stringify(subscription)}`);
|
|
47
48
|
const { expired, daysLeft } = validateSubscription(new Date(subscription.expires));
|
|
48
49
|
(0, logger_1.log)(`expired ${expired}`);
|
|
49
|
-
addToCache(organization, appIdentifier, new Date(subscription.expires), types_1.SubscriptionInfoType.SUBSCRIPTION, (
|
|
50
|
+
addToCache(organization, appIdentifier, new Date(subscription.expires), types_1.SubscriptionInfoType.SUBSCRIPTION, (_c = config.pricing) === null || _c === void 0 ? void 0 : _c.cachingSeconds);
|
|
50
51
|
return { expired, daysLeft, type: types_1.SubscriptionInfoType.SUBSCRIPTION };
|
|
51
52
|
}
|
|
52
53
|
catch (e) {
|
|
@@ -57,17 +58,17 @@ function checkSubscription({ config, token, organization, accountType, }) {
|
|
|
57
58
|
const defaultSubscriptionPlan = 14;
|
|
58
59
|
let days;
|
|
59
60
|
if (accountType === types_1.AccountType.ENTERPRISE) {
|
|
60
|
-
days = ((
|
|
61
|
+
days = ((_d = config.pricing) === null || _d === void 0 ? void 0 : _d.trialEnterprise) || ((_e = config.pricing) === null || _e === void 0 ? void 0 : _e.trial) || defaultSubscriptionPlan;
|
|
61
62
|
}
|
|
62
63
|
else {
|
|
63
|
-
days = ((
|
|
64
|
+
days = ((_f = config.pricing) === null || _f === void 0 ? void 0 : _f.trialCrowdin) || ((_g = config.pricing) === null || _g === void 0 ? void 0 : _g.trial) || defaultSubscriptionPlan;
|
|
64
65
|
}
|
|
65
66
|
(0, logger_1.log)(`Subscriptino trial plan ${days} days`);
|
|
66
67
|
const date = new Date(initializedAt);
|
|
67
68
|
date.setDate(date.getDate() + days);
|
|
68
69
|
const { expired, daysLeft } = validateSubscription(date);
|
|
69
70
|
(0, logger_1.log)(`expired ${expired}`);
|
|
70
|
-
addToCache(organization, appIdentifier, new Date(date), types_1.SubscriptionInfoType.TRIAL, (
|
|
71
|
+
addToCache(organization, appIdentifier, new Date(date), types_1.SubscriptionInfoType.TRIAL, (_h = config.pricing) === null || _h === void 0 ? void 0 : _h.cachingSeconds, subscribeLink);
|
|
71
72
|
return { expired, subscribeLink, daysLeft, type: types_1.SubscriptionInfoType.TRIAL };
|
|
72
73
|
}
|
|
73
74
|
if (config.onError) {
|
|
@@ -81,11 +82,9 @@ function checkSubscription({ config, token, organization, accountType, }) {
|
|
|
81
82
|
}
|
|
82
83
|
});
|
|
83
84
|
}
|
|
84
|
-
exports.checkSubscription = checkSubscription;
|
|
85
85
|
function clearCache(organization) {
|
|
86
86
|
delete subscriptionCache[organization];
|
|
87
87
|
}
|
|
88
|
-
exports.clearCache = clearCache;
|
|
89
88
|
function addToCache(organization, appIdentifier, validUntil, type, cachingSeconds, subscribeLink) {
|
|
90
89
|
if (!cachingSeconds) {
|
|
91
90
|
return;
|
package/out/views/FormPage.js
CHANGED
|
@@ -17,9 +17,9 @@ const FormPage = ({ formGetDataUrl, formPostDataUrl, formPatchDataUrl, formSchem
|
|
|
17
17
|
react_1.default.createElement("crowdin-toasts", null),
|
|
18
18
|
react_1.default.createElement("script", { dangerouslySetInnerHTML: {
|
|
19
19
|
__html: `
|
|
20
|
-
var formGetDataUrl = '${formGetDataUrl}';
|
|
21
|
-
var formPostDataUrl = '${formPostDataUrl}';
|
|
22
|
-
var formPatchDataUrl = '${formPatchDataUrl}';
|
|
20
|
+
var formGetDataUrl = ${formGetDataUrl ? `'${formGetDataUrl}'` : 'undefined'};
|
|
21
|
+
var formPostDataUrl = ${formPostDataUrl ? `'${formPostDataUrl}'` : 'undefined'};
|
|
22
|
+
var formPatchDataUrl = ${formPatchDataUrl ? `'${formPatchDataUrl}'` : 'undefined'};
|
|
23
23
|
var formSchema = ${formSchema};
|
|
24
24
|
var formUiSchema = ${formUiSchema};
|
|
25
25
|
`,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crowdin/app-project-module",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"description": "Module that generates for you all common endpoints for serving standalone Crowdin App",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"types": "out/index.d.ts",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"swagger-jsdoc": "^6.2.8"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@aws-sdk/client-s3": "^3.
|
|
41
|
-
"@aws-sdk/s3-request-presigner": "^3.
|
|
40
|
+
"@aws-sdk/client-s3": "^3.995.0",
|
|
41
|
+
"@aws-sdk/s3-request-presigner": "^3.995.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependenciesMeta": {
|
|
44
44
|
"@aws-sdk/client-s3": {
|
|
@@ -49,26 +49,33 @@
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"@
|
|
55
|
-
"@
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
58
|
-
"@
|
|
59
|
-
"@
|
|
52
|
+
"typescript": "^5.9.3",
|
|
53
|
+
"auto-changelog": "^2.5.0",
|
|
54
|
+
"@aws-sdk/client-s3": "^3.995.0",
|
|
55
|
+
"@aws-sdk/s3-request-presigner": "^3.995.0",
|
|
56
|
+
"@mui/material": "^7.3.8",
|
|
57
|
+
"@rjsf/core": "^6.3.1",
|
|
58
|
+
"@rjsf/mui": "^6.3.1",
|
|
59
|
+
"@rjsf/validator-ajv8": "^6.3.1",
|
|
60
60
|
"@monaco-editor/react": "^4.7.0",
|
|
61
|
-
"
|
|
62
|
-
"@
|
|
63
|
-
"@rjsf/core": "^5.24.3",
|
|
64
|
-
"@rjsf/mui": "^5.24.3",
|
|
65
|
-
"@rjsf/utils": "^5.24.3",
|
|
66
|
-
"@rjsf/validator-ajv8": "^5.24.3",
|
|
67
|
-
"@rollup/plugin-commonjs": "^24.1.0",
|
|
61
|
+
"rollup": "^4.59.0",
|
|
62
|
+
"@rollup/plugin-commonjs": "^29.0.0",
|
|
68
63
|
"@rollup/plugin-json": "^6.1.0",
|
|
69
|
-
"@rollup/plugin-node-resolve": "^
|
|
70
|
-
"@rollup/plugin-replace": "^
|
|
64
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
65
|
+
"@rollup/plugin-replace": "^6.0.3",
|
|
71
66
|
"@rollup/plugin-typescript": "12.3.0",
|
|
67
|
+
"eslint": "^10.0.1",
|
|
68
|
+
"prettier": "^3.8.1",
|
|
69
|
+
"eslint-config-prettier": "^10.1.8",
|
|
70
|
+
"eslint-plugin-prettier": "^5.5.5",
|
|
71
|
+
"@eslint/eslintrc": "^3.3.3",
|
|
72
|
+
"@eslint/js": "^10.0.1",
|
|
73
|
+
"@typescript-eslint/eslint-plugin": "^8.56.0",
|
|
74
|
+
"@typescript-eslint/parser": "^8.56.0",
|
|
75
|
+
"jest": "^30.2.0",
|
|
76
|
+
"jest-junit": "^16.0.0",
|
|
77
|
+
"ts-jest": "^29.4.6",
|
|
78
|
+
"@cloudflare/workers-types": "^4.20260228.0",
|
|
72
79
|
"@types/amqplib": "^0.10.7",
|
|
73
80
|
"@types/better-sqlite3": "^7.6.13",
|
|
74
81
|
"@types/cors": "^2.8.19",
|
|
@@ -79,19 +86,7 @@
|
|
|
79
86
|
"@types/pg": "^8.16.0",
|
|
80
87
|
"@types/react": "^18.3.18",
|
|
81
88
|
"@types/react-dom": "^18.3.5",
|
|
82
|
-
"@types/swagger-jsdoc": "^6.0.4"
|
|
83
|
-
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
84
|
-
"@typescript-eslint/parser": "^8.49.0",
|
|
85
|
-
"auto-changelog": "^2.5.0",
|
|
86
|
-
"eslint": "^9.39.2",
|
|
87
|
-
"eslint-config-prettier": "^10.1.8",
|
|
88
|
-
"eslint-plugin-prettier": "^5.5.4",
|
|
89
|
-
"jest": "^29.7.0",
|
|
90
|
-
"jest-junit": "^15.0.0",
|
|
91
|
-
"prettier": "^3.7.4",
|
|
92
|
-
"rollup": "^3.29.4",
|
|
93
|
-
"ts-jest": "^29.2.5",
|
|
94
|
-
"typescript": "^4.9.5"
|
|
89
|
+
"@types/swagger-jsdoc": "^6.0.4"
|
|
95
90
|
},
|
|
96
91
|
"repository": {
|
|
97
92
|
"type": "git",
|