chore(versions): 😊 publish v2.0.0-alpha.14

This commit is contained in:
nocobase[bot]
2025-10-17 08:21:15 +00:00
parent 2e05a0cd08
commit 5fdaf166dd
127 changed files with 258 additions and 258 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"npmClient": "yarn",
"useWorkspaces": true,
"npmClientArgs": ["--ignore-engines"],
+3 -3
View File
@@ -1,13 +1,13 @@
{
"name": "@nocobase/acl",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"description": "",
"license": "AGPL-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@nocobase/resourcer": "2.0.0-alpha.13",
"@nocobase/utils": "2.0.0-alpha.13",
"@nocobase/resourcer": "2.0.0-alpha.14",
"@nocobase/utils": "2.0.0-alpha.14",
"minimatch": "^5.1.1"
},
"repository": {
+4 -4
View File
@@ -1,14 +1,14 @@
{
"name": "@nocobase/actions",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"description": "",
"license": "AGPL-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@nocobase/cache": "2.0.0-alpha.13",
"@nocobase/database": "2.0.0-alpha.13",
"@nocobase/resourcer": "2.0.0-alpha.13"
"@nocobase/cache": "2.0.0-alpha.14",
"@nocobase/database": "2.0.0-alpha.14",
"@nocobase/resourcer": "2.0.0-alpha.14"
},
"repository": {
"type": "git",
+5 -5
View File
@@ -1,17 +1,17 @@
{
"name": "@nocobase/app",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"description": "",
"license": "AGPL-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@nocobase/database": "2.0.0-alpha.13",
"@nocobase/preset-nocobase": "2.0.0-alpha.13",
"@nocobase/server": "2.0.0-alpha.13"
"@nocobase/database": "2.0.0-alpha.14",
"@nocobase/preset-nocobase": "2.0.0-alpha.14",
"@nocobase/server": "2.0.0-alpha.14"
},
"devDependencies": {
"@nocobase/client": "2.0.0-alpha.13"
"@nocobase/client": "2.0.0-alpha.14"
},
"repository": {
"type": "git",
+6 -6
View File
@@ -1,16 +1,16 @@
{
"name": "@nocobase/auth",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"description": "",
"license": "AGPL-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@nocobase/actions": "2.0.0-alpha.13",
"@nocobase/cache": "2.0.0-alpha.13",
"@nocobase/database": "2.0.0-alpha.13",
"@nocobase/resourcer": "2.0.0-alpha.13",
"@nocobase/utils": "2.0.0-alpha.13",
"@nocobase/actions": "2.0.0-alpha.14",
"@nocobase/cache": "2.0.0-alpha.14",
"@nocobase/database": "2.0.0-alpha.14",
"@nocobase/resourcer": "2.0.0-alpha.14",
"@nocobase/utils": "2.0.0-alpha.14",
"@types/jsonwebtoken": "^9.0.9",
"jsonwebtoken": "^9.0.2"
},
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@nocobase/build",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"description": "Library build tool based on rollup.",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@nocobase/cache",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"description": "",
"license": "AGPL-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@nocobase/lock-manager": "2.0.0-alpha.13",
"@nocobase/lock-manager": "2.0.0-alpha.14",
"bloom-filters": "^3.0.1",
"cache-manager": "^5.2.4",
"cache-manager-redis-yet": "^4.1.2"
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@nocobase/cli",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"description": "",
"license": "AGPL-3.0",
"main": "./src/index.js",
@@ -8,7 +8,7 @@
"nocobase": "./bin/index.js"
},
"dependencies": {
"@nocobase/app": "2.0.0-alpha.13",
"@nocobase/app": "2.0.0-alpha.14",
"@nocobase/license-kit": "^0.2.17",
"@types/fs-extra": "^11.0.1",
"@umijs/utils": "3.5.20",
@@ -27,7 +27,7 @@
"tsx": "^4.19.0"
},
"devDependencies": {
"@nocobase/devtools": "2.0.0-alpha.13"
"@nocobase/devtools": "2.0.0-alpha.14"
},
"repository": {
"type": "git",
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@nocobase/client",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"license": "AGPL-3.0",
"main": "lib/index.js",
"module": "es/index.mjs",
@@ -28,10 +28,10 @@
"@formily/reactive-react": "^2.2.27",
"@formily/shared": "^2.2.27",
"@formily/validator": "^2.2.27",
"@nocobase/evaluators": "2.0.0-alpha.13",
"@nocobase/flow-engine": "2.0.0-alpha.13",
"@nocobase/sdk": "2.0.0-alpha.13",
"@nocobase/utils": "2.0.0-alpha.13",
"@nocobase/evaluators": "2.0.0-alpha.14",
"@nocobase/flow-engine": "2.0.0-alpha.14",
"@nocobase/sdk": "2.0.0-alpha.14",
"@nocobase/utils": "2.0.0-alpha.14",
"@tanstack/react-table": "^8.21.3",
"@types/tabulator-tables": "^6.2.6",
"ahooks": "^3.7.2",
@@ -1,6 +1,6 @@
{
"name": "create-nocobase-app",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "src/index.js",
"license": "AGPL-3.0",
"dependencies": {
@@ -1,16 +1,16 @@
{
"name": "@nocobase/data-source-manager",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"description": "",
"license": "AGPL-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@nocobase/actions": "2.0.0-alpha.13",
"@nocobase/cache": "2.0.0-alpha.13",
"@nocobase/database": "2.0.0-alpha.13",
"@nocobase/resourcer": "2.0.0-alpha.13",
"@nocobase/utils": "2.0.0-alpha.13",
"@nocobase/actions": "2.0.0-alpha.14",
"@nocobase/cache": "2.0.0-alpha.14",
"@nocobase/database": "2.0.0-alpha.14",
"@nocobase/resourcer": "2.0.0-alpha.14",
"@nocobase/utils": "2.0.0-alpha.14",
"@types/jsonwebtoken": "^8.5.8",
"jsonwebtoken": "^9.0.2"
},
+3 -3
View File
@@ -1,13 +1,13 @@
{
"name": "@nocobase/database",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"license": "AGPL-3.0",
"dependencies": {
"@nocobase/logger": "2.0.0-alpha.13",
"@nocobase/utils": "2.0.0-alpha.13",
"@nocobase/logger": "2.0.0-alpha.14",
"@nocobase/utils": "2.0.0-alpha.14",
"async-mutex": "^0.3.2",
"chalk": "^4.1.1",
"cron-parser": "4.4.0",
+4 -4
View File
@@ -1,13 +1,13 @@
{
"name": "@nocobase/devtools",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"description": "",
"license": "AGPL-3.0",
"main": "./src/index.js",
"dependencies": {
"@nocobase/build": "2.0.0-alpha.13",
"@nocobase/client": "2.0.0-alpha.13",
"@nocobase/test": "2.0.0-alpha.13",
"@nocobase/build": "2.0.0-alpha.14",
"@nocobase/client": "2.0.0-alpha.14",
"@nocobase/test": "2.0.0-alpha.14",
"@types/koa": "^2.15.0",
"@types/koa-bodyparser": "^4.3.4",
"@types/lodash": "^4.14.177",
+2 -2
View File
@@ -1,13 +1,13 @@
{
"name": "@nocobase/evaluators",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"license": "AGPL-3.0",
"dependencies": {
"@formulajs/formulajs": "4.4.9",
"@nocobase/utils": "2.0.0-alpha.13",
"@nocobase/utils": "2.0.0-alpha.14",
"mathjs": "^10.6.0"
},
"repository": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@nocobase/flow-engine",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"private": false,
"description": "A standalone flow engine for NocoBase, managing workflows, models, and actions.",
"main": "lib/index.js",
+2 -2
View File
@@ -1,10 +1,10 @@
{
"name": "@nocobase/lock-manager",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "lib/index.js",
"license": "AGPL-3.0",
"devDependencies": {
"@nocobase/utils": "2.0.0-alpha.13",
"@nocobase/utils": "2.0.0-alpha.14",
"async-mutex": "^0.5.0"
}
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@nocobase/logger",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"description": "nocobase logging library",
"license": "AGPL-3.0",
"main": "./lib/index.js",
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "@nocobase/resourcer",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"description": "",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"license": "AGPL-3.0",
"dependencies": {
"@nocobase/utils": "2.0.0-alpha.13",
"@nocobase/utils": "2.0.0-alpha.14",
"deepmerge": "^4.2.2",
"koa-compose": "^4.1.0",
"lodash": "^4.17.21",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@nocobase/sdk",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"license": "AGPL-3.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
+15 -15
View File
@@ -1,6 +1,6 @@
{
"name": "@nocobase/server",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"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": "2.0.0-alpha.13",
"@nocobase/actions": "2.0.0-alpha.13",
"@nocobase/auth": "2.0.0-alpha.13",
"@nocobase/cache": "2.0.0-alpha.13",
"@nocobase/data-source-manager": "2.0.0-alpha.13",
"@nocobase/database": "2.0.0-alpha.13",
"@nocobase/evaluators": "2.0.0-alpha.13",
"@nocobase/lock-manager": "2.0.0-alpha.13",
"@nocobase/logger": "2.0.0-alpha.13",
"@nocobase/resourcer": "2.0.0-alpha.13",
"@nocobase/sdk": "2.0.0-alpha.13",
"@nocobase/snowflake-id": "2.0.0-alpha.13",
"@nocobase/telemetry": "2.0.0-alpha.13",
"@nocobase/utils": "2.0.0-alpha.13",
"@nocobase/acl": "2.0.0-alpha.14",
"@nocobase/actions": "2.0.0-alpha.14",
"@nocobase/auth": "2.0.0-alpha.14",
"@nocobase/cache": "2.0.0-alpha.14",
"@nocobase/data-source-manager": "2.0.0-alpha.14",
"@nocobase/database": "2.0.0-alpha.14",
"@nocobase/evaluators": "2.0.0-alpha.14",
"@nocobase/lock-manager": "2.0.0-alpha.14",
"@nocobase/logger": "2.0.0-alpha.14",
"@nocobase/resourcer": "2.0.0-alpha.14",
"@nocobase/sdk": "2.0.0-alpha.14",
"@nocobase/snowflake-id": "2.0.0-alpha.14",
"@nocobase/telemetry": "2.0.0-alpha.14",
"@nocobase/utils": "2.0.0-alpha.14",
"@types/decompress": "4.2.7",
"@types/ini": "^1.3.31",
"@types/koa-send": "^4.1.3",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@nocobase/snowflake-id",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"license": "AGPL-3.0",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@nocobase/telemetry",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"description": "nocobase telemetry library",
"license": "AGPL-3.0",
"main": "./lib/index.js",
@@ -11,7 +11,7 @@
"directory": "packages/telemetry"
},
"dependencies": {
"@nocobase/utils": "2.0.0-alpha.13",
"@nocobase/utils": "2.0.0-alpha.14",
"@opentelemetry/api": "^1.7.0",
"@opentelemetry/instrumentation": "^0.46.0",
"@opentelemetry/resources": "^1.19.0",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@nocobase/test",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"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": "2.0.0-alpha.13",
"@nocobase/server": "2.0.0-alpha.14",
"@playwright/test": "^1.45.3",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.0.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@nocobase/utils",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "lib/index.js",
"types": "./lib/index.d.ts",
"license": "AGPL-3.0",
@@ -2,7 +2,7 @@
"private": true,
"name": "@nocobase-example/plugin-action-group",
"displayName": "Plugin example: Action group",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@nocobase-example/plugin-block-custom-resource",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@nocobase-example/plugin-block-filter-collection",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@nocobase-example/plugin-block-timeline",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -2,7 +2,7 @@
"private": true,
"name": "@nocobase-example/plugin-collection-block",
"displayName": "Plugin example: Collection block",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -2,7 +2,7 @@
"private": true,
"name": "@nocobase-example/plugin-custom-details-block",
"displayName": "Plugin example: Custom details block",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -2,7 +2,7 @@
"private": true,
"name": "@nocobase-example/plugin-custom-form-block",
"displayName": "Plugin example: Custom form block",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -2,7 +2,7 @@
"private": true,
"name": "@nocobase-example/plugin-custom-table-block-action-group",
"displayName": "Plugin example: Custom actions for table block",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -2,7 +2,7 @@
"private": true,
"name": "@nocobase-example/plugin-custom-table-block-field",
"displayName": "Plugin example: Custom field for table block",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -2,7 +2,7 @@
"private": true,
"name": "@nocobase-example/plugin-custom-table-block-resource",
"displayName": "Plugin example: Custom resource for table block",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -2,7 +2,7 @@
"private": true,
"name": "@nocobase-example/plugin-custom-table-block",
"displayName": "Plugin example: Custom table block",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -2,7 +2,7 @@
"private": true,
"name": "@nocobase-example/plugin-data-block",
"displayName": "Plugin example: Data block",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@nocobase-example/plugin-field-simple",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@nocobase-example/plugin-nested-action",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -2,7 +2,7 @@
"private": true,
"name": "@nocobase-example/plugin-nested-block",
"displayName": "Plugin example: Nested block",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -2,7 +2,7 @@
"private": true,
"name": "@nocobase-example/plugin-simple-action",
"displayName": "Plugin example: Simple action",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -2,7 +2,7 @@
"private": true,
"name": "@nocobase-example/plugin-simple-block",
"displayName": "Plugin example: Simple block",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -2,7 +2,7 @@
"private": true,
"name": "@nocobase-example/plugin-simple-popup-action",
"displayName": "Plugin example: Simple popup action",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "权限控制",
"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.zh-CN": "基于角色、资源和操作的权限控制,可以精确控制界面配置权限、数据操作权限、菜单访问权限、插件权限。",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"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": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/action-bulk-edit",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-bulk-edit",
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-action-bulk-update",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/action-bulk-update",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-bulk-update",
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-action-custom-request",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/action-custom-request",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-custom-request",
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-action-duplicate",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/action-duplicate",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-duplicate",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "操作:导出记录",
"description": "Export filtered records to excel, you can configure which fields to export.",
"description.zh-CN": "导出筛选后的记录到 Excel 中,可以配置导出哪些字段。",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/action-export",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "操作:导入记录",
"description": "Import records using excel templates. You can configure which fields to import and templates will be generated automatically.",
"description.zh-CN": "使用 Excel 模板导入数据,可以配置导入哪些字段,自动生成模板。",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"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": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/action-print",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-print",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "AI 员工",
"description": "Create AI employees with diverse skills to collaborate with humans, build systems, and handle business operations.",
"description.zh-CN": "创建各种技能的 AI 员工,与人类协同,搭建系统,处理业务。",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-api-doc",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"displayName": "API documentation",
"displayName.zh-CN": "API 文档",
"description": "An OpenAPI documentation generator for NocoBase HTTP API.",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "认证:API 密钥",
"description": "Allows users to use API key to access application's HTTP API",
"description.zh-CN": "允许用户使用 API 密钥访问应用的 HTTP API",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/api-keys",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "异步任务管理器",
"description": "Manage and monitor asynchronous tasks such as data import/export. Support task progress tracking and notification.",
"description.zh-CN": "管理和监控数据导入导出等异步任务。支持任务进度跟踪和通知。",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-audit-logs",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"displayName": "Audit logs (deprecated)",
"displayName.zh-CN": "审计日志(废弃)",
"description": "This plugin is deprecated. There will be a new audit log plugin in the future.",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "认证:短信",
"description": "SMS authentication.",
"description.zh-CN": "通过短信验证码认证身份。",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/auth-sms",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/auth-sms",
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-auth",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/auth",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/auth",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "应用的备份与还原(废弃)",
"description": "Backup and restore applications for scenarios such as application replication, migration, and upgrades.",
"description.zh-CN": "备份和还原应用,可用于应用的复制、迁移、升级等场景。",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/backup-restore",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "区块:iframe",
"description": "Create an iframe block on the page to embed and display external web pages or content.",
"description.zh-CN": "在页面上创建和管理iframe,用于嵌入和展示外部网页或内容。",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/block-iframe",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "区块:引用",
"description": "The plugin is experimental. Please use it with caution in production environments.",
"description.zh-CN": "此插件为实验性功能,生产环境请谨慎使用。",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"types": "./dist/index.d.ts",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "区块:模板(已废弃)",
"description": "Create and manage block templates for reuse on pages.",
"description.zh-CN": "创建和管理区块模板,用于在页面中重复使用。",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"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": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"displayName": "Block: Action panel",
"displayName.zh-CN": "区块:操作面板",
"description": "Centrally manages and displays various actions, allowing users to efficiently perform tasks. It supports extensibility, with current action types including pop-ups, links, scanning, and custom requests.",
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-calendar",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"displayName": "Calendar",
"displayName.zh-CN": "日历",
"description": "Provides callendar collection template and block for managing date data, typically for date/time related information such as events, appointments, tasks, and so on.",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "图表(废弃)",
"description": "The plugin has been deprecated, please use the data visualization plugin instead.",
"description.zh-CN": "已废弃插件,请使用数据可视化插件代替。",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "./dist/server/index.js",
"license": "AGPL-3.0",
"devDependencies": {
@@ -4,7 +4,7 @@
"displayName.zh-CN": "WEB 客户端",
"description": "Provides a client interface for the NocoBase server",
"description.zh-CN": "为 NocoBase 服务端提供客户端界面",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "./dist/server/index.js",
"license": "AGPL-3.0",
"devDependencies": {
@@ -4,7 +4,7 @@
"displayName.zh-CN": "数据表: SQL",
"description": "Provides SQL collection template",
"description.zh-CN": "提供 SQL 数据表模板",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"homepage": "https://docs-cn.nocobase.com/handbook/collection-sql",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/collection-sql",
"main": "dist/server/index.js",
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-collection-tree",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"displayName": "Collection: Tree",
"displayName.zh-CN": "数据表:树",
"description": "Provides tree collection template",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "数据源:主数据库",
"description": "NocoBase main database, supports relational databases such as PostgreSQL, MySQL, MariaDB and so on.",
"description.zh-CN": "NocoBase 主数据库,支持 PostgreSQL、MySQL、MariaDB 等关系型数据库。",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/data-source-main",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/data-source-main",
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-data-source-manager",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"displayName": "Data source manager",
"displayName.zh-CN": "数据源管理",
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-data-visualization",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"displayName": "Data visualization",
"displayName.zh-CN": "数据可视化",
"description": "Provides data visualization feature, including chart block and chart filter block, support line charts, area charts, bar charts and more than a dozen kinds of charts, you can also extend more chart types.",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "部门",
"description": "Organize users by departments, set hierarchical relationships, link roles to control permissions, and use departments as variables in workflows and expressions.",
"description.zh-CN": "以部门来组织用户,设定上下级关系,绑定角色控制权限,并支持作为变量用于工作流和表达式。",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/actions": "2.x",
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-disable-pm-add",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "./dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-environment-variables",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "错误处理器",
"description": "Handling application errors and exceptions.",
"description.zh-CN": "处理应用程序中的错误和异常。",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"devDependencies": {
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-field-attachment-url",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"displayName": "Collection field: Attachment(URL)",
"displayName.zh-CN": "数据表字段:附件(URL",
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-field-china-region",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"displayName": "Collection field: administrative divisions of China",
"displayName.zh-CN": "数据表字段:中国行政区划",
"description": "Provides data and field type for administrative divisions of China.",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "数据表字段:公式",
"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 两种引擎",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/field-formula",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "数据表字段:多对多 (数组)",
"description": "Allows to create many to many relationships between two models by storing an array of unique keys of the target model.",
"description.zh-CN": "支持通过在数组中存储目标表唯一键的方式建立多对多关系。",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "数据表字段:Markdown(Vditor)",
"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.zh-CN": "用于存储 Markdown,并使用 Vditor 编辑器渲染,支持常见 Markdown 语法,如列表,代码,引用等,并支持上传图片,录音等。同时可以做到即时渲染,所见即所得。",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"license": "AGPL-3.0",
"main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/field-markdown-vditor",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "数据表字段:自动编码",
"description": "Automatically generate codes based on configured rules, supporting combinations of dates, numbers, and text.",
"description.zh-CN": "根据配置的规则自动生成编码,支持日期、数字、文本的组合。",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"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": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"license": "AGPL-3.0",
"displayName": "Collection field: Sort",
"displayName.zh-CN": "数据表字段:排序",
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-file-manager",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"displayName": "File manager",
"displayName.zh-CN": "文件管理器",
"description": "Provides files storage services with files collection template and attachment field.",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "Office 文件预览",
"description": "A plugin for previewing office files via Microsoft live preview service.",
"description.zh-CN": "基于微软在线服务预览 Office 文件的插件。",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "前端流引擎",
"description": "",
"description.zh-CN": "",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "./dist/server/index.js",
"license": "AGPL-3.0",
"devDependencies": {
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-gantt",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"displayName": "Block: Gantt",
"displayName.zh-CN": "区块:甘特图",
"description": "Provides Gantt block.",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "可视化数据表管理",
"description": "An ER diagram-like tool. Currently only the Master database is supported.",
"description.zh-CN": "类似 ER 图的工具,目前只支持主数据库。",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"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-hello",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"peerDependencies": {
"@nocobase/client": "2.x",
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-kanban",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"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": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"displayName": "License settings",
"displayName.zh-CN": "授权设置",
@@ -2,7 +2,7 @@
"name": "@nocobase/plugin-locale-tester",
"displayName": "Locale tester",
"displayName.zh-CN": "翻译测试工具",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"homepage": "https://github.com/nocobase/locales",
"main": "dist/server/index.js",
"peerDependencies": {
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-localization",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/localization-management",
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/localization-management",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "日志",
"description": "Server-side logs, mainly including API request logs and system runtime logs, and allows to package and download log files.",
"description.zh-CN": "服务端日志,主要包括接口请求日志和系统运行日志,并支持打包和下载日志文件。",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"license": "AGPL-3.0",
"main": "dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/logger",
@@ -2,7 +2,7 @@
"name": "@nocobase/plugin-map",
"displayName": "Block: Map",
"displayName.zh-CN": "区块:地图",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"description": "Map block, support Gaode map and Google map, you can also extend more map types.",
"description.zh-CN": "地图区块,支持高德地图和 Google 地图,你也可以扩展更多地图类型。",
"license": "AGPL-3.0",
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-mobile-client",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"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": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"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": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "./dist/server/index.js",
"license": "AGPL-3.0",
"peerDependencies": {
@@ -4,7 +4,7 @@
"displayName.zh-CN": "多应用管理器(已废弃)",
"description": "Multi-app runs applications in a process-sharing manner, suitable for testing and demo environments only. Do not use it in production.",
"description.zh-CN": "多应用以进程共享的方式运行,仅适合测试和演示环境,生产环境下请勿使用。",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",
"homepage": "https://docs.nocobase.com/handbook/multi-app-manager",
@@ -4,7 +4,7 @@
"displayName.zh-CN": "多应用数据表共享",
"description": "",
"description.zh-CN": "",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"main": "./dist/server/index.js",
"devDependencies": {
"@formily/react": "2.x",
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-notification-email",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"displayName": "Notification: Email",
"displayName.zh-CN": "通知:电子邮件",
"description": "Used for sending email notifications with built-in SMTP transport.",
@@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-notification-in-app-message",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"displayName": "Notification: In-app message",
"displayName.zh-CN": "通知:站内信",
"description": "It supports users in receiving real-time message notifications within the NocoBase application.",

Some files were not shown because too many files have changed in this diff Show More