@nextcloud/event-bus
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -5,6 +5,12 @@ # Changelog | ||
## 2.1.0 – 2021-09-28 | ||
### Changed | ||
- Dependency updates | ||
### Fixed | ||
- Readme examples | ||
- Dependency updates | ||
## 2.0.0 - 2021-05-05 | ||
### Breaking | ||
- Bump of @nextcloud/browserlist-config@2.1.0 which drops support for IE11 | ||
### Changed | ||
@@ -11,0 +17,0 @@ - Move a single to transpiled library bundle |
@@ -18,3 +18,3 @@ "use strict"; | ||
name: "@nextcloud/event-bus", | ||
version: "2.0.0", | ||
version: "2.1.0", | ||
description: "", | ||
@@ -52,5 +52,5 @@ main: "dist/index.js", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-commonjs": "^18.0.0", | ||
"@rollup/plugin-node-resolve": "^11.2.1", | ||
"babel-jest": "^26.0.1", | ||
"@rollup/plugin-commonjs": "^20.0.0", | ||
"@rollup/plugin-node-resolve": "^13.0.0", | ||
"babel-jest": "^27.2.1", | ||
"babel-plugin-inline-json-import": "^0.3.2", | ||
@@ -61,3 +61,3 @@ jest: "^26.0.1", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
typedoc: "^0.20.32", | ||
typedoc: "^0.22.4", | ||
typescript: "^4.0.2" | ||
@@ -64,0 +64,0 @@ }, |
@@ -14,3 +14,3 @@ "use strict"; | ||
name: "@nextcloud/event-bus", | ||
version: "2.0.0", | ||
version: "2.1.0", | ||
description: "", | ||
@@ -48,5 +48,5 @@ main: "dist/index.js", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-commonjs": "^18.0.0", | ||
"@rollup/plugin-node-resolve": "^11.2.1", | ||
"babel-jest": "^26.0.1", | ||
"@rollup/plugin-commonjs": "^20.0.0", | ||
"@rollup/plugin-node-resolve": "^13.0.0", | ||
"babel-jest": "^27.2.1", | ||
"babel-plugin-inline-json-import": "^0.3.2", | ||
@@ -57,3 +57,3 @@ jest: "^26.0.1", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
typedoc: "^0.20.32", | ||
typedoc: "^0.22.4", | ||
typescript: "^4.0.2" | ||
@@ -60,0 +60,0 @@ }, |
{ | ||
"name": "@nextcloud/event-bus", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "", | ||
@@ -38,5 +38,5 @@ "main": "dist/index.js", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-commonjs": "^18.0.0", | ||
"@rollup/plugin-node-resolve": "^11.2.1", | ||
"babel-jest": "^26.0.1", | ||
"@rollup/plugin-commonjs": "^20.0.0", | ||
"@rollup/plugin-node-resolve": "^13.0.0", | ||
"babel-jest": "^27.2.1", | ||
"babel-plugin-inline-json-import": "^0.3.2", | ||
@@ -47,3 +47,3 @@ "jest": "^26.0.1", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"typedoc": "^0.20.32", | ||
"typedoc": "^0.22.4", | ||
"typescript": "^4.0.2" | ||
@@ -50,0 +50,0 @@ }, |
@@ -32,1 +32,14 @@ # @nextcloud/event-bus | ||
``` | ||
## Naming convention | ||
To stay consistent, we encourage you to use the following syntax when declaring events | ||
`app-id:object:verb` | ||
### Examples: | ||
- nextcloud:unified-search:closed | ||
- files:file:uploading | ||
- files:file:uploaded | ||
- contacts:contact:deleted | ||
- calendar:event:created | ||
- forms:answer:updated |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
65981
38
45
0