Comparing version 3.0.2 to 4.0.0
# Changelog | ||
## 4.0.0 | ||
### Major Changes | ||
- 6be7cd8: Literals loaded as step arguments will be converted to matching JS type (closes #116) | ||
### Patch Changes | ||
- Updated dependencies [6be7cd8] | ||
- Updated dependencies [72648c5] | ||
- barnard59-core@4.0.0 | ||
## 3.0.2 | ||
@@ -4,0 +16,0 @@ |
{ | ||
"name": "barnard59", | ||
"version": "3.0.2", | ||
"version": "4.0.0", | ||
"description": "Barnard59 Linked Data pipelines", | ||
@@ -36,3 +36,3 @@ "type": "module", | ||
"@zazuko/env": "^1.0.1", | ||
"barnard59-core": "3.0.2", | ||
"barnard59-core": "4.0.0", | ||
"clownface": "^2.0.0", | ||
@@ -49,10 +49,9 @@ "commander": "^11.0.0", | ||
"approvals": "^6.2.2", | ||
"barnard59-base": "^1.2.2", | ||
"barnard59-formats": "^1.4.2", | ||
"barnard59-graph-store": "^1.1.1", | ||
"barnard59-http": "^1.1.1", | ||
"barnard59-base": "^2.0.0", | ||
"barnard59-formats": "^2.0.0", | ||
"barnard59-graph-store": "^2.0.0", | ||
"barnard59-http": "^2.0.0", | ||
"barnard59-shell": "^0.1.0", | ||
"barnard59-test-support": "^0.0.1", | ||
"barnard59-test-support": "^0.0.2", | ||
"chai": "^4.3.7", | ||
"rdf-ext": "^2", | ||
"shelljs": "^0.8.4", | ||
@@ -59,0 +58,0 @@ "strip-ansi": "^7.0.0" |
@@ -14,3 +14,3 @@ import { resolve } from 'path' | ||
const knownOperations = rdf.termMap([ | ||
[rdf.namedNode('http://barnard59.zazuko.com/operations/concat'), { | ||
[rdf.namedNode('https://barnard59.zazuko.com/operations/concat'), { | ||
type: rdf.namedNode('https://code.described.at/EcmaScriptModule'), | ||
@@ -17,0 +17,0 @@ link: rdf.namedNode('node:barnard59-base#concat'), |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
60814
10
+ Addedbarnard59-core@4.0.0(transitive)
+ Addedrdf-literal@1.3.2(transitive)
+ Addedrdf-loader-code@2.2.0(transitive)
- Removedbarnard59-core@3.0.2(transitive)
- Removedrdf-loader-code@1.0.0(transitive)
Updatedbarnard59-core@4.0.0