chore(version): release v0.21.86 (#1485)

Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1485
This commit is contained in:
sealday 2024-08-23 17:17:24 +08:00
parent 0279c00748
commit ba75073ec0
89 changed files with 89 additions and 89 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "tachybase", "name": "tachybase",
"version": "0.21.85", "version": "0.21.86",
"private": true, "private": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"scripts": { "scripts": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/acl", "name": "@tachybase/acl",
"version": "0.21.85", "version": "0.21.86",
"description": "", "description": "",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./lib/index.js", "main": "./lib/index.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/actions", "name": "@tachybase/actions",
"version": "0.21.85", "version": "0.21.86",
"description": "", "description": "",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./lib/index.js", "main": "./lib/index.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/app", "name": "@tachybase/app",
"version": "0.21.85", "version": "0.21.86",
"description": "", "description": "",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./lib/index.js", "main": "./lib/index.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/auth", "name": "@tachybase/auth",
"version": "0.21.85", "version": "0.21.86",
"description": "", "description": "",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./lib/index.js", "main": "./lib/index.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/build", "name": "@tachybase/build",
"version": "0.21.85", "version": "0.21.86",
"description": "Library build tool based on rollup.", "description": "Library build tool based on rollup.",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "lib/index.js", "main": "lib/index.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/cache", "name": "@tachybase/cache",
"version": "0.21.85", "version": "0.21.86",
"description": "", "description": "",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./lib/index.js", "main": "./lib/index.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/cli", "name": "@tachybase/cli",
"version": "0.21.85", "version": "0.21.86",
"description": "", "description": "",
"license": "Apache-2.0", "license": "Apache-2.0",
"type": "module", "type": "module",

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/client", "name": "@tachybase/client",
"version": "0.21.85", "version": "0.21.86",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "lib/index.js", "main": "lib/index.js",
"module": "es/index.mjs", "module": "es/index.mjs",

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/components", "name": "@tachybase/components",
"version": "0.21.85", "version": "0.21.86",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",

View File

@ -1,6 +1,6 @@
{ {
"name": "create-tachybase-app", "name": "create-tachybase-app",
"version": "0.21.85", "version": "0.21.86",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "src/index.js", "main": "src/index.js",
"bin": { "bin": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/data-source-manager", "name": "@tachybase/data-source-manager",
"version": "0.21.85", "version": "0.21.86",
"description": "", "description": "",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./lib/index.js", "main": "./lib/index.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/database", "name": "@tachybase/database",
"version": "0.21.85", "version": "0.21.86",
"description": "", "description": "",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./lib/index.js", "main": "./lib/index.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/devtools", "name": "@tachybase/devtools",
"version": "0.21.85", "version": "0.21.86",
"description": "", "description": "",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./src/index.js", "main": "./src/index.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/evaluators", "name": "@tachybase/evaluators",
"version": "0.21.85", "version": "0.21.86",
"description": "", "description": "",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./lib/index.js", "main": "./lib/index.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/logger", "name": "@tachybase/logger",
"version": "0.21.85", "version": "0.21.86",
"description": "logging library", "description": "logging library",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./lib/index.js", "main": "./lib/index.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/resourcer", "name": "@tachybase/resourcer",
"version": "0.21.85", "version": "0.21.86",
"description": "", "description": "",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./lib/index.js", "main": "./lib/index.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/schema", "name": "@tachybase/schema",
"version": "0.21.85", "version": "0.21.86",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/sdk", "name": "@tachybase/sdk",
"version": "0.21.85", "version": "0.21.86",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/server", "name": "@tachybase/server",
"version": "0.21.85", "version": "0.21.86",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "lib/index.js", "main": "lib/index.js",
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/telemetry", "name": "@tachybase/telemetry",
"version": "0.21.85", "version": "0.21.86",
"description": "telemetry library", "description": "telemetry library",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./lib/index.js", "main": "./lib/index.js",

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/test", "name": "@tachybase/test",
"version": "0.21.85", "version": "0.21.86",
"license": "Apache-2.0", "license": "Apache-2.0",
"exports": { "exports": {
".": { ".": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/utils", "name": "@tachybase/utils",
"version": "0.21.85", "version": "0.21.86",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "lib/index.js", "main": "lib/index.js",
"types": "./lib/index.d.ts", "types": "./lib/index.d.ts",

View File

@ -1,6 +1,6 @@
{ {
"name": "@hera/plugin-approval-mobile", "name": "@hera/plugin-approval-mobile",
"version": "0.0.70", "version": "0.0.71",
"main": "dist/server/index.js", "main": "dist/server/index.js",
"devDependencies": { "devDependencies": {
"@ant-design/icons": "~5.3.7", "@ant-design/icons": "~5.3.7",

View File

@ -1,7 +1,7 @@
{ {
"name": "@hera/plugin-core", "name": "@hera/plugin-core",
"displayName": "Hera platform", "displayName": "Hera platform",
"version": "1.7.89", "version": "1.7.90",
"description": "Hera platform", "description": "Hera platform",
"keywords": [ "keywords": [
"System management" "System management"

View File

@ -1,6 +1,6 @@
{ {
"name": "@hera/plugin-homepage", "name": "@hera/plugin-homepage",
"version": "0.0.58", "version": "0.0.59",
"main": "dist/server/index.js", "main": "dist/server/index.js",
"devDependencies": { "devDependencies": {
"antd": "5.19.4" "antd": "5.19.4"

View File

@ -1,7 +1,7 @@
{ {
"name": "@hera/plugin-rental", "name": "@hera/plugin-rental",
"displayName": "professional construction materials rental system - customized based on hera", "displayName": "professional construction materials rental system - customized based on hera",
"version": "1.7.101", "version": "1.7.102",
"description": "Offering a standardized leasing management system, encompassing comprehensive administration from materials to contracts to labor personnel, while providing a robust financial management mechanism, and real-time monitoring of the operational capacity of the leasing system.", "description": "Offering a standardized leasing management system, encompassing comprehensive administration from materials to contracts to labor personnel, while providing a robust financial management mechanism, and real-time monitoring of the operational capacity of the leasing system.",
"keywords": [ "keywords": [
"System management" "System management"

View File

@ -1,7 +1,7 @@
{ {
"name": "@hera/plugin-sancongtou", "name": "@hera/plugin-sancongtou",
"displayName": "Mobile client: Sancongtou Customization", "displayName": "Mobile client: Sancongtou Customization",
"version": "0.0.63", "version": "0.0.64",
"description": "Provide mobile client customization for the sancongtou project.", "description": "Provide mobile client customization for the sancongtou project.",
"main": "dist/server/index.js", "main": "dist/server/index.js",
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-acl", "name": "@tachybase/plugin-acl",
"displayName": "Access control", "displayName": "Access control",
"version": "0.21.85", "version": "0.21.86",
"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": "Based on roles, resources, and actions, access control can precisely manage interface configuration permissions, data operation permissions, menu access permissions, and plugin permissions.",
"keywords": [ "keywords": [
"Users & permissions" "Users & permissions"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-action-bulk-edit", "name": "@tachybase/plugin-action-bulk-edit",
"displayName": "Action: Batch edit", "displayName": "Action: Batch edit",
"version": "0.21.85", "version": "0.21.86",
"description": "Batch edit all records or selected records.", "description": "Batch edit all records or selected records.",
"keywords": [ "keywords": [
"Actions" "Actions"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-action-bulk-update", "name": "@tachybase/plugin-action-bulk-update",
"displayName": "Action: Batch update", "displayName": "Action: Batch update",
"version": "0.21.85", "version": "0.21.86",
"description": "Batch update all records or selected records.", "description": "Batch update all records or selected records.",
"keywords": [ "keywords": [
"Actions" "Actions"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-action-duplicate", "name": "@tachybase/plugin-action-duplicate",
"displayName": "Action: Duplicate record", "displayName": "Action: Duplicate record",
"version": "0.21.85", "version": "0.21.86",
"description": "Duplicate a record, you can either duplicate it into a form and edit it before saving it, or you can duplicate it directly to generate a new record.", "description": "Duplicate a record, you can either duplicate it into a form and edit it before saving it, or you can duplicate it directly to generate a new record.",
"keywords": [ "keywords": [
"Actions" "Actions"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-action-print", "name": "@tachybase/plugin-action-print",
"displayName": "Action: Print", "displayName": "Action: Print",
"version": "0.21.85", "version": "0.21.86",
"description": "Calls the browser's print function to print a record.", "description": "Calls the browser's print function to print a record.",
"keywords": [ "keywords": [
"Actions" "Actions"

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/plugin-adapter-bullmq", "name": "@tachybase/plugin-adapter-bullmq",
"version": "0.21.84", "version": "0.21.85",
"main": "dist/server/index.js", "main": "dist/server/index.js",
"devDependencies": { "devDependencies": {
"@bull-board/api": "^5.21.1", "@bull-board/api": "^5.21.1",

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-api-doc", "name": "@tachybase/plugin-api-doc",
"displayName": "API documentation", "displayName": "API documentation",
"version": "0.21.85", "version": "0.21.86",
"description": "An OpenAPI documentation generator for TachyBase HTTP API.", "description": "An OpenAPI documentation generator for TachyBase HTTP API.",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-api-keys", "name": "@tachybase/plugin-api-keys",
"displayName": "Auth: API keys", "displayName": "Auth: API keys",
"version": "0.21.85", "version": "0.21.86",
"description": "Allows users to use API key to access application's HTTP API", "description": "Allows users to use API key to access application's HTTP API",
"keywords": [ "keywords": [
"Authentication" "Authentication"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-audit-logs", "name": "@tachybase/plugin-audit-logs",
"displayName": "Audit logs", "displayName": "Audit logs",
"version": "0.21.85", "version": "0.21.86",
"description": "Audit logs.", "description": "Audit logs.",
"keywords": [ "keywords": [
"System management" "System management"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-auth", "name": "@tachybase/plugin-auth",
"displayName": "Authentication", "displayName": "Authentication",
"version": "0.21.85", "version": "0.21.86",
"description": "User authentication management, including password, SMS, and support for Single Sign-On (SSO) protocols, with extensibility.", "description": "User authentication management, including password, SMS, and support for Single Sign-On (SSO) protocols, with extensibility.",
"keywords": [ "keywords": [
"Authentication" "Authentication"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-backup-restore", "name": "@tachybase/plugin-backup-restore",
"displayName": "App backup & restore", "displayName": "App backup & restore",
"version": "0.21.85", "version": "0.21.86",
"description": "Backup and restore applications for scenarios such as application replication, migration, and upgrades.", "description": "Backup and restore applications for scenarios such as application replication, migration, and upgrades.",
"keywords": [ "keywords": [
"System management" "System management"

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/plugin-blockchain", "name": "@tachybase/plugin-blockchain",
"version": "0.21.84", "version": "0.21.85",
"main": "dist/server/index.js", "main": "dist/server/index.js",
"dependencies": { "dependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0", "@nomicfoundation/hardhat-toolbox": "^5.0.0",

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-calendar", "name": "@tachybase/plugin-calendar",
"displayName": "Calendar", "displayName": "Calendar",
"version": "0.21.85", "version": "0.21.86",
"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.", "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.",
"keywords": [ "keywords": [
"Collections", "Collections",

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-cas", "name": "@tachybase/plugin-cas",
"displayName": "Auth: CAS", "displayName": "Auth: CAS",
"version": "0.21.85", "version": "0.21.86",
"description": "CAS authentication.", "description": "CAS authentication.",
"keywords": [ "keywords": [
"Authentication" "Authentication"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-china-region", "name": "@tachybase/plugin-china-region",
"displayName": "Administrative divisions of China", "displayName": "Administrative divisions of China",
"version": "0.21.85", "version": "0.21.86",
"description": "Provides data and field type for administrative divisions of China.", "description": "Provides data and field type for administrative divisions of China.",
"keywords": [ "keywords": [
"Fields" "Fields"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-client", "name": "@tachybase/plugin-client",
"displayName": "WEB client", "displayName": "WEB client",
"version": "0.21.85", "version": "0.21.86",
"description": "Provides a client interface for the TachyBase server", "description": "Provides a client interface for the TachyBase server",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-collection-manager", "name": "@tachybase/plugin-collection-manager",
"displayName": "Data source: Main", "displayName": "Data source: Main",
"version": "0.21.85", "version": "0.21.86",
"description": "TachyBase main database, supports relational databases such as MySQL, PostgreSQL, SQLite and so on.", "description": "TachyBase main database, supports relational databases such as MySQL, PostgreSQL, SQLite and so on.",
"keywords": [ "keywords": [
"Data sources" "Data sources"

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/plugin-comments", "name": "@tachybase/plugin-comments",
"version": "0.21.85", "version": "0.21.86",
"main": "dist/server/index.js", "main": "dist/server/index.js",
"devDependencies": { "devDependencies": {
"@ant-design/icons": "~5.3.7", "@ant-design/icons": "~5.3.7",

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-custom-request", "name": "@tachybase/plugin-custom-request",
"displayName": "Action: Custom request", "displayName": "Action: Custom request",
"version": "0.21.85", "version": "0.21.86",
"description": "Sending a request to any HTTP service supports sending context data to the target service.", "description": "Sending a request to any HTTP service supports sending context data to the target service.",
"keywords": [ "keywords": [
"Actions" "Actions"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-data-source-manager", "name": "@tachybase/plugin-data-source-manager",
"displayName": "Data source manager", "displayName": "Data source manager",
"version": "0.21.85", "version": "0.21.86",
"description": "Manage data sources, including the built-in Master database, external databases, APIs, etc.", "description": "Manage data sources, including the built-in Master database, external databases, APIs, etc.",
"keywords": [ "keywords": [
"Data model tools" "Data model tools"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-data-visualization", "name": "@tachybase/plugin-data-visualization",
"displayName": "Data visualization", "displayName": "Data visualization",
"version": "0.21.85", "version": "0.21.86",
"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.", "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.",
"keywords": [ "keywords": [
"Blocks" "Blocks"

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/plugin-dingtalk", "name": "@tachybase/plugin-dingtalk",
"version": "0.21.85", "version": "0.21.86",
"description": "dingding authentication.", "description": "dingding authentication.",
"keywords": [ "keywords": [
"Authentication" "Authentication"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-error-handler", "name": "@tachybase/plugin-error-handler",
"displayName": "Error handler", "displayName": "Error handler",
"version": "0.21.85", "version": "0.21.86",
"description": "Handling application errors and exceptions.", "description": "Handling application errors and exceptions.",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-export", "name": "@tachybase/plugin-export",
"displayName": "Action: Export records", "displayName": "Action: Export records",
"version": "0.21.85", "version": "0.21.86",
"description": "Export filtered records to excel, you can configure which fields to export.", "description": "Export filtered records to excel, you can configure which fields to export.",
"keywords": [ "keywords": [
"Actions" "Actions"

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/plugin-external-data-source", "name": "@tachybase/plugin-external-data-source",
"version": "0.21.85", "version": "0.21.86",
"main": "dist/server/index.js", "main": "dist/server/index.js",
"dependencies": { "dependencies": {
"antd": "5.19.4", "antd": "5.19.4",

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-field-markdown-vditor", "name": "@tachybase/plugin-field-markdown-vditor",
"displayName": "Collection field: Markdown(Vditor)", "displayName": "Collection field: Markdown(Vditor)",
"version": "0.21.85", "version": "0.21.86",
"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": "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.",
"keywords": [ "keywords": [
"Collection fields" "Collection fields"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-file-manager", "name": "@tachybase/plugin-file-manager",
"displayName": "File manager", "displayName": "File manager",
"version": "0.21.85", "version": "0.21.86",
"description": "Provides files storage services with files collection template and attachment field.", "description": "Provides files storage services with files collection template and attachment field.",
"keywords": [ "keywords": [
"Collections", "Collections",

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-formula-field", "name": "@tachybase/plugin-formula-field",
"displayName": "Collection field: Formula", "displayName": "Collection field: Formula",
"version": "0.21.85", "version": "0.21.86",
"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": "Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.",
"keywords": [ "keywords": [
"Collection fields" "Collection fields"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-gantt", "name": "@tachybase/plugin-gantt",
"displayName": "Block: Gantt", "displayName": "Block: Gantt",
"version": "0.21.85", "version": "0.21.86",
"description": "Provides Gantt block.", "description": "Provides Gantt block.",
"keywords": [ "keywords": [
"Blocks" "Blocks"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-graph-collection-manager", "name": "@tachybase/plugin-graph-collection-manager",
"displayName": "Graph collection manager", "displayName": "Graph collection manager",
"version": "0.21.85", "version": "0.21.86",
"description": "An ER diagram-like tool. Currently only the Master database is supported.", "description": "An ER diagram-like tool. Currently only the Master database is supported.",
"keywords": [ "keywords": [
"Data model tools" "Data model tools"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-iframe-block", "name": "@tachybase/plugin-iframe-block",
"displayName": "Block: iframe", "displayName": "Block: iframe",
"version": "0.21.85", "version": "0.21.86",
"description": "Create an iframe block on the page to embed and display external web pages or content.", "description": "Create an iframe block on the page to embed and display external web pages or content.",
"keywords": [ "keywords": [
"Blocks" "Blocks"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-import", "name": "@tachybase/plugin-import",
"displayName": "Action: Import records", "displayName": "Action: Import records",
"version": "0.21.85", "version": "0.21.86",
"description": "Import records using excel templates. You can configure which fields to import and templates will be generated automatically.", "description": "Import records using excel templates. You can configure which fields to import and templates will be generated automatically.",
"keywords": [ "keywords": [
"Actions" "Actions"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-kanban", "name": "@tachybase/plugin-kanban",
"displayName": "Block: Kanban", "displayName": "Block: Kanban",
"version": "0.21.85", "version": "0.21.86",
"description": "Provides kanban block.", "description": "Provides kanban block.",
"keywords": [ "keywords": [
"Blocks" "Blocks"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-localization-management", "name": "@tachybase/plugin-localization-management",
"displayName": "Localization", "displayName": "Localization",
"version": "0.21.85", "version": "0.21.86",
"description": "Allows to manage localization resources of the application.", "description": "Allows to manage localization resources of the application.",
"keywords": [ "keywords": [
"System management" "System management"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-logger", "name": "@tachybase/plugin-logger",
"displayName": "Logger", "displayName": "Logger",
"version": "0.21.85", "version": "0.21.86",
"description": "Server-side logs, mainly including API request logs and system runtime logs, and allows to package and download log files.", "description": "Server-side logs, mainly including API request logs and system runtime logs, and allows to package and download log files.",
"keywords": [ "keywords": [
"Logging and monitoring" "Logging and monitoring"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-map", "name": "@tachybase/plugin-map",
"displayName": "Block: Map", "displayName": "Block: Map",
"version": "0.21.85", "version": "0.21.86",
"description": "Map block, support Gaode map and Google map, you can also extend more map types.", "description": "Map block, support Gaode map and Google map, you can also extend more map types.",
"keywords": [ "keywords": [
"Blocks" "Blocks"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-mobile-client", "name": "@tachybase/plugin-mobile-client",
"displayName": "Mobile client", "displayName": "Mobile client",
"version": "0.21.85", "version": "0.21.86",
"description": "Provides the ability to configure mobile pages.", "description": "Provides the ability to configure mobile pages.",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-mock-collections", "name": "@tachybase/plugin-mock-collections",
"displayName": "mock-collections", "displayName": "mock-collections",
"version": "0.21.85", "version": "0.21.86",
"description": "mock-collections", "description": "mock-collections",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-multi-app-manager", "name": "@tachybase/plugin-multi-app-manager",
"displayName": "Multi-app manager", "displayName": "Multi-app manager",
"version": "0.21.85", "version": "0.21.86",
"description": "Dynamically create multiple apps without separate deployments.", "description": "Dynamically create multiple apps without separate deployments.",
"keywords": [ "keywords": [
"System management" "System management"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-multi-app-share-collection", "name": "@tachybase/plugin-multi-app-share-collection",
"displayName": "Multi-app share collection", "displayName": "Multi-app share collection",
"version": "0.21.85", "version": "0.21.86",
"description": "", "description": "",
"keywords": [ "keywords": [
"System management" "System management"

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/plugin-notifications", "name": "@tachybase/plugin-notifications",
"version": "0.21.85", "version": "0.21.86",
"description": "", "description": "",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./dist/server/index.js", "main": "./dist/server/index.js",

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-oidc", "name": "@tachybase/plugin-oidc",
"displayName": "Auth: OIDC", "displayName": "Auth: OIDC",
"version": "0.21.85", "version": "0.21.86",
"description": "OIDC (OpenID Connect) authentication.", "description": "OIDC (OpenID Connect) authentication.",
"keywords": [ "keywords": [
"Authentication" "Authentication"

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/plugin-print-template", "name": "@tachybase/plugin-print-template",
"version": "0.21.84", "version": "0.21.85",
"main": "dist/server/index.js", "main": "dist/server/index.js",
"dependencies": { "dependencies": {
"@bull-board/api": "^5.21.1", "@bull-board/api": "^5.21.1",

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-saml", "name": "@tachybase/plugin-saml",
"displayName": "Auth: SAML 2.0", "displayName": "Auth: SAML 2.0",
"version": "0.21.85", "version": "0.21.86",
"description": "SAML 2.0 authentication.", "description": "SAML 2.0 authentication.",
"keywords": [ "keywords": [
"Authentication" "Authentication"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-sequence-field", "name": "@tachybase/plugin-sequence-field",
"displayName": "Collection field: Sequence", "displayName": "Collection field: Sequence",
"version": "0.21.85", "version": "0.21.86",
"description": "Automatically generate codes based on configured rules, supporting combinations of dates, numbers, and text.", "description": "Automatically generate codes based on configured rules, supporting combinations of dates, numbers, and text.",
"keywords": [ "keywords": [
"Collection fields" "Collection fields"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-share", "name": "@tachybase/plugin-share",
"displayName": "Share Externally", "displayName": "Share Externally",
"version": "0.21.83", "version": "0.21.84",
"description": "Share pages with external users.", "description": "Share pages with external users.",
"keywords": [ "keywords": [
"Users & permissions" "Users & permissions"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-sms-auth", "name": "@tachybase/plugin-sms-auth",
"displayName": "Auth: SMS", "displayName": "Auth: SMS",
"version": "0.21.85", "version": "0.21.86",
"description": "SMS authentication.", "description": "SMS authentication.",
"keywords": [ "keywords": [
"Authentication" "Authentication"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-snapshot-field", "name": "@tachybase/plugin-snapshot-field",
"displayName": "Collection field: Snapshot", "displayName": "Collection field: Snapshot",
"version": "0.21.85", "version": "0.21.86",
"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": "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.",
"keywords": [ "keywords": [
"Collection fields" "Collection fields"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-system-settings", "name": "@tachybase/plugin-system-settings",
"displayName": "System settings", "displayName": "System settings",
"version": "0.21.85", "version": "0.21.86",
"description": "Used to adjust the system title, logo, language, etc.", "description": "Used to adjust the system title, logo, language, etc.",
"keywords": [ "keywords": [
"System management" "System management"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-theme-editor", "name": "@tachybase/plugin-theme-editor",
"displayName": "Theme editor", "displayName": "Theme editor",
"version": "0.21.85", "version": "0.21.86",
"description": "Customize UI colors, sizes, etc. and save the result as a theme to switch between multiple themes.", "description": "Customize UI colors, sizes, etc. and save the result as a theme to switch between multiple themes.",
"keywords": [ "keywords": [
"System management" "System management"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-ui-schema-storage", "name": "@tachybase/plugin-ui-schema-storage",
"displayName": "UI schema storage", "displayName": "UI schema storage",
"version": "0.21.85", "version": "0.21.86",
"description": "Provides centralized UI schema storage service.", "description": "Provides centralized UI schema storage service.",
"keywords": [ "keywords": [
"System & security" "System & security"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-users", "name": "@tachybase/plugin-users",
"displayName": "Users", "displayName": "Users",
"version": "0.21.85", "version": "0.21.86",
"description": "Provides basic user model, as well as created by and updated by fields.", "description": "Provides basic user model, as well as created by and updated by fields.",
"keywords": [ "keywords": [
"Users & permissions" "Users & permissions"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-verification", "name": "@tachybase/plugin-verification",
"displayName": "Verification", "displayName": "Verification",
"version": "0.21.85", "version": "0.21.86",
"description": "verification setting.", "description": "verification setting.",
"keywords": [ "keywords": [
"Authentication" "Authentication"

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/plugin-wechat-official-account", "name": "@tachybase/plugin-wechat-official-account",
"version": "0.21.84", "version": "0.21.85",
"keywords": [ "keywords": [
"Authentication" "Authentication"
], ],

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/plugin-work-wechat", "name": "@tachybase/plugin-work-wechat",
"version": "0.21.83", "version": "0.21.84",
"description": "work WeChat authentication.", "description": "work WeChat authentication.",
"keywords": [ "keywords": [
"Authentication" "Authentication"

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-workflow-test", "name": "@tachybase/plugin-workflow-test",
"displayName": "Workflow: test kit", "displayName": "Workflow: test kit",
"version": "0.21.85", "version": "0.21.86",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "dist/server/index.js", "main": "dist/server/index.js",
"types": "./dist/server/index.d.ts", "types": "./dist/server/index.d.ts",

View File

@ -1,7 +1,7 @@
{ {
"name": "@tachybase/plugin-workflow", "name": "@tachybase/plugin-workflow",
"displayName": "Workflow", "displayName": "Workflow",
"version": "0.21.85", "version": "0.21.86",
"description": "A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.", "description": "A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.",
"keywords": [ "keywords": [
"Workflow" "Workflow"

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/preset-tachybase", "name": "@tachybase/preset-tachybase",
"version": "0.21.85", "version": "0.21.86",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./lib/server/index.js", "main": "./lib/server/index.js",
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/preset-mini", "name": "@tachybase/preset-mini",
"version": "0.21.85", "version": "0.21.86",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./lib/server/index.js", "main": "./lib/server/index.js",
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/preset-hera-rental", "name": "@tachybase/preset-hera-rental",
"version": "0.21.85", "version": "0.21.86",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./lib/server/index.js", "main": "./lib/server/index.js",
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@tachybase/preset-hera-sancongtou", "name": "@tachybase/preset-hera-sancongtou",
"version": "0.21.85", "version": "0.21.86",
"license": "Apache-2.0", "license": "Apache-2.0",
"main": "./lib/server/index.js", "main": "./lib/server/index.js",
"dependencies": { "dependencies": {