chore(versions): 😊 publish v0.20.0-alpha.16
This commit is contained in:
parent
00dc004601
commit
71ec7ece6a
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"npmClientArgs": ["--ignore-engines"],
|
||||
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@nocobase/acl",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"description": "",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/resourcer": "0.20.0-alpha.15",
|
||||
"@nocobase/utils": "0.20.0-alpha.15",
|
||||
"@nocobase/resourcer": "0.20.0-alpha.16",
|
||||
"@nocobase/utils": "0.20.0-alpha.16",
|
||||
"minimatch": "^5.1.1"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "@nocobase/actions",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"description": "",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/cache": "0.20.0-alpha.15",
|
||||
"@nocobase/database": "0.20.0-alpha.15",
|
||||
"@nocobase/resourcer": "0.20.0-alpha.15"
|
||||
"@nocobase/cache": "0.20.0-alpha.16",
|
||||
"@nocobase/database": "0.20.0-alpha.16",
|
||||
"@nocobase/resourcer": "0.20.0-alpha.16"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "@nocobase/app",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/database": "0.20.0-alpha.15",
|
||||
"@nocobase/preset-nocobase": "0.20.0-alpha.15",
|
||||
"@nocobase/server": "0.20.0-alpha.15"
|
||||
"@nocobase/database": "0.20.0-alpha.16",
|
||||
"@nocobase/preset-nocobase": "0.20.0-alpha.16",
|
||||
"@nocobase/server": "0.20.0-alpha.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nocobase/client": "0.20.0-alpha.15"
|
||||
"@nocobase/client": "0.20.0-alpha.16"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "@nocobase/auth",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"description": "",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/actions": "0.20.0-alpha.15",
|
||||
"@nocobase/cache": "0.20.0-alpha.15",
|
||||
"@nocobase/database": "0.20.0-alpha.15",
|
||||
"@nocobase/resourcer": "0.20.0-alpha.15",
|
||||
"@nocobase/utils": "0.20.0-alpha.15",
|
||||
"@nocobase/actions": "0.20.0-alpha.16",
|
||||
"@nocobase/cache": "0.20.0-alpha.16",
|
||||
"@nocobase/database": "0.20.0-alpha.16",
|
||||
"@nocobase/resourcer": "0.20.0-alpha.16",
|
||||
"@nocobase/utils": "0.20.0-alpha.16",
|
||||
"@types/jsonwebtoken": "^8.5.8",
|
||||
"jsonwebtoken": "^8.5.1"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/build",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"description": "Library build tool based on rollup.",
|
||||
"main": "lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
|
2
packages/core/cache/package.json
vendored
2
packages/core/cache/package.json
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/cache",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"description": "",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/index.js",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/cli",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"description": "",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./src/index.js",
|
||||
@ -8,7 +8,7 @@
|
||||
"nocobase": "./bin/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nocobase/app": "0.20.0-alpha.15",
|
||||
"@nocobase/app": "0.20.0-alpha.16",
|
||||
"@types/fs-extra": "^11.0.1",
|
||||
"@umijs/utils": "3.5.20",
|
||||
"chalk": "^4.1.1",
|
||||
@ -25,7 +25,7 @@
|
||||
"tsx": "^4.6.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nocobase/devtools": "0.20.0-alpha.15"
|
||||
"@nocobase/devtools": "0.20.0-alpha.16"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/client",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "Apache-2.0",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.mjs",
|
||||
@ -26,9 +26,9 @@
|
||||
"@formily/reactive-react": "^2.2.27",
|
||||
"@formily/shared": "^2.2.27",
|
||||
"@formily/validator": "^2.2.27",
|
||||
"@nocobase/evaluators": "0.20.0-alpha.15",
|
||||
"@nocobase/sdk": "0.20.0-alpha.15",
|
||||
"@nocobase/utils": "0.20.0-alpha.15",
|
||||
"@nocobase/evaluators": "0.20.0-alpha.16",
|
||||
"@nocobase/sdk": "0.20.0-alpha.16",
|
||||
"@nocobase/utils": "0.20.0-alpha.16",
|
||||
"ahooks": "^3.7.2",
|
||||
"antd": "^5.12.8",
|
||||
"antd-style": "3.4.5",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-nocobase-app",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "src/index.js",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "@nocobase/data-source-manager",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"description": "",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/actions": "0.20.0-alpha.15",
|
||||
"@nocobase/cache": "0.20.0-alpha.15",
|
||||
"@nocobase/database": "0.20.0-alpha.15",
|
||||
"@nocobase/resourcer": "0.20.0-alpha.15",
|
||||
"@nocobase/utils": "0.20.0-alpha.15",
|
||||
"@nocobase/actions": "0.20.0-alpha.16",
|
||||
"@nocobase/cache": "0.20.0-alpha.16",
|
||||
"@nocobase/database": "0.20.0-alpha.16",
|
||||
"@nocobase/resourcer": "0.20.0-alpha.16",
|
||||
"@nocobase/utils": "0.20.0-alpha.16",
|
||||
"@types/jsonwebtoken": "^8.5.8",
|
||||
"jsonwebtoken": "^8.5.1"
|
||||
},
|
||||
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@nocobase/database",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"description": "",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@nocobase/logger": "0.20.0-alpha.15",
|
||||
"@nocobase/utils": "0.20.0-alpha.15",
|
||||
"@nocobase/logger": "0.20.0-alpha.16",
|
||||
"@nocobase/utils": "0.20.0-alpha.16",
|
||||
"async-mutex": "^0.3.2",
|
||||
"chalk": "^4.1.1",
|
||||
"cron-parser": "4.4.0",
|
||||
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@nocobase/devtools",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"description": "",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./src/index.js",
|
||||
"dependencies": {
|
||||
"@nocobase/build": "0.20.0-alpha.15",
|
||||
"@nocobase/client": "0.20.0-alpha.15",
|
||||
"@nocobase/test": "0.20.0-alpha.15",
|
||||
"@nocobase/build": "0.20.0-alpha.16",
|
||||
"@nocobase/client": "0.20.0-alpha.16",
|
||||
"@nocobase/test": "0.20.0-alpha.16",
|
||||
"@types/koa": "^2.13.4",
|
||||
"@types/koa-bodyparser": "^4.3.4",
|
||||
"@types/lodash": "^4.14.177",
|
||||
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@nocobase/evaluators",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"description": "",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@formulajs/formulajs": "4.2.0",
|
||||
"@nocobase/utils": "0.20.0-alpha.15",
|
||||
"@nocobase/utils": "0.20.0-alpha.16",
|
||||
"mathjs": "^10.6.0"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/logger",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"description": "nocobase logging library",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/index.js",
|
||||
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@nocobase/resourcer",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"description": "",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@nocobase/utils": "0.20.0-alpha.15",
|
||||
"@nocobase/utils": "0.20.0-alpha.16",
|
||||
"deepmerge": "^4.2.2",
|
||||
"koa-compose": "^4.1.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/sdk",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "Apache-2.0",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/server",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "Apache-2.0",
|
||||
@ -10,18 +10,18 @@
|
||||
"@koa/cors": "^3.1.0",
|
||||
"@koa/multer": "^3.0.2",
|
||||
"@koa/router": "^9.4.0",
|
||||
"@nocobase/acl": "0.20.0-alpha.15",
|
||||
"@nocobase/actions": "0.20.0-alpha.15",
|
||||
"@nocobase/auth": "0.20.0-alpha.15",
|
||||
"@nocobase/cache": "0.20.0-alpha.15",
|
||||
"@nocobase/data-source-manager": "0.20.0-alpha.15",
|
||||
"@nocobase/database": "0.20.0-alpha.15",
|
||||
"@nocobase/evaluators": "0.20.0-alpha.15",
|
||||
"@nocobase/logger": "0.20.0-alpha.15",
|
||||
"@nocobase/resourcer": "0.20.0-alpha.15",
|
||||
"@nocobase/sdk": "0.20.0-alpha.15",
|
||||
"@nocobase/telemetry": "0.20.0-alpha.15",
|
||||
"@nocobase/utils": "0.20.0-alpha.15",
|
||||
"@nocobase/acl": "0.20.0-alpha.16",
|
||||
"@nocobase/actions": "0.20.0-alpha.16",
|
||||
"@nocobase/auth": "0.20.0-alpha.16",
|
||||
"@nocobase/cache": "0.20.0-alpha.16",
|
||||
"@nocobase/data-source-manager": "0.20.0-alpha.16",
|
||||
"@nocobase/database": "0.20.0-alpha.16",
|
||||
"@nocobase/evaluators": "0.20.0-alpha.16",
|
||||
"@nocobase/logger": "0.20.0-alpha.16",
|
||||
"@nocobase/resourcer": "0.20.0-alpha.16",
|
||||
"@nocobase/sdk": "0.20.0-alpha.16",
|
||||
"@nocobase/telemetry": "0.20.0-alpha.16",
|
||||
"@nocobase/utils": "0.20.0-alpha.16",
|
||||
"@types/decompress": "4.2.4",
|
||||
"@types/ini": "^1.3.31",
|
||||
"@types/koa-send": "^4.1.3",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/telemetry",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"description": "nocobase telemetry library",
|
||||
"license": "Apache-2.0",
|
||||
"main": "./lib/index.js",
|
||||
@ -11,7 +11,7 @@
|
||||
"directory": "packages/telemetry"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nocobase/utils": "0.20.0-alpha.15",
|
||||
"@nocobase/utils": "0.20.0-alpha.16",
|
||||
"@opentelemetry/api": "^1.7.0",
|
||||
"@opentelemetry/instrumentation": "^0.46.0",
|
||||
"@opentelemetry/resources": "^1.19.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/test",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "lib/index.js",
|
||||
"module": "./src/index.ts",
|
||||
"types": "./lib/index.d.ts",
|
||||
@ -40,7 +40,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@faker-js/faker": "8.1.0",
|
||||
"@nocobase/server": "0.20.0-alpha.15",
|
||||
"@nocobase/server": "0.20.0-alpha.16",
|
||||
"@playwright/test": "^1.42.1",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
"@testing-library/user-event": "^14.4.3",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/utils",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "权限控制",
|
||||
"description": "Based on roles, resources, and actions, access control can precisely manage interface configuration permissions, data operation permissions, menu access permissions, and plugin permissions.",
|
||||
"description.zh-CN": "基于角色、资源和操作的权限控制,可以精确控制界面配置权限、数据操作权限、菜单访问权限、插件权限。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/acl",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-action-bulk-edit",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/action-bulk-edit",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-bulk-edit",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-action-bulk-update",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/action-bulk-update",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-bulk-update",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-action-duplicate",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/action-duplicate",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-duplicate",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-action-print",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/action-print",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-print",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-api-doc",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"displayName": "API documentation",
|
||||
"displayName.zh-CN": "API 文档",
|
||||
"description": "An OpenAPI documentation generator for NocoBase HTTP API.",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "认证:API 密钥",
|
||||
"description": "Allows users to use API key to access application's HTTP API",
|
||||
"description.zh-CN": "允许用户使用 API 密钥访问应用的 HTTP API",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/api-keys",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-audit-logs",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"displayName": "Audit logs (deprecated)",
|
||||
"displayName.zh-CN": "审计日志(废弃)",
|
||||
"description": "This plugin is deprecated. There will be a new audit log plugin in the future.",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-auth",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/auth",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/auth",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "应用的备份与还原",
|
||||
"description": "Backup and restore applications for scenarios such as application replication, migration, and upgrades.",
|
||||
"description.zh-CN": "备份和还原应用,可用于应用的复制、迁移、升级等场景。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/backup-restore",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-calendar",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"displayName": "Calendar",
|
||||
"displayName.zh-CN": "日历",
|
||||
"description": "Provides callendar collection template and block for managing date data, typically for date/time related information such as events, appointments, tasks, and so on.",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "认证:CAS",
|
||||
"description": "CAS authentication.",
|
||||
"description.zh-CN": "通过 CAS 协议认证身份。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/auth-cas",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "图表(废弃)",
|
||||
"description": "The plugin has been deprecated, please use the data visualization plugin instead.",
|
||||
"description.zh-CN": "已废弃插件,请使用数据可视化插件代替。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "./dist/server/index.js",
|
||||
"license": "AGPL-3.0",
|
||||
"devDependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-china-region",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"displayName": "Administrative divisions of China",
|
||||
"displayName.zh-CN": "中国行政区划",
|
||||
"description": "Provides data and field type for administrative divisions of China.",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "WEB 客户端",
|
||||
"description": "Provides a client interface for the NocoBase server",
|
||||
"description.zh-CN": "为 NocoBase 服务端提供客户端界面",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "./dist/server/index.js",
|
||||
"license": "AGPL-3.0",
|
||||
"devDependencies": {
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "数据源:主数据库",
|
||||
"description": "NocoBase main database, supports relational databases such as MySQL, PostgreSQL, SQLite and so on.",
|
||||
"description.zh-CN": "NocoBase 主数据库,支持 MySQL、PostgreSQL、SQLite 等关系型数据库。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/data-source-main",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/data-source-main",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-custom-request",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/action-custom-request",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-custom-request",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-data-source-manager",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "dist/server/index.js",
|
||||
"displayName": "Data source manager",
|
||||
"displayName.zh-CN": "数据源管理",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-data-visualization",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"displayName": "Data visualization",
|
||||
"displayName.zh-CN": "数据可视化",
|
||||
"description": "Provides data visualization feature, including chart block and chart filter block, support line charts, area charts, bar charts and more than a dozen kinds of charts, you can also extend more chart types.",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-disable-pm-add",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "./dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "0.x",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "错误处理器",
|
||||
"description": "Handling application errors and exceptions.",
|
||||
"description.zh-CN": "处理应用程序中的错误和异常。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"devDependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-excel-formula-field",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "操作:导出记录",
|
||||
"description": "Export filtered records to excel, you can configure which fields to export.",
|
||||
"description.zh-CN": "导出筛选后的记录到 Excel 中,可以配置导出哪些字段。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/action-export",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-file-manager",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"displayName": "File manager",
|
||||
"displayName.zh-CN": "文件管理器",
|
||||
"description": "Provides files storage services with files collection template and attachment field.",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "数据表字段:公式",
|
||||
"description": "Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.",
|
||||
"description.zh-CN": "可以配置并存储同一条记录的多字段值之间的计算结果,支持 Math.js 和 Excel formula functions 两种引擎",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/field-formula",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-gantt",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"displayName": "Block: Gantt",
|
||||
"displayName.zh-CN": "区块:甘特图",
|
||||
"description": "Provides Gantt block.",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "可视化数据表管理",
|
||||
"description": "An ER diagram-like tool. Currently only the Master database is supported.",
|
||||
"description.zh-CN": "类似 ER 图的工具,目前只支持主数据库。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/graph-collection-manager",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "区块:iframe",
|
||||
"description": "Create an iframe block on the page to embed and display external web pages or content.",
|
||||
"description.zh-CN": "在页面上创建和管理iframe,用于嵌入和展示外部网页或内容。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/block-iframe",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "操作:导入记录",
|
||||
"description": "Import records using excel templates. You can configure which fields to import and templates will be generated automatically.",
|
||||
"description.zh-CN": "使用 Excel 模板导入数据,可以配置导入哪些字段,自动生成模板。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/action-import",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-kanban",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/block-kanban",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/block-kanban",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-localization-management",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/localization-management",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/localization-management",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "日志",
|
||||
"description": "Server-side logs, mainly including API request logs and system runtime logs, and allows to package and download log files.",
|
||||
"description.zh-CN": "服务端日志,主要包括接口请求日志和系统运行日志,并支持打包和下载日志文件。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/logger",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "@nocobase/plugin-map",
|
||||
"displayName": "Block: Map",
|
||||
"displayName.zh-CN": "区块:地图",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"description": "Map block, support Gaode map and Google map, you can also extend more map types.",
|
||||
"description.zh-CN": "地图区块,支持高德地图和 Google 地图,你也可以扩展更多地图类型。",
|
||||
"license": "AGPL-3.0",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "数学公式字段",
|
||||
"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.",
|
||||
"description.zh-CN": "一个功能强大的数学公式字段插件,旨在为数据库或数据管理系统提供灵活的数学计算和公式计算功能。它可以与各种数据库系统(如MySQL、PostgreSQL)无缝集成,并提供直观的用户界面来定义和执行数学公式字段。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"devDependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-mobile-client",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/mobile-client",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/mobile-client",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "@nocobase/plugin-mock-collections",
|
||||
"displayName": "mock-collections",
|
||||
"description": "mock-collections",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "./dist/server/index.js",
|
||||
"license": "AGPL-3.0",
|
||||
"peerDependencies": {
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "多应用管理器",
|
||||
"description": "Dynamically create multiple apps without separate deployments.",
|
||||
"description.zh-CN": "无需单独部署即可动态创建多个应用。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/multi-app-manager",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "多应用数据表共享",
|
||||
"description": "",
|
||||
"description.zh-CN": "",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "./dist/server/index.js",
|
||||
"devDependencies": {
|
||||
"@formily/react": "2.x",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-notifications",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "认证:OIDC",
|
||||
"description": "OIDC (OpenID Connect) authentication.",
|
||||
"description.zh-CN": "通过 OIDC (OpenID Connect) 协议认证身份。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/auth-oidc",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "认证:SAML 2.0",
|
||||
"description": "SAML 2.0 authentication.",
|
||||
"description.zh-CN": "通过 SAML 2.0 协议认证身份。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/auth-saml",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-sample-hello",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "./dist/server/index.js",
|
||||
"displayName": "Hello",
|
||||
"displayName.zh-CN": "Hello",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "数据表字段:自动编码",
|
||||
"description": "Automatically generate codes based on configured rules, supporting combinations of dates, numbers, and text.",
|
||||
"description.zh-CN": "根据配置的规则自动生成编码,支持日期、数字、文本的组合。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/field-sequence",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "认证:短信",
|
||||
"description": "SMS authentication.",
|
||||
"description.zh-CN": "通过短信验证码认证身份。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/auth-sms",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/auth-sms",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "数据表字段:关系快照",
|
||||
"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.zh-CN": "在添加数据时,为它的关系数据创建快照,并保存在当前的数据中。关系数据更新时,快照不会更新。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/field-snapshot",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "系统设置",
|
||||
"description": "Used to adjust the system title, logo, language, etc.",
|
||||
"description.zh-CN": "用于调整系统的标题、LOGO、语言等。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/system-settings",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-theme-editor",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/theme-editor",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/theme-editor",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "路由管理",
|
||||
"description": "manage the routes of nocobase",
|
||||
"description.zh-CN": "管理页面路由。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"devDependencies": {
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "UI schema 存储服务",
|
||||
"description": "Provides centralized UI schema storage service.",
|
||||
"description.zh-CN": "提供中心化的 UI schema 存储服务。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/ui-schema-storage",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "用户",
|
||||
"description": "Provides basic user model, as well as created by and updated by fields.",
|
||||
"description.zh-CN": "提供了基础的用户模型,以及创建人和最后更新人字段。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/users",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "验证码",
|
||||
"description": "verification setting.",
|
||||
"description.zh-CN": "验证码配置。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/verification",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "工作流:数据操作触发器",
|
||||
"description": "Bind action buttons to trigger workflow events when clicked.",
|
||||
"description.zh-CN": "可对数据操作按钮绑定,在点击后触发对应的工作流事件。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/plugins/workflow-action-trigger",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "工作流:聚合查询节点",
|
||||
"description": "Used to aggregate data against the database in workflow, such as: statistics, sum, average, etc.",
|
||||
"description.zh-CN": "可用于在工作流中对数据库进行聚合查询,如:统计数量、求和、平均值等。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/workflow-aggregate",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "工作流:延时节点",
|
||||
"description": "Could be used in workflow parallel branch for waiting other branches.",
|
||||
"description.zh-CN": "可用于工作流并行分支中等待其他分支执行完成。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/workflow-delay",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "工作流:动态表达式计算节点",
|
||||
"description": "Useful plugin for doing dynamic calculation based on expression collection records in workflow.",
|
||||
"description.zh-CN": "用于在工作流中进行基于数据行的动态表达式计算。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/workflow-dynamic-calculation",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "工作流:循环节点",
|
||||
"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.",
|
||||
"description.zh-CN": "用于对一个数组中的每个值进行重复的子流程处理,也可用于固定次数的重复子流程处理。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/workflow-loop",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "工作流:人工处理节点",
|
||||
"description": "Could be used for workflows which some of decisions are made by users.",
|
||||
"description.zh-CN": "用于人工控制部分决策的流程。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/workflow-manual",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "工作流:并行分支节点",
|
||||
"description": "Could be used for parallel execution of branch processes in the workflow.",
|
||||
"description.zh-CN": "用于在工作流中需要并行执行的分支流程。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/workflow-parallel",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "工作流:HTTP 请求节点",
|
||||
"description": "Send HTTP requests to any HTTP service for data interaction in workflow.",
|
||||
"description.zh-CN": "可用于在工作流中向任意 HTTP 服务发送请求,进行数据交互。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/workflow-request",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "工作流:SQL 节点",
|
||||
"description": "Execute SQL statements in workflow.",
|
||||
"description.zh-CN": "可用于在工作流中对数据库执行任意 SQL 语句。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/workflow-sql",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "@nocobase/plugin-workflow-test",
|
||||
"displayName": "Workflow: test kit",
|
||||
"displayName.zh-CN": "工作流:测试工具包",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "dist/server/index.js",
|
||||
"types": "./dist/server/index.d.ts",
|
||||
|
@ -4,13 +4,13 @@
|
||||
"displayName.zh-CN": "工作流",
|
||||
"description": "A powerful BPM tool that provides foundational support for business automation, with the capability to extend unlimited triggers and nodes.",
|
||||
"description.zh-CN": "一个强大的 BPM 工具,为业务自动化提供基础支持,并且可任意扩展更多的触发器和节点。",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/workflow",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/workflow",
|
||||
"dependencies": {
|
||||
"@nocobase/plugin-workflow-test": "0.20.0-alpha.15"
|
||||
"@nocobase/plugin-workflow-test": "0.20.0-alpha.16"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ant-design/icons": "5.x",
|
||||
|
@ -1,66 +1,66 @@
|
||||
{
|
||||
"name": "@nocobase/preset-nocobase",
|
||||
"version": "0.20.0-alpha.15",
|
||||
"version": "0.20.0-alpha.16",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/server/index.js",
|
||||
"dependencies": {
|
||||
"@formily/json-schema": "2.x",
|
||||
"@nocobase/plugin-acl": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-action-bulk-edit": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-action-bulk-update": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-action-duplicate": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-action-print": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-api-doc": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-api-keys": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-audit-logs": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-auth": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-backup-restore": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-calendar": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-cas": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-charts": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-china-region": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-client": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-collection-manager": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-custom-request": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-data-source-manager": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-data-visualization": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-error-handler": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-export": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-file-manager": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-formula-field": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-gantt": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-graph-collection-manager": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-iframe-block": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-import": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-kanban": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-localization-management": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-logger": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-map": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-mobile-client": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-mock-collections": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-multi-app-manager": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-multi-app-share-collection": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-oidc": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-saml": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-sequence-field": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-sms-auth": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-snapshot-field": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-system-settings": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-theme-editor": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-ui-schema-storage": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-users": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-verification": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-workflow": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-workflow-action-trigger": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-workflow-aggregate": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-workflow-delay": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-workflow-dynamic-calculation": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-workflow-loop": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-workflow-manual": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-workflow-parallel": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-workflow-request": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-workflow-sql": "0.20.0-alpha.15",
|
||||
"@nocobase/server": "0.20.0-alpha.15",
|
||||
"@nocobase/plugin-acl": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-action-bulk-edit": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-action-bulk-update": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-action-duplicate": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-action-print": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-api-doc": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-api-keys": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-audit-logs": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-auth": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-backup-restore": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-calendar": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-cas": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-charts": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-china-region": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-client": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-collection-manager": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-custom-request": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-data-source-manager": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-data-visualization": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-error-handler": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-export": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-file-manager": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-formula-field": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-gantt": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-graph-collection-manager": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-iframe-block": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-import": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-kanban": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-localization-management": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-logger": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-map": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-mobile-client": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-mock-collections": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-multi-app-manager": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-multi-app-share-collection": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-oidc": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-saml": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-sequence-field": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-sms-auth": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-snapshot-field": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-system-settings": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-theme-editor": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-ui-schema-storage": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-users": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-verification": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-workflow": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-workflow-action-trigger": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-workflow-aggregate": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-workflow-delay": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-workflow-dynamic-calculation": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-workflow-loop": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-workflow-manual": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-workflow-parallel": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-workflow-request": "0.20.0-alpha.16",
|
||||
"@nocobase/plugin-workflow-sql": "0.20.0-alpha.16",
|
||||
"@nocobase/server": "0.20.0-alpha.16",
|
||||
"cronstrue": "^2.11.0"
|
||||
},
|
||||
"repository": {
|
||||
|
139
yarn.lock
139
yarn.lock
@ -4736,6 +4736,15 @@
|
||||
dependencies:
|
||||
"@opentelemetry/semantic-conventions" "1.19.0"
|
||||
|
||||
"@opentelemetry/exporter-prometheus@^0.46.0":
|
||||
version "0.46.0"
|
||||
resolved "http://121.40.141.87:4873/@opentelemetry/exporter-prometheus/-/exporter-prometheus-0.46.0.tgz#c411a1e8a5266f9f3ddc44a088a538c3c1ee4830"
|
||||
integrity sha512-AXcoCHG31K2PLGizlJJWcfQqZsGfUZkT7ik6C8VJu7U2Cenk0Xhvd3rO+vVNSSjP1+LHkP4MQtqEXpIZttw5cw==
|
||||
dependencies:
|
||||
"@opentelemetry/core" "1.19.0"
|
||||
"@opentelemetry/resources" "1.19.0"
|
||||
"@opentelemetry/sdk-metrics" "1.19.0"
|
||||
|
||||
"@opentelemetry/instrumentation@^0.46.0":
|
||||
version "0.46.0"
|
||||
resolved "https://registry.npmmirror.com/@opentelemetry/instrumentation/-/instrumentation-0.46.0.tgz#a8a252306f82e2eace489312798592a14eb9830e"
|
||||
@ -4769,7 +4778,7 @@
|
||||
"@opentelemetry/core" "1.19.0"
|
||||
"@opentelemetry/semantic-conventions" "1.19.0"
|
||||
|
||||
"@opentelemetry/sdk-metrics@^1.19.0":
|
||||
"@opentelemetry/sdk-metrics@1.19.0", "@opentelemetry/sdk-metrics@^1.19.0":
|
||||
version "1.19.0"
|
||||
resolved "https://registry.npmmirror.com/@opentelemetry/sdk-metrics/-/sdk-metrics-1.19.0.tgz#fe8029af29402563eb8dba75a85fc02006ea92c4"
|
||||
integrity sha512-FiMii40zr0Fmys4F1i8gmuCvbinBnBsDeGBr4FQemOf0iPCLytYQm5AZJ/nn4xSc71IgKBQwTFQRAGJI7JvZ4Q==
|
||||
@ -6659,6 +6668,15 @@
|
||||
dependencies:
|
||||
"@types/express" "*"
|
||||
|
||||
"@types/pg@^8.10.9":
|
||||
version "8.11.4"
|
||||
resolved "http://121.40.141.87:4873/@types/pg/-/pg-8.11.4.tgz#befbe4dc0c14aa31acf86bbce83641b73ff838a7"
|
||||
integrity sha512-yw3Bwbda6vO+NvI1Ue/YKOwtl31AYvvd/e73O3V4ZkNzuGpTDndLSyc0dQRB2xrQqDePd20pEGIfqSp/GH3pRw==
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
pg-protocol "*"
|
||||
pg-types "^4.0.1"
|
||||
|
||||
"@types/picomatch@*":
|
||||
version "2.3.3"
|
||||
resolved "https://registry.npmmirror.com/@types/picomatch/-/picomatch-2.3.3.tgz#be60498568c19e989e43fb39aa84be1ed3655e92"
|
||||
@ -8798,7 +8816,7 @@ bessel@^1.0.2:
|
||||
resolved "https://registry.npmmirror.com/bessel/-/bessel-1.0.2.tgz#828812291e0b62e94959cdea43fac186e8a7202d"
|
||||
integrity sha512-Al3nHGQGqDYqqinXhQzmwmcRToe/3WyBv4N8aZc5Pef8xw2neZlR9VPi84Sa23JtgWcucu18HxVZrnI0fn2etw==
|
||||
|
||||
big-integer@^1.6.44:
|
||||
big-integer@^1.6.44, big-integer@^1.6.48:
|
||||
version "1.6.52"
|
||||
resolved "https://registry.npmmirror.com/big-integer/-/big-integer-1.6.52.tgz#60a887f3047614a8e1bffe5d7173490a97dc8c85"
|
||||
integrity sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==
|
||||
@ -11629,7 +11647,7 @@ delegates@^1.0.0:
|
||||
resolved "https://registry.npmmirror.com/delegates/-/delegates-1.0.0.tgz#84c6e159b81904fdca59a0ef44cd870d31250f9a"
|
||||
integrity sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==
|
||||
|
||||
denque@^2.0.1:
|
||||
denque@^2.0.1, denque@^2.1.0:
|
||||
version "2.1.0"
|
||||
resolved "https://registry.npmmirror.com/denque/-/denque-2.1.0.tgz#e93e1a6569fb5e66f16a3c2a2964617d349d6ab1"
|
||||
integrity sha512-HVQE3AAb/pxF8fQAoiqpvg9i3evqug3hoiwakOyZAwJm+6vZehbkYXZ0l4JxS+I3QxM97v5aaRNhj8v5oBhekw==
|
||||
@ -16175,6 +16193,11 @@ jest-worker@^29.7.0:
|
||||
merge-stream "^2.0.0"
|
||||
supports-color "^8.0.0"
|
||||
|
||||
jmespath@^0.16.0:
|
||||
version "0.16.0"
|
||||
resolved "http://121.40.141.87:4873/jmespath/-/jmespath-0.16.0.tgz#b15b0a85dfd4d930d43e69ed605943c802785076"
|
||||
integrity sha512-9FzQjJ7MATs1tSpnco1K6ayiYE3figslrXA72G2HQ/n76RzvYlofyi5QM+iX4YRs/pu3yzxlVQSST23+dMDknw==
|
||||
|
||||
jose@^4.15.1:
|
||||
version "4.15.4"
|
||||
resolved "https://registry.npmmirror.com/jose/-/jose-4.15.4.tgz#02a9a763803e3872cf55f29ecef0dfdcc218cc03"
|
||||
@ -16364,6 +16387,11 @@ json5@^2.1.2, json5@^2.2.2, json5@^2.2.3:
|
||||
resolved "https://registry.npmmirror.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
|
||||
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
|
||||
|
||||
jsonata@^2.0.3:
|
||||
version "2.0.4"
|
||||
resolved "http://121.40.141.87:4873/jsonata/-/jsonata-2.0.4.tgz#d8575d4c7695a2086162a2baebce0f0ee4e84fdb"
|
||||
integrity sha512-vfavX4/G/yrYxE+UrmT/oUJ3ph7KqUrb0R7b0LVRcntQwxw+Z5kA1pNUIQzX5hF04Oe1eKxyoIPsmXtc2LgJTQ==
|
||||
|
||||
jsonc-parser@^3.2.0:
|
||||
version "3.2.0"
|
||||
resolved "https://registry.npmmirror.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76"
|
||||
@ -16397,6 +16425,11 @@ jsonparse@^1.2.0, jsonparse@^1.3.1:
|
||||
resolved "https://registry.npmmirror.com/jsonparse/-/jsonparse-1.3.1.tgz#3f4dae4a91fac315f71062f8521cc239f1366280"
|
||||
integrity sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==
|
||||
|
||||
jsonpath-plus@^7.2.0:
|
||||
version "7.2.0"
|
||||
resolved "http://121.40.141.87:4873/jsonpath-plus/-/jsonpath-plus-7.2.0.tgz#7ad94e147b3ed42f7939c315d2b9ce490c5a3899"
|
||||
integrity sha512-zBfiUPM5nD0YZSBT/o/fbCUlCcepMIdP0CJZxM1+KgA4f2T206f6VAg9e7mX35+KlMaIc5qXW34f3BnwJ3w+RA==
|
||||
|
||||
jsonwebtoken@^8.5.1:
|
||||
version "8.5.1"
|
||||
resolved "https://registry.npmmirror.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
|
||||
@ -17168,7 +17201,7 @@ long@^4.0.0:
|
||||
resolved "https://registry.npmmirror.com/long/-/long-4.0.0.tgz#9a7b71cfb7d361a194ea555241c92f7468d5bf28"
|
||||
integrity sha512-XsP+KhQif4bjX1kbuSiySJFNAehNxgLb6hPRGJ9QsUr8ajHkuXGdrHmFUTUUXhDwVX2R5bY4JNZEwbUiMhV+MA==
|
||||
|
||||
long@^5.2.0:
|
||||
long@^5.2.0, long@^5.2.1:
|
||||
version "5.2.3"
|
||||
resolved "https://registry.npmmirror.com/long/-/long-5.2.3.tgz#a3ba97f3877cf1d778eccbcb048525ebb77499e1"
|
||||
integrity sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==
|
||||
@ -17214,7 +17247,7 @@ lowercase-keys@^2.0.0:
|
||||
resolved "https://registry.npmmirror.com/lowercase-keys/-/lowercase-keys-2.0.0.tgz#2603e78b7b4b0006cbca2fbcc8a3202558ac9479"
|
||||
integrity sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==
|
||||
|
||||
lru-cache@8.0.5:
|
||||
lru-cache@8.0.5, lru-cache@^8.0.0:
|
||||
version "8.0.5"
|
||||
resolved "https://registry.npmmirror.com/lru-cache/-/lru-cache-8.0.5.tgz#983fe337f3e176667f8e567cfcce7cb064ea214e"
|
||||
integrity sha512-MhWWlVnuab1RG5/zMRRcVGXZLCXrZTgfwMikgzCegsPnG62yDQo5JnqKkrK4jO5iKqDAZGItAqN5CtKBCBWRUA==
|
||||
@ -18588,6 +18621,20 @@ mysql2@^2.3.3:
|
||||
seq-queue "^0.0.5"
|
||||
sqlstring "^2.3.2"
|
||||
|
||||
mysql2@^3.9.1:
|
||||
version "3.9.2"
|
||||
resolved "http://121.40.141.87:4873/mysql2/-/mysql2-3.9.2.tgz#567343581f9742032598b6c15bd7aa65d2f7d4af"
|
||||
integrity sha512-3Cwg/UuRkAv/wm6RhtPE5L7JlPB877vwSF6gfLAS68H+zhH+u5oa3AieqEd0D0/kC3W7qIhYbH419f7O9i/5nw==
|
||||
dependencies:
|
||||
denque "^2.1.0"
|
||||
generate-function "^2.3.1"
|
||||
iconv-lite "^0.6.3"
|
||||
long "^5.2.1"
|
||||
lru-cache "^8.0.0"
|
||||
named-placeholders "^1.1.3"
|
||||
seq-queue "^0.0.5"
|
||||
sqlstring "^2.3.2"
|
||||
|
||||
mz@^2.7.0:
|
||||
version "2.7.0"
|
||||
resolved "https://registry.npmmirror.com/mz/-/mz-2.7.0.tgz#95008057a56cafadc2bc63dde7f9ff6955948e32"
|
||||
@ -18597,7 +18644,7 @@ mz@^2.7.0:
|
||||
object-assign "^4.0.1"
|
||||
thenify-all "^1.0.0"
|
||||
|
||||
named-placeholders@^1.1.2:
|
||||
named-placeholders@^1.1.2, named-placeholders@^1.1.3:
|
||||
version "1.1.3"
|
||||
resolved "https://registry.npmmirror.com/named-placeholders/-/named-placeholders-1.1.3.tgz#df595799a36654da55dda6152ba7a137ad1d9351"
|
||||
integrity sha512-eLoBxg6wE/rZkJPhU/xRX1WTpkFEwDJEN96oxFrTsqBdbT5ec295Q+CoHrL9IT0DipqKhmGcaZmwOt8OON5x1w==
|
||||
@ -18829,6 +18876,13 @@ node-releases@^2.0.14:
|
||||
resolved "https://registry.npmmirror.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b"
|
||||
integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==
|
||||
|
||||
node-sql-parser@^4.11.0:
|
||||
version "4.18.0"
|
||||
resolved "http://121.40.141.87:4873/node-sql-parser/-/node-sql-parser-4.18.0.tgz#516b6e633c55c5abbba1ca588ab372db81ae9318"
|
||||
integrity sha512-2YEOR5qlI1zUFbGMLKNfsrR5JUvFg9LxIRVE+xJe962pfVLH0rnItqLzv96XVs1Y1UIR8FxsXAuvX/lYAWZ2BQ==
|
||||
dependencies:
|
||||
big-integer "^1.6.48"
|
||||
|
||||
node-xlsx@^0.16.1:
|
||||
version "0.16.2"
|
||||
resolved "https://registry.npmmirror.com/node-xlsx/-/node-xlsx-0.16.2.tgz#40f580187eae0e032cac96e958e97cb6ceca09f6"
|
||||
@ -19292,7 +19346,7 @@ object.values@^1.1.6, object.values@^1.1.7:
|
||||
define-properties "^1.2.0"
|
||||
es-abstract "^1.22.1"
|
||||
|
||||
obuf@^1.0.0, obuf@^1.1.2:
|
||||
obuf@^1.0.0, obuf@^1.1.2, obuf@~1.1.2:
|
||||
version "1.1.2"
|
||||
resolved "https://registry.npmmirror.com/obuf/-/obuf-1.1.2.tgz#09bea3343d41859ebd446292d11c9d4db619084e"
|
||||
integrity sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==
|
||||
@ -20121,12 +20175,17 @@ pg-int8@1.0.1:
|
||||
resolved "https://registry.npmmirror.com/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c"
|
||||
integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==
|
||||
|
||||
pg-numeric@1.0.2:
|
||||
version "1.0.2"
|
||||
resolved "http://121.40.141.87:4873/pg-numeric/-/pg-numeric-1.0.2.tgz#816d9a44026086ae8ae74839acd6a09b0636aa3a"
|
||||
integrity sha512-BM/Thnrw5jm2kKLE5uJkXqqExRUY/toLHda65XgFTBTFYZyopbKjBe29Ii3RbkvlsMoFwD+tHeGaCjjv0gHlyw==
|
||||
|
||||
pg-pool@^3.6.1:
|
||||
version "3.6.1"
|
||||
resolved "https://registry.npmmirror.com/pg-pool/-/pg-pool-3.6.1.tgz#5a902eda79a8d7e3c928b77abf776b3cb7d351f7"
|
||||
integrity sha512-jizsIzhkIitxCGfPRzJn1ZdcosIt3pz9Sh3V01fm1vZnbnCMgmGl5wvGGdNN2EL9Rmb0EcFoCkixH4Pu+sP9Og==
|
||||
|
||||
pg-protocol@^1.6.0:
|
||||
pg-protocol@*, pg-protocol@^1.6.0:
|
||||
version "1.6.0"
|
||||
resolved "https://registry.npmmirror.com/pg-protocol/-/pg-protocol-1.6.0.tgz#4c91613c0315349363af2084608db843502f8833"
|
||||
integrity sha512-M+PDm637OY5WM307051+bsDia5Xej6d9IR4GwJse1qA1DIhiKlksvrneZOYQq42OM+spubpcNYEo2FcKQrDk+Q==
|
||||
@ -20142,7 +20201,20 @@ pg-types@^2.1.0:
|
||||
postgres-date "~1.0.4"
|
||||
postgres-interval "^1.1.0"
|
||||
|
||||
pg@^8.7.3:
|
||||
pg-types@^4.0.1:
|
||||
version "4.0.2"
|
||||
resolved "http://121.40.141.87:4873/pg-types/-/pg-types-4.0.2.tgz#399209a57c326f162461faa870145bb0f918b76d"
|
||||
integrity sha512-cRL3JpS3lKMGsKaWndugWQoLOCoP+Cic8oseVcbr0qhPzYD5DWXK+RZ9LY9wxRf7RQia4SCwQlXk0q6FCPrVng==
|
||||
dependencies:
|
||||
pg-int8 "1.0.1"
|
||||
pg-numeric "1.0.2"
|
||||
postgres-array "~3.0.1"
|
||||
postgres-bytea "~3.0.0"
|
||||
postgres-date "~2.1.0"
|
||||
postgres-interval "^3.0.0"
|
||||
postgres-range "^1.1.1"
|
||||
|
||||
pg@^8.11.3, pg@^8.7.3:
|
||||
version "8.11.3"
|
||||
resolved "https://registry.npmmirror.com/pg/-/pg-8.11.3.tgz#d7db6e3fe268fcedd65b8e4599cda0b8b4bf76cb"
|
||||
integrity sha512-+9iuvG8QfaaUrrph+kpF24cXkH1YOOUeArRNYIxq1viYHZagBxrTno7cecY1Fa44tJeZvaoG+Djpkc3JwehN5g==
|
||||
@ -20740,16 +20812,33 @@ postgres-array@~2.0.0:
|
||||
resolved "https://registry.npmmirror.com/postgres-array/-/postgres-array-2.0.0.tgz#48f8fce054fbc69671999329b8834b772652d82e"
|
||||
integrity sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==
|
||||
|
||||
postgres-array@~3.0.1:
|
||||
version "3.0.2"
|
||||
resolved "http://121.40.141.87:4873/postgres-array/-/postgres-array-3.0.2.tgz#68d6182cb0f7f152a7e60dc6a6889ed74b0a5f98"
|
||||
integrity sha512-6faShkdFugNQCLwucjPcY5ARoW1SlbnrZjmGl0IrrqewpvxvhSLHimCVzqeuULCbG0fQv7Dtk1yDbG3xv7Veog==
|
||||
|
||||
postgres-bytea@~1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.npmmirror.com/postgres-bytea/-/postgres-bytea-1.0.0.tgz#027b533c0aa890e26d172d47cf9ccecc521acd35"
|
||||
integrity sha512-xy3pmLuQqRBZBXDULy7KbaitYqLcmxigw14Q5sj8QBVLqEwXfeybIKVWiqAXTlcvdvb0+xkOtDbfQMOf4lST1w==
|
||||
|
||||
postgres-bytea@~3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "http://121.40.141.87:4873/postgres-bytea/-/postgres-bytea-3.0.0.tgz#9048dc461ac7ba70a6a42d109221619ecd1cb089"
|
||||
integrity sha512-CNd4jim9RFPkObHSjVHlVrxoVQXz7quwNFpz7RY1okNNme49+sVyiTvTRobiLV548Hx/hb1BG+iE7h9493WzFw==
|
||||
dependencies:
|
||||
obuf "~1.1.2"
|
||||
|
||||
postgres-date@~1.0.4:
|
||||
version "1.0.7"
|
||||
resolved "https://registry.npmmirror.com/postgres-date/-/postgres-date-1.0.7.tgz#51bc086006005e5061c591cee727f2531bf641a8"
|
||||
integrity sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==
|
||||
|
||||
postgres-date@~2.1.0:
|
||||
version "2.1.0"
|
||||
resolved "http://121.40.141.87:4873/postgres-date/-/postgres-date-2.1.0.tgz#b85d3c1fb6fb3c6c8db1e9942a13a3bf625189d0"
|
||||
integrity sha512-K7Juri8gtgXVcDfZttFKVmhglp7epKb1K4pgrkLxehjqkrgPhfG6OO8LHLkfaqkbpjNRnra018XwAr1yQFWGcA==
|
||||
|
||||
postgres-interval@^1.1.0:
|
||||
version "1.2.0"
|
||||
resolved "https://registry.npmmirror.com/postgres-interval/-/postgres-interval-1.2.0.tgz#b460c82cb1587507788819a06aa0fffdb3544695"
|
||||
@ -20757,6 +20846,16 @@ postgres-interval@^1.1.0:
|
||||
dependencies:
|
||||
xtend "^4.0.0"
|
||||
|
||||
postgres-interval@^3.0.0:
|
||||
version "3.0.0"
|
||||
resolved "http://121.40.141.87:4873/postgres-interval/-/postgres-interval-3.0.0.tgz#baf7a8b3ebab19b7f38f07566c7aab0962f0c86a"
|
||||
integrity sha512-BSNDnbyZCXSxgA+1f5UU2GmwhoI0aU5yMxRGO8CdFEcY2BQF9xm/7MqKnYoM1nJDk8nONNWDk9WeSmePFhQdlw==
|
||||
|
||||
postgres-range@^1.1.1:
|
||||
version "1.1.4"
|
||||
resolved "http://121.40.141.87:4873/postgres-range/-/postgres-range-1.1.4.tgz#a59c5f9520909bcec5e63e8cf913a92e4c952863"
|
||||
integrity sha512-i/hbxIE9803Alj/6ytL7UHQxRvZkI9O4Sy+J3HGc4F4oo/2eQAjTSNJ0bfxyse3bH0nuVesCk+3IRLaMtG3H6w==
|
||||
|
||||
prelude-ls@^1.2.1:
|
||||
version "1.2.1"
|
||||
resolved "https://registry.npmmirror.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
|
||||
@ -23032,6 +23131,28 @@ sequelize@^6.26.0:
|
||||
validator "^13.9.0"
|
||||
wkx "^0.5.0"
|
||||
|
||||
sequelize@^6.35.0:
|
||||
version "6.37.1"
|
||||
resolved "http://121.40.141.87:4873/sequelize/-/sequelize-6.37.1.tgz#9380fe0a3b5ff17638d3fce30c3cf3a2396c2343"
|
||||
integrity sha512-vIKKzQ9dGp2aBOxQRD1FmUYViuQiKXSJ8yah8TsaBx4U3BokJt+Y2A0qz2C4pj08uX59qpWxRqSLEfRmVOEgQw==
|
||||
dependencies:
|
||||
"@types/debug" "^4.1.8"
|
||||
"@types/validator" "^13.7.17"
|
||||
debug "^4.3.4"
|
||||
dottie "^2.0.6"
|
||||
inflection "^1.13.4"
|
||||
lodash "^4.17.21"
|
||||
moment "^2.29.4"
|
||||
moment-timezone "^0.5.43"
|
||||
pg-connection-string "^2.6.1"
|
||||
retry-as-promised "^7.0.4"
|
||||
semver "^7.5.4"
|
||||
sequelize-pool "^7.1.0"
|
||||
toposort-class "^1.0.1"
|
||||
uuid "^8.3.2"
|
||||
validator "^13.9.0"
|
||||
wkx "^0.5.0"
|
||||
|
||||
serve-handler@6.1.3:
|
||||
version "6.1.3"
|
||||
resolved "https://registry.npmmirror.com/serve-handler/-/serve-handler-6.1.3.tgz#1bf8c5ae138712af55c758477533b9117f6435e8"
|
||||
|
Loading…
Reference in New Issue
Block a user