@nextcloud/event-bus
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -5,2 +5,8 @@ # Changelog | ||
## 1.1.3 - 2020-03-19 | ||
### Changed | ||
- Dependency updates | ||
### Fixed | ||
- Update vulnerable packages | ||
## 1.1.2 - 2020-01-10 | ||
@@ -7,0 +13,0 @@ ### Fixed |
@@ -22,3 +22,3 @@ "use strict"; | ||
name: "@nextcloud/event-bus", | ||
version: "1.1.2", | ||
version: "1.1.3", | ||
description: "", | ||
@@ -44,3 +44,3 @@ main: "dist/index.js", | ||
dependencies: { | ||
"@types/semver": "^6.2.0", | ||
"@types/semver": "^6.2.1", | ||
"core-js": "^3.6.2", | ||
@@ -56,6 +56,6 @@ semver: "^6.3.0" | ||
"@nextcloud/browserslist-config": "^1.0.0", | ||
"babel-jest": "^24.9.0", | ||
"babel-jest": "^25.1.0", | ||
"babel-plugin-inline-json-import": "^0.3.2", | ||
jest: "^24.9.0", | ||
typedoc: "^0.15.7", | ||
jest: "^25.1.0", | ||
typedoc: "^0.16.7", | ||
typescript: "^3.6.3" | ||
@@ -66,5 +66,3 @@ }, | ||
var ProxyBus = | ||
/*#__PURE__*/ | ||
function () { | ||
var ProxyBus = /*#__PURE__*/function () { | ||
function ProxyBus(bus) { | ||
@@ -71,0 +69,0 @@ _classCallCheck(this, ProxyBus); |
@@ -7,2 +7,4 @@ "use strict"; | ||
require("core-js/modules/es.array.for-each"); | ||
require("core-js/modules/es.array.iterator"); | ||
@@ -35,3 +37,3 @@ | ||
name: "@nextcloud/event-bus", | ||
version: "1.1.2", | ||
version: "1.1.3", | ||
description: "", | ||
@@ -57,3 +59,3 @@ main: "dist/index.js", | ||
dependencies: { | ||
"@types/semver": "^6.2.0", | ||
"@types/semver": "^6.2.1", | ||
"core-js": "^3.6.2", | ||
@@ -69,6 +71,6 @@ semver: "^6.3.0" | ||
"@nextcloud/browserslist-config": "^1.0.0", | ||
"babel-jest": "^24.9.0", | ||
"babel-jest": "^25.1.0", | ||
"babel-plugin-inline-json-import": "^0.3.2", | ||
jest: "^24.9.0", | ||
typedoc: "^0.15.7", | ||
jest: "^25.1.0", | ||
typedoc: "^0.16.7", | ||
typescript: "^3.6.3" | ||
@@ -79,5 +81,3 @@ }, | ||
var SimpleBus = | ||
/*#__PURE__*/ | ||
function () { | ||
var SimpleBus = /*#__PURE__*/function () { | ||
function SimpleBus() { | ||
@@ -84,0 +84,0 @@ _classCallCheck(this, SimpleBus); |
{ | ||
"name": "@nextcloud/event-bus", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "", | ||
@@ -26,3 +26,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@types/semver": "^6.2.0", | ||
"@types/semver": "^6.2.1", | ||
"core-js": "^3.6.2", | ||
@@ -38,6 +38,6 @@ "semver": "^6.3.0" | ||
"@nextcloud/browserslist-config": "^1.0.0", | ||
"babel-jest": "^24.9.0", | ||
"babel-jest": "^25.1.0", | ||
"babel-plugin-inline-json-import": "^0.3.2", | ||
"jest": "^24.9.0", | ||
"typedoc": "^0.15.7", | ||
"jest": "^25.1.0", | ||
"typedoc": "^0.16.7", | ||
"typescript": "^3.6.3" | ||
@@ -44,0 +44,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
459144
2541
Updated@types/semver@^6.2.1