@nocobase/plugin-multi-app-manager 1.9.15 → 1.9.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/externalVersion.js +4 -4
- package/dist/locale/de-DE.json +10 -6
- package/dist/locale/en-US.json +13 -6
- package/dist/locale/es-ES.json +15 -6
- package/dist/locale/fr-FR.json +18 -0
- package/dist/locale/it-IT.json +10 -6
- package/dist/locale/ja-JP.json +9 -5
- package/dist/locale/ko-KR.json +14 -7
- package/dist/locale/nl-NL.json +16 -9
- package/dist/locale/pt-BR.json +15 -6
- package/dist/locale/ru-RU.json +13 -6
- package/dist/locale/tr-TR.json +18 -0
- package/dist/locale/uk-UA.json +18 -0
- package/dist/locale/zh-CN.json +11 -11
- package/dist/locale/zh-TW.json +18 -0
- package/dist/node_modules/mariadb/package.json +1 -1
- package/dist/server/server.js +2 -1
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.9.
|
|
11
|
+
"@nocobase/client": "1.9.17",
|
|
12
12
|
"antd": "5.24.2",
|
|
13
13
|
"react": "18.2.0",
|
|
14
14
|
"@formily/react": "2.3.0",
|
|
@@ -16,10 +16,10 @@ module.exports = {
|
|
|
16
16
|
"antd-style": "3.7.1",
|
|
17
17
|
"react-router-dom": "6.28.1",
|
|
18
18
|
"react-i18next": "11.18.6",
|
|
19
|
-
"@nocobase/database": "1.9.
|
|
20
|
-
"@nocobase/server": "1.9.
|
|
19
|
+
"@nocobase/database": "1.9.17",
|
|
20
|
+
"@nocobase/server": "1.9.17",
|
|
21
21
|
"lodash": "4.17.21",
|
|
22
22
|
"mysql2": "3.11.0",
|
|
23
23
|
"pg": "8.11.3",
|
|
24
|
-
"@nocobase/utils": "1.9.
|
|
24
|
+
"@nocobase/utils": "1.9.17"
|
|
25
25
|
};
|
package/dist/locale/de-DE.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"Applications": "Anwendungen",
|
|
4
|
-
"App display name": "App-Anzeigename",
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
5
3
|
"App ID": "App-ID",
|
|
6
|
-
"
|
|
4
|
+
"App display name": "App-Anzeigename",
|
|
5
|
+
"Applications": "Anwendungen",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Automatischer Start",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
7
9
|
"Custom domain": "Benutzerdefinierte Domain",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
8
11
|
"Manage applications": "Anwendungen verwalten",
|
|
12
|
+
"Multi-app manager": "Multi-App-Manager",
|
|
13
|
+
"Pin to menu": "An Menü anheften",
|
|
9
14
|
"Standalone deployment": "Eigenständige Bereitstellung",
|
|
10
|
-
"Auto start": "Automatischer Start",
|
|
11
15
|
"Start mode": "Startmodus",
|
|
12
16
|
"Start on first visit": "Beim ersten Besuch starten",
|
|
13
17
|
"Start with main application": "Mit Hauptanwendung starten"
|
|
14
|
-
}
|
|
18
|
+
}
|
package/dist/locale/en-US.json
CHANGED
|
@@ -1,11 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"Applications": "Applications",
|
|
4
|
-
"App display name": "App display name",
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
5
3
|
"App ID": "App ID",
|
|
6
|
-
"
|
|
4
|
+
"App display name": "App display name",
|
|
5
|
+
"Applications": "Applications",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Auto start",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
7
9
|
"Custom domain": "Custom domain",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
8
11
|
"Manage applications": "Manage applications",
|
|
12
|
+
"Multi-app manager": "Multi-app manager",
|
|
13
|
+
"Pin to menu": "Pin to menu",
|
|
9
14
|
"Standalone deployment": "Standalone deployment",
|
|
10
|
-
"
|
|
11
|
-
|
|
15
|
+
"Start mode": "Start mode",
|
|
16
|
+
"Start on first visit": "Start on first visit",
|
|
17
|
+
"Start with main application": "Start with main application"
|
|
18
|
+
}
|
package/dist/locale/es-ES.json
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"Applications": "Aplicaciones",
|
|
4
|
-
"App display name": "Mostrar nombre de aplicación",
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
5
3
|
"App ID": "ID de aplicación",
|
|
6
|
-
"
|
|
4
|
+
"App display name": "Mostrar nombre de aplicación",
|
|
5
|
+
"Applications": "Aplicaciones",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Auto start",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
7
9
|
"Custom domain": "Dominio personalizado",
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
11
|
+
"Manage applications": "Gestionar aplicaciones",
|
|
12
|
+
"Multi-app manager": "Gestor de aplicaciones múltiples",
|
|
13
|
+
"Pin to menu": " Fijar al menú",
|
|
14
|
+
"Standalone deployment": "Standalone deployment",
|
|
15
|
+
"Start mode": "Start mode",
|
|
16
|
+
"Start on first visit": "Start on first visit",
|
|
17
|
+
"Start with main application": "Start with main application"
|
|
18
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
3
|
+
"App ID": "App ID",
|
|
4
|
+
"App display name": "App display name",
|
|
5
|
+
"Applications": "Applications",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Auto start",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
9
|
+
"Custom domain": "Custom domain",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
11
|
+
"Manage applications": "Manage applications",
|
|
12
|
+
"Multi-app manager": "Multi-app manager",
|
|
13
|
+
"Pin to menu": "Pin to menu",
|
|
14
|
+
"Standalone deployment": "Standalone deployment",
|
|
15
|
+
"Start mode": "Start mode",
|
|
16
|
+
"Start on first visit": "Start on first visit",
|
|
17
|
+
"Start with main application": "Start with main application"
|
|
18
|
+
}
|
package/dist/locale/it-IT.json
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"Applications": "Applicazioni",
|
|
4
|
-
"App display name": "Nome visualizzato app",
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
5
3
|
"App ID": "ID app",
|
|
6
|
-
"
|
|
4
|
+
"App display name": "Nome visualizzato app",
|
|
5
|
+
"Applications": "Applicazioni",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Avvio automatico",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
7
9
|
"Custom domain": "Dominio personalizzato",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
8
11
|
"Manage applications": "Gestisci applicazioni",
|
|
12
|
+
"Multi-app manager": "Gestore multi-app",
|
|
13
|
+
"Pin to menu": "Fissa al menu",
|
|
9
14
|
"Standalone deployment": "Distribuzione autonoma",
|
|
10
|
-
"Auto start": "Avvio automatico",
|
|
11
15
|
"Start mode": "Modalità di avvio",
|
|
12
16
|
"Start on first visit": "Avvia alla prima visita",
|
|
13
17
|
"Start with main application": "Avvia con l'applicazione principale"
|
|
14
|
-
}
|
|
18
|
+
}
|
package/dist/locale/ja-JP.json
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"Applications": "アプリケーション",
|
|
4
|
-
"App display name": "アプリ表示名",
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
5
3
|
"App ID": "アプリID",
|
|
6
|
-
"
|
|
4
|
+
"App display name": "アプリ表示名",
|
|
5
|
+
"Applications": "アプリケーション",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "自動起動",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
7
9
|
"Custom domain": "カスタムドメイン",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
8
11
|
"Manage applications": "アプリケーションを管理",
|
|
12
|
+
"Multi-app manager": "マルチアプリ管理",
|
|
13
|
+
"Pin to menu": "メニューに固定",
|
|
9
14
|
"Standalone deployment": "スタンドアロンデプロイメント",
|
|
10
|
-
"Auto start": "自動起動",
|
|
11
15
|
"Start mode": "起動モード",
|
|
12
16
|
"Start on first visit": "初回訪問時に起動する",
|
|
13
17
|
"Start with main application": "メインアプリケーションと共に起動する"
|
package/dist/locale/ko-KR.json
CHANGED
|
@@ -1,11 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
3
|
+
"App ID": "앱 ID",
|
|
4
4
|
"App display name": "앱 표시 이름",
|
|
5
|
-
"
|
|
6
|
-
"
|
|
5
|
+
"Applications": "애플리케이션",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "자동 시작",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
7
9
|
"Custom domain": "사용자 정의 도메인",
|
|
8
|
-
"
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
11
|
+
"Manage applications": "애플리케이션 관리",
|
|
12
|
+
"Multi-app manager": "다중 앱 관리자",
|
|
13
|
+
"Pin to menu": "메뉴에 고정",
|
|
9
14
|
"Standalone deployment": "독립형 배포",
|
|
10
|
-
"
|
|
11
|
-
|
|
15
|
+
"Start mode": "시작 모드",
|
|
16
|
+
"Start on first visit": "첫 방문 시 시작",
|
|
17
|
+
"Start with main application": "메인 애플리케이션과 함께 시작"
|
|
18
|
+
}
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -1,11 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
3
|
+
"App ID": "App ID",
|
|
4
|
+
"App display name": "App weergavenaam",
|
|
5
|
+
"Applications": "Applicaties",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Automatisch starten",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
9
|
+
"Custom domain": "Aangepast domein",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
11
|
+
"Manage applications": "Beheer applicaties",
|
|
12
|
+
"Multi-app manager": "Multi-app beheerder",
|
|
13
|
+
"Pin to menu": "Vastmaken aan menu",
|
|
14
|
+
"Standalone deployment": "Zelfstandige implementatie",
|
|
15
|
+
"Start mode": "Start mode",
|
|
16
|
+
"Start on first visit": "Start on first visit",
|
|
17
|
+
"Start with main application": "Start with main application"
|
|
11
18
|
}
|
package/dist/locale/pt-BR.json
CHANGED
|
@@ -1,9 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"Applications": "Aplicativos",
|
|
4
|
-
"App display name": "Nome de exibição do aplicativo",
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
5
3
|
"App ID": "ID do aplicativo",
|
|
6
|
-
"
|
|
4
|
+
"App display name": "Nome de exibição do aplicativo",
|
|
5
|
+
"Applications": "Aplicativos",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Auto start",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
7
9
|
"Custom domain": "Domínio personalizado",
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
11
|
+
"Manage applications": "Gerenciar aplicativos",
|
|
12
|
+
"Multi-app manager": "Gerenciador de aplicativos múltiplos",
|
|
13
|
+
"Pin to menu": "Fixar no menu",
|
|
14
|
+
"Standalone deployment": "Standalone deployment",
|
|
15
|
+
"Start mode": "Start mode",
|
|
16
|
+
"Start on first visit": "Start on first visit",
|
|
17
|
+
"Start with main application": "Start with main application"
|
|
18
|
+
}
|
package/dist/locale/ru-RU.json
CHANGED
|
@@ -1,11 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"Applications": "Приложения",
|
|
4
|
-
"App display name": "Отображаемое имя приложения",
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
5
3
|
"App ID": "ID приложения",
|
|
6
|
-
"
|
|
4
|
+
"App display name": "Отображаемое имя приложения",
|
|
5
|
+
"Applications": "Приложения",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Автозапуск",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
7
9
|
"Custom domain": "Пользовательский домен",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
8
11
|
"Manage applications": "Управление приложениями",
|
|
12
|
+
"Multi-app manager": "Менеджер многоприложений",
|
|
13
|
+
"Pin to menu": "Закрепить в меню",
|
|
9
14
|
"Standalone deployment": "Автономное развертывание",
|
|
10
|
-
"
|
|
11
|
-
|
|
15
|
+
"Start mode": "Режим запуска",
|
|
16
|
+
"Start on first visit": "Запускать при первом посещении",
|
|
17
|
+
"Start with main application": "Запускать вместе с главным приложением"
|
|
18
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
3
|
+
"App ID": "App ID",
|
|
4
|
+
"App display name": "App display name",
|
|
5
|
+
"Applications": "Applications",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Auto start",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
9
|
+
"Custom domain": "Custom domain",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
11
|
+
"Manage applications": "Manage applications",
|
|
12
|
+
"Multi-app manager": "Multi-app manager",
|
|
13
|
+
"Pin to menu": "Pin to menu",
|
|
14
|
+
"Standalone deployment": "Standalone deployment",
|
|
15
|
+
"Start mode": "Start mode",
|
|
16
|
+
"Start on first visit": "Start on first visit",
|
|
17
|
+
"Start with main application": "Start with main application"
|
|
18
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
3
|
+
"App ID": "App ID",
|
|
4
|
+
"App display name": "App display name",
|
|
5
|
+
"Applications": "Applications",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Auto start",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
9
|
+
"Custom domain": "Custom domain",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
11
|
+
"Manage applications": "Manage applications",
|
|
12
|
+
"Multi-app manager": "Multi-app manager",
|
|
13
|
+
"Pin to menu": "Pin to menu",
|
|
14
|
+
"Standalone deployment": "Standalone deployment",
|
|
15
|
+
"Start mode": "Start mode",
|
|
16
|
+
"Start on first visit": "Start on first visit",
|
|
17
|
+
"Start with main application": "Start with main application"
|
|
18
|
+
}
|
package/dist/locale/zh-CN.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"Applications": "应用",
|
|
4
|
-
"App display name": "应用名称",
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "独立的 JWT 密钥,保证与其他应用的数据与会话隔离。",
|
|
5
3
|
"App ID": "应用标识",
|
|
6
|
-
"
|
|
4
|
+
"App display name": "应用名称",
|
|
5
|
+
"Applications": "应用",
|
|
6
|
+
"Authentication options": "认证选项",
|
|
7
|
+
"Auto start": "自动启动",
|
|
8
|
+
"Automatically generate a JWT secret": "自动生成 JWT 密钥",
|
|
7
9
|
"Custom domain": "自定义域名",
|
|
10
|
+
"JWT secret": "JWT 密钥",
|
|
8
11
|
"Manage applications": "管理应用",
|
|
12
|
+
"Multi-app manager": "多应用管理",
|
|
13
|
+
"Pin to menu": "在菜单上显示",
|
|
9
14
|
"Standalone deployment": "独立部署",
|
|
10
|
-
"Auto start": "自动启动",
|
|
11
15
|
"Start mode": "启动方式",
|
|
12
16
|
"Start on first visit": "首次访问时启动",
|
|
13
|
-
"Start with main application": "随主应用一同启动"
|
|
14
|
-
|
|
15
|
-
"JWT secret": "JWT 密钥",
|
|
16
|
-
"Automatically generate a JWT secret": "自动生成 JWT 密钥",
|
|
17
|
-
"An independent JWT secret ensures data and session isolation from other applications.": "独立的 JWT 密钥,保证与其他应用的数据与会话隔离。"
|
|
18
|
-
}
|
|
17
|
+
"Start with main application": "随主应用一同启动"
|
|
18
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"An independent JWT secret ensures data and session isolation from other applications.": "An independent JWT secret ensures data and session isolation from other applications.",
|
|
3
|
+
"App ID": "App ID",
|
|
4
|
+
"App display name": "App display name",
|
|
5
|
+
"Applications": "Applications",
|
|
6
|
+
"Authentication options": "Authentication options",
|
|
7
|
+
"Auto start": "Auto start",
|
|
8
|
+
"Automatically generate a JWT secret": "Automatically generate a JWT secret",
|
|
9
|
+
"Custom domain": "Custom domain",
|
|
10
|
+
"JWT secret": "JWT secret",
|
|
11
|
+
"Manage applications": "Manage applications",
|
|
12
|
+
"Multi-app manager": "Multi-app manager",
|
|
13
|
+
"Pin to menu": "Pin to menu",
|
|
14
|
+
"Standalone deployment": "Standalone deployment",
|
|
15
|
+
"Start mode": "Start mode",
|
|
16
|
+
"Start on first visit": "Start on first visit",
|
|
17
|
+
"Start with main application": "Start with main application"
|
|
18
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"mariadb","version":"2.5.6","description":"fast mariadb/mysql connector.","main":"promise.js","types":"types/index.d.ts","directories":{"lib":"lib","test":"test"},"private":false,"scripts":{"test":"npm run test:types-prettier && npm run test:prettier && npm run test:types && npm run test:lint && npm run test:base","test:base":"mocha --no-parallel --timeout 5000 \"test/**/*.js\" ","test:lint":"eslint \"{lib,test}/**/*.js\" ","test:types":"eslint \"types/*.ts\" ","test:types-prettier":"prettier --write \"types/*.ts\"","test:prettier":"prettier --write \"{tools,lib,test,benchmarks}/**/*.js\"","coverage":"npm run coverage:test && npm run coverage:report","coverage:test":"nyc mocha --no-parallel --timeout 5000 \"test/**/*.js\"","coverage:report":"nyc report --reporter=text-lcov > coverage.lcov && codecov","benchmark":"node ./benchmarks/benchmarks.js","generate":"node ./tools/generate-mariadb.js"},"repository":{"type":"git","url":"git+https://github.com/mariadb-corporation/mariadb-connector-nodejs.git"},"keywords":["mariadb","mysql","client","driver","connector"],"files":["lib","types/index.d.ts","promise.js","callback.js"],"engines":{"node":">= 10.13"},"author":"Diego Dupin <diego.dupin@mariadb.com>","license":"LGPL-2.1-or-later","dependencies":{"@types/geojson":"^7946.0.8","@types/node":"^17.0.10","denque":"^2.0.1","iconv-lite":"^0.6.3","long":"^5.2.0","moment-timezone":"^0.5.34","please-upgrade-node":"^3.2.0"},"devDependencies":{"@typescript-eslint/eslint-plugin":"^5.10.0","@typescript-eslint/parser":"^5.10.0","benchmark":"^2.1.4","chai":"^4.3.4","codecov":"^3.8.2","chalk":"^4.1.2","dom-parser":"^0.1.6","error-stack-parser":"^2.0.6","eslint":"^8.7.0","eslint-config-prettier":"^8.3.0","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","mocha":"^9.2.0","mocha-lcov-reporter":"^1.3.0","nyc":"^15.1.0","prettier":"^2.5.1","typescript":"^4.5.5"},"bugs":{"url":"https://jira.mariadb.org/projects/CONJS/"},"homepage":"https://github.com/mariadb-corporation/mariadb-connector-nodejs#readme","_lastModified":"2025-
|
|
1
|
+
{"name":"mariadb","version":"2.5.6","description":"fast mariadb/mysql connector.","main":"promise.js","types":"types/index.d.ts","directories":{"lib":"lib","test":"test"},"private":false,"scripts":{"test":"npm run test:types-prettier && npm run test:prettier && npm run test:types && npm run test:lint && npm run test:base","test:base":"mocha --no-parallel --timeout 5000 \"test/**/*.js\" ","test:lint":"eslint \"{lib,test}/**/*.js\" ","test:types":"eslint \"types/*.ts\" ","test:types-prettier":"prettier --write \"types/*.ts\"","test:prettier":"prettier --write \"{tools,lib,test,benchmarks}/**/*.js\"","coverage":"npm run coverage:test && npm run coverage:report","coverage:test":"nyc mocha --no-parallel --timeout 5000 \"test/**/*.js\"","coverage:report":"nyc report --reporter=text-lcov > coverage.lcov && codecov","benchmark":"node ./benchmarks/benchmarks.js","generate":"node ./tools/generate-mariadb.js"},"repository":{"type":"git","url":"git+https://github.com/mariadb-corporation/mariadb-connector-nodejs.git"},"keywords":["mariadb","mysql","client","driver","connector"],"files":["lib","types/index.d.ts","promise.js","callback.js"],"engines":{"node":">= 10.13"},"author":"Diego Dupin <diego.dupin@mariadb.com>","license":"LGPL-2.1-or-later","dependencies":{"@types/geojson":"^7946.0.8","@types/node":"^17.0.10","denque":"^2.0.1","iconv-lite":"^0.6.3","long":"^5.2.0","moment-timezone":"^0.5.34","please-upgrade-node":"^3.2.0"},"devDependencies":{"@typescript-eslint/eslint-plugin":"^5.10.0","@typescript-eslint/parser":"^5.10.0","benchmark":"^2.1.4","chai":"^4.3.4","codecov":"^3.8.2","chalk":"^4.1.2","dom-parser":"^0.1.6","error-stack-parser":"^2.0.6","eslint":"^8.7.0","eslint-config-prettier":"^8.3.0","eslint-plugin-markdown":"^2.2.1","eslint-plugin-prettier":"^4.0.0","mocha":"^9.2.0","mocha-lcov-reporter":"^1.3.0","nyc":"^15.1.0","prettier":"^2.5.1","typescript":"^4.5.5"},"bugs":{"url":"https://jira.mariadb.org/projects/CONJS/"},"homepage":"https://github.com/mariadb-corporation/mariadb-connector-nodejs#readme","_lastModified":"2025-12-02T15:46:22.270Z"}
|
package/dist/server/server.js
CHANGED
|
@@ -142,7 +142,8 @@ const defaultAppOptionsFactory = (appName, mainApp) => {
|
|
|
142
142
|
cacheManager: {
|
|
143
143
|
...mainApp.options.cacheManager,
|
|
144
144
|
prefix: appName
|
|
145
|
-
}
|
|
145
|
+
},
|
|
146
|
+
logger: mainApp.options.logger
|
|
146
147
|
};
|
|
147
148
|
};
|
|
148
149
|
class PluginMultiAppManagerServer extends import_server.Plugin {
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Dynamically create multiple apps without separate deployments.",
|
|
7
7
|
"description.ru-RU": "Позволяет динамически создавать несколько приложений без отдельных развертываний.",
|
|
8
8
|
"description.zh-CN": "无需单独部署即可动态创建多个应用。",
|
|
9
|
-
"version": "1.9.
|
|
9
|
+
"version": "1.9.17",
|
|
10
10
|
"license": "AGPL-3.0",
|
|
11
11
|
"main": "./dist/server/index.js",
|
|
12
12
|
"homepage": "https://docs.nocobase.com/handbook/multi-app-manager",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@nocobase/test": "1.x",
|
|
32
32
|
"@nocobase/utils": "1.x"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "eb15276b3eaf1fb4464e6d1ab248be15aa1b0fd2",
|
|
35
35
|
"keywords": [
|
|
36
36
|
"system"
|
|
37
37
|
]
|