@comunica/actor-function-factory-term-langdir 4.0.2 → 5.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -24,7 +24,7 @@ After installing, this package can be added to your engine's configuration as fo
24
24
  {
25
25
  "@context": [
26
26
  ...
27
- "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-function-factory-term-langdir/^4.0.0/components/context.jsonld"
27
+ "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-function-factory-term-langdir/^5.0.0/components/context.jsonld"
28
28
  ],
29
29
  "actors": [
30
30
  ...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comunica/actor-function-factory-term-langdir",
3
- "version": "4.0.2",
3
+ "version": "5.0.0",
4
4
  "description": "A term-langdir function-factory actor",
5
5
  "lsd:module": true,
6
6
  "license": "MIT",
@@ -37,8 +37,8 @@
37
37
  "build:components": "componentsjs-generator"
38
38
  },
39
39
  "dependencies": {
40
- "@comunica/bus-function-factory": "^4.0.2",
41
- "@comunica/utils-expression-evaluator": "^4.0.2"
40
+ "@comunica/bus-function-factory": "^5.0.0",
41
+ "@comunica/utils-expression-evaluator": "^5.0.0"
42
42
  },
43
- "gitHead": "fb01ead4dc1f68c06bfa1d34ecbf48380b8ea3a3"
43
+ "gitHead": "0b1756fdb9bef014133432489627c1bd71779bd0"
44
44
  }