chore(version): release v0.21.6

This commit is contained in:
sealday 2024-04-11 00:06:27 +08:00
parent d2ba989f56
commit b253ffafb6
95 changed files with 2550 additions and 2120 deletions

View File

@ -6,7 +6,7 @@ ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
WORKDIR /app
RUN cd /app && npx --registry $VERDACCIO_URL create-nocobase-app@0.21.5 my-nocobase-app -a -e APP_ENV=production
RUN cd /app && npx --registry $VERDACCIO_URL create-nocobase-app@0.21.6 my-nocobase-app -a -e APP_ENV=production
RUN pnpm config set registry $VERDACCIO_URL
RUN --mount=type=cache,id=pnpm,target=/pnpm/store cd /app/my-nocobase-app && pnpm install --production

View File

@ -1,6 +1,6 @@
{
"name": "nocobase",
"version": "0.21.5",
"version": "0.21.6",
"private": true,
"license": "Apache-2.0",
"scripts": {
@ -20,8 +20,6 @@
"pm": "nocobase pm",
"pm2": "nocobase pm2",
"prepare": "husky",
"release": "lerna publish",
"release:force": "lerna publish from-package --yes",
"run:example": "tsx -r dotenv/config -r tsconfig-paths/register ./examples/index.ts",
"start": "nocobase start",
"tag:c": "changeset",
@ -72,8 +70,8 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tsx": "^4.7.2",
"typescript": "5.4.4",
"umi": "^4.0.69"
"typescript": "5.4.5",
"umi": "^4.1.8"
},
"packageManager": "pnpm@8.15.5",
"engines": {
@ -95,19 +93,7 @@
"@formily/reactive-react": "2.2.27",
"@formily/shared": "2.2.27",
"@formily/validator": "2.2.27",
"@types/node": "^20.12.2",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"@typescript-eslint/parser": "^6.2.0",
"antd": "5.16.1",
"nwsapi": "2.2.7",
"prettier": "^3.1.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router": "^6.11.2",
"react-router-dom": "^6.11.2",
"tsx": "^4.7.2",
"typescript": "5.4.4"
"@types/node": "^20.12.2"
}
},
"licenses": [

View File

@ -1,6 +1,6 @@
{
"name": "@nocobase/acl",
"version": "0.21.5",
"version": "0.21.6",
"description": "",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@nocobase/actions",
"version": "0.21.5",
"version": "0.21.6",
"description": "",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@nocobase/app",
"version": "0.21.5",
"version": "0.21.6",
"description": "",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@nocobase/auth",
"version": "0.21.5",
"version": "0.21.6",
"description": "",
"repository": {
"type": "git",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@nocobase/cache",
"version": "0.21.5",
"version": "0.21.6",
"description": "",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@nocobase/cli",
"version": "0.21.5",
"version": "0.21.6",
"description": "",
"repository": {
"type": "git",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "create-nocobase-app",
"version": "0.21.5",
"version": "0.21.6",
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",

View File

@ -1,6 +1,6 @@
{
"name": "@nocobase/data-source-manager",
"version": "0.21.5",
"version": "0.21.6",
"description": "",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@nocobase/database",
"version": "0.21.5",
"version": "0.21.6",
"description": "",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@nocobase/devtools",
"version": "0.21.5",
"version": "0.21.6",
"description": "",
"repository": {
"type": "git",
@ -47,7 +47,7 @@
"tsconfig-paths": "^3.12.0",
"tsx": "^4.7.2",
"typescript": "5.4.4",
"umi": "^4.0.69"
"umi": "^4.1.8"
},
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1"
}

View File

@ -1,6 +1,6 @@
{
"name": "@nocobase/evaluators",
"version": "0.21.5",
"version": "0.21.6",
"description": "",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@nocobase/logger",
"version": "0.21.5",
"version": "0.21.6",
"description": "nocobase logging library",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@nocobase/resourcer",
"version": "0.21.5",
"version": "0.21.6",
"description": "",
"repository": {
"type": "git",

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@nocobase/telemetry",
"version": "0.21.5",
"version": "0.21.6",
"description": "nocobase telemetry library",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@nocobase/test",
"version": "0.21.5",
"version": "0.21.6",
"license": "Apache-2.0",
"exports": {
".": {

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@hera/plugin-approval",
"version": "0.0.3",
"version": "0.0.4",
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "5.x",

View File

@ -1,7 +1,7 @@
{
"name": "@hera/plugin-audit-logs",
"displayName": "Audit logs",
"version": "1.0.8",
"version": "1.0.9",
"description": "Audit logs.",
"keywords": [
"System management"

View File

@ -1,7 +1,7 @@
{
"name": "@hera/plugin-core",
"displayName": "Hera platform",
"version": "1.7.7",
"version": "1.7.8",
"description": "Hera platform as nocobase plugin.",
"keywords": [
"System management"

View File

@ -1,6 +1,6 @@
{
"name": "@hera/plugin-gas-station",
"version": "0.14.5",
"version": "0.14.6",
"main": "dist/server/index.js",
"dependencies": {},
"peerDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@hera/plugin-mobile",
"version": "1.0.6",
"version": "1.0.7",
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "5.x",

View File

@ -1,6 +1,6 @@
{
"name": "@hera/plugin-oidc",
"version": "0.20.5",
"version": "0.20.6",
"main": "dist/server/index.js",
"devDependencies": {
"@koa/router": "^9.4.0"

View File

@ -1,7 +1,7 @@
{
"name": "@hera/plugin-rental",
"displayName": "professional construction materials rental system - customized based on hera",
"version": "1.7.9",
"version": "1.7.10",
"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,6 +1,6 @@
{
"name": "@hera/plugin-websocket",
"version": "0.0.7",
"version": "0.0.8",
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "^5.3.6",

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-acl",
"displayName": "Access control",
"version": "0.21.5",
"version": "0.21.6",
"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": "@nocobase/plugin-action-bulk-edit",
"displayName": "Action: Batch edit",
"version": "0.21.5",
"version": "0.21.6",
"description": "Batch edit all records or selected records.",
"keywords": [
"Actions"

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-action-duplicate",
"displayName": "Action: Duplicate record",
"version": "0.21.5",
"version": "0.21.6",
"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": "@nocobase/plugin-action-print",
"displayName": "Action: Print",
"version": "0.21.5",
"version": "0.21.6",
"description": "Calls the browser's print function to print a record.",
"keywords": [
"Actions"

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-api-doc",
"displayName": "API documentation",
"version": "0.21.5",
"version": "0.21.6",
"description": "An OpenAPI documentation generator for NocoBase HTTP API.",
"homepage": "https://docs.nocobase.com/handbook/api-doc",
"repository": {

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-audit-logs",
"displayName": "Audit logs (deprecated)",
"version": "0.21.5",
"version": "0.21.6",
"description": "This plugin is deprecated. There will be a new audit log plugin in the future.",
"keywords": [
"System & security"

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-auth",
"displayName": "Authentication",
"version": "0.21.5",
"version": "0.21.6",
"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": "@nocobase/plugin-backup-restore",
"displayName": "App backup & restore",
"version": "0.21.5",
"version": "0.21.6",
"description": "Backup and restore applications for scenarios such as application replication, migration, and upgrades.",
"keywords": [
"System management"

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-calendar",
"displayName": "Calendar",
"version": "0.21.5",
"version": "0.21.6",
"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": "@nocobase/plugin-cas",
"displayName": "Auth: CAS",
"version": "0.21.5",
"version": "0.21.6",
"description": "CAS authentication.",
"keywords": [
"Authentication"

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-charts",
"displayName": "Charts (deprecated)",
"version": "0.21.5",
"version": "0.21.6",
"description": "The plugin has been deprecated, please use the data visualization plugin instead.",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-client",
"displayName": "WEB client",
"version": "0.21.5",
"version": "0.21.6",
"description": "Provides a client interface for the NocoBase server",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-custom-request",
"displayName": "Action: Custom request",
"version": "0.21.5",
"version": "0.21.6",
"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": "@nocobase/plugin-data-source-manager",
"displayName": "Data source manager",
"version": "0.21.5",
"version": "0.21.6",
"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": "@nocobase/plugin-data-visualization",
"displayName": "Data visualization",
"version": "0.21.5",
"version": "0.21.6",
"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": "@nocobase/plugin-disable-pm-add",
"version": "0.21.5",
"version": "0.21.6",
"keywords": [
"system"
],

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-error-handler",
"displayName": "Error handler",
"version": "0.21.5",
"version": "0.21.6",
"description": "Handling application errors and exceptions.",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-excel-formula-field",
"version": "0.21.5",
"version": "0.21.6",
"description": "",
"keywords": [
"Fields"

View File

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

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-formula-field",
"displayName": "Collection field: Formula",
"version": "0.21.5",
"version": "0.21.6",
"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": "@nocobase/plugin-gantt",
"displayName": "Block: Gantt",
"version": "0.21.5",
"version": "0.21.6",
"description": "Provides Gantt block.",
"keywords": [
"Blocks"

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-iframe-block",
"displayName": "Block: iframe",
"version": "0.21.5",
"version": "0.21.6",
"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": "@nocobase/plugin-import",
"displayName": "Action: Import records",
"version": "0.21.5",
"version": "0.21.6",
"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": "@nocobase/plugin-kanban",
"displayName": "Block: Kanban",
"version": "0.21.5",
"version": "0.21.6",
"description": "Provides kanban block.",
"keywords": [
"Blocks"

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-logger",
"displayName": "Logger",
"version": "0.21.5",
"version": "0.21.6",
"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": "@nocobase/plugin-map",
"displayName": "Block: Map",
"version": "0.21.5",
"version": "0.21.6",
"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": "@nocobase/plugin-math-formula-field",
"displayName": "math formula field",
"version": "0.21.5",
"version": "0.21.6",
"description": "A powerful mathematical formula field plugin designed to provide flexible mathematical and formula calculation capabilities for databases or data management systems. It seamlessly integrates with various database systems such as MySQL, PostgreSQL, and offers an intuitive user interface for defining and executing mathematical formula fields.",
"keywords": [
"Fields"

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-mobile-client",
"displayName": "Mobile client",
"version": "0.21.5",
"version": "0.21.6",
"description": "Provides the ability to configure mobile pages.",
"homepage": "https://docs.nocobase.com/handbook/mobile-client",
"license": "AGPL-3.0",

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-mock-collections",
"displayName": "mock-collections",
"version": "0.21.5",
"version": "0.21.6",
"description": "mock-collections",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-multi-app-manager",
"displayName": "Multi-app manager",
"version": "0.21.5",
"version": "0.21.6",
"description": "Dynamically create multiple apps without separate deployments.",
"keywords": [
"system"

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@nocobase/plugin-notifications",
"version": "0.21.5",
"version": "0.21.6",
"description": "",
"license": "AGPL-3.0",
"main": "./dist/server/index.js",

View File

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

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-sample-hello",
"displayName": "Hello",
"version": "0.21.5",
"version": "0.21.6",
"description": "A simple NocoBase plugin example",
"main": "./dist/server/index.js",
"devDependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-sequence-field",
"displayName": "Collection field: Sequence",
"version": "0.21.5",
"version": "0.21.6",
"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": "@nocobase/plugin-sms-auth",
"displayName": "Auth: SMS",
"version": "0.21.5",
"version": "0.21.6",
"description": "SMS authentication.",
"keywords": [
"Authentication"

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-snapshot-field",
"displayName": "Collection field: Snapshot",
"version": "0.21.5",
"version": "0.21.6",
"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": "@nocobase/plugin-system-settings",
"displayName": "System settings",
"version": "0.21.5",
"version": "0.21.6",
"description": "Used to adjust the system title, logo, language, etc.",
"keywords": [
"System management"

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-theme-editor",
"displayName": "Theme editor",
"version": "0.21.5",
"version": "0.21.6",
"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": "@nocobase/plugin-ui-routes-storage",
"displayName": "ui routes storage",
"version": "0.21.5",
"version": "0.21.6",
"description": "manage the routes of nocobase",
"keywords": [
"System & security"

View File

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

View File

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

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-verification",
"displayName": "Verification",
"version": "0.21.5",
"version": "0.21.6",
"description": "verification setting.",
"keywords": [
"Authentication"

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-workflow-action-trigger",
"displayName": "Workflow: Action trigger",
"version": "0.21.5",
"version": "0.21.6",
"description": "Bind action buttons to trigger workflow events when clicked.",
"keywords": [
"Workflow"

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-workflow-aggregate",
"displayName": "Workflow: Aggregate node",
"version": "0.21.5",
"version": "0.21.6",
"description": "Used to aggregate data against the database in workflow, such as: statistics, sum, average, etc.",
"keywords": [
"Workflow"

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-workflow-delay",
"displayName": "Workflow: Delay node",
"version": "0.21.5",
"version": "0.21.6",
"description": "Could be used in workflow parallel branch for waiting other branches.",
"keywords": [
"Workflow"

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-workflow-dynamic-calculation",
"displayName": "Workflow: Dynamic calculation node",
"version": "0.21.5",
"version": "0.21.6",
"description": "Useful plugin for doing dynamic calculation based on expression collection records in workflow.",
"keywords": [
"Workflow",

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-workflow-loop",
"displayName": "Workflow: Loop node",
"version": "0.21.5",
"version": "0.21.6",
"description": "Used to repeat the sub-process processing of each value in an array, and can also be used for fixed times of sub-process processing.",
"keywords": [
"Workflow"

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-workflow-manual",
"displayName": "Workflow: Manual node",
"version": "0.21.5",
"version": "0.21.6",
"description": "Could be used for workflows which some of decisions are made by users.",
"keywords": [
"Workflow"

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-workflow-parallel",
"displayName": "Workflow: Parallel node",
"version": "0.21.5",
"version": "0.21.6",
"description": "Could be used for parallel execution of branch processes in the workflow.",
"keywords": [
"Workflow"

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-workflow-request",
"displayName": "Workflow: HTTP request node",
"version": "0.21.5",
"version": "0.21.6",
"description": "Send HTTP requests to any HTTP service for data interaction in workflow.",
"keywords": [
"Workflow"

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-workflow-sql",
"displayName": "Workflow: SQL node",
"version": "0.21.5",
"version": "0.21.6",
"description": "Execute SQL statements in workflow.",
"keywords": [
"Workflow"

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-workflow-test",
"displayName": "Workflow: test kit",
"version": "0.21.5",
"version": "0.21.6",
"license": "AGPL-3.0",
"main": "dist/server/index.js",
"types": "./dist/server/index.d.ts",

View File

@ -1,7 +1,7 @@
{
"name": "@nocobase/plugin-workflow",
"displayName": "Workflow",
"version": "0.21.5",
"version": "0.21.6",
"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": "@nocobase/preset-nocobase",
"version": "0.21.5",
"version": "0.21.6",
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",

File diff suppressed because it is too large Load Diff