cassproject 1.5.2 → 1.5.3

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
@@ -38,8 +38,7 @@ Development unit tests presume you have a CaSS Repository running on `localhost:
38
38
  * Review dependencies, autocomplete version numbers
39
39
  * Increment version number in package.json and yuidoc.json
40
40
  * Update documentation, `npm run docs`
41
- * Delete yuidoc elements from devDependencies in package.json
42
- * Delete package-lock.json and node_modules, `npm install`
41
+ * `npm install`
43
42
  * `npm test` - Must not fail any tests.
44
43
  * Commit changes to GitHub.
45
44
  * Tag release with semantic version from package.json, push tag.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cassproject",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "description": "Competency and Skills Service",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -54,7 +54,7 @@
54
54
  }
55
55
  ],
56
56
  "dependencies": {
57
- "axios": "^0.25.0",
57
+ "axios": "^0.26.0",
58
58
  "base64-arraybuffer": "^1.0.2",
59
59
  "forge": "^2.3.0",
60
60
  "form-data": "^4.0.0",
@@ -802,7 +802,7 @@ module.exports = class CTDLASNCSVImport {
802
802
  } else if (translator["type"] == "ceasn:Competency") {
803
803
  context = "https://schema.cassproject.org/0.4/";
804
804
  type = "Competency";
805
- } else if (translator["type"] == "ceasn:ConceptScheme") {
805
+ } else if (translator["type"] == "skos:ConceptScheme") {
806
806
  context = "https://schema.cassproject.org/0.4/skos/";
807
807
  type = "ConceptScheme";
808
808
  } else if (translator["type"] == "ceasn:Concept") {