mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
chore(versions): 😊 publish v1.6.5
This commit is contained in:
parent
62c06c7ac3
commit
2481e3f4ff
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"npmClientArgs": ["--ignore-engines"],
|
||||
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@nocobase/acl",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/resourcer": "1.6.4",
|
||||
"@nocobase/utils": "1.6.4",
|
||||
"@nocobase/resourcer": "1.6.5",
|
||||
"@nocobase/utils": "1.6.5",
|
||||
"minimatch": "^5.1.1"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
"name": "@nocobase/actions",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/cache": "1.6.4",
|
||||
"@nocobase/database": "1.6.4",
|
||||
"@nocobase/resourcer": "1.6.4"
|
||||
"@nocobase/cache": "1.6.5",
|
||||
"@nocobase/database": "1.6.5",
|
||||
"@nocobase/resourcer": "1.6.5"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,17 +1,17 @@
|
||||
{
|
||||
"name": "@nocobase/app",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/database": "1.6.4",
|
||||
"@nocobase/preset-nocobase": "1.6.4",
|
||||
"@nocobase/server": "1.6.4"
|
||||
"@nocobase/database": "1.6.5",
|
||||
"@nocobase/preset-nocobase": "1.6.5",
|
||||
"@nocobase/server": "1.6.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nocobase/client": "1.6.4"
|
||||
"@nocobase/client": "1.6.5"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "@nocobase/auth",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/actions": "1.6.4",
|
||||
"@nocobase/cache": "1.6.4",
|
||||
"@nocobase/database": "1.6.4",
|
||||
"@nocobase/resourcer": "1.6.4",
|
||||
"@nocobase/utils": "1.6.4",
|
||||
"@nocobase/actions": "1.6.5",
|
||||
"@nocobase/cache": "1.6.5",
|
||||
"@nocobase/database": "1.6.5",
|
||||
"@nocobase/resourcer": "1.6.5",
|
||||
"@nocobase/utils": "1.6.5",
|
||||
"@types/jsonwebtoken": "^8.5.8",
|
||||
"jsonwebtoken": "^8.5.1"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/build",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/cli",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./src/index.js",
|
||||
@ -8,7 +8,7 @@
|
||||
"nocobase": "./bin/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nocobase/app": "1.6.4",
|
||||
"@nocobase/app": "1.6.5",
|
||||
"@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.4"
|
||||
"@nocobase/devtools": "1.6.5"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/client",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"@nocobase/sdk": "1.6.4",
|
||||
"@nocobase/utils": "1.6.4",
|
||||
"@nocobase/evaluators": "1.6.5",
|
||||
"@nocobase/sdk": "1.6.5",
|
||||
"@nocobase/utils": "1.6.5",
|
||||
"ahooks": "^3.7.2",
|
||||
"antd": "5.12.8",
|
||||
"antd-style": "3.7.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-nocobase-app",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"main": "src/index.js",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
|
@ -1,16 +1,16 @@
|
||||
{
|
||||
"name": "@nocobase/data-source-manager",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"dependencies": {
|
||||
"@nocobase/actions": "1.6.4",
|
||||
"@nocobase/cache": "1.6.4",
|
||||
"@nocobase/database": "1.6.4",
|
||||
"@nocobase/resourcer": "1.6.4",
|
||||
"@nocobase/utils": "1.6.4",
|
||||
"@nocobase/actions": "1.6.5",
|
||||
"@nocobase/cache": "1.6.5",
|
||||
"@nocobase/database": "1.6.5",
|
||||
"@nocobase/resourcer": "1.6.5",
|
||||
"@nocobase/utils": "1.6.5",
|
||||
"@types/jsonwebtoken": "^8.5.8",
|
||||
"jsonwebtoken": "^8.5.1"
|
||||
},
|
||||
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@nocobase/database",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"description": "",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"@nocobase/logger": "1.6.4",
|
||||
"@nocobase/utils": "1.6.4",
|
||||
"@nocobase/logger": "1.6.5",
|
||||
"@nocobase/utils": "1.6.5",
|
||||
"async-mutex": "^0.3.2",
|
||||
"chalk": "^4.1.1",
|
||||
"cron-parser": "4.4.0",
|
||||
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "@nocobase/devtools",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./src/index.js",
|
||||
"dependencies": {
|
||||
"@nocobase/build": "1.6.4",
|
||||
"@nocobase/client": "1.6.4",
|
||||
"@nocobase/test": "1.6.4",
|
||||
"@nocobase/build": "1.6.5",
|
||||
"@nocobase/client": "1.6.5",
|
||||
"@nocobase/test": "1.6.5",
|
||||
"@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.4",
|
||||
"version": "1.6.5",
|
||||
"description": "",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"@formulajs/formulajs": "4.4.9",
|
||||
"@nocobase/utils": "1.6.4",
|
||||
"@nocobase/utils": "1.6.5",
|
||||
"mathjs": "^10.6.0"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "@nocobase/lock-manager",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"main": "lib/index.js",
|
||||
"license": "AGPL-3.0",
|
||||
"devDependencies": {
|
||||
"@nocobase/utils": "1.6.4",
|
||||
"@nocobase/utils": "1.6.5",
|
||||
"async-mutex": "^0.5.0"
|
||||
}
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/logger",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"description": "nocobase logging library",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
|
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@nocobase/resourcer",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"description": "",
|
||||
"main": "./lib/index.js",
|
||||
"types": "./lib/index.d.ts",
|
||||
"license": "AGPL-3.0",
|
||||
"dependencies": {
|
||||
"@nocobase/utils": "1.6.4",
|
||||
"@nocobase/utils": "1.6.5",
|
||||
"deepmerge": "^4.2.2",
|
||||
"koa-compose": "^4.1.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/sdk",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/server",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"@nocobase/actions": "1.6.4",
|
||||
"@nocobase/auth": "1.6.4",
|
||||
"@nocobase/cache": "1.6.4",
|
||||
"@nocobase/data-source-manager": "1.6.4",
|
||||
"@nocobase/database": "1.6.4",
|
||||
"@nocobase/evaluators": "1.6.4",
|
||||
"@nocobase/lock-manager": "1.6.4",
|
||||
"@nocobase/logger": "1.6.4",
|
||||
"@nocobase/resourcer": "1.6.4",
|
||||
"@nocobase/sdk": "1.6.4",
|
||||
"@nocobase/telemetry": "1.6.4",
|
||||
"@nocobase/utils": "1.6.4",
|
||||
"@nocobase/acl": "1.6.5",
|
||||
"@nocobase/actions": "1.6.5",
|
||||
"@nocobase/auth": "1.6.5",
|
||||
"@nocobase/cache": "1.6.5",
|
||||
"@nocobase/data-source-manager": "1.6.5",
|
||||
"@nocobase/database": "1.6.5",
|
||||
"@nocobase/evaluators": "1.6.5",
|
||||
"@nocobase/lock-manager": "1.6.5",
|
||||
"@nocobase/logger": "1.6.5",
|
||||
"@nocobase/resourcer": "1.6.5",
|
||||
"@nocobase/sdk": "1.6.5",
|
||||
"@nocobase/telemetry": "1.6.5",
|
||||
"@nocobase/utils": "1.6.5",
|
||||
"@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.4",
|
||||
"version": "1.6.5",
|
||||
"description": "nocobase telemetry library",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/index.js",
|
||||
@ -11,7 +11,7 @@
|
||||
"directory": "packages/telemetry"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nocobase/utils": "1.6.4",
|
||||
"@nocobase/utils": "1.6.5",
|
||||
"@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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"@nocobase/server": "1.6.5",
|
||||
"@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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "1.x",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-api-doc",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"main": "dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "1.x",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-audit-logs",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"main": "dist/server/index.js",
|
||||
"displayName": "Data source manager",
|
||||
"displayName.zh-CN": "数据源管理",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-data-visualization",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"main": "./dist/server/index.js",
|
||||
"peerDependencies": {
|
||||
"@nocobase/client": "1.x",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-environment-variables",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
"devDependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-field-china-region",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"license": "AGPL-3.0",
|
||||
"displayName": "Collection field: Sort",
|
||||
"displayName.zh-CN": "数据表字段:排序",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-file-manager",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"main": "./dist/server/index.js",
|
||||
"devDependencies": {
|
||||
"@formily/react": "2.x",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-notification-email",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"description": "",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/server/index.js",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-public-forms",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"main": "dist/server/index.js",
|
||||
"displayName": "Public forms",
|
||||
"displayName.zh-CN": "公开表单",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@nocobase/plugin-sample-hello",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4",
|
||||
"version": "1.6.5",
|
||||
"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.4"
|
||||
"@nocobase/plugin-workflow-test": "1.6.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ant-design/icons": "5.x",
|
||||
|
@ -1,80 +1,80 @@
|
||||
{
|
||||
"name": "@nocobase/preset-nocobase",
|
||||
"version": "1.6.4",
|
||||
"version": "1.6.5",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./lib/server/index.js",
|
||||
"dependencies": {
|
||||
"@formily/json-schema": "2.x",
|
||||
"@nocobase/plugin-acl": "1.6.4",
|
||||
"@nocobase/plugin-action-bulk-edit": "1.6.4",
|
||||
"@nocobase/plugin-action-bulk-update": "1.6.4",
|
||||
"@nocobase/plugin-action-custom-request": "1.6.4",
|
||||
"@nocobase/plugin-action-duplicate": "1.6.4",
|
||||
"@nocobase/plugin-action-export": "1.6.4",
|
||||
"@nocobase/plugin-action-import": "1.6.4",
|
||||
"@nocobase/plugin-action-print": "1.6.4",
|
||||
"@nocobase/plugin-ai": "1.6.4",
|
||||
"@nocobase/plugin-api-doc": "1.6.4",
|
||||
"@nocobase/plugin-api-keys": "1.6.4",
|
||||
"@nocobase/plugin-async-task-manager": "1.6.4",
|
||||
"@nocobase/plugin-audit-logs": "1.6.4",
|
||||
"@nocobase/plugin-auth": "1.6.4",
|
||||
"@nocobase/plugin-auth-sms": "1.6.4",
|
||||
"@nocobase/plugin-backup-restore": "1.6.4",
|
||||
"@nocobase/plugin-block-iframe": "1.6.4",
|
||||
"@nocobase/plugin-block-workbench": "1.6.4",
|
||||
"@nocobase/plugin-calendar": "1.6.4",
|
||||
"@nocobase/plugin-charts": "1.6.4",
|
||||
"@nocobase/plugin-client": "1.6.4",
|
||||
"@nocobase/plugin-collection-sql": "1.6.4",
|
||||
"@nocobase/plugin-collection-tree": "1.6.4",
|
||||
"@nocobase/plugin-data-source-main": "1.6.4",
|
||||
"@nocobase/plugin-data-source-manager": "1.6.4",
|
||||
"@nocobase/plugin-data-visualization": "1.6.4",
|
||||
"@nocobase/plugin-environment-variables": "1.6.4",
|
||||
"@nocobase/plugin-error-handler": "1.6.4",
|
||||
"@nocobase/plugin-field-china-region": "1.6.4",
|
||||
"@nocobase/plugin-field-formula": "1.6.4",
|
||||
"@nocobase/plugin-field-m2m-array": "1.6.4",
|
||||
"@nocobase/plugin-field-markdown-vditor": "1.6.4",
|
||||
"@nocobase/plugin-field-sequence": "1.6.4",
|
||||
"@nocobase/plugin-field-sort": "1.6.4",
|
||||
"@nocobase/plugin-file-manager": "1.6.4",
|
||||
"@nocobase/plugin-gantt": "1.6.4",
|
||||
"@nocobase/plugin-graph-collection-manager": "1.6.4",
|
||||
"@nocobase/plugin-kanban": "1.6.4",
|
||||
"@nocobase/plugin-localization": "1.6.4",
|
||||
"@nocobase/plugin-logger": "1.6.4",
|
||||
"@nocobase/plugin-map": "1.6.4",
|
||||
"@nocobase/plugin-mobile": "1.6.4",
|
||||
"@nocobase/plugin-mobile-client": "1.6.4",
|
||||
"@nocobase/plugin-mock-collections": "1.6.4",
|
||||
"@nocobase/plugin-multi-app-manager": "1.6.4",
|
||||
"@nocobase/plugin-multi-app-share-collection": "1.6.4",
|
||||
"@nocobase/plugin-notification-email": "1.6.4",
|
||||
"@nocobase/plugin-notification-in-app-message": "1.6.4",
|
||||
"@nocobase/plugin-notification-manager": "1.6.4",
|
||||
"@nocobase/plugin-public-forms": "1.6.4",
|
||||
"@nocobase/plugin-snapshot-field": "1.6.4",
|
||||
"@nocobase/plugin-system-settings": "1.6.4",
|
||||
"@nocobase/plugin-theme-editor": "1.6.4",
|
||||
"@nocobase/plugin-ui-schema-storage": "1.6.4",
|
||||
"@nocobase/plugin-user-data-sync": "1.6.4",
|
||||
"@nocobase/plugin-users": "1.6.4",
|
||||
"@nocobase/plugin-verification": "1.6.4",
|
||||
"@nocobase/plugin-workflow": "1.6.4",
|
||||
"@nocobase/plugin-workflow-action-trigger": "1.6.4",
|
||||
"@nocobase/plugin-workflow-aggregate": "1.6.4",
|
||||
"@nocobase/plugin-workflow-delay": "1.6.4",
|
||||
"@nocobase/plugin-workflow-dynamic-calculation": "1.6.4",
|
||||
"@nocobase/plugin-workflow-loop": "1.6.4",
|
||||
"@nocobase/plugin-workflow-mailer": "1.6.4",
|
||||
"@nocobase/plugin-workflow-manual": "1.6.4",
|
||||
"@nocobase/plugin-workflow-notification": "1.6.4",
|
||||
"@nocobase/plugin-workflow-parallel": "1.6.4",
|
||||
"@nocobase/plugin-workflow-request": "1.6.4",
|
||||
"@nocobase/plugin-workflow-sql": "1.6.4",
|
||||
"@nocobase/server": "1.6.4",
|
||||
"@nocobase/plugin-acl": "1.6.5",
|
||||
"@nocobase/plugin-action-bulk-edit": "1.6.5",
|
||||
"@nocobase/plugin-action-bulk-update": "1.6.5",
|
||||
"@nocobase/plugin-action-custom-request": "1.6.5",
|
||||
"@nocobase/plugin-action-duplicate": "1.6.5",
|
||||
"@nocobase/plugin-action-export": "1.6.5",
|
||||
"@nocobase/plugin-action-import": "1.6.5",
|
||||
"@nocobase/plugin-action-print": "1.6.5",
|
||||
"@nocobase/plugin-ai": "1.6.5",
|
||||
"@nocobase/plugin-api-doc": "1.6.5",
|
||||
"@nocobase/plugin-api-keys": "1.6.5",
|
||||
"@nocobase/plugin-async-task-manager": "1.6.5",
|
||||
"@nocobase/plugin-audit-logs": "1.6.5",
|
||||
"@nocobase/plugin-auth": "1.6.5",
|
||||
"@nocobase/plugin-auth-sms": "1.6.5",
|
||||
"@nocobase/plugin-backup-restore": "1.6.5",
|
||||
"@nocobase/plugin-block-iframe": "1.6.5",
|
||||
"@nocobase/plugin-block-workbench": "1.6.5",
|
||||
"@nocobase/plugin-calendar": "1.6.5",
|
||||
"@nocobase/plugin-charts": "1.6.5",
|
||||
"@nocobase/plugin-client": "1.6.5",
|
||||
"@nocobase/plugin-collection-sql": "1.6.5",
|
||||
"@nocobase/plugin-collection-tree": "1.6.5",
|
||||
"@nocobase/plugin-data-source-main": "1.6.5",
|
||||
"@nocobase/plugin-data-source-manager": "1.6.5",
|
||||
"@nocobase/plugin-data-visualization": "1.6.5",
|
||||
"@nocobase/plugin-environment-variables": "1.6.5",
|
||||
"@nocobase/plugin-error-handler": "1.6.5",
|
||||
"@nocobase/plugin-field-china-region": "1.6.5",
|
||||
"@nocobase/plugin-field-formula": "1.6.5",
|
||||
"@nocobase/plugin-field-m2m-array": "1.6.5",
|
||||
"@nocobase/plugin-field-markdown-vditor": "1.6.5",
|
||||
"@nocobase/plugin-field-sequence": "1.6.5",
|
||||
"@nocobase/plugin-field-sort": "1.6.5",
|
||||
"@nocobase/plugin-file-manager": "1.6.5",
|
||||
"@nocobase/plugin-gantt": "1.6.5",
|
||||
"@nocobase/plugin-graph-collection-manager": "1.6.5",
|
||||
"@nocobase/plugin-kanban": "1.6.5",
|
||||
"@nocobase/plugin-localization": "1.6.5",
|
||||
"@nocobase/plugin-logger": "1.6.5",
|
||||
"@nocobase/plugin-map": "1.6.5",
|
||||
"@nocobase/plugin-mobile": "1.6.5",
|
||||
"@nocobase/plugin-mobile-client": "1.6.5",
|
||||
"@nocobase/plugin-mock-collections": "1.6.5",
|
||||
"@nocobase/plugin-multi-app-manager": "1.6.5",
|
||||
"@nocobase/plugin-multi-app-share-collection": "1.6.5",
|
||||
"@nocobase/plugin-notification-email": "1.6.5",
|
||||
"@nocobase/plugin-notification-in-app-message": "1.6.5",
|
||||
"@nocobase/plugin-notification-manager": "1.6.5",
|
||||
"@nocobase/plugin-public-forms": "1.6.5",
|
||||
"@nocobase/plugin-snapshot-field": "1.6.5",
|
||||
"@nocobase/plugin-system-settings": "1.6.5",
|
||||
"@nocobase/plugin-theme-editor": "1.6.5",
|
||||
"@nocobase/plugin-ui-schema-storage": "1.6.5",
|
||||
"@nocobase/plugin-user-data-sync": "1.6.5",
|
||||
"@nocobase/plugin-users": "1.6.5",
|
||||
"@nocobase/plugin-verification": "1.6.5",
|
||||
"@nocobase/plugin-workflow": "1.6.5",
|
||||
"@nocobase/plugin-workflow-action-trigger": "1.6.5",
|
||||
"@nocobase/plugin-workflow-aggregate": "1.6.5",
|
||||
"@nocobase/plugin-workflow-delay": "1.6.5",
|
||||
"@nocobase/plugin-workflow-dynamic-calculation": "1.6.5",
|
||||
"@nocobase/plugin-workflow-loop": "1.6.5",
|
||||
"@nocobase/plugin-workflow-mailer": "1.6.5",
|
||||
"@nocobase/plugin-workflow-manual": "1.6.5",
|
||||
"@nocobase/plugin-workflow-notification": "1.6.5",
|
||||
"@nocobase/plugin-workflow-parallel": "1.6.5",
|
||||
"@nocobase/plugin-workflow-request": "1.6.5",
|
||||
"@nocobase/plugin-workflow-sql": "1.6.5",
|
||||
"@nocobase/server": "1.6.5",
|
||||
"cronstrue": "^2.11.0",
|
||||
"fs-extra": "^11.1.1"
|
||||
},
|
||||
|
494
yarn.lock
494
yarn.lock
@ -894,69 +894,7 @@
|
||||
"@smithy/util-utf8" "^2.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/client-s3@3.758.0":
|
||||
version "3.758.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/client-s3/-/client-s3-3.758.0.tgz#430708980e86584172ea8e3dc1450be50bd86818"
|
||||
integrity sha512-f8SlhU9/93OC/WEI6xVJf/x/GoQFj9a/xXK6QCtr5fvCjfSLgMVFmKTiIl/tgtDRzxUDc8YS6EGtbHjJ3Y/atg==
|
||||
dependencies:
|
||||
"@aws-crypto/sha1-browser" "5.2.0"
|
||||
"@aws-crypto/sha256-browser" "5.2.0"
|
||||
"@aws-crypto/sha256-js" "5.2.0"
|
||||
"@aws-sdk/core" "3.758.0"
|
||||
"@aws-sdk/credential-provider-node" "3.758.0"
|
||||
"@aws-sdk/middleware-bucket-endpoint" "3.734.0"
|
||||
"@aws-sdk/middleware-expect-continue" "3.734.0"
|
||||
"@aws-sdk/middleware-flexible-checksums" "3.758.0"
|
||||
"@aws-sdk/middleware-host-header" "3.734.0"
|
||||
"@aws-sdk/middleware-location-constraint" "3.734.0"
|
||||
"@aws-sdk/middleware-logger" "3.734.0"
|
||||
"@aws-sdk/middleware-recursion-detection" "3.734.0"
|
||||
"@aws-sdk/middleware-sdk-s3" "3.758.0"
|
||||
"@aws-sdk/middleware-ssec" "3.734.0"
|
||||
"@aws-sdk/middleware-user-agent" "3.758.0"
|
||||
"@aws-sdk/region-config-resolver" "3.734.0"
|
||||
"@aws-sdk/signature-v4-multi-region" "3.758.0"
|
||||
"@aws-sdk/types" "3.734.0"
|
||||
"@aws-sdk/util-endpoints" "3.743.0"
|
||||
"@aws-sdk/util-user-agent-browser" "3.734.0"
|
||||
"@aws-sdk/util-user-agent-node" "3.758.0"
|
||||
"@aws-sdk/xml-builder" "3.734.0"
|
||||
"@smithy/config-resolver" "^4.0.1"
|
||||
"@smithy/core" "^3.1.5"
|
||||
"@smithy/eventstream-serde-browser" "^4.0.1"
|
||||
"@smithy/eventstream-serde-config-resolver" "^4.0.1"
|
||||
"@smithy/eventstream-serde-node" "^4.0.1"
|
||||
"@smithy/fetch-http-handler" "^5.0.1"
|
||||
"@smithy/hash-blob-browser" "^4.0.1"
|
||||
"@smithy/hash-node" "^4.0.1"
|
||||
"@smithy/hash-stream-node" "^4.0.1"
|
||||
"@smithy/invalid-dependency" "^4.0.1"
|
||||
"@smithy/md5-js" "^4.0.1"
|
||||
"@smithy/middleware-content-length" "^4.0.1"
|
||||
"@smithy/middleware-endpoint" "^4.0.6"
|
||||
"@smithy/middleware-retry" "^4.0.7"
|
||||
"@smithy/middleware-serde" "^4.0.2"
|
||||
"@smithy/middleware-stack" "^4.0.1"
|
||||
"@smithy/node-config-provider" "^4.0.1"
|
||||
"@smithy/node-http-handler" "^4.0.3"
|
||||
"@smithy/protocol-http" "^5.0.1"
|
||||
"@smithy/smithy-client" "^4.1.6"
|
||||
"@smithy/types" "^4.1.0"
|
||||
"@smithy/url-parser" "^4.0.1"
|
||||
"@smithy/util-base64" "^4.0.0"
|
||||
"@smithy/util-body-length-browser" "^4.0.0"
|
||||
"@smithy/util-body-length-node" "^4.0.0"
|
||||
"@smithy/util-defaults-mode-browser" "^4.0.7"
|
||||
"@smithy/util-defaults-mode-node" "^4.0.7"
|
||||
"@smithy/util-endpoints" "^3.0.1"
|
||||
"@smithy/util-middleware" "^4.0.1"
|
||||
"@smithy/util-retry" "^4.0.1"
|
||||
"@smithy/util-stream" "^4.1.2"
|
||||
"@smithy/util-utf8" "^4.0.0"
|
||||
"@smithy/util-waiter" "^4.0.2"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/client-s3@^3.750.0":
|
||||
"@aws-sdk/client-s3@3.750.0":
|
||||
version "3.750.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/client-s3/-/client-s3-3.750.0.tgz#54bbbb930bcc275c9c928d2eb4590c3ee2030d52"
|
||||
integrity sha512-S9G9noCeBxchoMVkHYrRi1A1xW/VOTP2W7X34lP+Y7Wpl32yMA7IJo0fAGAuTc0q1Nu6/pXDm+oDG7rhTCA1tg==
|
||||
@ -1062,50 +1000,6 @@
|
||||
"@smithy/util-utf8" "^4.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/client-sso@3.758.0":
|
||||
version "3.758.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/client-sso/-/client-sso-3.758.0.tgz#59a249abdfa52125fbe98b1d59c11e4f08ca6527"
|
||||
integrity sha512-BoGO6IIWrLyLxQG6txJw6RT2urmbtlwfggapNCrNPyYjlXpzTSJhBYjndg7TpDATFd0SXL0zm8y/tXsUXNkdYQ==
|
||||
dependencies:
|
||||
"@aws-crypto/sha256-browser" "5.2.0"
|
||||
"@aws-crypto/sha256-js" "5.2.0"
|
||||
"@aws-sdk/core" "3.758.0"
|
||||
"@aws-sdk/middleware-host-header" "3.734.0"
|
||||
"@aws-sdk/middleware-logger" "3.734.0"
|
||||
"@aws-sdk/middleware-recursion-detection" "3.734.0"
|
||||
"@aws-sdk/middleware-user-agent" "3.758.0"
|
||||
"@aws-sdk/region-config-resolver" "3.734.0"
|
||||
"@aws-sdk/types" "3.734.0"
|
||||
"@aws-sdk/util-endpoints" "3.743.0"
|
||||
"@aws-sdk/util-user-agent-browser" "3.734.0"
|
||||
"@aws-sdk/util-user-agent-node" "3.758.0"
|
||||
"@smithy/config-resolver" "^4.0.1"
|
||||
"@smithy/core" "^3.1.5"
|
||||
"@smithy/fetch-http-handler" "^5.0.1"
|
||||
"@smithy/hash-node" "^4.0.1"
|
||||
"@smithy/invalid-dependency" "^4.0.1"
|
||||
"@smithy/middleware-content-length" "^4.0.1"
|
||||
"@smithy/middleware-endpoint" "^4.0.6"
|
||||
"@smithy/middleware-retry" "^4.0.7"
|
||||
"@smithy/middleware-serde" "^4.0.2"
|
||||
"@smithy/middleware-stack" "^4.0.1"
|
||||
"@smithy/node-config-provider" "^4.0.1"
|
||||
"@smithy/node-http-handler" "^4.0.3"
|
||||
"@smithy/protocol-http" "^5.0.1"
|
||||
"@smithy/smithy-client" "^4.1.6"
|
||||
"@smithy/types" "^4.1.0"
|
||||
"@smithy/url-parser" "^4.0.1"
|
||||
"@smithy/util-base64" "^4.0.0"
|
||||
"@smithy/util-body-length-browser" "^4.0.0"
|
||||
"@smithy/util-body-length-node" "^4.0.0"
|
||||
"@smithy/util-defaults-mode-browser" "^4.0.7"
|
||||
"@smithy/util-defaults-mode-node" "^4.0.7"
|
||||
"@smithy/util-endpoints" "^3.0.1"
|
||||
"@smithy/util-middleware" "^4.0.1"
|
||||
"@smithy/util-retry" "^4.0.1"
|
||||
"@smithy/util-utf8" "^4.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/core@3.750.0":
|
||||
version "3.750.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/core/-/core-3.750.0.tgz#087ce3dd86e2e94e9a2828506a82223ae9f364ff"
|
||||
@ -1123,23 +1017,6 @@
|
||||
fast-xml-parser "4.4.1"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/core@3.758.0":
|
||||
version "3.758.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/core/-/core-3.758.0.tgz#d13a4bb95de0460d5269cd5a40503c85b344b0b4"
|
||||
integrity sha512-0RswbdR9jt/XKemaLNuxi2gGr4xGlHyGxkTdhSQzCyUe9A9OPCoLl3rIESRguQEech+oJnbHk/wuiwHqTuP9sg==
|
||||
dependencies:
|
||||
"@aws-sdk/types" "3.734.0"
|
||||
"@smithy/core" "^3.1.5"
|
||||
"@smithy/node-config-provider" "^4.0.1"
|
||||
"@smithy/property-provider" "^4.0.1"
|
||||
"@smithy/protocol-http" "^5.0.1"
|
||||
"@smithy/signature-v4" "^5.0.1"
|
||||
"@smithy/smithy-client" "^4.1.6"
|
||||
"@smithy/types" "^4.1.0"
|
||||
"@smithy/util-middleware" "^4.0.1"
|
||||
fast-xml-parser "4.4.1"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/credential-provider-env@3.750.0":
|
||||
version "3.750.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.750.0.tgz#adfa47d24bb9ea0d87993c6998b1ddc38fd3444f"
|
||||
@ -1151,17 +1028,6 @@
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/credential-provider-env@3.758.0":
|
||||
version "3.758.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/credential-provider-env/-/credential-provider-env-3.758.0.tgz#6193d1607eedd0929640ff64013f7787f29ff6a1"
|
||||
integrity sha512-N27eFoRrO6MeUNumtNHDW9WOiwfd59LPXPqDrIa3kWL/s+fOKFHb9xIcF++bAwtcZnAxKkgpDCUP+INNZskE+w==
|
||||
dependencies:
|
||||
"@aws-sdk/core" "3.758.0"
|
||||
"@aws-sdk/types" "3.734.0"
|
||||
"@smithy/property-provider" "^4.0.1"
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/credential-provider-http@3.750.0":
|
||||
version "3.750.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.750.0.tgz#2879dde158dfccb21165aab95c90b7286bcdd5cf"
|
||||
@ -1178,22 +1044,6 @@
|
||||
"@smithy/util-stream" "^4.1.1"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/credential-provider-http@3.758.0":
|
||||
version "3.758.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/credential-provider-http/-/credential-provider-http-3.758.0.tgz#f7b28d642f2ac933e81a7add08ce582b398c1635"
|
||||
integrity sha512-Xt9/U8qUCiw1hihztWkNeIR+arg6P+yda10OuCHX6kFVx3auTlU7+hCqs3UxqniGU4dguHuftf3mRpi5/GJ33Q==
|
||||
dependencies:
|
||||
"@aws-sdk/core" "3.758.0"
|
||||
"@aws-sdk/types" "3.734.0"
|
||||
"@smithy/fetch-http-handler" "^5.0.1"
|
||||
"@smithy/node-http-handler" "^4.0.3"
|
||||
"@smithy/property-provider" "^4.0.1"
|
||||
"@smithy/protocol-http" "^5.0.1"
|
||||
"@smithy/smithy-client" "^4.1.6"
|
||||
"@smithy/types" "^4.1.0"
|
||||
"@smithy/util-stream" "^4.1.2"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/credential-provider-ini@3.750.0":
|
||||
version "3.750.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.750.0.tgz#5079c5732ac886d72f357c0da532749d0c7487fd"
|
||||
@ -1213,25 +1063,6 @@
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/credential-provider-ini@3.758.0":
|
||||
version "3.758.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.758.0.tgz#66457e71d8f5013e18111b25629c2367ed8ef116"
|
||||
integrity sha512-cymSKMcP5d+OsgetoIZ5QCe1wnp2Q/tq+uIxVdh9MbfdBBEnl9Ecq6dH6VlYS89sp4QKuxHxkWXVnbXU3Q19Aw==
|
||||
dependencies:
|
||||
"@aws-sdk/core" "3.758.0"
|
||||
"@aws-sdk/credential-provider-env" "3.758.0"
|
||||
"@aws-sdk/credential-provider-http" "3.758.0"
|
||||
"@aws-sdk/credential-provider-process" "3.758.0"
|
||||
"@aws-sdk/credential-provider-sso" "3.758.0"
|
||||
"@aws-sdk/credential-provider-web-identity" "3.758.0"
|
||||
"@aws-sdk/nested-clients" "3.758.0"
|
||||
"@aws-sdk/types" "3.734.0"
|
||||
"@smithy/credential-provider-imds" "^4.0.1"
|
||||
"@smithy/property-provider" "^4.0.1"
|
||||
"@smithy/shared-ini-file-loader" "^4.0.1"
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/credential-provider-node@3.750.0":
|
||||
version "3.750.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.750.0.tgz#0eb117a287dac34040fb8cdf65d7d239b703b2ff"
|
||||
@ -1250,24 +1081,6 @@
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/credential-provider-node@3.758.0":
|
||||
version "3.758.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/credential-provider-node/-/credential-provider-node-3.758.0.tgz#b0a5d18e5d7f1b091fd891e2e8088578c0246cef"
|
||||
integrity sha512-+DaMv63wiq7pJrhIQzZYMn4hSarKiizDoJRvyR7WGhnn0oQ/getX9Z0VNCV3i7lIFoLNTb7WMmQ9k7+z/uD5EQ==
|
||||
dependencies:
|
||||
"@aws-sdk/credential-provider-env" "3.758.0"
|
||||
"@aws-sdk/credential-provider-http" "3.758.0"
|
||||
"@aws-sdk/credential-provider-ini" "3.758.0"
|
||||
"@aws-sdk/credential-provider-process" "3.758.0"
|
||||
"@aws-sdk/credential-provider-sso" "3.758.0"
|
||||
"@aws-sdk/credential-provider-web-identity" "3.758.0"
|
||||
"@aws-sdk/types" "3.734.0"
|
||||
"@smithy/credential-provider-imds" "^4.0.1"
|
||||
"@smithy/property-provider" "^4.0.1"
|
||||
"@smithy/shared-ini-file-loader" "^4.0.1"
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/credential-provider-process@3.750.0":
|
||||
version "3.750.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.750.0.tgz#04ecf72fb30dbe6b360ea9371446f13183701b5e"
|
||||
@ -1280,18 +1093,6 @@
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/credential-provider-process@3.758.0":
|
||||
version "3.758.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/credential-provider-process/-/credential-provider-process-3.758.0.tgz#563bfae58049afd9968ca60f61672753834ff506"
|
||||
integrity sha512-AzcY74QTPqcbXWVgjpPZ3HOmxQZYPROIBz2YINF0OQk0MhezDWV/O7Xec+K1+MPGQO3qS6EDrUUlnPLjsqieHA==
|
||||
dependencies:
|
||||
"@aws-sdk/core" "3.758.0"
|
||||
"@aws-sdk/types" "3.734.0"
|
||||
"@smithy/property-provider" "^4.0.1"
|
||||
"@smithy/shared-ini-file-loader" "^4.0.1"
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/credential-provider-sso@3.750.0":
|
||||
version "3.750.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.750.0.tgz#a96afc83cfd63a957c5b9ed7913d60830c5b1f57"
|
||||
@ -1306,20 +1107,6 @@
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/credential-provider-sso@3.758.0":
|
||||
version "3.758.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.758.0.tgz#5098c196a2dd38ba467aca052fc5193476b8a404"
|
||||
integrity sha512-x0FYJqcOLUCv8GLLFDYMXRAQKGjoM+L0BG4BiHYZRDf24yQWFCAZsCQAYKo6XZYh2qznbsW6f//qpyJ5b0QVKQ==
|
||||
dependencies:
|
||||
"@aws-sdk/client-sso" "3.758.0"
|
||||
"@aws-sdk/core" "3.758.0"
|
||||
"@aws-sdk/token-providers" "3.758.0"
|
||||
"@aws-sdk/types" "3.734.0"
|
||||
"@smithy/property-provider" "^4.0.1"
|
||||
"@smithy/shared-ini-file-loader" "^4.0.1"
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/credential-provider-web-identity@3.750.0":
|
||||
version "3.750.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.750.0.tgz#2ab785cced1326f253c324d6ec10f74a02506c00"
|
||||
@ -1332,18 +1119,6 @@
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/credential-provider-web-identity@3.758.0":
|
||||
version "3.758.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.758.0.tgz#ea88729ee0e5de0bf5f31929d60dfd148934b6a5"
|
||||
integrity sha512-XGguXhBqiCXMXRxcfCAVPlMbm3VyJTou79r/3mxWddHWF0XbhaQiBIbUz6vobVTD25YQRbWSmSch7VA8kI5Lrw==
|
||||
dependencies:
|
||||
"@aws-sdk/core" "3.758.0"
|
||||
"@aws-sdk/nested-clients" "3.758.0"
|
||||
"@aws-sdk/types" "3.734.0"
|
||||
"@smithy/property-provider" "^4.0.1"
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/lib-storage@^3.46.0":
|
||||
version "3.474.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/lib-storage/-/lib-storage-3.474.0.tgz#63e41097570fc57a4dc3a567866736dcc1661171"
|
||||
@ -1399,25 +1174,6 @@
|
||||
"@smithy/util-utf8" "^4.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/middleware-flexible-checksums@3.758.0":
|
||||
version "3.758.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.758.0.tgz#50b753e5c83f4fe2ec3578a1768a68336ec86e3c"
|
||||
integrity sha512-o8Rk71S08YTKLoSobucjnbj97OCGaXgpEDNKXpXaavUM5xLNoHCLSUPRCiEN86Ivqxg1n17Y2nSRhfbsveOXXA==
|
||||
dependencies:
|
||||
"@aws-crypto/crc32" "5.2.0"
|
||||
"@aws-crypto/crc32c" "5.2.0"
|
||||
"@aws-crypto/util" "5.2.0"
|
||||
"@aws-sdk/core" "3.758.0"
|
||||
"@aws-sdk/types" "3.734.0"
|
||||
"@smithy/is-array-buffer" "^4.0.0"
|
||||
"@smithy/node-config-provider" "^4.0.1"
|
||||
"@smithy/protocol-http" "^5.0.1"
|
||||
"@smithy/types" "^4.1.0"
|
||||
"@smithy/util-middleware" "^4.0.1"
|
||||
"@smithy/util-stream" "^4.1.2"
|
||||
"@smithy/util-utf8" "^4.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/middleware-host-header@3.734.0":
|
||||
version "3.734.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/middleware-host-header/-/middleware-host-header-3.734.0.tgz#a9a02c055352f5c435cc925a4e1e79b7ba41b1b5"
|
||||
@ -1476,26 +1232,6 @@
|
||||
"@smithy/util-utf8" "^4.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/middleware-sdk-s3@3.758.0":
|
||||
version "3.758.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.758.0.tgz#75c224a49e47111df880b683debbd8f49f30ca24"
|
||||
integrity sha512-6mJ2zyyHPYSV6bAcaFpsdoXZJeQlR1QgBnZZ6juY/+dcYiuyWCdyLUbGzSZSE7GTfx6i+9+QWFeoIMlWKgU63A==
|
||||
dependencies:
|
||||
"@aws-sdk/core" "3.758.0"
|
||||
"@aws-sdk/types" "3.734.0"
|
||||
"@aws-sdk/util-arn-parser" "3.723.0"
|
||||
"@smithy/core" "^3.1.5"
|
||||
"@smithy/node-config-provider" "^4.0.1"
|
||||
"@smithy/protocol-http" "^5.0.1"
|
||||
"@smithy/signature-v4" "^5.0.1"
|
||||
"@smithy/smithy-client" "^4.1.6"
|
||||
"@smithy/types" "^4.1.0"
|
||||
"@smithy/util-config-provider" "^4.0.0"
|
||||
"@smithy/util-middleware" "^4.0.1"
|
||||
"@smithy/util-stream" "^4.1.2"
|
||||
"@smithy/util-utf8" "^4.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/middleware-ssec@3.734.0":
|
||||
version "3.734.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/middleware-ssec/-/middleware-ssec-3.734.0.tgz#a5863b9c5a5006dbf2f856f14030d30063a28dfa"
|
||||
@ -1518,19 +1254,6 @@
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/middleware-user-agent@3.758.0":
|
||||
version "3.758.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.758.0.tgz#f3c9d2025aa55fd400acb1d699c1fbd6b4f68f34"
|
||||
integrity sha512-iNyehQXtQlj69JCgfaOssgZD4HeYGOwxcaKeG6F+40cwBjTAi0+Ph1yfDwqk2qiBPIRWJ/9l2LodZbxiBqgrwg==
|
||||
dependencies:
|
||||
"@aws-sdk/core" "3.758.0"
|
||||
"@aws-sdk/types" "3.734.0"
|
||||
"@aws-sdk/util-endpoints" "3.743.0"
|
||||
"@smithy/core" "^3.1.5"
|
||||
"@smithy/protocol-http" "^5.0.1"
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/nested-clients@3.750.0":
|
||||
version "3.750.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/nested-clients/-/nested-clients-3.750.0.tgz#facfef441ad78db2f544be0eb3f1f7adb16846c1"
|
||||
@ -1575,50 +1298,6 @@
|
||||
"@smithy/util-utf8" "^4.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/nested-clients@3.758.0":
|
||||
version "3.758.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/nested-clients/-/nested-clients-3.758.0.tgz#571c853602d38f5e8faa10178347e711e4f0e444"
|
||||
integrity sha512-YZ5s7PSvyF3Mt2h1EQulCG93uybprNGbBkPmVuy/HMMfbFTt4iL3SbKjxqvOZelm86epFfj7pvK7FliI2WOEcg==
|
||||
dependencies:
|
||||
"@aws-crypto/sha256-browser" "5.2.0"
|
||||
"@aws-crypto/sha256-js" "5.2.0"
|
||||
"@aws-sdk/core" "3.758.0"
|
||||
"@aws-sdk/middleware-host-header" "3.734.0"
|
||||
"@aws-sdk/middleware-logger" "3.734.0"
|
||||
"@aws-sdk/middleware-recursion-detection" "3.734.0"
|
||||
"@aws-sdk/middleware-user-agent" "3.758.0"
|
||||
"@aws-sdk/region-config-resolver" "3.734.0"
|
||||
"@aws-sdk/types" "3.734.0"
|
||||
"@aws-sdk/util-endpoints" "3.743.0"
|
||||
"@aws-sdk/util-user-agent-browser" "3.734.0"
|
||||
"@aws-sdk/util-user-agent-node" "3.758.0"
|
||||
"@smithy/config-resolver" "^4.0.1"
|
||||
"@smithy/core" "^3.1.5"
|
||||
"@smithy/fetch-http-handler" "^5.0.1"
|
||||
"@smithy/hash-node" "^4.0.1"
|
||||
"@smithy/invalid-dependency" "^4.0.1"
|
||||
"@smithy/middleware-content-length" "^4.0.1"
|
||||
"@smithy/middleware-endpoint" "^4.0.6"
|
||||
"@smithy/middleware-retry" "^4.0.7"
|
||||
"@smithy/middleware-serde" "^4.0.2"
|
||||
"@smithy/middleware-stack" "^4.0.1"
|
||||
"@smithy/node-config-provider" "^4.0.1"
|
||||
"@smithy/node-http-handler" "^4.0.3"
|
||||
"@smithy/protocol-http" "^5.0.1"
|
||||
"@smithy/smithy-client" "^4.1.6"
|
||||
"@smithy/types" "^4.1.0"
|
||||
"@smithy/url-parser" "^4.0.1"
|
||||
"@smithy/util-base64" "^4.0.0"
|
||||
"@smithy/util-body-length-browser" "^4.0.0"
|
||||
"@smithy/util-body-length-node" "^4.0.0"
|
||||
"@smithy/util-defaults-mode-browser" "^4.0.7"
|
||||
"@smithy/util-defaults-mode-node" "^4.0.7"
|
||||
"@smithy/util-endpoints" "^3.0.1"
|
||||
"@smithy/util-middleware" "^4.0.1"
|
||||
"@smithy/util-retry" "^4.0.1"
|
||||
"@smithy/util-utf8" "^4.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/protocol-http@^3.374.0":
|
||||
version "3.374.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/protocol-http/-/protocol-http-3.374.0.tgz#e35e76096b995bbed803897a9f4587d11ca34088"
|
||||
@ -1639,32 +1318,32 @@
|
||||
"@smithy/util-middleware" "^4.0.1"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/s3-presigned-post@^3.750.0":
|
||||
version "3.758.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/s3-presigned-post/-/s3-presigned-post-3.758.0.tgz#d65319c780a251a688c1a4158d9329cce16f6f21"
|
||||
integrity sha512-x+TWQ6xYD+/i3IlIM0nn1HGAKCmkG12VslKyJSrZAjwWQeVerj6LPVIJvYFcZbNU5lEPWCnlVqKw3S3NgG+N4Q==
|
||||
"@aws-sdk/s3-presigned-post@3.750.0":
|
||||
version "3.750.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/s3-presigned-post/-/s3-presigned-post-3.750.0.tgz#9478be88ed4fe4577090d214784c10345a8c55d3"
|
||||
integrity sha512-pKCc/ZMj4rSnMwRyRiMfmTIPj5ODc0VM11+Lkywl+rEWru9kH05fww6TYximZuiBcixbaMVkQ4ePXj6DNsRB4w==
|
||||
dependencies:
|
||||
"@aws-sdk/client-s3" "3.758.0"
|
||||
"@aws-sdk/client-s3" "3.750.0"
|
||||
"@aws-sdk/types" "3.734.0"
|
||||
"@aws-sdk/util-format-url" "3.734.0"
|
||||
"@smithy/middleware-endpoint" "^4.0.6"
|
||||
"@smithy/middleware-endpoint" "^4.0.5"
|
||||
"@smithy/signature-v4" "^5.0.1"
|
||||
"@smithy/types" "^4.1.0"
|
||||
"@smithy/util-hex-encoding" "^4.0.0"
|
||||
"@smithy/util-utf8" "^4.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/s3-request-presigner@^3.750.0":
|
||||
version "3.758.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/s3-request-presigner/-/s3-request-presigner-3.758.0.tgz#e7bbf9251927952584739b5e45464a9f4bdf0739"
|
||||
integrity sha512-dVyItwu/J1InfJBbCPpHRV9jrsBfI7L0RlDGyS3x/xqBwnm5qpvgNZQasQiyqIl+WJB4f5rZRZHgHuwftqINbA==
|
||||
"@aws-sdk/s3-request-presigner@3.750.0":
|
||||
version "3.750.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/s3-request-presigner/-/s3-request-presigner-3.750.0.tgz#7c014d6d30a4a8820ad3dcd49a411ad6d637939e"
|
||||
integrity sha512-G4GNngNQlh9EyJZj2WKOOikX0Fev1WSxTV/XJugaHlpnVriebvi3GzolrgxUpRrcGpFGWjmAxLi/gYxTUla1ow==
|
||||
dependencies:
|
||||
"@aws-sdk/signature-v4-multi-region" "3.758.0"
|
||||
"@aws-sdk/signature-v4-multi-region" "3.750.0"
|
||||
"@aws-sdk/types" "3.734.0"
|
||||
"@aws-sdk/util-format-url" "3.734.0"
|
||||
"@smithy/middleware-endpoint" "^4.0.6"
|
||||
"@smithy/middleware-endpoint" "^4.0.5"
|
||||
"@smithy/protocol-http" "^5.0.1"
|
||||
"@smithy/smithy-client" "^4.1.6"
|
||||
"@smithy/smithy-client" "^4.1.5"
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
@ -1680,18 +1359,6 @@
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/signature-v4-multi-region@3.758.0":
|
||||
version "3.758.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.758.0.tgz#2ccd34e90120dbf6f29e4f621574efd02e463b79"
|
||||
integrity sha512-0RPCo8fYJcrenJ6bRtiUbFOSgQ1CX/GpvwtLU2Fam1tS9h2klKK8d74caeV6A1mIUvBU7bhyQ0wMGlwMtn3EYw==
|
||||
dependencies:
|
||||
"@aws-sdk/middleware-sdk-s3" "3.758.0"
|
||||
"@aws-sdk/types" "3.734.0"
|
||||
"@smithy/protocol-http" "^5.0.1"
|
||||
"@smithy/signature-v4" "^5.0.1"
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/token-providers@3.750.0":
|
||||
version "3.750.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/token-providers/-/token-providers-3.750.0.tgz#dc72c3d71f224ee5a7df35829547966d2562aba2"
|
||||
@ -1704,18 +1371,6 @@
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/token-providers@3.758.0":
|
||||
version "3.758.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/token-providers/-/token-providers-3.758.0.tgz#fcab3885ba2b222ff8bb7817448d3c786dc2ddf9"
|
||||
integrity sha512-ckptN1tNrIfQUaGWm/ayW1ddG+imbKN7HHhjFdS4VfItsP0QQOB0+Ov+tpgb4MoNR4JaUghMIVStjIeHN2ks1w==
|
||||
dependencies:
|
||||
"@aws-sdk/nested-clients" "3.758.0"
|
||||
"@aws-sdk/types" "3.734.0"
|
||||
"@smithy/property-provider" "^4.0.1"
|
||||
"@smithy/shared-ini-file-loader" "^4.0.1"
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/types@3.734.0":
|
||||
version "3.734.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/types/-/types-3.734.0.tgz#af5e620b0e761918282aa1c8e53cac6091d169a2"
|
||||
@ -1787,17 +1442,6 @@
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/util-user-agent-node@3.758.0":
|
||||
version "3.758.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.758.0.tgz#604ccb02a5d11c9cedaea0bea279641ea9d4194d"
|
||||
integrity sha512-A5EZw85V6WhoKMV2hbuFRvb9NPlxEErb4HPO6/SPXYY4QrjprIzScHxikqcWv1w4J3apB1wto9LPU3IMsYtfrw==
|
||||
dependencies:
|
||||
"@aws-sdk/middleware-user-agent" "3.758.0"
|
||||
"@aws-sdk/types" "3.734.0"
|
||||
"@smithy/node-config-provider" "^4.0.1"
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@aws-sdk/xml-builder@3.734.0":
|
||||
version "3.734.0"
|
||||
resolved "https://registry.npmmirror.com/@aws-sdk/xml-builder/-/xml-builder-3.734.0.tgz#174d3269d303919e3ebfbfa3dd9b6d5a6a7a9543"
|
||||
@ -7541,20 +7185,6 @@
|
||||
"@smithy/util-utf8" "^4.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/core@^3.1.5":
|
||||
version "3.1.5"
|
||||
resolved "https://registry.npmmirror.com/@smithy/core/-/core-3.1.5.tgz#cc260229e45964d8354a3737bf3dedb56e373616"
|
||||
integrity sha512-HLclGWPkCsekQgsyzxLhCQLa8THWXtB5PxyYN+2O6nkyLt550KQKTlbV2D1/j5dNIQapAZM1+qFnpBFxZQkgCA==
|
||||
dependencies:
|
||||
"@smithy/middleware-serde" "^4.0.2"
|
||||
"@smithy/protocol-http" "^5.0.1"
|
||||
"@smithy/types" "^4.1.0"
|
||||
"@smithy/util-body-length-browser" "^4.0.0"
|
||||
"@smithy/util-middleware" "^4.0.1"
|
||||
"@smithy/util-stream" "^4.1.2"
|
||||
"@smithy/util-utf8" "^4.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/credential-provider-imds@^4.0.1":
|
||||
version "4.0.1"
|
||||
resolved "https://registry.npmmirror.com/@smithy/credential-provider-imds/-/credential-provider-imds-4.0.1.tgz#807110739982acd1588a4847b61e6edf196d004e"
|
||||
@ -7736,20 +7366,6 @@
|
||||
"@smithy/util-middleware" "^4.0.1"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/middleware-endpoint@^4.0.6":
|
||||
version "4.0.6"
|
||||
resolved "https://registry.npmmirror.com/@smithy/middleware-endpoint/-/middleware-endpoint-4.0.6.tgz#7ead08fcfda92ee470786a7f458e9b59048407eb"
|
||||
integrity sha512-ftpmkTHIFqgaFugcjzLZv3kzPEFsBFSnq1JsIkr2mwFzCraZVhQk2gqN51OOeRxqhbPTkRFj39Qd2V91E/mQxg==
|
||||
dependencies:
|
||||
"@smithy/core" "^3.1.5"
|
||||
"@smithy/middleware-serde" "^4.0.2"
|
||||
"@smithy/node-config-provider" "^4.0.1"
|
||||
"@smithy/shared-ini-file-loader" "^4.0.1"
|
||||
"@smithy/types" "^4.1.0"
|
||||
"@smithy/url-parser" "^4.0.1"
|
||||
"@smithy/util-middleware" "^4.0.1"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/middleware-retry@^4.0.6":
|
||||
version "4.0.6"
|
||||
resolved "https://registry.npmmirror.com/@smithy/middleware-retry/-/middleware-retry-4.0.6.tgz#07f8259dc05835e317aaf37af7e79bae349eabb4"
|
||||
@ -7765,21 +7381,6 @@
|
||||
tslib "^2.6.2"
|
||||
uuid "^9.0.1"
|
||||
|
||||
"@smithy/middleware-retry@^4.0.7":
|
||||
version "4.0.7"
|
||||
resolved "https://registry.npmmirror.com/@smithy/middleware-retry/-/middleware-retry-4.0.7.tgz#8bb2014842a6144f230967db502f5fe6adcd6529"
|
||||
integrity sha512-58j9XbUPLkqAcV1kHzVX/kAR16GT+j7DUZJqwzsxh1jtz7G82caZiGyyFgUvogVfNTg3TeAOIJepGc8TXF4AVQ==
|
||||
dependencies:
|
||||
"@smithy/node-config-provider" "^4.0.1"
|
||||
"@smithy/protocol-http" "^5.0.1"
|
||||
"@smithy/service-error-classification" "^4.0.1"
|
||||
"@smithy/smithy-client" "^4.1.6"
|
||||
"@smithy/types" "^4.1.0"
|
||||
"@smithy/util-middleware" "^4.0.1"
|
||||
"@smithy/util-retry" "^4.0.1"
|
||||
tslib "^2.6.2"
|
||||
uuid "^9.0.1"
|
||||
|
||||
"@smithy/middleware-serde@^2.0.15":
|
||||
version "2.0.15"
|
||||
resolved "https://registry.npmmirror.com/@smithy/middleware-serde/-/middleware-serde-2.0.15.tgz#9deac4daad1f2a60d5c4e7097658f9ae2eb0a33f"
|
||||
@ -7854,17 +7455,6 @@
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/node-http-handler@^4.0.3":
|
||||
version "4.0.3"
|
||||
resolved "https://registry.npmmirror.com/@smithy/node-http-handler/-/node-http-handler-4.0.3.tgz#363e1d453168b4e37e8dd456d0a368a4e413bc98"
|
||||
integrity sha512-dYCLeINNbYdvmMLtW0VdhW1biXt+PPCGazzT5ZjKw46mOtdgToQEwjqZSS9/EN8+tNs/RO0cEWG044+YZs97aA==
|
||||
dependencies:
|
||||
"@smithy/abort-controller" "^4.0.1"
|
||||
"@smithy/protocol-http" "^5.0.1"
|
||||
"@smithy/querystring-builder" "^4.0.1"
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/property-provider@^2.0.16":
|
||||
version "2.0.16"
|
||||
resolved "https://registry.npmmirror.com/@smithy/property-provider/-/property-provider-2.0.16.tgz#0c15ea8a3e8c8e7012bf5877c79ce754f7d2c06e"
|
||||
@ -7999,19 +7589,6 @@
|
||||
"@smithy/util-stream" "^4.1.1"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/smithy-client@^4.1.6":
|
||||
version "4.1.6"
|
||||
resolved "https://registry.npmmirror.com/@smithy/smithy-client/-/smithy-client-4.1.6.tgz#2183c922d086d33252012232be891f29a008d932"
|
||||
integrity sha512-UYDolNg6h2O0L+cJjtgSyKKvEKCOa/8FHYJnBobyeoeWDmNpXjwOAtw16ezyeu1ETuuLEOZbrynK0ZY1Lx9Jbw==
|
||||
dependencies:
|
||||
"@smithy/core" "^3.1.5"
|
||||
"@smithy/middleware-endpoint" "^4.0.6"
|
||||
"@smithy/middleware-stack" "^4.0.1"
|
||||
"@smithy/protocol-http" "^5.0.1"
|
||||
"@smithy/types" "^4.1.0"
|
||||
"@smithy/util-stream" "^4.1.2"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/types@^1.2.0":
|
||||
version "1.2.0"
|
||||
resolved "https://registry.npmmirror.com/@smithy/types/-/types-1.2.0.tgz#9dc65767b0ee3d6681704fcc67665d6fc9b6a34e"
|
||||
@ -8124,17 +7701,6 @@
|
||||
bowser "^2.11.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/util-defaults-mode-browser@^4.0.7":
|
||||
version "4.0.7"
|
||||
resolved "https://registry.npmmirror.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.0.7.tgz#54595ab3da6765bfb388e8e8b594276e0f485710"
|
||||
integrity sha512-CZgDDrYHLv0RUElOsmZtAnp1pIjwDVCSuZWOPhIOBvG36RDfX1Q9+6lS61xBf+qqvHoqRjHxgINeQz47cYFC2Q==
|
||||
dependencies:
|
||||
"@smithy/property-provider" "^4.0.1"
|
||||
"@smithy/smithy-client" "^4.1.6"
|
||||
"@smithy/types" "^4.1.0"
|
||||
bowser "^2.11.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/util-defaults-mode-node@^4.0.6":
|
||||
version "4.0.6"
|
||||
resolved "https://registry.npmmirror.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.0.6.tgz#213e5b32549beb48aeccbcf99cf56c97db47e70b"
|
||||
@ -8148,19 +7714,6 @@
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/util-defaults-mode-node@^4.0.7":
|
||||
version "4.0.7"
|
||||
resolved "https://registry.npmmirror.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.0.7.tgz#0dea136de9096a36d84416f6af5843d866621491"
|
||||
integrity sha512-79fQW3hnfCdrfIi1soPbK3zmooRFnLpSx3Vxi6nUlqaaQeC5dm8plt4OTNDNqEEEDkvKghZSaoti684dQFVrGQ==
|
||||
dependencies:
|
||||
"@smithy/config-resolver" "^4.0.1"
|
||||
"@smithy/credential-provider-imds" "^4.0.1"
|
||||
"@smithy/node-config-provider" "^4.0.1"
|
||||
"@smithy/property-provider" "^4.0.1"
|
||||
"@smithy/smithy-client" "^4.1.6"
|
||||
"@smithy/types" "^4.1.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/util-endpoints@^3.0.1":
|
||||
version "3.0.1"
|
||||
resolved "https://registry.npmmirror.com/@smithy/util-endpoints/-/util-endpoints-3.0.1.tgz#44ccbf1721447966f69496c9003b87daa8f61975"
|
||||
@ -8237,20 +7790,6 @@
|
||||
"@smithy/util-utf8" "^4.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/util-stream@^4.1.2":
|
||||
version "4.1.2"
|
||||
resolved "https://registry.npmmirror.com/@smithy/util-stream/-/util-stream-4.1.2.tgz#b867f25bc8b016de0582810a2f4092a71c5e3244"
|
||||
integrity sha512-44PKEqQ303d3rlQuiDpcCcu//hV8sn+u2JBo84dWCE0rvgeiVl0IlLMagbU++o0jCWhYCsHaAt9wZuZqNe05Hw==
|
||||
dependencies:
|
||||
"@smithy/fetch-http-handler" "^5.0.1"
|
||||
"@smithy/node-http-handler" "^4.0.3"
|
||||
"@smithy/types" "^4.1.0"
|
||||
"@smithy/util-base64" "^4.0.0"
|
||||
"@smithy/util-buffer-from" "^4.0.0"
|
||||
"@smithy/util-hex-encoding" "^4.0.0"
|
||||
"@smithy/util-utf8" "^4.0.0"
|
||||
tslib "^2.6.2"
|
||||
|
||||
"@smithy/util-uri-escape@^2.0.0":
|
||||
version "2.0.0"
|
||||
resolved "https://registry.npmmirror.com/@smithy/util-uri-escape/-/util-uri-escape-2.0.0.tgz#19955b1a0f517a87ae77ac729e0e411963dfda95"
|
||||
@ -31738,6 +31277,11 @@ urix@^0.1.0:
|
||||
resolved "https://registry.npmmirror.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
|
||||
integrity sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==
|
||||
|
||||
url-join@4.0.1:
|
||||
version "4.0.1"
|
||||
resolved "https://registry.npmmirror.com/url-join/-/url-join-4.0.1.tgz#b642e21a2646808ffa178c4c5fda39844e12cde7"
|
||||
integrity sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==
|
||||
|
||||
url-parse-lax@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.npmmirror.com/url-parse-lax/-/url-parse-lax-1.0.0.tgz#7af8f303645e9bd79a272e7a14ac68bc0609da73"
|
||||
|
Loading…
x
Reference in New Issue
Block a user