@enkidevs/curriculum-helpers
Advanced tools
Comparing version 4.0.0 to 5.0.0
@@ -5,2 +5,4 @@ const contentTypes = require('./content-types'); | ||
const questionTypes = require('./question-types'); | ||
const insightCategories = require('./insight-categories'); | ||
const insightAspects = require('./insight-aspects'); | ||
@@ -12,2 +14,4 @@ module.exports = { | ||
questionTypes, | ||
insightCategories, | ||
insightAspects, | ||
}; |
{ | ||
"name": "@enkidevs/curriculum-helpers", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "Helpers for parsing/transforming/compiling Enki Curriculum from and to different formats", | ||
@@ -32,3 +32,3 @@ "author": "Nemanja Stojanovic <nemanjacoder@gmail.com>", | ||
"dependencies": { | ||
"unist-util-map": "^1.0.3" | ||
"unist-util-map": "^2.0.0" | ||
}, | ||
@@ -38,3 +38,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "5b1f20d4233f424d7f68ce6cfc5d88bdd80882d1" | ||
"gitHead": "1192d1e5ba56a820ca3c042b316f03961b29dd8d" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4565
11
58
+ Added@types/mdast@3.0.15(transitive)
+ Added@types/unist@2.0.11(transitive)
+ Addedunist-util-map@2.0.1(transitive)
- Removedunist-util-map@1.0.5(transitive)
Updatedunist-util-map@^2.0.0