@comunica/actor-query-operation-slice 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.
@@ -111,27 +111,12 @@
111
111
  "comment": "Actor that must be registered in the bus before this actor."
112
112
  }
113
113
  ],
114
- "memberFields": [
115
- {
116
- "@id": "caqos:components/ActorQueryOperationSlice.jsonld#ActorQueryOperationSlice__member_constructor",
117
- "memberFieldName": "constructor"
118
- },
119
- {
120
- "@id": "caqos:components/ActorQueryOperationSlice.jsonld#ActorQueryOperationSlice__member_testOperation",
121
- "memberFieldName": "testOperation"
122
- },
123
- {
124
- "@id": "caqos:components/ActorQueryOperationSlice.jsonld#ActorQueryOperationSlice__member_runOperation",
125
- "memberFieldName": "runOperation"
126
- },
127
- {
128
- "@id": "caqos:components/ActorQueryOperationSlice.jsonld#ActorQueryOperationSlice__member_sliceStream",
129
- "memberFieldName": "sliceStream"
130
- },
131
- {
132
- "@id": "caqos:components/ActorQueryOperationSlice.jsonld#ActorQueryOperationSlice__member_sliceMetadata",
133
- "memberFieldName": "sliceMetadata"
134
- }
114
+ "memberKeys": [
115
+ "constructor",
116
+ "testOperation",
117
+ "runOperation",
118
+ "sliceStream",
119
+ "sliceMetadata"
135
120
  ],
136
121
  "constructorArguments": [
137
122
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comunica/actor-query-operation-slice",
3
- "version": "2.0.1-alpha.5.0",
3
+ "version": "2.0.1-alpha.6.0",
4
4
  "description": "A slice 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,9 +31,9 @@
30
31
  "lib/**/*.js"
31
32
  ],
32
33
  "dependencies": {
33
- "@comunica/bus-query-operation": "2.0.1-alpha.5.0",
34
- "@comunica/core": "2.0.1-alpha.5.0",
35
- "@comunica/types": "2.0.1-alpha.5.0",
34
+ "@comunica/bus-query-operation": "2.0.1-alpha.6.0",
35
+ "@comunica/core": "2.0.1-alpha.6.0",
36
+ "@comunica/types": "2.0.1-alpha.6.0",
36
37
  "asynciterator": "^3.2.1",
37
38
  "sparqlalgebrajs": "^4.0.0"
38
39
  },
@@ -41,5 +42,5 @@
41
42
  "build:ts": "node \"../../node_modules/typescript/bin/tsc\"",
42
43
  "build:components": "componentsjs-generator"
43
44
  },
44
- "gitHead": "e2ae2e9e924bf0656df60cc99774f7e560d47695"
45
+ "gitHead": "bbf46a068e635256495a40e784a4691b22e88bd3"
45
46
  }