mirror of
https://github.com/nocobase/nocobase.git
synced 2026-08-30 16:56:07 +08:00
chore(versions): 😊 publish v1.9.62
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"npmClientArgs": ["--ignore-engines"],
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@nocobase/acl",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/resourcer": "1.9.61",
|
||||
"@nocobase/utils": "1.9.61",
|
||||
"@nocobase/resourcer": "1.9.62",
|
||||
"@nocobase/utils": "1.9.62",
|
||||
"minimatch": "^5.1.1"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "@nocobase/actions",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/cache": "1.9.61",
|
||||
"@nocobase/database": "1.9.61",
|
||||
"@nocobase/resourcer": "1.9.61"
|
||||
"@nocobase/cache": "1.9.62",
|
||||
"@nocobase/database": "1.9.62",
|
||||
"@nocobase/resourcer": "1.9.62"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "@nocobase/app",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/database": "1.9.61",
|
||||
"@nocobase/preset-nocobase": "1.9.61",
|
||||
"@nocobase/server": "1.9.61"
|
||||
"@nocobase/database": "1.9.62",
|
||||
"@nocobase/preset-nocobase": "1.9.62",
|
||||
"@nocobase/server": "1.9.62"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nocobase/client": "1.9.61"
|
||||
"@nocobase/client": "1.9.62"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "@nocobase/auth",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/actions": "1.9.61",
|
||||
"@nocobase/cache": "1.9.61",
|
||||
"@nocobase/database": "1.9.61",
|
||||
"@nocobase/resourcer": "1.9.61",
|
||||
"@nocobase/utils": "1.9.61",
|
||||
"@nocobase/actions": "1.9.62",
|
||||
"@nocobase/cache": "1.9.62",
|
||||
"@nocobase/database": "1.9.62",
|
||||
"@nocobase/resourcer": "1.9.62",
|
||||
"@nocobase/utils": "1.9.62",
|
||||
"@types/jsonwebtoken": "^9.0.9",
|
||||
"jsonwebtoken": "^9.0.2"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/build",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"description": "Library build tool based on rollup.",
|
||||
"main": "lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
|
||||
Vendored
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@nocobase/cache",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/lock-manager": "1.9.61",
|
||||
"@nocobase/lock-manager": "1.9.62",
|
||||
"bloom-filters": "^3.0.1",
|
||||
"cache-manager": "^5.2.4",
|
||||
"cache-manager-redis-yet": "^4.1.2"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/cli",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./src/index.js",
|
||||
@@ -8,7 +8,7 @@
|
||||
"nocobase": "./bin/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nocobase/app": "1.9.61",
|
||||
"@nocobase/app": "1.9.62",
|
||||
"@nocobase/license-kit": "^0.3.7",
|
||||
"@types/fs-extra": "^11.0.1",
|
||||
"@umijs/utils": "3.5.20",
|
||||
@@ -27,7 +27,7 @@
|
||||
"tsx": "^4.19.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nocobase/devtools": "1.9.61"
|
||||
"@nocobase/devtools": "1.9.62"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/client",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.mjs",
|
||||
@@ -26,9 +26,9 @@
|
||||
"@formily/reactive-react": "^2.2.27",
|
||||
"@formily/shared": "^2.2.27",
|
||||
"@formily/validator": "^2.2.27",
|
||||
"@nocobase/evaluators": "1.9.61",
|
||||
"@nocobase/sdk": "1.9.61",
|
||||
"@nocobase/utils": "1.9.61",
|
||||
"@nocobase/evaluators": "1.9.62",
|
||||
"@nocobase/sdk": "1.9.62",
|
||||
"@nocobase/utils": "1.9.62",
|
||||
"ahooks": "^3.7.2",
|
||||
"antd": "5.24.2",
|
||||
"antd-mobile": "^5.41.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-nocobase-app",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "src/index.js",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "@nocobase/data-source-manager",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/actions": "1.9.61",
|
||||
"@nocobase/cache": "1.9.61",
|
||||
"@nocobase/database": "1.9.61",
|
||||
"@nocobase/resourcer": "1.9.61",
|
||||
"@nocobase/utils": "1.9.61",
|
||||
"@nocobase/actions": "1.9.62",
|
||||
"@nocobase/cache": "1.9.62",
|
||||
"@nocobase/database": "1.9.62",
|
||||
"@nocobase/resourcer": "1.9.62",
|
||||
"@nocobase/utils": "1.9.62",
|
||||
"@types/jsonwebtoken": "^8.5.8",
|
||||
"jsonwebtoken": "^9.0.2"
|
||||
},
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@nocobase/database",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"description": "",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"@nocobase/logger": "1.9.61",
|
||||
"@nocobase/utils": "1.9.61",
|
||||
"@nocobase/logger": "1.9.62",
|
||||
"@nocobase/utils": "1.9.62",
|
||||
"async-mutex": "^0.3.2",
|
||||
"chalk": "^4.1.1",
|
||||
"cron-parser": "4.4.0",
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@nocobase/devtools",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./src/index.js",
|
||||
"dependencies": {
|
||||
"@nocobase/build": "1.9.61",
|
||||
"@nocobase/client": "1.9.61",
|
||||
"@nocobase/test": "1.9.61",
|
||||
"@nocobase/build": "1.9.62",
|
||||
"@nocobase/client": "1.9.62",
|
||||
"@nocobase/test": "1.9.62",
|
||||
"@types/koa": "^2.15.0",
|
||||
"@types/koa-bodyparser": "^4.3.4",
|
||||
"@types/lodash": "^4.14.177",
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@nocobase/evaluators",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"description": "",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"@formulajs/formulajs": "4.4.9",
|
||||
"@nocobase/utils": "1.9.61",
|
||||
"@nocobase/utils": "1.9.62",
|
||||
"mathjs": "^15.1.0",
|
||||
"ses": "^1.14.0"
|
||||
},
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "@nocobase/lock-manager",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "lib/index.js",
|
||||
"license": "AGPL-3.0",
|
||||
"devDependencies": {
|
||||
"@nocobase/utils": "1.9.61",
|
||||
"@nocobase/utils": "1.9.62",
|
||||
"async-mutex": "^0.5.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/logger",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"description": "nocobase logging library",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@nocobase/resourcer",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"description": "",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"@nocobase/utils": "1.9.61",
|
||||
"@nocobase/utils": "1.9.62",
|
||||
"deepmerge": "^4.2.2",
|
||||
"koa-compose": "^4.1.0",
|
||||
"lodash": "^4.17.23",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/sdk",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/server",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "AGPL-3.0",
|
||||
@@ -10,20 +10,20 @@
|
||||
"@koa/cors": "^5.0.0",
|
||||
"@koa/multer": "^3.1.0",
|
||||
"@koa/router": "^13.1.0",
|
||||
"@nocobase/acl": "1.9.61",
|
||||
"@nocobase/actions": "1.9.61",
|
||||
"@nocobase/auth": "1.9.61",
|
||||
"@nocobase/cache": "1.9.61",
|
||||
"@nocobase/data-source-manager": "1.9.61",
|
||||
"@nocobase/database": "1.9.61",
|
||||
"@nocobase/evaluators": "1.9.61",
|
||||
"@nocobase/lock-manager": "1.9.61",
|
||||
"@nocobase/logger": "1.9.61",
|
||||
"@nocobase/resourcer": "1.9.61",
|
||||
"@nocobase/sdk": "1.9.61",
|
||||
"@nocobase/snowflake-id": "1.9.61",
|
||||
"@nocobase/telemetry": "1.9.61",
|
||||
"@nocobase/utils": "1.9.61",
|
||||
"@nocobase/acl": "1.9.62",
|
||||
"@nocobase/actions": "1.9.62",
|
||||
"@nocobase/auth": "1.9.62",
|
||||
"@nocobase/cache": "1.9.62",
|
||||
"@nocobase/data-source-manager": "1.9.62",
|
||||
"@nocobase/database": "1.9.62",
|
||||
"@nocobase/evaluators": "1.9.62",
|
||||
"@nocobase/lock-manager": "1.9.62",
|
||||
"@nocobase/logger": "1.9.62",
|
||||
"@nocobase/resourcer": "1.9.62",
|
||||
"@nocobase/sdk": "1.9.62",
|
||||
"@nocobase/snowflake-id": "1.9.62",
|
||||
"@nocobase/telemetry": "1.9.62",
|
||||
"@nocobase/utils": "1.9.62",
|
||||
"@types/decompress": "4.2.7",
|
||||
"@types/ini": "^1.3.31",
|
||||
"@types/koa-send": "^4.1.3",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/snowflake-id",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "AGPL-3.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/telemetry",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"description": "nocobase telemetry library",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
@@ -11,7 +11,7 @@
|
||||
"directory": "packages/telemetry"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nocobase/utils": "1.9.61",
|
||||
"@nocobase/utils": "1.9.62",
|
||||
"@opentelemetry/api": "^1.7.0",
|
||||
"@opentelemetry/instrumentation": "^0.46.0",
|
||||
"@opentelemetry/resources": "^1.19.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/test",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "lib/index.js",
|
||||
"module": "./src/index.ts",
|
||||
"types": "./lib/index.d.ts",
|
||||
@@ -51,7 +51,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@faker-js/faker": "8.1.0",
|
||||
"@nocobase/server": "1.9.61",
|
||||
"@nocobase/server": "1.9.62",
|
||||
"@playwright/test": "^1.45.3",
|
||||
"@testing-library/jest-dom": "^6.4.2",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/utils",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "AGPL-3.0",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Based on roles, resources, and actions, access control can precisely manage interface configuration permissions, data operation permissions, menu access permissions, and plugin permissions.",
|
||||
"description.ru-RU": "На основе ролей, ресурсов и действий система контроля доступа может точно управлять разрешениями на изменение интерфейса, работу с данными, доступ к меню и разрешениями для подключаемых модулей.",
|
||||
"description.zh-CN": "基于角色、资源和操作的权限控制,可以精确控制界面配置权限、数据操作权限、菜单访问权限、插件权限。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/acl",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-action-bulk-edit",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/action-bulk-edit",
|
||||
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/action-bulk-edit",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-action-bulk-update",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/action-bulk-update",
|
||||
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/action-bulk-update",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-action-custom-request",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/action-custom-request",
|
||||
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/action-custom-request",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-action-duplicate",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/action-duplicate",
|
||||
"homepage.ru-RU": "https://docs.nocobase.ru/handbook/action-duplicate",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Export filtered records to excel, you can configure which fields to export.",
|
||||
"description.ru-RU": "Экспорт в Excel: можно настроить, какие поля будут экспортироваться.",
|
||||
"description.zh-CN": "导出筛选后的记录到 Excel 中,可以配置导出哪些字段。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/action-export",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Import records using excel templates. You can configure which fields to import and templates will be generated automatically.",
|
||||
"description.ru-RU": "Импорт записей с помощью шаблонов Excel: можно настроить, какие поля импортировать, шаблоны будут генерироваться автоматически.",
|
||||
"description.zh-CN": "使用 Excel 模板导入数据,可以配置导入哪些字段,自动生成模板。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/action-import",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-action-print",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/action-print",
|
||||
"homepage.ru-RU": "https://docs.nocobase.ru/handbook/action-print",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Support integration with AI services, providing AI-related workflow nodes to enhance business processing capabilities.",
|
||||
"description.ru-RU": "Поддержка интеграции с AI-сервисами: предоставляются AI-узлы для рабочих процессов, расширяя возможности бизнес-обработки.",
|
||||
"description.zh-CN": "支持接入 AI 服务,提供 AI 相关的工作流节点,增强业务处理能力。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/action-ai",
|
||||
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/action-ai",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-api-doc",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"displayName": "API documentation",
|
||||
"displayName.ru-RU": "Документация API",
|
||||
"displayName.zh-CN": "API 文档",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Allows users to use API key to access application's HTTP API",
|
||||
"description.ru-RU": "Позволяет пользователям использовать API ключ для доступа к HTTP API приложения",
|
||||
"description.zh-CN": "允许用户使用 API 密钥访问应用的 HTTP API",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/api-keys",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Manage and monitor asynchronous tasks such as data import/export. Support task progress tracking and notification.",
|
||||
"description.ru-RU": "Управление асинхронными задачами и мониторинг (например, импорт/экспорт данных). Поддержка отслеживания прогресса и уведомлений о задачах.",
|
||||
"description.zh-CN": "管理和监控数据导入导出等异步任务。支持任务进度跟踪和通知。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "1.x",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-audit-logs",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"displayName": "Audit logs (deprecated)",
|
||||
"displayName.ru-RU": "Журнал аудита (устарел)",
|
||||
"displayName.zh-CN": "审计日志(废弃)",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "SMS authentication.",
|
||||
"description.ru-RU": "Аутентификация по SMS.",
|
||||
"description.zh-CN": "通过短信验证码认证身份。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/auth-sms",
|
||||
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/auth-sms",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-auth",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/auth",
|
||||
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/auth",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Backup and restore applications for scenarios such as application replication, migration, and upgrades.",
|
||||
"description.ru-RU": "Резервное копирование и восстановление приложений для задач репликации, миграции и обновления.",
|
||||
"description.zh-CN": "备份和还原应用,可用于应用的复制、迁移、升级等场景。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/backup-restore",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Create an iframe block on the page to embed and display external web pages or content.",
|
||||
"description.ru-RU": "Создавайте iframe-блоки и управляйте ими на странице для встраивания и отображения внешних веб-страниц или контента.",
|
||||
"description.zh-CN": "在页面上创建和管理iframe,用于嵌入和展示外部网页或内容。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/block-iframe",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Create and manage block templates for reuse on pages.",
|
||||
"description.ru-RU": "Создавайте и управляйте шаблонами блоков для повторного использования на страницах.",
|
||||
"description.zh-CN": "创建和管理区块模板,用于在页面中重复使用。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/block-template",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-block-workbench",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"displayName": "Block: Action panel",
|
||||
"displayName.ru-RU": "Блок: Панель действий",
|
||||
"displayName.zh-CN": "区块:操作面板",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-calendar",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"displayName": "Calendar",
|
||||
"displayName.ru-RU": "Календарь",
|
||||
"displayName.zh-CN": "日历",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "The plugin has been deprecated, please use the data visualization plugin instead.",
|
||||
"description.ru-RU": "Данный плагин устарел, используйте вместо него плагин для визуализации данных.",
|
||||
"description.zh-CN": "已废弃插件,请使用数据可视化插件代替。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "./dist/server/index.js",
|
||||
"license": "AGPL-3.0",
|
||||
"devDependencies": {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Provides a client interface for the NocoBase server",
|
||||
"description.ru-RU": "Предоставляет клиентский интерфейс для сервера NocoBase",
|
||||
"description.zh-CN": "为 NocoBase 服务端提供客户端界面",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "./dist/server/index.js",
|
||||
"license": "AGPL-3.0",
|
||||
"devDependencies": {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Provides SQL collection template",
|
||||
"description.ru-RU": "Предоставляет шаблон коллекции на основе SQL",
|
||||
"description.zh-CN": "提供 SQL 数据表模板",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"homepage": "https://docs-cn.nocobase.com/handbook/collection-sql",
|
||||
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/collection-sql",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/collection-sql",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-collection-tree",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"displayName": "Collection: Tree",
|
||||
"displayName.ru-RU": "Древовидная Коллекция",
|
||||
"displayName.zh-CN": "数据表:树",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "NocoBase main database, supports relational databases such as PostgreSQL, MySQL, MariaDB and so on.",
|
||||
"description.ru-RU": "Основная база данных NocoBase: поддерживает реляционные СУБД, включая PostgreSQL, MySQL, MariaDB и другие.",
|
||||
"description.zh-CN": "NocoBase 主数据库,支持 PostgreSQL、MySQL、MariaDB 等关系型数据库。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/data-source-main",
|
||||
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/data-source-main",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-data-source-manager",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "dist/server/index.js",
|
||||
"displayName": "Data source manager",
|
||||
"displayName.ru-RU": "Менеджер управления источниками данных",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-data-visualization",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"displayName": "Data visualization",
|
||||
"displayName.ru-RU": "Визуализация данных",
|
||||
"displayName.zh-CN": "数据可视化",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Organize users by departments, set hierarchical relationships, link roles to control permissions, and use departments as variables in workflows and expressions.",
|
||||
"description.ru-RU": "Организация пользователей по подразделениям, установление иерархических связей, привязка ролей для управления правами и использование подразделений в качестве переменных в рабочих процессах и выражениях.",
|
||||
"description.zh-CN": "以部门来组织用户,设定上下级关系,绑定角色控制权限,并支持作为变量用于工作流和表达式。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/actions": "1.x",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-disable-pm-add",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "./dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "1.x",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-environment-variables",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "1.x",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description.ru-RU": "Обработка ошибок и исключений приложения.",
|
||||
"description": "Handling application errors and exceptions.",
|
||||
"description.zh-CN": "处理应用程序中的错误和异常。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/error-handler",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-field-attachment-url",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "dist/server/index.js",
|
||||
"displayName": "Collection field: Attachment(URL)",
|
||||
"displayName.ru-RU": "Поле коллекции: Вложение (URL)",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-field-china-region",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"displayName": "Collection field: administrative divisions of China",
|
||||
"displayName.zh-CN": "数据表字段:中国行政区划",
|
||||
"displayName.ru-RU": "Поле коллекции: административное деление Китая",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.",
|
||||
"description.zh-CN": "可以配置并存储同一条记录的多字段值之间的计算结果,支持 Math.js 和 Excel formula functions 两种引擎",
|
||||
"description.ru-RU": "Настройка и сохранение результатов вычислений между значениями нескольких полей в одной записи с поддержкой движков Math.js и Excel formula functions.",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/field-formula",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Allows to create many to many relationships between two models by storing an array of unique keys of the target model.",
|
||||
"description.ru-RU": "Позволяет создавать отношения «многие ко многим» между двумя моделями, сохраняя массив уникальных ключей целевой модели.",
|
||||
"description.zh-CN": "支持通过在数组中存储目标表唯一键的方式建立多对多关系。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "1.x",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Used to store Markdown and render it using Vditor editor, supports common Markdown syntax such as list, code, quote, etc., and supports uploading images, recordings, etc.It also allows for instant rendering, where what you see is what you get.",
|
||||
"description.ru-RU": "Используется для хранения Markdown и его отображения с помощью редактора Vditor, поддерживает общие синтаксисы Markdown: списки, код, цитаты и т.д., а также загрузку изображений и аудиозаписей. Обеспечивает мгновенный рендеринг «что видишь — то получаешь».",
|
||||
"description.zh-CN": "用于存储 Markdown,并使用 Vditor 编辑器渲染,支持常见 Markdown 语法,如列表,代码,引用等,并支持上传图片,录音等。同时可以做到即时渲染,所见即所得。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/field-markdown-vditor",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Automatically generate codes based on configured rules, supporting combinations of dates, numbers, and text.",
|
||||
"description.ru-RU": "Автоматически генерирует коды по заданным правилам с поддержкой комбинаций дат, чисел и текста.",
|
||||
"description.zh-CN": "根据配置的规则自动生成编码,支持日期、数字、文本的组合。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/field-sequence",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-field-sort",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"displayName": "Collection field: Sort",
|
||||
"displayName.ru-RU": "Поле коллекции: Сортировка",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-file-manager",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"displayName": "File manager",
|
||||
"displayName.ru-RU": "Менеджер файлов",
|
||||
"displayName.zh-CN": "文件管理器",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "A plugin for previewing office files via Microsoft live preview service.",
|
||||
"description.ru-RU": "Плагин для просмотра Office-файлов через Microsoft live preview service.",
|
||||
"description.zh-CN": "基于微软在线服务预览 Office 文件的插件。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "1.x",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-gantt",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"displayName": "Block: Gantt",
|
||||
"displayName.ru-RU": "Блок: Диаграмма Ганта",
|
||||
"displayName.zh-CN": "区块:甘特图",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "An ER diagram-like tool. Currently only the Master database is supported.",
|
||||
"description.ru-RU": "Инструмент в стиле ER-диаграммы. В настоящий момент поддерживается только основная база данных.",
|
||||
"description.zh-CN": "类似 ER 图的工具,目前只支持主数据库。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/graph-collection-manager",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-kanban",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/block-kanban",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/block-kanban",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-license",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "dist/server/index.js",
|
||||
"displayName": "License settings",
|
||||
"displayName.ru-RU": "Настройки лицензии",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"displayName": "Locale tester",
|
||||
"displayName.ru-RU": "Тестер локализации",
|
||||
"displayName.zh-CN": "翻译测试工具",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"homepage": "https://github.com/nocobase/locales",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-localization",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/localization-management",
|
||||
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/localization-management",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Server-side logs, mainly including API request logs and system runtime logs, and allows to package and download log files.",
|
||||
"description.ru-RU": "Серверные логи, включают журналы запросов API и системные журналы, с возможностью архивации и скачивания лог-файлов.",
|
||||
"description.zh-CN": "服务端日志,主要包括接口请求日志和系统运行日志,并支持打包和下载日志文件。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/logger",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"displayName": "Block: Map",
|
||||
"displayName.ru-RU": "Блок: Карта",
|
||||
"displayName.zh-CN": "区块:地图",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"description": "Map block, support Gaode map and Google map, you can also extend more map types.",
|
||||
"description.ru-RU": "Блок карты, поддерживает карты Gaode и Google, можно расширить поддержку других типов карт.",
|
||||
"description.zh-CN": "地图区块,支持高德地图和 Google 地图,你也可以扩展更多地图类型。",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-mobile-client",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/mobile-client",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/mobile-client",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-mobile",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/mobile",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/mobile",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "@nocobase/plugin-mock-collections",
|
||||
"displayName": "mock-collections",
|
||||
"description": "mock-collections",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "./dist/server/index.js",
|
||||
"license": "AGPL-3.0",
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Dynamically create multiple apps without separate deployments.",
|
||||
"description.ru-RU": "Позволяет динамически создавать несколько приложений без отдельных развертываний.",
|
||||
"description.zh-CN": "无需单独部署即可动态创建多个应用。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/multi-app-manager",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "",
|
||||
"description.ru-RU": "Обеспечивает совместное использование коллекций между несколькими приложениями.",
|
||||
"description.zh-CN": "",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "./dist/server/index.js",
|
||||
"devDependencies": {
|
||||
"@formily/react": "2.x",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-notification-email",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"displayName": "Notification: Email",
|
||||
"displayName.ru-RU": "Уведомления: Электронная почта (Email)",
|
||||
"displayName.zh-CN": "通知:电子邮件",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-notification-in-app-message",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"displayName": "Notification: In-app message",
|
||||
"displayName.ru-RU": "Уведомления: Всплывающие сообщения внутри приложения",
|
||||
"displayName.zh-CN": "通知:站内信",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description.ru-RU": "Предоставляет единый сервис управления, включающий конфигурирование каналов, логирование и другие функции, поддерживает настройку различных каналов уведомлений, включая внутренние сообщения и электронную почту.",
|
||||
"displayName.zh-CN": "通知管理",
|
||||
"description.zh-CN": "提供统一的管理服务,涵盖渠道配置、日志记录等功能,支持多种通知渠道的配置,包括站内信和电子邮件等。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"homepage": "https://docs.nocobase.com/handbook/notification-manager",
|
||||
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/notification-manager",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/notification-manager",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-notifications",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"description": "",
|
||||
"displayName.ru-RU": "Уведомления",
|
||||
"description.ru-RU": "Пакет плагинов для отправки и тестирования уведомлений.",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-public-forms",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "dist/server/index.js",
|
||||
"displayName": "Public forms",
|
||||
"displayName.ru-RU": "Публичные формы",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "When adding a new record, create a snapshot for its relational record and save in the new record. The snapshot will not be updated when the relational record is updated.",
|
||||
"description.ru-RU": "При добавлении новой записи создаёт снимок связанной записи и сохраняет его в текущей записи. Снимок не обновляется при изменении связанной записи.",
|
||||
"description.zh-CN": "在添加数据时,为它的关系数据创建快照,并保存在当前的数据中。关系数据更新时,快照不会更新。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/field-snapshot",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Used to adjust the system title, logo, language, etc.",
|
||||
"description.zh-CN": "用于调整系统的标题、LOGO、语言等。",
|
||||
"description.ru-RU": "Используется для настройки заголовка системы, логотипа, языка и т.д.",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/system-settings",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-text-copy",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "./dist/server/index.js",
|
||||
"displayName": "Text copy",
|
||||
"displayName.ru-RU": "Копирование текста",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-theme-editor",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/theme-editor",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/theme-editor",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Provides centralized UI schema storage service.",
|
||||
"description.zh-CN": "提供中心化的 UI schema 存储服务。",
|
||||
"description.ru-RU": "Предоставляет централизованный сервис хранения UI схем.",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/ui-schema-storage",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Reigster and manage extensible user data synchronization sources, with HTTP API provided by default. Support for synchronizing data to resources such as users and departments.",
|
||||
"description.ru-RU": "Регистрация и управление расширяемыми источниками синхронизации данных пользователей, по умолчанию предоставляется HTTP API. Поддержка синхронизации данных для таких ресурсов, как пользователи и департаменты.",
|
||||
"description.zh-CN": "注册和管理可扩展的用户数据同步来源,默认提供 HTTP API。支持向用户和部门等资源同步数据。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "1.x",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Provides basic user model, as well as created by and updated by fields.",
|
||||
"description.ru-RU": "Предоставляет базовую модель пользователя, а также поля кем, когда «создано» и «обновлено».",
|
||||
"description.zh-CN": "提供了基础的用户模型,以及创建人和最后更新人字段。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/users",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "User identity verification management, including SMS, TOTP authenticator, with extensibility.",
|
||||
"description.ru-RU": "Управление проверкой личности пользователя, включая SMS, TOTP-авторизацию, с возможностью расширения.",
|
||||
"description.zh-CN": "用户身份验证管理,包含短信、TOTP 认证器等,可扩展。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/verification",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Triggered after the completion of a request initiated through an action button or API, such as after adding, updating, deleting data, or \"submit to workflow\". Suitable for data processing, sending notifications, etc., after actions are completed.",
|
||||
"description.ru-RU": "Срабатывает после завершения запроса, инициированного кнопкой действия или API, например после добавления, обновления, удаления данных или «отправки в рабочий процесс». Подходит для обработки данных, отправки уведомлений и т.д. после выполнения действий.",
|
||||
"description.zh-CN": "通过操作按钮或 API 发起请求并在执行完成后触发,比如新增、更新、删除数据或者“提交至工作流”之后。适用于在操作完成后进行数据处理、发送通知等。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/plugins/workflow-action-trigger",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Used to aggregate data against the database in workflow, such as: statistics, sum, average, etc.",
|
||||
"description.zh-CN": "可用于在工作流中对数据库进行聚合查询,如:统计数量、求和、平均值等。",
|
||||
"description.ru-RU": "Используется для агрегирования данных из базы данных в рабочем процессе, например: статистика, сумма, среднее и т.д.",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/workflow-aggregate",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/workflow-cc",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/workflow-cc",
|
||||
"license": "AGPL-3.0",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/actions": "1.x",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Could be used in workflow parallel branch for waiting other branches.",
|
||||
"description.ru-RU": "Может использоваться в параллельных ветках рабочего процесса для ожидания завершения других веток.",
|
||||
"description.zh-CN": "可用于工作流并行分支中等待其他分支执行完成。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/workflow-delay",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Useful plugin for doing dynamic calculation based on expression collection records in workflow.",
|
||||
"description.zh-CN": "用于在工作流中进行基于数据行的动态表达式计算。",
|
||||
"description.ru-RU": "Плагин для выполнения динамических вычислений на основе записей коллекции выражений в рабочем процессе.",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/workflow-dynamic-calculation",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-workflow-json-query",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"displayName": "Workflow: JSON calculation",
|
||||
"displayName.zh-CN": "工作流:JSON 计算",
|
||||
"description": "Used for transforming or calculating values from complex JSON data (result of HTTP request or SQL etc.).",
|
||||
@@ -12,7 +12,7 @@
|
||||
"Workflow"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@nocobase/plugin-workflow-test": "1.9.61",
|
||||
"@nocobase/plugin-workflow-test": "1.9.62",
|
||||
"jmespath": "^0.16.0",
|
||||
"jsonata": "^2.0.3",
|
||||
"jsonpath-plus": "^10.3.0"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-workflow-json-variable-mapping",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"displayName": "Workflow: JSON variable mapping",
|
||||
"displayName.zh-CN": "工作流:JSON 变量映射",
|
||||
"description": "Used for mapping any JSON data to structured variables for usage in subsequent nodes.",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Used to repeat the sub-process processing of each value in an array, and can also be used for fixed times of sub-process processing.",
|
||||
"description.zh-CN": "用于对一个数组中的每个值进行重复的子流程处理,也可用于固定次数的重复子流程处理。",
|
||||
"description.ru-RU": "Используется для повторения обработки каждого значения в массиве, а также может использоваться для фиксированного количества повторений подпроцесса.",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/workflow-loop",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Send email in workflow.",
|
||||
"description.ru-RU": "Отправляет электронное письмо в рамках рабочего процесса.",
|
||||
"description.zh-CN": "可用于在工作流中发送电子邮件。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/workflow-smtp-mailer",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Could be used for workflows which some of decisions are made by users.",
|
||||
"description.ru-RU": "Может использоваться в рабочих процессах, где какие-то решения принимаются пользователями.",
|
||||
"description.zh-CN": "用于人工控制部分决策的流程。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/workflow-manual",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Send notification in workflow.",
|
||||
"description.ru-RU": "Отправляет уведомления в рамках рабочего процесса.",
|
||||
"description.zh-CN": "可用于在工作流中发送各类通知。",
|
||||
"version": "1.9.61",
|
||||
"version": "1.9.62",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/workflow-smtp-mailer",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user