mirror of
https://github.com/nocobase/nocobase.git
synced 2026-08-28 17:43:07 +08:00
chore(versions): 😊 publish v2.1.0-beta.40
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"npmClientArgs": ["--ignore-engines"],
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/acl",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"description": "",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/index.js",
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "@nocobase/actions",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"description": "",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/cache": "2.1.0-beta.39",
|
||||
"@nocobase/database": "2.1.0-beta.39",
|
||||
"@nocobase/resourcer": "2.1.0-beta.39"
|
||||
"@nocobase/cache": "2.1.0-beta.40",
|
||||
"@nocobase/database": "2.1.0-beta.40",
|
||||
"@nocobase/resourcer": "2.1.0-beta.40"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/ai",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"description": "",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/index.js",
|
||||
@@ -17,10 +17,10 @@
|
||||
"@langchain/mcp-adapters": "^1.1.3",
|
||||
"@langchain/ollama": "~1.2.7",
|
||||
"@langchain/openai": "^1.2.7",
|
||||
"@nocobase/data-source-manager": "2.1.0-beta.39",
|
||||
"@nocobase/logger": "2.1.0-beta.39",
|
||||
"@nocobase/resourcer": "2.1.0-beta.39",
|
||||
"@nocobase/utils": "2.1.0-beta.39",
|
||||
"@nocobase/data-source-manager": "2.1.0-beta.40",
|
||||
"@nocobase/logger": "2.1.0-beta.40",
|
||||
"@nocobase/resourcer": "2.1.0-beta.40",
|
||||
"@nocobase/utils": "2.1.0-beta.40",
|
||||
"d3-dsv": "2",
|
||||
"fast-glob": "^3.3.2",
|
||||
"flexsearch": "^0.8.2",
|
||||
|
||||
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"name": "@nocobase/app",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"description": "",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/cli-v1": "2.1.0-beta.39",
|
||||
"@nocobase/database": "2.1.0-beta.39",
|
||||
"@nocobase/preset-nocobase": "2.1.0-beta.39",
|
||||
"@nocobase/server": "2.1.0-beta.39"
|
||||
"@nocobase/cli-v1": "2.1.0-beta.40",
|
||||
"@nocobase/database": "2.1.0-beta.40",
|
||||
"@nocobase/preset-nocobase": "2.1.0-beta.40",
|
||||
"@nocobase/server": "2.1.0-beta.40"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nocobase/client": "2.1.0-beta.39"
|
||||
"@nocobase/client": "2.1.0-beta.40"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "@nocobase/auth",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"description": "",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/actions": "2.1.0-beta.39",
|
||||
"@nocobase/cache": "2.1.0-beta.39",
|
||||
"@nocobase/database": "2.1.0-beta.39",
|
||||
"@nocobase/resourcer": "2.1.0-beta.39",
|
||||
"@nocobase/utils": "2.1.0-beta.39",
|
||||
"@nocobase/actions": "2.1.0-beta.40",
|
||||
"@nocobase/cache": "2.1.0-beta.40",
|
||||
"@nocobase/database": "2.1.0-beta.40",
|
||||
"@nocobase/resourcer": "2.1.0-beta.40",
|
||||
"@nocobase/utils": "2.1.0-beta.40",
|
||||
"@types/jsonwebtoken": "^9.0.9",
|
||||
"jsonwebtoken": "^9.0.2"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/build",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"description": "",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/lock-manager": "2.1.0-beta.39",
|
||||
"@nocobase/lock-manager": "2.1.0-beta.40",
|
||||
"bloom-filters": "^3.0.1",
|
||||
"cache-manager": "^5.2.4",
|
||||
"cache-manager-redis-yet": "^4.1.2"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/cli-v1",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"description": "",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./src/index.js",
|
||||
@@ -8,9 +8,9 @@
|
||||
"nocobase-v1": "./bin/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nocobase/cli": "2.1.0-beta.39",
|
||||
"@nocobase/cli": "2.1.0-beta.40",
|
||||
"@nocobase/license-kit": "^0.3.8",
|
||||
"@nocobase/utils": "2.1.0-beta.39",
|
||||
"@nocobase/utils": "2.1.0-beta.40",
|
||||
"chalk": "^4.1.1",
|
||||
"commander": "^9.2.0",
|
||||
"deepmerge": "^4.3.1",
|
||||
@@ -25,7 +25,7 @@
|
||||
"tree-kill": "^1.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nocobase/devtools": "2.1.0-beta.39",
|
||||
"@nocobase/devtools": "2.1.0-beta.40",
|
||||
"@types/fs-extra": "^11.0.1"
|
||||
},
|
||||
"repository": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/cli",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"description": "NocoBase Command Line Tool",
|
||||
"type": "module",
|
||||
"main": "dist/generated/command-registry.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/client-v2",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"license": "Apache-2.0",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.mjs",
|
||||
@@ -27,11 +27,11 @@
|
||||
"@formily/antd-v5": "1.2.3",
|
||||
"@formily/react": "^2.2.27",
|
||||
"@formily/shared": "^2.2.27",
|
||||
"@nocobase/evaluators": "2.1.0-beta.39",
|
||||
"@nocobase/flow-engine": "2.1.0-beta.39",
|
||||
"@nocobase/sdk": "2.1.0-beta.39",
|
||||
"@nocobase/shared": "2.1.0-beta.39",
|
||||
"@nocobase/utils": "2.1.0-beta.39",
|
||||
"@nocobase/evaluators": "2.1.0-beta.40",
|
||||
"@nocobase/flow-engine": "2.1.0-beta.40",
|
||||
"@nocobase/sdk": "2.1.0-beta.40",
|
||||
"@nocobase/shared": "2.1.0-beta.40",
|
||||
"@nocobase/utils": "2.1.0-beta.40",
|
||||
"ahooks": "^3.7.2",
|
||||
"antd": "5.24.2",
|
||||
"antd-style": "3.7.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/client",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"license": "Apache-2.0",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.mjs",
|
||||
@@ -28,11 +28,11 @@
|
||||
"@formily/reactive-react": "^2.2.27",
|
||||
"@formily/shared": "^2.2.27",
|
||||
"@formily/validator": "^2.2.27",
|
||||
"@nocobase/client-v2": "2.1.0-beta.39",
|
||||
"@nocobase/evaluators": "2.1.0-beta.39",
|
||||
"@nocobase/flow-engine": "2.1.0-beta.39",
|
||||
"@nocobase/sdk": "2.1.0-beta.39",
|
||||
"@nocobase/utils": "2.1.0-beta.39",
|
||||
"@nocobase/client-v2": "2.1.0-beta.40",
|
||||
"@nocobase/evaluators": "2.1.0-beta.40",
|
||||
"@nocobase/flow-engine": "2.1.0-beta.40",
|
||||
"@nocobase/sdk": "2.1.0-beta.40",
|
||||
"@nocobase/utils": "2.1.0-beta.40",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"@types/tabulator-tables": "^6.2.6",
|
||||
"acorn-jsx": "^5.3.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-nocobase-app",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "src/index.js",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "@nocobase/data-source-manager",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"description": "",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/actions": "2.1.0-beta.39",
|
||||
"@nocobase/cache": "2.1.0-beta.39",
|
||||
"@nocobase/database": "2.1.0-beta.39",
|
||||
"@nocobase/resourcer": "2.1.0-beta.39",
|
||||
"@nocobase/utils": "2.1.0-beta.39",
|
||||
"@nocobase/actions": "2.1.0-beta.40",
|
||||
"@nocobase/cache": "2.1.0-beta.40",
|
||||
"@nocobase/database": "2.1.0-beta.40",
|
||||
"@nocobase/resourcer": "2.1.0-beta.40",
|
||||
"@nocobase/utils": "2.1.0-beta.40",
|
||||
"@types/jsonwebtoken": "^8.5.8",
|
||||
"jsonwebtoken": "^9.0.2"
|
||||
},
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@nocobase/database",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"description": "",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@nocobase/logger": "2.1.0-beta.39",
|
||||
"@nocobase/utils": "2.1.0-beta.39",
|
||||
"@nocobase/logger": "2.1.0-beta.40",
|
||||
"@nocobase/utils": "2.1.0-beta.40",
|
||||
"async-mutex": "^0.3.2",
|
||||
"chalk": "^4.1.1",
|
||||
"cron-parser": "4.4.0",
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "@nocobase/devtools",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"description": "",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./src/index.js",
|
||||
"dependencies": {
|
||||
"@nocobase/build": "2.1.0-beta.39",
|
||||
"@nocobase/client": "2.1.0-beta.39",
|
||||
"@nocobase/test": "2.1.0-beta.39",
|
||||
"@nocobase/utils": "2.1.0-beta.39",
|
||||
"@nocobase/build": "2.1.0-beta.40",
|
||||
"@nocobase/client": "2.1.0-beta.40",
|
||||
"@nocobase/test": "2.1.0-beta.40",
|
||||
"@nocobase/utils": "2.1.0-beta.40",
|
||||
"@rsbuild/core": "1.7.3",
|
||||
"@rsbuild/plugin-less": "^1.6.2",
|
||||
"@rsbuild/plugin-node-polyfill": "1.4.4",
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@nocobase/evaluators",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"description": "",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@formulajs/formulajs": "4.4.9",
|
||||
"@nocobase/utils": "2.1.0-beta.39",
|
||||
"@nocobase/utils": "2.1.0-beta.40",
|
||||
"mathjs": "^15.1.0",
|
||||
"ses": "^1.14.0"
|
||||
},
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/flow-engine",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"private": false,
|
||||
"description": "A standalone flow engine for NocoBase, managing workflows, models, and actions.",
|
||||
"main": "lib/index.js",
|
||||
@@ -8,8 +8,8 @@
|
||||
"dependencies": {
|
||||
"@formily/antd-v5": "1.x",
|
||||
"@formily/reactive": "2.x",
|
||||
"@nocobase/sdk": "2.1.0-beta.39",
|
||||
"@nocobase/shared": "2.1.0-beta.39",
|
||||
"@nocobase/sdk": "2.1.0-beta.40",
|
||||
"@nocobase/shared": "2.1.0-beta.40",
|
||||
"ahooks": "^3.7.2",
|
||||
"axios": "^1.7.0",
|
||||
"dayjs": "^1.11.9",
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "@nocobase/lock-manager",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "lib/index.js",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@nocobase/utils": "2.1.0-beta.39",
|
||||
"@nocobase/utils": "2.1.0-beta.40",
|
||||
"async-mutex": "^0.5.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/logger",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"description": "nocobase logging library",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/index.js",
|
||||
@@ -11,7 +11,7 @@
|
||||
"directory": "packages/logger"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nocobase/utils": "2.1.0-beta.39",
|
||||
"@nocobase/utils": "2.1.0-beta.40",
|
||||
"chalk": "^4",
|
||||
"lodash": "^4.17.21",
|
||||
"triple-beam": "^1.4.1",
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@nocobase/resourcer",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"description": "",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@nocobase/utils": "2.1.0-beta.39",
|
||||
"@nocobase/utils": "2.1.0-beta.40",
|
||||
"deepmerge": "^4.2.2",
|
||||
"koa-compose": "^4.1.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/sdk",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"license": "Apache-2.0",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/server",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "Apache-2.0",
|
||||
@@ -10,21 +10,21 @@
|
||||
"@koa/cors": "^5.0.0",
|
||||
"@koa/multer": "^3.1.0",
|
||||
"@koa/router": "^13.1.0",
|
||||
"@nocobase/acl": "2.1.0-beta.39",
|
||||
"@nocobase/actions": "2.1.0-beta.39",
|
||||
"@nocobase/ai": "2.1.0-beta.39",
|
||||
"@nocobase/auth": "2.1.0-beta.39",
|
||||
"@nocobase/cache": "2.1.0-beta.39",
|
||||
"@nocobase/data-source-manager": "2.1.0-beta.39",
|
||||
"@nocobase/database": "2.1.0-beta.39",
|
||||
"@nocobase/evaluators": "2.1.0-beta.39",
|
||||
"@nocobase/lock-manager": "2.1.0-beta.39",
|
||||
"@nocobase/logger": "2.1.0-beta.39",
|
||||
"@nocobase/resourcer": "2.1.0-beta.39",
|
||||
"@nocobase/sdk": "2.1.0-beta.39",
|
||||
"@nocobase/snowflake-id": "2.1.0-beta.39",
|
||||
"@nocobase/telemetry": "2.1.0-beta.39",
|
||||
"@nocobase/utils": "2.1.0-beta.39",
|
||||
"@nocobase/acl": "2.1.0-beta.40",
|
||||
"@nocobase/actions": "2.1.0-beta.40",
|
||||
"@nocobase/ai": "2.1.0-beta.40",
|
||||
"@nocobase/auth": "2.1.0-beta.40",
|
||||
"@nocobase/cache": "2.1.0-beta.40",
|
||||
"@nocobase/data-source-manager": "2.1.0-beta.40",
|
||||
"@nocobase/database": "2.1.0-beta.40",
|
||||
"@nocobase/evaluators": "2.1.0-beta.40",
|
||||
"@nocobase/lock-manager": "2.1.0-beta.40",
|
||||
"@nocobase/logger": "2.1.0-beta.40",
|
||||
"@nocobase/resourcer": "2.1.0-beta.40",
|
||||
"@nocobase/sdk": "2.1.0-beta.40",
|
||||
"@nocobase/snowflake-id": "2.1.0-beta.40",
|
||||
"@nocobase/telemetry": "2.1.0-beta.40",
|
||||
"@nocobase/utils": "2.1.0-beta.40",
|
||||
"@types/decompress": "4.2.7",
|
||||
"@types/ini": "^1.3.31",
|
||||
"@types/koa-send": "^4.1.3",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/shared",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/snowflake-id",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/telemetry",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"description": "nocobase telemetry library",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/index.js",
|
||||
@@ -11,7 +11,7 @@
|
||||
"directory": "packages/telemetry"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nocobase/utils": "2.1.0-beta.39",
|
||||
"@nocobase/utils": "2.1.0-beta.40",
|
||||
"@opentelemetry/api": "^1.9.0",
|
||||
"@opentelemetry/instrumentation": "^0.207.0",
|
||||
"@opentelemetry/resources": "^2.2.0",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/test",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "lib/index.js",
|
||||
"module": "./src/index.ts",
|
||||
"types": "./lib/index.d.ts",
|
||||
@@ -51,8 +51,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@faker-js/faker": "8.1.0",
|
||||
"@nocobase/server": "2.1.0-beta.39",
|
||||
"@nocobase/utils": "2.1.0-beta.39",
|
||||
"@nocobase/server": "2.1.0-beta.40",
|
||||
"@nocobase/utils": "2.1.0-beta.40",
|
||||
"@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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"displayName": "Plugin example: ACL allow",
|
||||
"description": "This plugin demonstrates how to use the ACL allow feature to allow users to access specific resources.",
|
||||
"private": true,
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "2.x",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"displayName": "Plugin example: ACL middleware",
|
||||
"description": "This plugin demonstrates how to use the ACL middleware to protect specific resources.",
|
||||
"private": true,
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "2.x",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"private": true,
|
||||
"name": "@nocobase-example/plugin-action-group",
|
||||
"displayName": "Plugin example: Action group",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"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.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"displayName": "Plugin example: Block custom resource",
|
||||
"description": "This plugin demonstrates how to use the block custom resource feature to create a custom resource for a block.",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "@nocobase-example/plugin-block-filter-collection",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"displayName": "Plugin example: Block filter collection",
|
||||
"description": "This plugin demonstrates how to use the block filter collection feature to create a filter collection for a block.",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "@nocobase-example/plugin-block-timeline",
|
||||
"displayName": "Plugin example: Block timeline",
|
||||
"description": "This plugin demonstrates how to use the block timeline feature to create a timeline for a block.",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "2.x",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "@nocobase-example/plugin-collection-block",
|
||||
"displayName": "Plugin example: Collection block",
|
||||
"description": "This plugin demonstrates how to use the collection block feature to create a block for a collection.",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "2.x",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "@nocobase-example/plugin-custom-details-block",
|
||||
"displayName": "Plugin example: Custom details block",
|
||||
"description": "This plugin demonstrates how to use the custom details block feature to create a custom details block.",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "2.x",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "@nocobase-example/plugin-custom-form-block",
|
||||
"displayName": "Plugin example: Custom form block",
|
||||
"description": "This plugin demonstrates how to use the custom form block feature to create a custom form block.",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "2.x",
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
"name": "@nocobase-example/plugin-custom-table-block-action-group",
|
||||
"displayName": "Plugin example: Custom actions for table block",
|
||||
"description": "This plugin demonstrates how to use the custom actions for table block feature to create a custom actions for a table block.",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "2.x",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "@nocobase-example/plugin-custom-table-block-field",
|
||||
"displayName": "Plugin example: Custom field for table block",
|
||||
"description": "This plugin demonstrates how to use the custom field for table block feature to create a custom field for a table block.",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "2.x",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "@nocobase-example/plugin-custom-table-block-resource",
|
||||
"displayName": "Plugin example: Custom resource for table block",
|
||||
"description": "This plugin demonstrates how to use the custom resource for table block feature to create a custom resource for a table block.",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "2.x",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "@nocobase-example/plugin-custom-table-block",
|
||||
"displayName": "Plugin example: Custom table block",
|
||||
"description": "This plugin demonstrates how to use the custom table block feature to create a custom table block.",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "2.x",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "@nocobase-example/plugin-data-block",
|
||||
"displayName": "Plugin example: Data block",
|
||||
"description": "This plugin demonstrates how to use the data block feature to create a data block.",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "2.x",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "@nocobase-example/plugin-field-simple",
|
||||
"displayName": "Plugin example: Field simple",
|
||||
"description": "This plugin demonstrates how to use the field simple feature to create a simple field.",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "2.x",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "@nocobase-example/plugin-nested-action",
|
||||
"displayName": "Plugin example: Nested action",
|
||||
"description": "This plugin demonstrates how to use the nested action feature to create a nested action.",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "2.x",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "@nocobase-example/plugin-nested-block",
|
||||
"displayName": "Plugin example: Nested block",
|
||||
"description": "This plugin demonstrates how to use the nested block feature to create a nested block.",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "2.x",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "@nocobase-example/plugin-settings-page",
|
||||
"displayName": "Plugin example: Settings page",
|
||||
"description": "This plugin demonstrates how to create a plugin settings page with form, API integration, and i18n.",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "2.x",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "@nocobase-example/plugin-simple-action",
|
||||
"displayName": "Plugin example: Simple action",
|
||||
"description": "This plugin demonstrates how to use the simple action feature to create a simple action.",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "2.x",
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "@nocobase-example/plugin-simple-block",
|
||||
"displayName": "Plugin example: Simple block",
|
||||
"description": "This plugin demonstrates how to use the simple block feature to create a simple block.",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"devDependencies": {
|
||||
"big.js": "7.0.1"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
"name": "@nocobase-example/plugin-simple-popup-action",
|
||||
"displayName": "Plugin example: Simple popup action",
|
||||
"description": "This plugin demonstrates how to use the simple popup action feature to create a simple popup action.",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "2.x",
|
||||
|
||||
@@ -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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"license": "Apache-2.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.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"license": "Apache-2.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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"license": "Apache-2.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.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/action-print",
|
||||
"homepage.ru-RU": "https://docs.nocobase.ru/handbook/action-print",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "AI LLM:GigaChat",
|
||||
"description": "Support integration with GigaChat LLM service.",
|
||||
"description.zh-CN": "支持接入 GigaChat LLM 服务。",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"nocobase": {
|
||||
"supportedVersions": [
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Create AI employees with diverse skills to collaborate with humans, build systems, and handle business operations.",
|
||||
"description.ru-RU": "Поддержка интеграции с AI-сервисами: предоставляются AI-узлы для рабочих процессов, расширяя возможности бизнес-обработки.",
|
||||
"description.zh-CN": "创建各种技能的 AI 员工,与人类协同,搭建系统,处理业务。",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"license": "Apache-2.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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "2.x",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-audit-logs",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"private": true,
|
||||
"displayName": "Audit logs (deprecated)",
|
||||
"displayName.ru-RU": "Журнал аудита (устарел)",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "SMS authentication.",
|
||||
"description.ru-RU": "Аутентификация по SMS.",
|
||||
"description.zh-CN": "通过短信验证码认证身份。",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/backup-restore",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "备份管理器",
|
||||
"description": "Provides backup and restore functionality, supports scheduled backups, and ensures data security and quick recovery.",
|
||||
"description.zh-CN": "提供备份与还原功能,支持定时备份,确保数据安全与快速恢复。",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"license": "Apache-2.0",
|
||||
"main": "dist/server/index.js",
|
||||
"nocobase": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-block-grid-card",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"displayName": "Block: GridCard",
|
||||
"displayName.zh-CN": "区块:网格卡片",
|
||||
|
||||
@@ -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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/block-iframe",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "区块:列表",
|
||||
"description": "Display data in a list with pagination support.",
|
||||
"description.zh-CN": "以列表形式展示数据,支持分页设置",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/block-list",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-block-markdown",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"displayName": "Block: Markdown",
|
||||
"displayName.zh-CN": "Markdown",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "区块:分步表单",
|
||||
"description": "Break the form with many fields into multiple steps to ease the burden on users.",
|
||||
"description.zh-CN": "将包含很多字段的表单分成多个步骤填写,以减轻用户的负担。",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"license": "Apache-2.0",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/block-steps-from",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Create and manage block templates for reuse on pages.",
|
||||
"description.ru-RU": "Создавайте и управляйте шаблонами блоков для повторного использования на страницах.",
|
||||
"description.zh-CN": "创建和管理区块模板,用于在页面中重复使用。",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"license": "Apache-2.0",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/block-template",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-block-tree",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"displayName": "Block: Tree",
|
||||
"displayName.zh-CN": "区块:树",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-block-workbench",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"displayName": "Block: Action panel",
|
||||
"displayName.ru-RU": "Блок: Панель действий",
|
||||
"displayName.zh-CN": "区块:操作面板",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-calendar",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"displayName": "Calendar",
|
||||
"displayName.ru-RU": "Календарь",
|
||||
"displayName.zh-CN": "日历",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"description": "The plugin has been deprecated, please use the data visualization plugin instead.",
|
||||
"description.ru-RU": "Данный плагин устарел, используйте вместо него плагин для визуализации данных.",
|
||||
"description.zh-CN": "已废弃插件,请使用数据可视化插件代替。",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "./dist/server/index.js",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Provides a client interface for the NocoBase server",
|
||||
"description.ru-RU": "Предоставляет клиентский интерфейс для сервера NocoBase",
|
||||
"description.zh-CN": "为 NocoBase 服务端提供客户端界面",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "./dist/server/index.js",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-collection-fdw",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "./dist/server/index.js",
|
||||
"keywords": [
|
||||
"Collections"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description": "Provides SQL collection template",
|
||||
"description.ru-RU": "Предоставляет шаблон коллекции на основе SQL",
|
||||
"description.zh-CN": "提供 SQL 数据表模板",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"displayName": "Collection: Tree",
|
||||
"displayName.ru-RU": "Древовидная Коллекция",
|
||||
"displayName.zh-CN": "数据表:树",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-comments",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"displayName": "Comments",
|
||||
"displayName.zh-CN": "评论",
|
||||
"description": "Provides comment collection template and block to add commenting functionality for any collection.",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "自定义变量",
|
||||
"description": "Support for adding and using custom variables",
|
||||
"description.zh-CN": "支持新增和使用自定义变量",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/custom-variables",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/custom-variables",
|
||||
|
||||
@@ -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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"displayName": "Data source manager",
|
||||
"displayName.ru-RU": "Менеджер управления источниками данных",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description.zh-CN": "使用 ECharts 实现数据可视化,支持漏斗图、雷达图等更多图表类型,并提供更友好的可视化配置。",
|
||||
"homepage": "https://docs.nocobase.com/handbook/data-visualization/echarts",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/data-visualization/echarts",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"nocobase": {
|
||||
"supportedVersions": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-data-visualization",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/actions": "2.x",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-disable-pm-add",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "./dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "2.x",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "嵌入 NocoBase",
|
||||
"description": "Embed NocoBase into another system or webpage, integrating it as a part of that system or webpage.",
|
||||
"description.zh-CN": "将 NocoBase 嵌入外部系统或页面中,使其成为该系统或页面的一部分。",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/embed",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/embed",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-environment-variables",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "2.x",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"description.ru-RU": "Обработка ошибок и исключений приложения.",
|
||||
"description": "Handling application errors and exceptions.",
|
||||
"description.zh-CN": "处理应用程序中的错误和异常。",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"license": "Apache-2.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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"displayName": "Collection field: administrative divisions of China",
|
||||
"displayName.zh-CN": "数据表字段:中国行政区划",
|
||||
"displayName.ru-RU": "Поле коллекции: административное деление Китая",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "数据表字段:代码",
|
||||
"description": "For code editing and highlighting, supporting Java, JavaScript, Python, SQL and other languages.",
|
||||
"description.zh-CN": "用于代码编辑和高亮显示,支持 Java、JavaScript、Python、SQL 等语言。",
|
||||
"version": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"nocobase": {
|
||||
"supportedVersions": [
|
||||
|
||||
@@ -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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"license": "Apache-2.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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "2.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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"license": "Apache-2.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": "2.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"license": "Apache-2.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.1.0-beta.39",
|
||||
"version": "2.1.0-beta.40",
|
||||
"license": "Apache-2.0",
|
||||
"displayName": "Collection field: Sort",
|
||||
"displayName.ru-RU": "Поле коллекции: Сортировка",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user