componentsjs 5.4.0 → 5.4.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.
@@ -70,7 +70,7 @@ class ConstructionStrategyCommonJsString {
70
70
  }
71
71
  sb.push('\n');
72
72
  sb.push(' ');
73
- sb.push(`'${entry.key}'`);
73
+ sb.push(`${entry.key}`);
74
74
  sb.push(': ');
75
75
  sb.push(entry.value);
76
76
  }
@@ -46,6 +46,7 @@ class ComponentsManagerBuilder {
46
46
  }
47
47
  static createObjectLoader() {
48
48
  return new rdf_object_1.RdfObjectLoader({
49
+ uniqueLiterals: true,
49
50
  context: require('../../components/context.json'),
50
51
  });
51
52
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "componentsjs",
3
- "version": "5.4.0",
3
+ "version": "5.4.2",
4
4
  "description": "A semantic dependency injection framework",
5
5
  "lsd:contexts": {
6
6
  "https://linkedsoftwaredependencies.org/bundles/npm/componentsjs/^5.0.0/components/context.jsonld": "components/context.jsonld"
@@ -44,7 +44,7 @@
44
44
  "jsonld-context-parser": "^2.1.1",
45
45
  "minimist": "^1.2.0",
46
46
  "rdf-data-factory": "^1.1.0",
47
- "rdf-object": "^1.13.1",
47
+ "rdf-object": "^1.14.0",
48
48
  "rdf-parse": "^2.0.0",
49
49
  "rdf-quad": "^1.5.0",
50
50
  "rdf-string": "^1.6.0",