@stackfactor/client-api 1.1.6 → 1.1.7

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.
@@ -336,6 +336,7 @@ const learningContent = {
336
336
  deleteLearningContent,
337
337
  discardLearningContentChanges,
338
338
  getLearningContentInformationById,
339
+ generateLearningActivityContent,
339
340
  getLearningContentList,
340
341
  publishLearningContent,
341
342
  setLearningActivityInformation,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackfactor/client-api",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "Node.js library for the StackFactor API",
5
5
  "main": "index.js",
6
6
  "exports": {