@comunica/actor-rdf-join-selectivity-variable-counting 2.0.1-alpha.5.0 → 2.0.1-alpha.6.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.
@@ -101,40 +101,15 @@
101
101
  "comment": "Actor that must be registered in the bus before this actor."
102
102
  }
103
103
  ],
104
- "memberFields": [
105
- {
106
- "@id": "carjsvc:components/ActorRdfJoinSelectivityVariableCounting.jsonld#ActorRdfJoinSelectivityVariableCounting__member_MAX_PAIRWISE_COST",
107
- "memberFieldName": "MAX_PAIRWISE_COST",
108
- "range": "xsd:number"
109
- },
110
- {
111
- "@id": "carjsvc:components/ActorRdfJoinSelectivityVariableCounting.jsonld#ActorRdfJoinSelectivityVariableCounting__member_constructor",
112
- "memberFieldName": "constructor"
113
- },
114
- {
115
- "@id": "carjsvc:components/ActorRdfJoinSelectivityVariableCounting.jsonld#ActorRdfJoinSelectivityVariableCounting__member_test",
116
- "memberFieldName": "test"
117
- },
118
- {
119
- "@id": "carjsvc:components/ActorRdfJoinSelectivityVariableCounting.jsonld#ActorRdfJoinSelectivityVariableCounting__member_getPatternCost",
120
- "memberFieldName": "getPatternCost"
121
- },
122
- {
123
- "@id": "carjsvc:components/ActorRdfJoinSelectivityVariableCounting.jsonld#ActorRdfJoinSelectivityVariableCounting__member_getJoinTypes",
124
- "memberFieldName": "getJoinTypes"
125
- },
126
- {
127
- "@id": "carjsvc:components/ActorRdfJoinSelectivityVariableCounting.jsonld#ActorRdfJoinSelectivityVariableCounting__member_getOperationsPairwiseJoinCost",
128
- "memberFieldName": "getOperationsPairwiseJoinCost"
129
- },
130
- {
131
- "@id": "carjsvc:components/ActorRdfJoinSelectivityVariableCounting.jsonld#ActorRdfJoinSelectivityVariableCounting__member_getOperationsJoinCost",
132
- "memberFieldName": "getOperationsJoinCost"
133
- },
134
- {
135
- "@id": "carjsvc:components/ActorRdfJoinSelectivityVariableCounting.jsonld#ActorRdfJoinSelectivityVariableCounting__member_run",
136
- "memberFieldName": "run"
137
- }
104
+ "memberKeys": [
105
+ "MAX_PAIRWISE_COST",
106
+ "constructor",
107
+ "test",
108
+ "getPatternCost",
109
+ "getJoinTypes",
110
+ "getOperationsPairwiseJoinCost",
111
+ "getOperationsJoinCost",
112
+ "run"
138
113
  ],
139
114
  "constructorArguments": [
140
115
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comunica/actor-rdf-join-selectivity-variable-counting",
3
- "version": "2.0.1-alpha.5.0",
3
+ "version": "2.0.1-alpha.6.0",
4
4
  "description": "A variable-counting rdf-join-selectivity actor",
5
5
  "lsd:module": true,
6
6
  "main": "lib/index.js",
@@ -13,6 +13,7 @@
13
13
  "publishConfig": {
14
14
  "access": "public"
15
15
  },
16
+ "sideEffects": false,
16
17
  "keywords": [
17
18
  "comunica",
18
19
  "actor",
@@ -30,8 +31,8 @@
30
31
  "lib/**/*.js"
31
32
  ],
32
33
  "dependencies": {
33
- "@comunica/bus-rdf-join-selectivity": "2.0.1-alpha.5.0",
34
- "@comunica/core": "2.0.1-alpha.5.0",
34
+ "@comunica/bus-rdf-join-selectivity": "2.0.1-alpha.6.0",
35
+ "@comunica/core": "2.0.1-alpha.6.0",
35
36
  "sparqlalgebrajs": "^4.0.0"
36
37
  },
37
38
  "scripts": {
@@ -39,5 +40,5 @@
39
40
  "build:ts": "node \"../../node_modules/typescript/bin/tsc\"",
40
41
  "build:components": "componentsjs-generator"
41
42
  },
42
- "gitHead": "e2ae2e9e924bf0656df60cc99774f7e560d47695"
43
+ "gitHead": "bbf46a068e635256495a40e784a4691b22e88bd3"
43
44
  }