@comunica/actor-function-factory-expression-same-term 4.0.1-alpha.48.0 → 4.0.2

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
@@ -2,7 +2,9 @@
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/%40comunica%2Factor-function-factory-expression-function-same-term.svg)](https://www.npmjs.com/package/@comunica/actor-function-factory-expression-same-term)
4
4
 
5
- A comunica Expression Function Same Term Function Factory Actor.
5
+ A [function factory](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory) actor
6
+ that constructs an [expression function](https://github.com/comunica/comunica/tree/master/packages/bus-function-factory/lib/ActorFunctionFactory.ts)
7
+ capable of evaluating the [Same Term](https://www.w3.org/TR/sparql11-query/#func-sameTerm) function.
6
8
 
7
9
  This module is part of the [Comunica framework](https://github.com/comunica/comunica),
8
10
  and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
@@ -86,6 +86,7 @@
86
86
  }
87
87
  ]
88
88
  },
89
+ "default": "Creation of function evaluator failed: no configured actor was able to evaluate function ${action.functionName}",
89
90
  "comment": "The message that will be configured in the bus for reporting failures. This message may be a template string that contains references to the executed `action`. For example, the following templated string is allowed: \"RDF dereferencing failed: no actors could handle ${action.handle.mediaType}\""
90
91
  },
91
92
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comunica/actor-function-factory-expression-same-term",
3
- "version": "4.0.1-alpha.48.0",
3
+ "version": "4.0.2",
4
4
  "description": "A expression-same-term function-factory actor",
5
5
  "lsd:module": true,
6
6
  "license": "MIT",
@@ -37,10 +37,10 @@
37
37
  "build:components": "componentsjs-generator"
38
38
  },
39
39
  "dependencies": {
40
- "@comunica/bus-function-factory": "4.0.1-alpha.48.0",
41
- "@comunica/context-entries": "4.0.1-alpha.48.0",
42
- "@comunica/types": "4.0.1-alpha.48.0",
43
- "@comunica/utils-expression-evaluator": "4.0.1-alpha.48.0"
40
+ "@comunica/bus-function-factory": "^4.0.2",
41
+ "@comunica/context-entries": "^4.0.2",
42
+ "@comunica/types": "^4.0.2",
43
+ "@comunica/utils-expression-evaluator": "^4.0.2"
44
44
  },
45
- "gitHead": "4cc37905eab2c94a2e1d9cee0f51c53604f07da1"
45
+ "gitHead": "b60deab76821557f8d027208ab743d3c66fc60ea"
46
46
  }