@nextcloud/event-bus
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -16,3 +16,3 @@ import valid from 'semver/functions/valid.js'; | ||
getVersion() { | ||
return "3.0.1"; | ||
return "3.0.2"; | ||
} | ||
@@ -33,3 +33,3 @@ subscribe(name, handler) { | ||
getVersion() { | ||
return "3.0.1"; | ||
return "3.0.2"; | ||
} | ||
@@ -36,0 +36,0 @@ subscribe(name, handler) { |
@@ -24,3 +24,3 @@ 'use strict'; | ||
ProxyBus.prototype.getVersion = function () { | ||
return "3.0.1"; | ||
return "3.0.2"; | ||
}; | ||
@@ -44,3 +44,3 @@ ProxyBus.prototype.subscribe = function (name, handler) { | ||
SimpleBus.prototype.getVersion = function () { | ||
return "3.0.1"; | ||
return "3.0.2"; | ||
}; | ||
@@ -47,0 +47,0 @@ SimpleBus.prototype.subscribe = function (name, handler) { |
{ | ||
"name": "@nextcloud/event-bus", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "A simple event bus to communicate between Nextcloud components.", | ||
"type": "module", | ||
"main": "dist/index.js", | ||
@@ -43,5 +42,5 @@ "module": "dist/index.esm.js", | ||
"jest-environment-jsdom": "^28.1.3", | ||
"rollup": "^2.78.1", | ||
"rollup": "^2.79.0", | ||
"tslib": "^2.4.0", | ||
"typedoc": "^0.23.10", | ||
"typedoc": "^0.23.13", | ||
"typescript": "^4.7.4" | ||
@@ -48,0 +47,0 @@ }, |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
0
60323
No