@comunica/actor-query-operation-values 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.
@@ -107,19 +107,10 @@
107
107
  "comment": "Actor that must be registered in the bus before this actor."
108
108
  }
109
109
  ],
110
- "memberFields": [
111
- {
112
- "@id": "caqov:components/ActorQueryOperationValues.jsonld#ActorQueryOperationValues__member_constructor",
113
- "memberFieldName": "constructor"
114
- },
115
- {
116
- "@id": "caqov:components/ActorQueryOperationValues.jsonld#ActorQueryOperationValues__member_testOperation",
117
- "memberFieldName": "testOperation"
118
- },
119
- {
120
- "@id": "caqov:components/ActorQueryOperationValues.jsonld#ActorQueryOperationValues__member_runOperation",
121
- "memberFieldName": "runOperation"
122
- }
110
+ "memberKeys": [
111
+ "constructor",
112
+ "testOperation",
113
+ "runOperation"
123
114
  ],
124
115
  "constructorArguments": [
125
116
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comunica/actor-query-operation-values",
3
- "version": "2.0.1-alpha.5.0",
3
+ "version": "2.0.1-alpha.6.0",
4
4
  "description": "A values query-operation 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,10 +31,10 @@
30
31
  "lib/**/*.js"
31
32
  ],
32
33
  "dependencies": {
33
- "@comunica/bindings-factory": "2.0.1-alpha.5.0",
34
- "@comunica/bus-query-operation": "2.0.1-alpha.5.0",
35
- "@comunica/core": "2.0.1-alpha.5.0",
36
- "@comunica/types": "2.0.1-alpha.5.0",
34
+ "@comunica/bindings-factory": "2.0.1-alpha.6.0",
35
+ "@comunica/bus-query-operation": "2.0.1-alpha.6.0",
36
+ "@comunica/core": "2.0.1-alpha.6.0",
37
+ "@comunica/types": "2.0.1-alpha.6.0",
37
38
  "asynciterator": "^3.2.1",
38
39
  "rdf-data-factory": "^1.1.0",
39
40
  "rdf-string": "^1.5.0",
@@ -44,5 +45,5 @@
44
45
  "build:ts": "node \"../../node_modules/typescript/bin/tsc\"",
45
46
  "build:components": "componentsjs-generator"
46
47
  },
47
- "gitHead": "e2ae2e9e924bf0656df60cc99774f7e560d47695"
48
+ "gitHead": "bbf46a068e635256495a40e784a4691b22e88bd3"
48
49
  }