@nocobase/plugin-notification-manager 2.1.9 → 2.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,6 +7,6 @@
7
7
  * For more information, please refer to: https://www.nocobase.com/agreement.
8
8
  */
9
9
  export declare const NAMESPACE = "notification-manager";
10
- export declare function useNotificationTranslation(): import("react-i18next").UseTranslationResponse<("notification-manager" | "@nocobase/plugin-notification-manager" | "client" | "data-source-manager")[], undefined>;
10
+ export declare function useNotificationTranslation(): import("react-i18next").UseTranslationResponse<("notification-manager" | "client" | "data-source-manager" | "@nocobase/plugin-notification-manager")[], undefined>;
11
11
  export declare function useT(): (key: string, options?: Record<string, any>) => string;
12
12
  export declare function tExpr(key: string): string;
@@ -10,15 +10,15 @@
10
10
  module.exports = {
11
11
  "react": "18.2.0",
12
12
  "antd": "5.24.2",
13
- "@nocobase/client": "2.1.9",
14
- "@nocobase/utils": "2.1.9",
15
- "@nocobase/flow-engine": "2.1.9",
13
+ "@nocobase/client": "2.1.11",
14
+ "@nocobase/utils": "2.1.11",
15
+ "@nocobase/flow-engine": "2.1.11",
16
16
  "react-i18next": "11.18.6",
17
- "@nocobase/client-v2": "2.1.9",
18
- "@nocobase/database": "2.1.9",
19
- "@nocobase/server": "2.1.9",
20
- "@nocobase/cache": "2.1.9",
21
- "@nocobase/logger": "2.1.9",
17
+ "@nocobase/client-v2": "2.1.11",
18
+ "@nocobase/database": "2.1.11",
19
+ "@nocobase/server": "2.1.11",
20
+ "@nocobase/cache": "2.1.11",
21
+ "@nocobase/logger": "2.1.11",
22
22
  "@formily/react": "2.3.7",
23
23
  "@formily/core": "2.3.7",
24
24
  "ahooks": "3.7.8",
@@ -27,5 +27,5 @@ module.exports = {
27
27
  "dayjs": "1.11.13",
28
28
  "@formily/shared": "2.3.7",
29
29
  "@formily/antd-v5": "1.2.3",
30
- "@nocobase/plugin-workflow": "2.1.9"
30
+ "@nocobase/plugin-workflow": "2.1.11"
31
31
  };
@@ -1 +1 @@
1
- {"name":"uuid","version":"11.1.1","description":"RFC9562 UUIDs","type":"module","funding":["https://github.com/sponsors/broofa","https://github.com/sponsors/ctavan"],"commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122","rfc9562"],"license":"MIT","bin":{"uuid":"./dist/esm/bin/uuid"},"sideEffects":false,"main":"./dist/cjs/index.js","exports":{".":{"node":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"},"browser":{"import":"./dist/esm-browser/index.js","require":"./dist/cjs-browser/index.js"},"default":"./dist/esm-browser/index.js"},"./package.json":"./package.json"},"module":"./dist/esm/index.js","browser":{"./dist/esm/index.js":"./dist/esm-browser/index.js","./dist/cjs/index.js":"./dist/cjs-browser/index.js"},"files":["dist","!dist/**/test"],"devDependencies":{"@babel/eslint-parser":"7.25.9","@commitlint/cli":"19.6.1","@commitlint/config-conventional":"19.6.0","@eslint/js":"9.17.0","@types/eslint__js":"8.42.3","bundlewatch":"0.4.0","commander":"12.1.0","eslint":"9.17.0","eslint-config-prettier":"9.1.0","eslint-plugin-prettier":"5.2.1","globals":"15.14.0","husky":"9.1.7","jest":"29.7.0","lint-staged":"15.2.11","neostandard":"0.12.0","npm-run-all":"4.1.5","prettier":"3.4.2","release-please":"16.15.0","runmd":"1.4.1","standard-version":"9.5.0","typescript":"5.0.4","typescript-eslint":"8.18.2"},"optionalDevDependencies":{"@wdio/browserstack-service":"9.2.1","@wdio/cli":"9.2.1","@wdio/jasmine-framework":"9.2.1","@wdio/local-runner":"9.2.1","@wdio/spec-reporter":"9.1.3","@wdio/static-server-service":"9.1.3"},"scripts":{"build":"./scripts/build.sh","build:watch":"tsc --watch -p tsconfig.esm.json","bundlewatch":"npm run pretest:browser && bundlewatch --config bundlewatch.config.json","docs:diff":"npm run docs && git diff --quiet README.md","docs":"npm run build && npx runmd --output=README.md README_js.md","eslint:check":"eslint src/ test/ examples/ *.[jt]s","eslint:fix":"eslint --fix src/ test/ examples/ *.[jt]s","examples:browser:rollup:build":"cd examples/browser-rollup && npm run build","examples:browser:webpack:build":"cd examples/browser-webpack && npm run build","examples:node:commonjs:test":"cd examples/node-commonjs && npm test","examples:node:esmodules:test":"cd examples/node-esmodules && npm test","examples:node:jest:test":"cd examples/node-jest && npm test","examples:node:typescript:test":"cd examples/typescript && npm test","lint":"npm run eslint:check && npm run prettier:check","md":"runmd --watch --output=README.md README_js.md","prepack":"npm run build -- --no-pack","prepare":"husky","prepublishOnly":"npm run build","pretest:benchmark":"npm run build","pretest:browser":"./scripts/iodd && npm run build && npm-run-all --parallel examples:browser:**","pretest:node":"npm run build","pretest":"npm run build","prettier:check":"prettier --check .","prettier:fix":"prettier --write .","release":"standard-version --no-verify","test:benchmark":"cd examples/benchmark && npm test","test:browser":"wdio run ./wdio.conf.js","test:node":"npm-run-all --parallel examples:node:**","test:watch":"node --test --enable-source-maps --watch dist/esm/test/*.js","test":"node --test --enable-source-maps dist/esm/test/*.js"},"repository":{"type":"git","url":"https://github.com/uuidjs/uuid.git"},"lint-staged":{"*":["prettier --no-error-on-unmatched-pattern --write"],"*.{js,jsx}":["eslint --no-error-on-unmatched-pattern --fix"]},"standard-version":{"scripts":{"postchangelog":"prettier --write CHANGELOG.md"}},"packageManager":"npm@11.0.0","_lastModified":"2026-06-20T03:24:24.417Z"}
1
+ {"name":"uuid","version":"11.1.1","description":"RFC9562 UUIDs","type":"module","funding":["https://github.com/sponsors/broofa","https://github.com/sponsors/ctavan"],"commitlint":{"extends":["@commitlint/config-conventional"]},"keywords":["uuid","guid","rfc4122","rfc9562"],"license":"MIT","bin":{"uuid":"./dist/esm/bin/uuid"},"sideEffects":false,"main":"./dist/cjs/index.js","exports":{".":{"node":{"import":"./dist/esm/index.js","require":"./dist/cjs/index.js"},"browser":{"import":"./dist/esm-browser/index.js","require":"./dist/cjs-browser/index.js"},"default":"./dist/esm-browser/index.js"},"./package.json":"./package.json"},"module":"./dist/esm/index.js","browser":{"./dist/esm/index.js":"./dist/esm-browser/index.js","./dist/cjs/index.js":"./dist/cjs-browser/index.js"},"files":["dist","!dist/**/test"],"devDependencies":{"@babel/eslint-parser":"7.25.9","@commitlint/cli":"19.6.1","@commitlint/config-conventional":"19.6.0","@eslint/js":"9.17.0","@types/eslint__js":"8.42.3","bundlewatch":"0.4.0","commander":"12.1.0","eslint":"9.17.0","eslint-config-prettier":"9.1.0","eslint-plugin-prettier":"5.2.1","globals":"15.14.0","husky":"9.1.7","jest":"29.7.0","lint-staged":"15.2.11","neostandard":"0.12.0","npm-run-all":"4.1.5","prettier":"3.4.2","release-please":"16.15.0","runmd":"1.4.1","standard-version":"9.5.0","typescript":"5.0.4","typescript-eslint":"8.18.2"},"optionalDevDependencies":{"@wdio/browserstack-service":"9.2.1","@wdio/cli":"9.2.1","@wdio/jasmine-framework":"9.2.1","@wdio/local-runner":"9.2.1","@wdio/spec-reporter":"9.1.3","@wdio/static-server-service":"9.1.3"},"scripts":{"build":"./scripts/build.sh","build:watch":"tsc --watch -p tsconfig.esm.json","bundlewatch":"npm run pretest:browser && bundlewatch --config bundlewatch.config.json","docs:diff":"npm run docs && git diff --quiet README.md","docs":"npm run build && npx runmd --output=README.md README_js.md","eslint:check":"eslint src/ test/ examples/ *.[jt]s","eslint:fix":"eslint --fix src/ test/ examples/ *.[jt]s","examples:browser:rollup:build":"cd examples/browser-rollup && npm run build","examples:browser:webpack:build":"cd examples/browser-webpack && npm run build","examples:node:commonjs:test":"cd examples/node-commonjs && npm test","examples:node:esmodules:test":"cd examples/node-esmodules && npm test","examples:node:jest:test":"cd examples/node-jest && npm test","examples:node:typescript:test":"cd examples/typescript && npm test","lint":"npm run eslint:check && npm run prettier:check","md":"runmd --watch --output=README.md README_js.md","prepack":"npm run build -- --no-pack","prepare":"husky","prepublishOnly":"npm run build","pretest:benchmark":"npm run build","pretest:browser":"./scripts/iodd && npm run build && npm-run-all --parallel examples:browser:**","pretest:node":"npm run build","pretest":"npm run build","prettier:check":"prettier --check .","prettier:fix":"prettier --write .","release":"standard-version --no-verify","test:benchmark":"cd examples/benchmark && npm test","test:browser":"wdio run ./wdio.conf.js","test:node":"npm-run-all --parallel examples:node:**","test:watch":"node --test --enable-source-maps --watch dist/esm/test/*.js","test":"node --test --enable-source-maps dist/esm/test/*.js"},"repository":{"type":"git","url":"https://github.com/uuidjs/uuid.git"},"lint-staged":{"*":["prettier --no-error-on-unmatched-pattern --write"],"*.{js,jsx}":["eslint --no-error-on-unmatched-pattern --fix"]},"standard-version":{"scripts":{"postchangelog":"prettier --write CHANGELOG.md"}},"packageManager":"npm@11.0.0","_lastModified":"2026-06-24T23:39:09.909Z"}
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description.ru-RU": "Предоставляет единый сервис управления, включающий конфигурирование каналов, логирование и другие функции, поддерживает настройку различных каналов уведомлений, включая внутренние сообщения и электронную почту.",
7
7
  "displayName.zh-CN": "通知管理",
8
8
  "description.zh-CN": "提供统一的管理服务,涵盖渠道配置、日志记录等功能,支持多种通知渠道的配置,包括站内信和电子邮件等。",
9
- "version": "2.1.9",
9
+ "version": "2.1.11",
10
10
  "homepage": "https://docs.nocobase.com/handbook/notification-manager",
11
11
  "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/notification-manager",
12
12
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/notification-manager",
@@ -36,5 +36,5 @@
36
36
  "Notification"
37
37
  ],
38
38
  "license": "Apache-2.0",
39
- "gitHead": "2b612d81c6f6115af75ea7b279384751af869510"
39
+ "gitHead": "1ccf891d837e21089f65f84b892407b34a0a0cb9"
40
40
  }