sfc-utils 1.4.61 → 1.4.62

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -112,7 +112,7 @@ let blendHDN = function (meta) {
112
112
  HDN.dataLayer.content.lastModifiedDate = moddate;
113
113
  HDN.dataLayer.content.lastModifiedDateTimestamp = modTime;
114
114
  HDN.dataLayer.content.wordCount = "";
115
- HDN.dataLayer.content.keywords = [];
115
+ HDN.dataLayer.content.keywords = key_subjects;
116
116
  HDN.dataLayer.content.keyPersons = [];
117
117
  HDN.dataLayer.content.keyOrganizations = [];
118
118
  HDN.dataLayer.content.keyConcepts = [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.4.61",
3
+ "version": "1.4.62",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",