@comunica/mediator-race
Advanced tools
Comparing version 1.22.0 to 2.0.1-alpha.5.0
The MIT License (MIT) | ||
Copyright © 2017–2018 Ruben Taelman, Joachim Van Herwegen | ||
Ghent University – imec, Belgium | ||
Copyright © 2017–now Ruben Taelman, Joachim Van Herwegen | ||
Comunica Association and Ghent University – imec, Belgium | ||
@@ -6,0 +6,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy |
{ | ||
"name": "@comunica/mediator-race", | ||
"version": "1.22.0", | ||
"version": "2.0.1-alpha.5.0", | ||
"description": "A mediator for a single mediation number value", | ||
"lsd:module": true, | ||
"main": "index.js", | ||
"typings": "index", | ||
"main": "lib/index.js", | ||
"typings": "lib/index", | ||
"repository": { | ||
@@ -28,35 +28,13 @@ "type": "git", | ||
"lib/**/*.d.ts", | ||
"lib/**/*.js", | ||
"index.d.ts", | ||
"index.js" | ||
"lib/**/*.js" | ||
], | ||
"peerDependencies": { | ||
"@comunica/core": "^1.0.0" | ||
"dependencies": { | ||
"@comunica/core": "2.0.1-alpha.5.0" | ||
}, | ||
"devDependencies": { | ||
"@comunica/core": "^1.22.0" | ||
}, | ||
"jest": { | ||
"globals": { | ||
"ts-jest": { | ||
"tsConfig": "../../tsconfig.json" | ||
} | ||
}, | ||
"transform": { | ||
"^.+\\.ts$": "ts-jest" | ||
}, | ||
"testRegex": "(/test/.*|(\\.|/)(test|spec))\\.ts$", | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"js" | ||
], | ||
"collectCoverage": true | ||
}, | ||
"scripts": { | ||
"test": "node \"../../node_modules/jest/bin/jest.js\" ${1}", | ||
"test-watch": "node \"../../node_modules/jest/bin/jest.js\" ${1} --watch", | ||
"build": "node \"../../node_modules/typescript/bin/tsc\"", | ||
"validate": "npm ls" | ||
"build": "npm run build:ts && npm run build:components", | ||
"build:ts": "node \"../../node_modules/typescript/bin/tsc\"", | ||
"build:components": "componentsjs-generator" | ||
}, | ||
"gitHead": "0a249ba341022eb2f1b9922fcf549a9564671d9f" | ||
"gitHead": "e2ae2e9e924bf0656df60cc99774f7e560d47695" | ||
} |
@@ -25,3 +25,3 @@ # Comunica Race Mediator | ||
... | ||
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-race/^1.0.0/components/context.jsonld" | ||
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-race/^2.0.0/components/context.jsonld" | ||
], | ||
@@ -33,5 +33,5 @@ "actors": [ | ||
"someMediator": { | ||
"@id": "config-sets:rdf-dereference.json#mediatorRdfParseHandle", | ||
"@id": "#mediatorRdfParseHandle", | ||
"@type": "MediatorRace", | ||
"cc:Mediator/bus": { "@id": "cbrp:Bus/RdfParse" } | ||
"bus": { "@id": "ActorRdfParse:_default_bus" } | ||
} | ||
@@ -45,4 +45,4 @@ } | ||
* `cc:Mediator/bus`: Identifier of the bus to mediate over. | ||
* `bus`: Identifier of the bus to mediate over. | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
12081
0
1
+ Added@comunica/context-entries@2.0.1-alpha.5.0(transitive)
+ Added@comunica/core@2.0.1-alpha.5.0(transitive)
+ Added@comunica/types@2.0.1-alpha.5.0(transitive)
+ Added@types/http-link-header@1.0.7(transitive)
+ Added@types/node@18.19.79(transitive)
+ Added@types/yargs@17.0.33(transitive)
+ Added@types/yargs-parser@21.0.3(transitive)
+ Addedcross-fetch@3.2.0(transitive)
+ Addedhttp-link-header@1.1.3(transitive)
+ Addedjsonld-context-parser@2.4.0(transitive)
+ Addednode-fetch@2.7.0(transitive)
+ Addedrelative-to-absolute-iri@1.0.7(transitive)
+ Addedsparqlalgebrajs@4.3.8(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedundici-types@5.26.5(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)
- Removed@comunica/context-entries@1.22.0(transitive)
- Removed@comunica/core@1.22.0(transitive)
- Removed@comunica/types@1.22.0(transitive)
- Removedsparqlalgebrajs@3.0.3(transitive)