@comunica/mediator-join-coefficients-fixed 2.10.1 → 3.0.1-alpha.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -30,7 +30,7 @@ After installing, this mediator can be instantiated as follows:
30
30
  {
31
31
  "@context": [
32
32
  ...
33
- "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-all/^2.0.0/components/context.jsonld"
33
+ "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-all/^3.0.0/components/context.jsonld"
34
34
  ],
35
35
  "actors": [
36
36
  ...
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "@context": [
3
- "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-join-coefficients-fixed/^2.0.0/components/context.jsonld",
4
- "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/core/^2.0.0/components/context.jsonld",
5
- "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-rdf-join/^2.0.0/components/context.jsonld",
6
- "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediatortype-join-coefficients/^2.0.0/components/context.jsonld",
7
- "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/types/^2.0.0/components/context.jsonld"
3
+ "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-join-coefficients-fixed/^3.0.0/components/context.jsonld",
4
+ "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/core/^3.0.0/components/context.jsonld",
5
+ "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-rdf-join/^3.0.0/components/context.jsonld",
6
+ "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediatortype-join-coefficients/^3.0.0/components/context.jsonld",
7
+ "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/types/^3.0.0/components/context.jsonld"
8
8
  ],
9
9
  "@id": "npmd:@comunica/mediator-join-coefficients-fixed",
10
10
  "components": [
@@ -70,19 +70,19 @@
70
70
  "genericTypeInstances": [
71
71
  {
72
72
  "@type": "ParameterRangeGenericTypeReference",
73
- "parameterRangeGenericType": "npmd:@comunica/core/^2.0.0/components/Mediator.jsonld#Mediator__generic_A"
73
+ "parameterRangeGenericType": "npmd:@comunica/core/^3.0.0/components/Mediator.jsonld#Mediator__generic_A"
74
74
  },
75
75
  {
76
76
  "@type": "ParameterRangeGenericTypeReference",
77
- "parameterRangeGenericType": "npmd:@comunica/core/^2.0.0/components/Mediator.jsonld#Mediator__generic_I"
77
+ "parameterRangeGenericType": "npmd:@comunica/core/^3.0.0/components/Mediator.jsonld#Mediator__generic_I"
78
78
  },
79
79
  {
80
80
  "@type": "ParameterRangeGenericTypeReference",
81
- "parameterRangeGenericType": "npmd:@comunica/core/^2.0.0/components/Mediator.jsonld#Mediator__generic_T"
81
+ "parameterRangeGenericType": "npmd:@comunica/core/^3.0.0/components/Mediator.jsonld#Mediator__generic_T"
82
82
  },
83
83
  {
84
84
  "@type": "ParameterRangeGenericTypeReference",
85
- "parameterRangeGenericType": "npmd:@comunica/core/^2.0.0/components/Mediator.jsonld#Mediator__generic_O"
85
+ "parameterRangeGenericType": "npmd:@comunica/core/^3.0.0/components/Mediator.jsonld#Mediator__generic_O"
86
86
  }
87
87
  ]
88
88
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "@context": [
3
- "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-join-coefficients-fixed/^2.0.0/components/context.jsonld"
3
+ "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-join-coefficients-fixed/^3.0.0/components/context.jsonld"
4
4
  ],
5
5
  "@id": "npmd:@comunica/mediator-join-coefficients-fixed",
6
6
  "@type": "Module",
@@ -3,7 +3,7 @@
3
3
  "https://linkedsoftwaredependencies.org/bundles/npm/componentsjs/^5.0.0/components/context.jsonld",
4
4
  {
5
5
  "npmd": "https://linkedsoftwaredependencies.org/bundles/npm/",
6
- "cmjcf": "npmd:@comunica/mediator-join-coefficients-fixed/^2.0.0/",
6
+ "cmjcf": "npmd:@comunica/mediator-join-coefficients-fixed/^3.0.0/",
7
7
  "MediatorJoinCoefficientsFixed": {
8
8
  "@id": "cmjcf:components/MediatorJoinCoefficientsFixed.jsonld#MediatorJoinCoefficientsFixed",
9
9
  "@prefix": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comunica/mediator-join-coefficients-fixed",
3
- "version": "2.10.1",
3
+ "version": "3.0.1-alpha.44.0",
4
4
  "description": "A join-coefficients-fixed mediator",
5
5
  "lsd:module": true,
6
6
  "main": "lib/index.js",
@@ -30,16 +30,16 @@
30
30
  "lib/**/*.js.map"
31
31
  ],
32
32
  "dependencies": {
33
- "@comunica/bus-rdf-join": "^2.10.1",
34
- "@comunica/context-entries": "^2.10.0",
35
- "@comunica/core": "^2.10.0",
36
- "@comunica/mediatortype-join-coefficients": "^2.10.0",
37
- "@comunica/types": "^2.10.0"
33
+ "@comunica/bus-rdf-join": "3.0.1-alpha.44.0",
34
+ "@comunica/context-entries": "3.0.1-alpha.44.0",
35
+ "@comunica/core": "3.0.1-alpha.44.0",
36
+ "@comunica/mediatortype-join-coefficients": "3.0.1-alpha.44.0",
37
+ "@comunica/types": "3.0.1-alpha.44.0"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "npm run build:ts && npm run build:components",
41
41
  "build:ts": "node \"../../node_modules/typescript/bin/tsc\"",
42
42
  "build:components": "componentsjs-generator"
43
43
  },
44
- "gitHead": "4d0383bd0f7cef463daf7044e9add498f8c67797"
44
+ "gitHead": "0b13082c2eef06a45298b30620323d0f956e1a3e"
45
45
  }