@comunica/bus-init
Advanced tools
Comparing version 3.0.1-alpha.45.0 to 3.0.1-alpha.46.0
{ | ||
"name": "@comunica/bus-init", | ||
"version": "3.0.1-alpha.45.0", | ||
"version": "3.0.1-alpha.46.0", | ||
"description": "A comunica bus for 'init' events.", | ||
"lsd:module": true, | ||
"main": "lib/index.js", | ||
"typings": "lib/index", | ||
"license": "MIT", | ||
"homepage": "https://comunica.dev/", | ||
"repository": { | ||
@@ -13,6 +13,5 @@ "type": "git", | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
"bugs": { | ||
"url": "https://github.com/comunica/comunica/issues" | ||
}, | ||
"sideEffects": false, | ||
"keywords": [ | ||
@@ -23,7 +22,8 @@ "comunica", | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/comunica/comunica/issues" | ||
"sideEffects": false, | ||
"main": "lib/index.js", | ||
"typings": "lib/index", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"homepage": "https://comunica.dev/", | ||
"files": [ | ||
@@ -35,6 +35,2 @@ "components", | ||
], | ||
"dependencies": { | ||
"@comunica/core": "3.0.1-alpha.45.0", | ||
"readable-stream": "^4.4.2" | ||
}, | ||
"scripts": { | ||
@@ -45,3 +41,7 @@ "build": "npm run build:ts && npm run build:components", | ||
}, | ||
"gitHead": "b5a3900c24e29fa7b3243ab50bc9745d286fbce8" | ||
"dependencies": { | ||
"@comunica/core": "3.0.1-alpha.46.0", | ||
"readable-stream": "^4.4.2" | ||
}, | ||
"gitHead": "c115712ec55d79c83712e7046a387d5e3a177023" | ||
} |
@@ -27,2 +27,1 @@ # Comunica Bus Init | ||
Actors extending [`ActorInit`](https://comunica.github.io/comunica/classes/_comunica_bus_init.ActorInit.html) are automatically subscribed to this bus. | ||
Sorry, the diff of this file is not supported yet
17754
27
+ Added@comunica/core@3.0.1-alpha.46.0(transitive)
+ Added@comunica/types@3.0.1-alpha.46.0(transitive)
- Removed@comunica/core@3.0.1-alpha.45.0(transitive)
- Removed@comunica/types@3.0.1-alpha.45.0(transitive)