chore(version): release v0.21.89 (#1514)

Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1514
This commit is contained in:
sealday 2024-09-05 16:39:59 +08:00
parent 94c030e133
commit 72f29a0c58
89 changed files with 89 additions and 89 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "@hera/plugin-rental",
"displayName": "professional construction materials rental system - customized based on hera",
"version": "1.7.104",
"version": "1.7.105",
"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": [
"System management"

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "@tachybase/plugin-acl",
"displayName": "Access control",
"version": "0.21.88",
"version": "0.21.89",
"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": [
"Users & permissions"

View File

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

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "@tachybase/plugin-action-duplicate",
"displayName": "Action: Duplicate record",
"version": "0.21.88",
"version": "0.21.89",
"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": [
"Actions"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "@tachybase/plugin-formula-field",
"displayName": "Collection field: Formula",
"version": "0.21.88",
"version": "0.21.89",
"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": [
"Collection fields"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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