adapt-authoring-adaptframework 3.1.2 → 3.1.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.
@@ -812,6 +812,7 @@ class AdaptFrameworkImport {
812
812
  ...data,
813
813
  _id: undefined,
814
814
  _assetIds: undefined, // recompute from resolved asset references; export ships paths, not ObjectIds
815
+ _trackingId: undefined, // regenerate sequentially per course; export values may be missing or duplicated
815
816
  _courseId: this.idMap.course,
816
817
  createdBy: this.userId
817
818
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adapt-authoring-adaptframework",
3
- "version": "3.1.2",
3
+ "version": "3.1.3",
4
4
  "description": "Adapt framework integration for the Adapt authoring tool",
5
5
  "homepage": "https://github.com/adapt-security/adapt-authoring-adaptframework",
6
6
  "license": "GPL-3.0",