mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 13:39:24 +08:00
chore(versions): 😊 publish v1.6.0-beta.17
This commit is contained in:
parent
5620e924ce
commit
06090aa0f6
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"npmClientArgs": ["--ignore-engines"],
|
||||
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@nocobase/acl",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/resourcer": "1.6.0-beta.16",
|
||||
"@nocobase/utils": "1.6.0-beta.16",
|
||||
"@nocobase/resourcer": "1.6.0-beta.17",
|
||||
"@nocobase/utils": "1.6.0-beta.17",
|
||||
"minimatch": "^5.1.1"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "@nocobase/actions",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/cache": "1.6.0-beta.16",
|
||||
"@nocobase/database": "1.6.0-beta.16",
|
||||
"@nocobase/resourcer": "1.6.0-beta.16"
|
||||
"@nocobase/cache": "1.6.0-beta.17",
|
||||
"@nocobase/database": "1.6.0-beta.17",
|
||||
"@nocobase/resourcer": "1.6.0-beta.17"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "@nocobase/app",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/database": "1.6.0-beta.16",
|
||||
"@nocobase/preset-nocobase": "1.6.0-beta.16",
|
||||
"@nocobase/server": "1.6.0-beta.16"
|
||||
"@nocobase/database": "1.6.0-beta.17",
|
||||
"@nocobase/preset-nocobase": "1.6.0-beta.17",
|
||||
"@nocobase/server": "1.6.0-beta.17"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nocobase/client": "1.6.0-beta.16"
|
||||
"@nocobase/client": "1.6.0-beta.17"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "@nocobase/auth",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/actions": "1.6.0-beta.16",
|
||||
"@nocobase/cache": "1.6.0-beta.16",
|
||||
"@nocobase/database": "1.6.0-beta.16",
|
||||
"@nocobase/resourcer": "1.6.0-beta.16",
|
||||
"@nocobase/utils": "1.6.0-beta.16",
|
||||
"@nocobase/actions": "1.6.0-beta.17",
|
||||
"@nocobase/cache": "1.6.0-beta.17",
|
||||
"@nocobase/database": "1.6.0-beta.17",
|
||||
"@nocobase/resourcer": "1.6.0-beta.17",
|
||||
"@nocobase/utils": "1.6.0-beta.17",
|
||||
"@types/jsonwebtoken": "^8.5.8",
|
||||
"jsonwebtoken": "^8.5.1"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/build",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/cli",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./src/index.js",
|
||||
@ -8,7 +8,7 @@
|
||||
"nocobase": "./bin/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nocobase/app": "1.6.0-beta.16",
|
||||
"@nocobase/app": "1.6.0-beta.17",
|
||||
"@types/fs-extra": "^11.0.1",
|
||||
"@umijs/utils": "3.5.20",
|
||||
"chalk": "^4.1.1",
|
||||
@ -25,7 +25,7 @@
|
||||
"tsx": "^4.19.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nocobase/devtools": "1.6.0-beta.16"
|
||||
"@nocobase/devtools": "1.6.0-beta.17"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/client",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.mjs",
|
||||
@ -27,9 +27,9 @@
|
||||
"@formily/reactive-react": "^2.2.27",
|
||||
"@formily/shared": "^2.2.27",
|
||||
"@formily/validator": "^2.2.27",
|
||||
"@nocobase/evaluators": "1.6.0-beta.16",
|
||||
"@nocobase/sdk": "1.6.0-beta.16",
|
||||
"@nocobase/utils": "1.6.0-beta.16",
|
||||
"@nocobase/evaluators": "1.6.0-beta.17",
|
||||
"@nocobase/sdk": "1.6.0-beta.17",
|
||||
"@nocobase/utils": "1.6.0-beta.17",
|
||||
"ahooks": "^3.7.2",
|
||||
"antd": "5.12.8",
|
||||
"antd-style": "3.7.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-nocobase-app",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "src/index.js",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
|
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "@nocobase/data-source-manager",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/actions": "1.6.0-beta.16",
|
||||
"@nocobase/cache": "1.6.0-beta.16",
|
||||
"@nocobase/database": "1.6.0-beta.16",
|
||||
"@nocobase/resourcer": "1.6.0-beta.16",
|
||||
"@nocobase/utils": "1.6.0-beta.16",
|
||||
"@nocobase/actions": "1.6.0-beta.17",
|
||||
"@nocobase/cache": "1.6.0-beta.17",
|
||||
"@nocobase/database": "1.6.0-beta.17",
|
||||
"@nocobase/resourcer": "1.6.0-beta.17",
|
||||
"@nocobase/utils": "1.6.0-beta.17",
|
||||
"@types/jsonwebtoken": "^8.5.8",
|
||||
"jsonwebtoken": "^8.5.1"
|
||||
},
|
||||
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@nocobase/database",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"description": "",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"@nocobase/logger": "1.6.0-beta.16",
|
||||
"@nocobase/utils": "1.6.0-beta.16",
|
||||
"@nocobase/logger": "1.6.0-beta.17",
|
||||
"@nocobase/utils": "1.6.0-beta.17",
|
||||
"async-mutex": "^0.3.2",
|
||||
"chalk": "^4.1.1",
|
||||
"cron-parser": "4.4.0",
|
||||
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@nocobase/devtools",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./src/index.js",
|
||||
"dependencies": {
|
||||
"@nocobase/build": "1.6.0-beta.16",
|
||||
"@nocobase/client": "1.6.0-beta.16",
|
||||
"@nocobase/test": "1.6.0-beta.16",
|
||||
"@nocobase/build": "1.6.0-beta.17",
|
||||
"@nocobase/client": "1.6.0-beta.17",
|
||||
"@nocobase/test": "1.6.0-beta.17",
|
||||
"@types/koa": "^2.15.0",
|
||||
"@types/koa-bodyparser": "^4.3.4",
|
||||
"@types/lodash": "^4.14.177",
|
||||
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@nocobase/evaluators",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"description": "",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"@formulajs/formulajs": "4.4.9",
|
||||
"@nocobase/utils": "1.6.0-beta.16",
|
||||
"@nocobase/utils": "1.6.0-beta.17",
|
||||
"mathjs": "^10.6.0"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "@nocobase/lock-manager",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "lib/index.js",
|
||||
"license": "AGPL-3.0",
|
||||
"devDependencies": {
|
||||
"@nocobase/utils": "1.6.0-beta.16",
|
||||
"@nocobase/utils": "1.6.0-beta.17",
|
||||
"async-mutex": "^0.5.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/logger",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"description": "nocobase logging library",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@nocobase/resourcer",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"description": "",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"@nocobase/utils": "1.6.0-beta.16",
|
||||
"@nocobase/utils": "1.6.0-beta.17",
|
||||
"deepmerge": "^4.2.2",
|
||||
"koa-compose": "^4.1.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/sdk",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/server",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "AGPL-3.0",
|
||||
@ -10,19 +10,19 @@
|
||||
"@koa/cors": "^5.0.0",
|
||||
"@koa/multer": "^3.0.2",
|
||||
"@koa/router": "^9.4.0",
|
||||
"@nocobase/acl": "1.6.0-beta.16",
|
||||
"@nocobase/actions": "1.6.0-beta.16",
|
||||
"@nocobase/auth": "1.6.0-beta.16",
|
||||
"@nocobase/cache": "1.6.0-beta.16",
|
||||
"@nocobase/data-source-manager": "1.6.0-beta.16",
|
||||
"@nocobase/database": "1.6.0-beta.16",
|
||||
"@nocobase/evaluators": "1.6.0-beta.16",
|
||||
"@nocobase/lock-manager": "1.6.0-beta.16",
|
||||
"@nocobase/logger": "1.6.0-beta.16",
|
||||
"@nocobase/resourcer": "1.6.0-beta.16",
|
||||
"@nocobase/sdk": "1.6.0-beta.16",
|
||||
"@nocobase/telemetry": "1.6.0-beta.16",
|
||||
"@nocobase/utils": "1.6.0-beta.16",
|
||||
"@nocobase/acl": "1.6.0-beta.17",
|
||||
"@nocobase/actions": "1.6.0-beta.17",
|
||||
"@nocobase/auth": "1.6.0-beta.17",
|
||||
"@nocobase/cache": "1.6.0-beta.17",
|
||||
"@nocobase/data-source-manager": "1.6.0-beta.17",
|
||||
"@nocobase/database": "1.6.0-beta.17",
|
||||
"@nocobase/evaluators": "1.6.0-beta.17",
|
||||
"@nocobase/lock-manager": "1.6.0-beta.17",
|
||||
"@nocobase/logger": "1.6.0-beta.17",
|
||||
"@nocobase/resourcer": "1.6.0-beta.17",
|
||||
"@nocobase/sdk": "1.6.0-beta.17",
|
||||
"@nocobase/telemetry": "1.6.0-beta.17",
|
||||
"@nocobase/utils": "1.6.0-beta.17",
|
||||
"@types/decompress": "4.2.7",
|
||||
"@types/ini": "^1.3.31",
|
||||
"@types/koa-send": "^4.1.3",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/telemetry",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"description": "nocobase telemetry library",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
@ -11,7 +11,7 @@
|
||||
"directory": "packages/telemetry"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nocobase/utils": "1.6.0-beta.16",
|
||||
"@nocobase/utils": "1.6.0-beta.17",
|
||||
"@opentelemetry/api": "^1.7.0",
|
||||
"@opentelemetry/instrumentation": "^0.46.0",
|
||||
"@opentelemetry/resources": "^1.19.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/test",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "lib/index.js",
|
||||
"module": "./src/index.ts",
|
||||
"types": "./lib/index.d.ts",
|
||||
@ -51,7 +51,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@faker-js/faker": "8.1.0",
|
||||
"@nocobase/server": "1.6.0-beta.16",
|
||||
"@nocobase/server": "1.6.0-beta.17",
|
||||
"@playwright/test": "^1.45.3",
|
||||
"@testing-library/jest-dom": "^6.4.2",
|
||||
"@testing-library/react": "^14.0.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/utils",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "AGPL-3.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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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-custom-request",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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-action-duplicate",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/action-duplicate",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-duplicate",
|
||||
|
@ -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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/action-export",
|
||||
|
@ -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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/action-import",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-action-print",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/action-print",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/action-print",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "AI 集成",
|
||||
"description": "Support integration with AI services, providing AI-related workflow nodes to enhance business processing capabilities.",
|
||||
"description.zh-CN": "支持接入 AI 服务,提供 AI 相关的工作流节点,增强业务处理能力。",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "1.x",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-api-doc",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/api-keys",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "异步任务管理器",
|
||||
"description": "Manage and monitor asynchronous tasks such as data import/export. Support task progress tracking and notification.",
|
||||
"description.zh-CN": "管理和监控数据导入导出等异步任务。支持任务进度跟踪和通知。",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "1.x",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-audit-logs",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"displayName": "Audit logs (deprecated)",
|
||||
"displayName.zh-CN": "审计日志(废弃)",
|
||||
"description": "This plugin is deprecated. There will be a new audit log plugin in the future.",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "认证:短信",
|
||||
"description": "SMS authentication.",
|
||||
"description.zh-CN": "通过短信验证码认证身份。",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/auth-sms",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/auth-sms",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-auth",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/backup-restore",
|
||||
|
@ -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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/block-iframe",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-block-workbench",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"displayName": "Block: Action panel",
|
||||
"displayName.zh-CN": "区块:操作面板",
|
||||
"description": "Centrally manages and displays various actions, allowing users to efficiently perform tasks. It supports extensibility, with current action types including pop-ups, links, scanning, and custom requests.",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-calendar",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "图表(废弃)",
|
||||
"description": "The plugin has been deprecated, please use the data visualization plugin instead.",
|
||||
"description.zh-CN": "已废弃插件,请使用数据可视化插件代替。",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "./dist/server/index.js",
|
||||
"license": "AGPL-3.0",
|
||||
"devDependencies": {
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "WEB 客户端",
|
||||
"description": "Provides a client interface for the NocoBase server",
|
||||
"description.zh-CN": "为 NocoBase 服务端提供客户端界面",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "./dist/server/index.js",
|
||||
"license": "AGPL-3.0",
|
||||
"devDependencies": {
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "数据表: SQL",
|
||||
"description": "Provides SQL collection template",
|
||||
"description.zh-CN": "提供 SQL 数据表模板",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"homepage": "https://docs-cn.nocobase.com/handbook/collection-sql",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/collection-sql",
|
||||
"main": "dist/server/index.js",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-collection-tree",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"displayName": "Collection: Tree",
|
||||
"displayName.zh-CN": "数据表:树",
|
||||
"description": "Provides tree collection template",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "数据源:主数据库",
|
||||
"description": "NocoBase main database, supports relational databases such as PostgreSQL, MySQL, MariaDB and so on.",
|
||||
"description.zh-CN": "NocoBase 主数据库,支持 PostgreSQL、MySQL、MariaDB 等关系型数据库。",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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-data-source-manager",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "dist/server/index.js",
|
||||
"displayName": "Data source manager",
|
||||
"displayName.zh-CN": "数据源管理",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-data-visualization",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "./dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "1.x",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-environment-variables",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "1.x",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "错误处理器",
|
||||
"description": "Handling application errors and exceptions.",
|
||||
"description.zh-CN": "处理应用程序中的错误和异常。",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"devDependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-field-china-region",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"displayName": "Collection field: 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": "数据表字段:公式",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/field-formula",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "数据表字段:多对多 (数组)",
|
||||
"description": "Allows to create many to many relationships between two models by storing an array of unique keys of the target model.",
|
||||
"description.zh-CN": "支持通过在数组中存储目标表唯一键的方式建立多对多关系。",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "1.x",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "数据表字段:Markdown(Vditor)",
|
||||
"description": "Used to store Markdown and render it using Vditor editor, supports common Markdown syntax such as list, code, quote, etc., and supports uploading images, recordings, etc.It also allows for instant rendering, where what you see is what you get.",
|
||||
"description.zh-CN": "用于存储 Markdown,并使用 Vditor 编辑器渲染,支持常见 Markdown 语法,如列表,代码,引用等,并支持上传图片,录音等。同时可以做到即时渲染,所见即所得。",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/field-markdown-vditor",
|
||||
|
@ -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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/field-sequence",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-field-sort",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"license": "AGPL-3.0",
|
||||
"displayName": "Collection field: Sort",
|
||||
"displayName.zh-CN": "数据表字段:排序",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-file-manager",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"displayName": "File manager",
|
||||
"displayName.zh-CN": "文件管理器",
|
||||
"description": "Provides files storage services with files collection template and attachment field.",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-gantt",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/graph-collection-manager",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-kanban",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"description": "Map block, support Gaode map and Google map, you can also extend more map types.",
|
||||
"description.zh-CN": "地图区块,支持高德地图和 Google 地图,你也可以扩展更多地图类型。",
|
||||
"license": "AGPL-3.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-mobile-client",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/mobile-client",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/mobile-client",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-mobile",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/mobile",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/mobile",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "@nocobase/plugin-mock-collections",
|
||||
"displayName": "mock-collections",
|
||||
"description": "mock-collections",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "./dist/server/index.js",
|
||||
"devDependencies": {
|
||||
"@formily/react": "2.x",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-notification-email",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"displayName": "Notification: Email",
|
||||
"displayName.zh-CN": "通知:电子邮件",
|
||||
"description": "Used for sending email notifications with built-in SMTP transport.",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-notification-in-app-message",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"displayName": "Notification: In-app message",
|
||||
"displayName.zh-CN": "通知:站内信",
|
||||
"description": "It supports users in receiving real-time message notifications within the NocoBase application.",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"description": "Provides a unified management service that includes channel configuration, logging, and other features, supporting the configuration of various notification channels, including in-app message and email.",
|
||||
"displayName.zh-CN": "通知管理",
|
||||
"description.zh-CN": "提供统一的管理服务,涵盖渠道配置、日志记录等功能,支持多种通知渠道的配置,包括站内信和电子邮件等。",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"homepage": "https://docs.nocobase.com/handbook/notification-manager",
|
||||
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/notification-manager",
|
||||
"main": "dist/server/index.js",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-notifications",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-public-forms",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "dist/server/index.js",
|
||||
"displayName": "Public forms",
|
||||
"displayName.zh-CN": "公开表单",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-sample-hello",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "./dist/server/index.js",
|
||||
"displayName": "Hello",
|
||||
"displayName.zh-CN": "Hello",
|
||||
|
@ -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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "UI schema 存储服务",
|
||||
"description": "Provides centralized UI schema storage service.",
|
||||
"description.zh-CN": "提供中心化的 UI schema 存储服务。",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "Reigster and manage extensible user data synchronization sources, with HTTP API provided by default. Support for synchronizing data to resources such as users and departments.",
|
||||
"description.zh-CN": "注册和管理可扩展的用户数据同步来源,默认提供 HTTP API。支持向用户和部门等资源同步数据。",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "1.x",
|
||||
|
@ -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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/verification",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "工作流:操作后事件",
|
||||
"description": "Triggered after the completion of a request initiated through an action button or API, such as after adding, updating, deleting data, or \"submit to workflow\". Suitable for data processing, sending notifications, etc., after actions are completed.",
|
||||
"description.zh-CN": "通过操作按钮或 API 发起请求并在执行完成后触发,比如新增、更新、删除数据或者“提交至工作流”之后。适用于在操作完成后进行数据处理、发送通知等。",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "Send email in workflow.",
|
||||
"description.zh-CN": "可用于在工作流中发送电子邮件。",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/workflow-smtp-mailer",
|
||||
|
@ -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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "Send notification in workflow.",
|
||||
"description.zh-CN": "可用于在工作流中发送各类通知。",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"homepage": "https://docs.nocobase.com/handbook/workflow-smtp-mailer",
|
||||
|
@ -4,7 +4,7 @@
|
||||
"displayName.zh-CN": "工作流:并行分支节点",
|
||||
"description": "Could be used for parallel execution of branch processes in the workflow.",
|
||||
"description.zh-CN": "用于在工作流中需要并行执行的分支流程。",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"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": "1.6.0-beta.16"
|
||||
"@nocobase/plugin-workflow-test": "1.6.0-beta.17"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ant-design/icons": "5.x",
|
||||
|
@ -1,80 +1,80 @@
|
||||
{
|
||||
"name": "@nocobase/preset-nocobase",
|
||||
"version": "1.6.0-beta.16",
|
||||
"version": "1.6.0-beta.17",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/server/index.js",
|
||||
"dependencies": {
|
||||
"@formily/json-schema": "2.x",
|
||||
"@nocobase/plugin-acl": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-action-bulk-edit": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-action-bulk-update": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-action-custom-request": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-action-duplicate": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-action-export": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-action-import": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-action-print": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-api-doc": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-api-keys": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-async-task-manager": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-audit-logs": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-auth": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-auth-sms": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-ai": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-backup-restore": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-block-iframe": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-block-workbench": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-calendar": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-charts": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-client": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-collection-sql": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-collection-tree": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-data-source-main": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-data-source-manager": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-data-visualization": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-environment-variables": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-error-handler": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-field-china-region": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-field-formula": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-field-m2m-array": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-field-markdown-vditor": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-field-sequence": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-field-sort": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-file-manager": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-gantt": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-graph-collection-manager": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-kanban": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-localization": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-logger": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-map": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-mobile": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-mobile-client": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-mock-collections": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-multi-app-manager": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-multi-app-share-collection": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-notification-email": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-notification-in-app-message": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-notification-manager": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-public-forms": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-snapshot-field": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-system-settings": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-theme-editor": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-ui-schema-storage": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-user-data-sync": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-users": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-verification": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-workflow": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-workflow-action-trigger": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-workflow-aggregate": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-workflow-delay": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-workflow-dynamic-calculation": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-workflow-loop": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-workflow-mailer": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-workflow-manual": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-workflow-notification": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-workflow-parallel": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-workflow-request": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-workflow-sql": "1.6.0-beta.16",
|
||||
"@nocobase/server": "1.6.0-beta.16",
|
||||
"@nocobase/plugin-acl": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-action-bulk-edit": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-action-bulk-update": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-action-custom-request": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-action-duplicate": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-action-export": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-action-import": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-action-print": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-ai": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-api-doc": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-api-keys": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-async-task-manager": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-audit-logs": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-auth": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-auth-sms": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-backup-restore": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-block-iframe": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-block-workbench": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-calendar": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-charts": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-client": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-collection-sql": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-collection-tree": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-data-source-main": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-data-source-manager": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-data-visualization": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-environment-variables": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-error-handler": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-field-china-region": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-field-formula": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-field-m2m-array": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-field-markdown-vditor": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-field-sequence": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-field-sort": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-file-manager": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-gantt": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-graph-collection-manager": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-kanban": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-localization": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-logger": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-map": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-mobile": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-mobile-client": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-mock-collections": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-multi-app-manager": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-multi-app-share-collection": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-notification-email": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-notification-in-app-message": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-notification-manager": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-public-forms": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-snapshot-field": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-system-settings": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-theme-editor": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-ui-schema-storage": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-user-data-sync": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-users": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-verification": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-workflow": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-workflow-action-trigger": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-workflow-aggregate": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-workflow-delay": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-workflow-dynamic-calculation": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-workflow-loop": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-workflow-mailer": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-workflow-manual": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-workflow-notification": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-workflow-parallel": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-workflow-request": "1.6.0-beta.17",
|
||||
"@nocobase/plugin-workflow-sql": "1.6.0-beta.17",
|
||||
"@nocobase/server": "1.6.0-beta.17",
|
||||
"cronstrue": "^2.11.0",
|
||||
"fs-extra": "^11.1.1"
|
||||
},
|
||||
|
265
yarn.lock
265
yarn.lock
@ -262,48 +262,51 @@
|
||||
"@antv/g2" "^5.1.9"
|
||||
"@antv/g2-extension-plot" "^0.1.1"
|
||||
|
||||
"@ant-design/pro-layout@^7.16.11":
|
||||
version "7.17.16"
|
||||
resolved "https://registry.npmmirror.com/@ant-design/pro-layout/-/pro-layout-7.17.16.tgz#124d87d4b602994a395de34caf814304e2c4b72a"
|
||||
integrity sha512-nBQbAJEUkGqQNBqT30FcbcNXHepxySj/O7est1+2iXPXeVeyQYLHBJXcdvCrUrMty6ev3loG8K+6L3DXQkJ/5Q==
|
||||
"@ant-design/pro-layout@^7.22.1":
|
||||
version "7.22.3"
|
||||
resolved "https://registry.npmmirror.com/@ant-design/pro-layout/-/pro-layout-7.22.3.tgz#0b4b93f16674f59ac0214a65362857968a3e2f92"
|
||||
integrity sha512-di/EOMDuoMDRjBweqesYyCxEYr2LCmO82y6A4bSwmmJ6ehxN7HGC73Wx4RuBkzDR7kHLTOXt7WxI6875ENT8mg==
|
||||
dependencies:
|
||||
"@ant-design/cssinjs" "^1.21.1"
|
||||
"@ant-design/icons" "^5.0.0"
|
||||
"@ant-design/pro-provider" "2.13.5"
|
||||
"@ant-design/pro-utils" "2.15.2"
|
||||
"@ant-design/pro-provider" "2.15.3"
|
||||
"@ant-design/pro-utils" "2.16.4"
|
||||
"@babel/runtime" "^7.18.0"
|
||||
"@umijs/route-utils" "^4.0.0"
|
||||
"@umijs/use-params" "^1.0.9"
|
||||
classnames "^2.3.2"
|
||||
lodash.merge "^4.6.2"
|
||||
omit.js "^2.0.2"
|
||||
path-to-regexp "2.4.0"
|
||||
lodash "^4.17.21"
|
||||
lodash-es "^4.17.21"
|
||||
path-to-regexp "8.2.0"
|
||||
rc-resize-observer "^1.1.0"
|
||||
rc-util "^5.0.6"
|
||||
swr "^2.0.0"
|
||||
warning "^4.0.3"
|
||||
|
||||
"@ant-design/pro-provider@2.13.5":
|
||||
version "2.13.5"
|
||||
resolved "https://registry.npmmirror.com/@ant-design/pro-provider/-/pro-provider-2.13.5.tgz#4f2a14ec21a014fc334e8a56741433ff06b02be6"
|
||||
integrity sha512-ZVmzY2cq4nUvgmAlfgyCAaSZYV2l3n/upIQPXPj8sYcT+N/Pt1CeSVkkgW6By3EqokF6apWdIFU7hZMK2rNhrg==
|
||||
"@ant-design/pro-provider@2.15.3":
|
||||
version "2.15.3"
|
||||
resolved "https://registry.npmmirror.com/@ant-design/pro-provider/-/pro-provider-2.15.3.tgz#f0cc4272a2170ce6b9dcb69bf209fb5c4ee5446b"
|
||||
integrity sha512-jUBCuRrhAXNMumSZ++704/zEg/7U1k2N3jMVBgtirvVaCAk5O9iZQKK4W3O3LRFc+D8yO16sXjsxhawvdGL4cA==
|
||||
dependencies:
|
||||
"@ant-design/cssinjs" "^1.11.1"
|
||||
"@ant-design/cssinjs" "^1.21.1"
|
||||
"@babel/runtime" "^7.18.0"
|
||||
"@ctrl/tinycolor" "^3.4.0"
|
||||
dayjs "^1.11.10"
|
||||
rc-util "^5.0.1"
|
||||
swr "^2.0.0"
|
||||
|
||||
"@ant-design/pro-utils@2.15.2":
|
||||
version "2.15.2"
|
||||
resolved "https://registry.npmmirror.com/@ant-design/pro-utils/-/pro-utils-2.15.2.tgz#d8a6cdd506842ea0d6d6cabb85e2e247bc096977"
|
||||
integrity sha512-kzMT658CGrQqoihKPlZhbnRioovwMhM59vqqVXuT6A+IuyxJhs5pxN73C6sN2+ZoeYCo/Gewnfn9v1/2vHU2Zg==
|
||||
"@ant-design/pro-utils@2.16.4":
|
||||
version "2.16.4"
|
||||
resolved "https://registry.npmmirror.com/@ant-design/pro-utils/-/pro-utils-2.16.4.tgz#d6d93e85d52f481965a8d704f7785c6c529aba7c"
|
||||
integrity sha512-PFxqF0fsUsLj8ORvJSuMgVv9NDHwAxZaglzPN/u3jZX7rWYcrHD04EMJEXooZaSyT6Q4+j7SqXDx6oBsdb9zNw==
|
||||
dependencies:
|
||||
"@ant-design/icons" "^5.0.0"
|
||||
"@ant-design/pro-provider" "2.13.5"
|
||||
"@ant-design/pro-provider" "2.15.3"
|
||||
"@babel/runtime" "^7.18.0"
|
||||
classnames "^2.3.2"
|
||||
dayjs "^1.11.10"
|
||||
lodash.merge "^4.6.2"
|
||||
lodash "^4.17.21"
|
||||
lodash-es "^4.17.21"
|
||||
rc-util "^5.0.6"
|
||||
safe-stable-stringify "^2.4.3"
|
||||
swr "^2.0.0"
|
||||
@ -3513,6 +3516,11 @@
|
||||
to-gfm-code-block "^0.1.1"
|
||||
uuid "^9.0.1"
|
||||
|
||||
"@cfworker/json-schema@^4.0.2":
|
||||
version "4.1.1"
|
||||
resolved "https://registry.npmmirror.com/@cfworker/json-schema/-/json-schema-4.1.1.tgz#4a2a3947ee9fa7b7c24be981422831b8674c3be6"
|
||||
integrity sha512-gAmrUZSGtKc3AiBL71iNWxDsyUC5uMaKKGdvzYsBoTW/xi42JQHl7eKV2OYzCUqvc+D2RCcf7EXY2iCyFIk6og==
|
||||
|
||||
"@codemirror/autocomplete@^6.0.0":
|
||||
version "6.18.6"
|
||||
resolved "https://registry.npmmirror.com/@codemirror/autocomplete/-/autocomplete-6.18.6.tgz#de26e864a1ec8192a1b241eb86addbb612964ddb"
|
||||
@ -5566,6 +5574,52 @@
|
||||
methods "^1.1.2"
|
||||
path-to-regexp "^6.1.0"
|
||||
|
||||
"@langchain/core@^0.3.39":
|
||||
version "0.3.42"
|
||||
resolved "https://registry.npmmirror.com/@langchain/core/-/core-0.3.42.tgz#f1fa38425626d8efe9fe2ee51d36c91506632363"
|
||||
integrity sha512-pT/jC5lqWK3YGDq8dQwgKoa6anqAhMtG1x5JbnrOj9NdaLeBbCKBDQ+/Ykzk3nZ8o+0UMsaXNZo7IVL83VVjHg==
|
||||
dependencies:
|
||||
"@cfworker/json-schema" "^4.0.2"
|
||||
ansi-styles "^5.0.0"
|
||||
camelcase "6"
|
||||
decamelize "1.2.0"
|
||||
js-tiktoken "^1.0.12"
|
||||
langsmith ">=0.2.8 <0.4.0"
|
||||
mustache "^4.2.0"
|
||||
p-queue "^6.6.2"
|
||||
p-retry "4"
|
||||
uuid "^10.0.0"
|
||||
zod "^3.22.4"
|
||||
zod-to-json-schema "^3.22.3"
|
||||
|
||||
"@langchain/deepseek@^0.0.1":
|
||||
version "0.0.1"
|
||||
resolved "https://registry.npmmirror.com/@langchain/deepseek/-/deepseek-0.0.1.tgz#dcfd06dd65abb77fc176745d80d65e966dfc5ffc"
|
||||
integrity sha512-jgrbitvV4p7Kqo/Fyni9coCliNXUrJ2XChdR8eHvQg3RL+w13DIQjJn2mrkCrb7v6Is1rI7It2x3yIbADL71Yg==
|
||||
dependencies:
|
||||
"@langchain/openai" "^0.4.2"
|
||||
zod "^3.24.1"
|
||||
|
||||
"@langchain/ollama@^0.2.0":
|
||||
version "0.2.0"
|
||||
resolved "https://registry.npmmirror.com/@langchain/ollama/-/ollama-0.2.0.tgz#43b3c90e9bd82256e26b70edf37304694aeaf5d1"
|
||||
integrity sha512-jLlYFqt+nbhaJKLakk7lRTWHZJ7wHeJLM6yuv4jToQ8zPzpL//372+MjggDoW0mnw8ofysg1T2C6mEJspKJtiA==
|
||||
dependencies:
|
||||
ollama "^0.5.12"
|
||||
uuid "^10.0.0"
|
||||
zod "^3.24.1"
|
||||
zod-to-json-schema "^3.24.1"
|
||||
|
||||
"@langchain/openai@^0.4.2", "@langchain/openai@^0.4.3":
|
||||
version "0.4.4"
|
||||
resolved "https://registry.npmmirror.com/@langchain/openai/-/openai-0.4.4.tgz#1832420495c53c28aa4e6515583bad8f0b83a637"
|
||||
integrity sha512-UZybJeMd8+UX7Kn47kuFYfqKdBCeBUWNqDtmAr6ZUIMMnlsNIb6MkrEEhGgAEjGCpdT4CU8U/DyyddTz+JayOQ==
|
||||
dependencies:
|
||||
js-tiktoken "^1.0.12"
|
||||
openai "^4.77.0"
|
||||
zod "^3.22.4"
|
||||
zod-to-json-schema "^3.22.3"
|
||||
|
||||
"@ldapjs/asn1@2.0.0", "@ldapjs/asn1@^2.0.0":
|
||||
version "2.0.0"
|
||||
resolved "https://registry.npmmirror.com/@ldapjs/asn1/-/asn1-2.0.0.tgz#e25fa38fcf0b4310275d6a5a05fe4603efef5eb4"
|
||||
@ -9348,6 +9402,14 @@
|
||||
dependencies:
|
||||
"@types/express" "*"
|
||||
|
||||
"@types/node-fetch@^2.6.4":
|
||||
version "2.6.12"
|
||||
resolved "https://registry.npmmirror.com/@types/node-fetch/-/node-fetch-2.6.12.tgz#8ab5c3ef8330f13100a7479e2cd56d3386830a03"
|
||||
integrity sha512-8nneRWKCg3rMtF69nLQJnOYUcbafYeFSjqkw3jCRLsqkWFlHaoQrr5mXmofFGOx3DKn7UfmBMyov8ySvLRVldA==
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
form-data "^4.0.0"
|
||||
|
||||
"@types/node-xlsx@^0.15.1":
|
||||
version "0.15.3"
|
||||
resolved "https://registry.npmmirror.com/@types/node-xlsx/-/node-xlsx-0.15.3.tgz#675e5f91868b6c76c0bd3234fb84e4b55b807b1c"
|
||||
@ -9389,6 +9451,13 @@
|
||||
resolved "https://registry.npmmirror.com/@types/node/-/node-17.0.45.tgz#2c0fafd78705e7a18b7906b5201a522719dc5190"
|
||||
integrity sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==
|
||||
|
||||
"@types/node@^18.11.18":
|
||||
version "18.19.79"
|
||||
resolved "https://registry.npmmirror.com/@types/node/-/node-18.19.79.tgz#82fde7ac17809f4738a494b22273f0f7e6754f6e"
|
||||
integrity sha512-90K8Oayimbctc5zTPHPfZloc/lGVs7f3phUAAMcTgEPtg8kKquGZDERC8K4vkBYkQQh48msiYUslYtxTWvqcAg==
|
||||
dependencies:
|
||||
undici-types "~5.26.4"
|
||||
|
||||
"@types/nodemailer@6.4.4":
|
||||
version "6.4.4"
|
||||
resolved "https://registry.npmmirror.com/@types/nodemailer/-/nodemailer-6.4.4.tgz#c265f7e7a51df587597b3a49a023acaf0c741f4b"
|
||||
@ -9525,6 +9594,11 @@
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
|
||||
"@types/retry@0.12.0":
|
||||
version "0.12.0"
|
||||
resolved "https://registry.npmmirror.com/@types/retry/-/retry-0.12.0.tgz#2b35eccfcee7d38cd72ad99232fbd58bffb3c84d"
|
||||
integrity sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==
|
||||
|
||||
"@types/sax@^1.2.1":
|
||||
version "1.2.7"
|
||||
resolved "https://registry.npmmirror.com/@types/sax/-/sax-1.2.7.tgz#ba5fe7df9aa9c89b6dff7688a19023dd2963091d"
|
||||
@ -9652,6 +9726,11 @@
|
||||
resolved "https://registry.npmmirror.com/@types/unist/-/unist-2.0.10.tgz#04ffa7f406ab628f7f7e97ca23e290cd8ab15efc"
|
||||
integrity sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==
|
||||
|
||||
"@types/uuid@^10.0.0":
|
||||
version "10.0.0"
|
||||
resolved "https://registry.npmmirror.com/@types/uuid/-/uuid-10.0.0.tgz#e9c07fe50da0f53dc24970cca94d619ff03f6f6d"
|
||||
integrity sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==
|
||||
|
||||
"@types/validator@^13.7.17":
|
||||
version "13.11.7"
|
||||
resolved "https://registry.npmmirror.com/@types/validator/-/validator-13.11.7.tgz#99e19760297667ae46b7069ec8b96cbfe0a08b98"
|
||||
@ -10564,6 +10643,13 @@ agentkeepalive@^4.1.3:
|
||||
dependencies:
|
||||
humanize-ms "^1.2.1"
|
||||
|
||||
agentkeepalive@^4.2.1:
|
||||
version "4.6.0"
|
||||
resolved "https://registry.npmmirror.com/agentkeepalive/-/agentkeepalive-4.6.0.tgz#35f73e94b3f40bf65f105219c623ad19c136ea6a"
|
||||
integrity sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==
|
||||
dependencies:
|
||||
humanize-ms "^1.2.1"
|
||||
|
||||
aggregate-error@^3.0.0:
|
||||
version "3.1.0"
|
||||
resolved "https://registry.npmmirror.com/aggregate-error/-/aggregate-error-3.1.0.tgz#92670ff50f5359bdb7a3e0d40d0ec30c5737687a"
|
||||
@ -11796,7 +11882,7 @@ base64-arraybuffer@^1.0.2:
|
||||
resolved "https://registry.npmmirror.com/base64-arraybuffer/-/base64-arraybuffer-1.0.2.tgz#1c37589a7c4b0746e34bd1feb951da2df01c1bdc"
|
||||
integrity sha512-I3yl4r9QB5ZRY3XuJVEPfc2XhZO6YweFPI+UovAzn+8/hb3oJ6lnysaFcjVpkCPfVWFUDvoZ8kmVDP7WyRtYtQ==
|
||||
|
||||
base64-js@^1.0.2, base64-js@^1.3.0, base64-js@^1.3.1:
|
||||
base64-js@^1.0.2, base64-js@^1.3.0, base64-js@^1.3.1, base64-js@^1.5.1:
|
||||
version "1.5.1"
|
||||
resolved "https://registry.npmmirror.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
|
||||
integrity sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==
|
||||
@ -12564,6 +12650,11 @@ camelcase-keys@^6.2.2:
|
||||
map-obj "^4.0.0"
|
||||
quick-lru "^4.0.1"
|
||||
|
||||
camelcase@6, camelcase@^6.2.0:
|
||||
version "6.3.0"
|
||||
resolved "https://registry.npmmirror.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
|
||||
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
|
||||
|
||||
camelcase@^1.0.2:
|
||||
version "1.2.1"
|
||||
resolved "https://registry.npmmirror.com/camelcase/-/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39"
|
||||
@ -12584,11 +12675,6 @@ camelcase@^5.0.0, camelcase@^5.3.1:
|
||||
resolved "https://registry.npmmirror.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320"
|
||||
integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
||||
|
||||
camelcase@^6.2.0:
|
||||
version "6.3.0"
|
||||
resolved "https://registry.npmmirror.com/camelcase/-/camelcase-6.3.0.tgz#5685b95eb209ac9c0c177467778c9c84df58ba9a"
|
||||
integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==
|
||||
|
||||
camelize@^1.0.0:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.npmmirror.com/camelize/-/camelize-1.0.1.tgz#89b7e16884056331a35d6b5ad064332c91daa6c3"
|
||||
@ -13554,6 +13640,13 @@ console-control-strings@^1.0.0, console-control-strings@^1.1.0, console-control-
|
||||
resolved "https://registry.npmmirror.com/console-control-strings/-/console-control-strings-1.1.0.tgz#3d7cf4464db6446ea644bf4b39507f9851008e8e"
|
||||
integrity sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==
|
||||
|
||||
console-table-printer@^2.12.1:
|
||||
version "2.12.1"
|
||||
resolved "https://registry.npmmirror.com/console-table-printer/-/console-table-printer-2.12.1.tgz#4a9646537a246a6d8de57075d4fae1e08abae267"
|
||||
integrity sha512-wKGOQRRvdnd89pCeH96e2Fn4wkbenSP6LMHfjfyNLMbGuHEFbMqQNuxXqd0oXG9caIOQ1FTvc5Uijp9/4jujnQ==
|
||||
dependencies:
|
||||
simple-wcswidth "^1.0.1"
|
||||
|
||||
constants-browserify@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.npmmirror.com/constants-browserify/-/constants-browserify-1.0.0.tgz#c20b96d8c617748aaf1c16021760cd27fcb8cb75"
|
||||
@ -14821,7 +14914,7 @@ decamelize-keys@^1.1.0:
|
||||
decamelize "^1.1.0"
|
||||
map-obj "^1.0.0"
|
||||
|
||||
decamelize@^1.0.0, decamelize@^1.1.0, decamelize@^1.1.1, decamelize@^1.2.0:
|
||||
decamelize@1.2.0, decamelize@^1.0.0, decamelize@^1.1.0, decamelize@^1.1.1, decamelize@^1.2.0:
|
||||
version "1.2.0"
|
||||
resolved "https://registry.npmmirror.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290"
|
||||
integrity sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==
|
||||
@ -17565,6 +17658,11 @@ fork-ts-checker-webpack-plugin@8.0.0:
|
||||
semver "^7.3.5"
|
||||
tapable "^2.2.1"
|
||||
|
||||
form-data-encoder@1.7.2:
|
||||
version "1.7.2"
|
||||
resolved "https://registry.npmmirror.com/form-data-encoder/-/form-data-encoder-1.7.2.tgz#1f1ae3dccf58ed4690b86d87e4f57c654fbab040"
|
||||
integrity sha512-qfqtYan3rxrnCk1VYaA4H+Ms9xdpPqvLZa6xmMgFvhO32x7/3J/ExcTd6qpxM0vH2GdMI+poehyBZvqfMTto8A==
|
||||
|
||||
form-data@^3.0.0:
|
||||
version "3.0.1"
|
||||
resolved "https://registry.npmmirror.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f"
|
||||
@ -17597,6 +17695,14 @@ format@^0.2.0:
|
||||
resolved "https://registry.npmmirror.com/format/-/format-0.2.2.tgz#d6170107e9efdc4ed30c9dc39016df942b5cb58b"
|
||||
integrity sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==
|
||||
|
||||
formdata-node@^4.3.2:
|
||||
version "4.4.1"
|
||||
resolved "https://registry.npmmirror.com/formdata-node/-/formdata-node-4.4.1.tgz#23f6a5cb9cb55315912cbec4ff7b0f59bbd191e2"
|
||||
integrity sha512-0iirZp3uVDjVGt9p49aTaqjk84TrglENEDuqfdlZQ1roC9CWlPk6Avf8EEnZNcAqPonwkG35x4n3ww/1THYAeQ==
|
||||
dependencies:
|
||||
node-domexception "1.0.0"
|
||||
web-streams-polyfill "4.0.0-beta.3"
|
||||
|
||||
formdata-polyfill@^4.0.10:
|
||||
version "4.0.10"
|
||||
resolved "https://registry.npmmirror.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz#24807c31c9d402e002ab3d8c720144ceb8848423"
|
||||
@ -20633,6 +20739,13 @@ js-md4@^0.3.2:
|
||||
resolved "https://registry.npmmirror.com/js-md4/-/js-md4-0.3.2.tgz#cd3b3dc045b0c404556c81ddb5756c23e59d7cf5"
|
||||
integrity sha512-/GDnfQYsltsjRswQhN9fhv3EMw2sCpUdrdxyWDOUK7eyD++r3gRhzgiQgc/x4MAv2i1iuQ4lxO5mvqM3vj4bwA==
|
||||
|
||||
js-tiktoken@^1.0.12:
|
||||
version "1.0.19"
|
||||
resolved "https://registry.npmmirror.com/js-tiktoken/-/js-tiktoken-1.0.19.tgz#0298b584382f1d47d4b45cb93d382f11780eab78"
|
||||
integrity sha512-XC63YQeEcS47Y53gg950xiZ4IWmkfMe4p2V9OSaBt26q+p47WHn18izuXzSclCI73B7yGqtfRsT6jcZQI0y08g==
|
||||
dependencies:
|
||||
base64-js "^1.5.1"
|
||||
|
||||
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
|
||||
@ -21178,6 +21291,19 @@ kuler@^2.0.0:
|
||||
resolved "https://registry.npmmirror.com/kuler/-/kuler-2.0.0.tgz#e2c570a3800388fb44407e851531c1d670b061b3"
|
||||
integrity sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==
|
||||
|
||||
"langsmith@>=0.2.8 <0.4.0":
|
||||
version "0.3.12"
|
||||
resolved "https://registry.npmmirror.com/langsmith/-/langsmith-0.3.12.tgz#5c0080dc53f14ed655f02065076f844afb261855"
|
||||
integrity sha512-e4qWM27hxEr8GfO6dgXrc3W8La+wxkX1zEtMhxhqS/Th2ujTt5OH7x0uXfXFDqCv9WaC3nquo1Y2s4vpYmLLtg==
|
||||
dependencies:
|
||||
"@types/uuid" "^10.0.0"
|
||||
chalk "^4.1.2"
|
||||
console-table-printer "^2.12.1"
|
||||
p-queue "^6.6.2"
|
||||
p-retry "4"
|
||||
semver "^7.6.3"
|
||||
uuid "^10.0.0"
|
||||
|
||||
last-run@^1.1.0:
|
||||
version "1.1.1"
|
||||
resolved "https://registry.npmmirror.com/last-run/-/last-run-1.1.1.tgz#45b96942c17b1c79c772198259ba943bebf8ca5b"
|
||||
@ -23380,6 +23506,11 @@ multimatch@^5.0.0:
|
||||
arrify "^2.0.1"
|
||||
minimatch "^3.0.4"
|
||||
|
||||
mustache@^4.2.0:
|
||||
version "4.2.0"
|
||||
resolved "https://registry.npmmirror.com/mustache/-/mustache-4.2.0.tgz#e5892324d60a12ec9c2a73359edca52972bf6f64"
|
||||
integrity sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==
|
||||
|
||||
mute-stdout@^1.0.0:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.npmmirror.com/mute-stdout/-/mute-stdout-1.0.1.tgz#acb0300eb4de23a7ddeec014e3e96044b3472331"
|
||||
@ -23557,7 +23688,7 @@ node-addon-api@^4.2.0:
|
||||
resolved "https://registry.npmmirror.com/node-addon-api/-/node-addon-api-4.3.0.tgz#52a1a0b475193e0928e98e0426a0d1254782b77f"
|
||||
integrity sha512-73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==
|
||||
|
||||
node-domexception@^1.0.0:
|
||||
node-domexception@1.0.0, node-domexception@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.npmmirror.com/node-domexception/-/node-domexception-1.0.0.tgz#6888db46a1f71c0b76b3f7555016b63fe64766e5"
|
||||
integrity sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==
|
||||
@ -24198,6 +24329,13 @@ oidc-token-hash@^5.0.3:
|
||||
resolved "https://registry.npmmirror.com/oidc-token-hash/-/oidc-token-hash-5.1.0.tgz#74bda0c35dd9f71ea9ce0db72ce8dabf5f90ef79"
|
||||
integrity sha512-y0W+X7Ppo7oZX6eovsRkuzcSM40Bicg2JEJkDJ4irIt1wsYAP5MLSNv+QAogO8xivMffw/9OvV3um1pxXgt1uA==
|
||||
|
||||
ollama@^0.5.12:
|
||||
version "0.5.14"
|
||||
resolved "https://registry.npmmirror.com/ollama/-/ollama-0.5.14.tgz#bf1b72998491636ee89766bb0e3163e3c50a6970"
|
||||
integrity sha512-pvOuEYa2WkkAumxzJP0RdEYHkbZ64AYyyUszXVX7ruLvk5L+EiO2G71da2GqEQ4IAk4j6eLoUbGk5arzFT1wJA==
|
||||
dependencies:
|
||||
whatwg-fetch "^3.6.20"
|
||||
|
||||
omit-deep@0.3.0:
|
||||
version "0.3.0"
|
||||
resolved "https://registry.npmmirror.com/omit-deep/-/omit-deep-0.3.0.tgz#21c8af3499bcadd29651a232cbcacbc52445ebec"
|
||||
@ -24206,11 +24344,6 @@ omit-deep@0.3.0:
|
||||
is-plain-object "^2.0.1"
|
||||
unset-value "^0.1.1"
|
||||
|
||||
omit.js@^2.0.2:
|
||||
version "2.0.2"
|
||||
resolved "https://registry.npmmirror.com/omit.js/-/omit.js-2.0.2.tgz#dd9b8436fab947a5f3ff214cb2538631e313ec2f"
|
||||
integrity sha512-hJmu9D+bNB40YpL9jYebQl4lsTW6yEHRTroJzNLqQJYHm7c+NQnJGfZmIWh8S3q3KoaxV1aLhV6B3+0N0/kyJg==
|
||||
|
||||
on-exit-leak-free@^0.2.0:
|
||||
version "0.2.0"
|
||||
resolved "https://registry.npmmirror.com/on-exit-leak-free/-/on-exit-leak-free-0.2.0.tgz#b39c9e3bf7690d890f4861558b0d7b90a442d209"
|
||||
@ -24319,6 +24452,19 @@ open@^9.1.0:
|
||||
is-inside-container "^1.0.0"
|
||||
is-wsl "^2.2.0"
|
||||
|
||||
openai@^4.77.0:
|
||||
version "4.86.2"
|
||||
resolved "https://registry.npmmirror.com/openai/-/openai-4.86.2.tgz#d3ba44c6b81471b9e2d38515e0ab86ad73a02c85"
|
||||
integrity sha512-nvYeFjmjdSu6/msld+22JoUlCICNk/lUFpSMmc6KNhpeNLpqL70TqbD/8Vura/tFmYqHKW0trcjgPwUpKSPwaA==
|
||||
dependencies:
|
||||
"@types/node" "^18.11.18"
|
||||
"@types/node-fetch" "^2.6.4"
|
||||
abort-controller "^3.0.0"
|
||||
agentkeepalive "^4.2.1"
|
||||
form-data-encoder "1.7.2"
|
||||
formdata-node "^4.3.2"
|
||||
node-fetch "^2.6.7"
|
||||
|
||||
opener@^1.5.2:
|
||||
version "1.5.2"
|
||||
resolved "https://registry.npmmirror.com/opener/-/opener-1.5.2.tgz#5d37e1f35077b9dcac4301372271afdeb2a13598"
|
||||
@ -24563,6 +24709,14 @@ p-reduce@^2.0.0, p-reduce@^2.1.0:
|
||||
resolved "https://registry.npmmirror.com/p-reduce/-/p-reduce-2.1.0.tgz#09408da49507c6c274faa31f28df334bc712b64a"
|
||||
integrity sha512-2USApvnsutq8uoxZBGbbWM0JIYLiEMJ9RlaN7fAzVNb9OZN0SHjjTTfIcb667XynS5Y1VhwDJVDa72TnPzAYWw==
|
||||
|
||||
p-retry@4:
|
||||
version "4.6.2"
|
||||
resolved "https://registry.npmmirror.com/p-retry/-/p-retry-4.6.2.tgz#9baae7184057edd4e17231cee04264106e092a16"
|
||||
integrity sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==
|
||||
dependencies:
|
||||
"@types/retry" "0.12.0"
|
||||
retry "^0.13.1"
|
||||
|
||||
p-timeout@^3.2.0:
|
||||
version "3.2.0"
|
||||
resolved "https://registry.npmmirror.com/p-timeout/-/p-timeout-3.2.0.tgz#c7e17abc971d2a7962ef83626b35d635acf23dfe"
|
||||
@ -25022,16 +25176,16 @@ path-to-regexp@2.2.1:
|
||||
resolved "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-2.2.1.tgz#90b617025a16381a879bc82a38d4e8bdeb2bcf45"
|
||||
integrity sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==
|
||||
|
||||
path-to-regexp@2.4.0:
|
||||
version "2.4.0"
|
||||
resolved "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-2.4.0.tgz#35ce7f333d5616f1c1e1bfe266c3aba2e5b2e704"
|
||||
integrity sha512-G6zHoVqC6GGTQkZwF4lkuEyMbVOjoBKAEybQUypI1WTkqinCOrq2x6U2+phkJ1XsEMTy4LjtwPI7HW+NVrRR2w==
|
||||
|
||||
path-to-regexp@6.2.2:
|
||||
version "6.2.2"
|
||||
resolved "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-6.2.2.tgz#324377a83e5049cbecadc5554d6a63a9a4866b36"
|
||||
integrity sha512-GQX3SSMokngb36+whdpRXE+3f9V8UzyAorlYvOGx87ufGHehNTn5lCxrKtLyZ4Yl/wEKnNnr98ZzOwwDZV5ogw==
|
||||
|
||||
path-to-regexp@8.2.0:
|
||||
version "8.2.0"
|
||||
resolved "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-8.2.0.tgz#73990cc29e57a3ff2a0d914095156df5db79e8b4"
|
||||
integrity sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==
|
||||
|
||||
path-to-regexp@^6.1.0:
|
||||
version "6.2.1"
|
||||
resolved "https://registry.npmmirror.com/path-to-regexp/-/path-to-regexp-6.2.1.tgz#d54934d6798eb9e5ef14e7af7962c945906918e5"
|
||||
@ -28196,6 +28350,11 @@ retry@^0.12.0:
|
||||
resolved "https://registry.npmmirror.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b"
|
||||
integrity sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==
|
||||
|
||||
retry@^0.13.1:
|
||||
version "0.13.1"
|
||||
resolved "https://registry.npmmirror.com/retry/-/retry-0.13.1.tgz#185b1587acf67919d63b357349e03537b2484658"
|
||||
integrity sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==
|
||||
|
||||
reusify@^1.0.4:
|
||||
version "1.0.4"
|
||||
resolved "https://registry.npmmirror.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
|
||||
@ -28956,6 +29115,11 @@ simple-swizzle@^0.2.2:
|
||||
dependencies:
|
||||
is-arrayish "^0.3.1"
|
||||
|
||||
simple-wcswidth@^1.0.1:
|
||||
version "1.0.1"
|
||||
resolved "https://registry.npmmirror.com/simple-wcswidth/-/simple-wcswidth-1.0.1.tgz#8ab18ac0ae342f9d9b629604e54d2aa1ecb018b2"
|
||||
integrity sha512-xMO/8eNREtaROt7tJvWJqHBDTMFN4eiQ5I4JRMuilwfnFcV5W9u7RUkueNkdw0jPqGMX36iCywelS5yilTuOxg==
|
||||
|
||||
sirv@^2.0.3:
|
||||
version "2.0.4"
|
||||
resolved "https://registry.npmmirror.com/sirv/-/sirv-2.0.4.tgz#5dd9a725c578e34e449f332703eb2a74e46a29b0"
|
||||
@ -31763,6 +31927,11 @@ uuid-v4@^0.1.0:
|
||||
resolved "https://registry.npmmirror.com/uuid-v4/-/uuid-v4-0.1.0.tgz#62d7b310406f6cecfea1528c69f1e8e0bcec5a3a"
|
||||
integrity sha512-m11RYDtowtAIihBXMoGajOEKpAXrKbpKlpmxqyztMYQNGSY5nZAZ/oYch/w2HNS1RMA4WLGcZvuD8/wFMuCEzA==
|
||||
|
||||
uuid@^10.0.0:
|
||||
version "10.0.0"
|
||||
resolved "https://registry.npmmirror.com/uuid/-/uuid-10.0.0.tgz#5a95aa454e6e002725c79055fd42aaba30ca6294"
|
||||
integrity sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==
|
||||
|
||||
uuid@^3.2.1, uuid@^3.3.2:
|
||||
version "3.4.0"
|
||||
resolved "https://registry.npmmirror.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
|
||||
@ -32100,6 +32269,11 @@ web-namespaces@^2.0.0:
|
||||
resolved "https://registry.npmmirror.com/web-namespaces/-/web-namespaces-2.0.1.tgz#1010ff7c650eccb2592cebeeaf9a1b253fd40692"
|
||||
integrity sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==
|
||||
|
||||
web-streams-polyfill@4.0.0-beta.3:
|
||||
version "4.0.0-beta.3"
|
||||
resolved "https://registry.npmmirror.com/web-streams-polyfill/-/web-streams-polyfill-4.0.0-beta.3.tgz#2898486b74f5156095e473efe989dcf185047a38"
|
||||
integrity sha512-QW95TCTaHmsYfHDybGMwO5IJIM93I/6vTRk+daHTWFPhwh+C8Cg7j7XyKrwrj8Ib6vYXe0ocYNrmzY4xAAN6ug==
|
||||
|
||||
web-streams-polyfill@^3.0.3:
|
||||
version "3.2.1"
|
||||
resolved "https://registry.npmmirror.com/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz#71c2718c52b45fd49dbeee88634b3a60ceab42a6"
|
||||
@ -32155,6 +32329,11 @@ whatwg-encoding@^3.1.1:
|
||||
dependencies:
|
||||
iconv-lite "0.6.3"
|
||||
|
||||
whatwg-fetch@^3.6.20:
|
||||
version "3.6.20"
|
||||
resolved "https://registry.npmmirror.com/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz#580ce6d791facec91d37c72890995a0b48d31c70"
|
||||
integrity sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==
|
||||
|
||||
whatwg-mimetype@^4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.npmmirror.com/whatwg-mimetype/-/whatwg-mimetype-4.0.0.tgz#bc1bf94a985dc50388d54a9258ac405c3ca2fc0a"
|
||||
@ -32846,6 +33025,16 @@ zip-stream@^5.0.1:
|
||||
compress-commons "^5.0.1"
|
||||
readable-stream "^3.6.0"
|
||||
|
||||
zod-to-json-schema@^3.22.3, zod-to-json-schema@^3.24.1:
|
||||
version "3.24.3"
|
||||
resolved "https://registry.npmmirror.com/zod-to-json-schema/-/zod-to-json-schema-3.24.3.tgz#5958ba111d681f8d01c5b6b647425c9b8a6059e7"
|
||||
integrity sha512-HIAfWdYIt1sssHfYZFCXp4rU1w2r8hVVXYIlmoa0r0gABLs5di3RCqPU5DDROogVz1pAdYBaz7HK5n9pSUNs3A==
|
||||
|
||||
zod@^3.22.4, zod@^3.24.1:
|
||||
version "3.24.2"
|
||||
resolved "https://registry.npmmirror.com/zod/-/zod-3.24.2.tgz#8efa74126287c675e92f46871cfc8d15c34372b3"
|
||||
integrity sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==
|
||||
|
||||
zrender@5.6.1:
|
||||
version "5.6.1"
|
||||
resolved "https://registry.npmmirror.com/zrender/-/zrender-5.6.1.tgz#e08d57ecf4acac708c4fcb7481eb201df7f10a6b"
|
||||
|
Loading…
x
Reference in New Issue
Block a user