adapt-authoring-adaptframework 2.0.6 → 2.0.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.
@@ -1,6 +1,6 @@
1
1
  import _ from 'lodash'
2
2
  import { App, Hook, ensureDir, writeJson } from 'adapt-authoring-core'
3
- import { parse as parseObjectId } from 'adapt-authoring-mongodb'
3
+ import { parseObjectId } from 'adapt-authoring-mongodb'
4
4
  import { createWriteStream } from 'fs'
5
5
  import AdaptCli from 'adapt-cli'
6
6
  import { log, logDir, logMemory, copyFrameworkSource } from './utils.js'
@@ -1,5 +1,5 @@
1
1
  import { App, Hook, spawn, readJson, writeJson } from 'adapt-authoring-core'
2
- import { parse as parseObjectId } from 'adapt-authoring-mongodb'
2
+ import { parseObjectId } from 'adapt-authoring-mongodb'
3
3
  import fs from 'fs/promises'
4
4
  import { glob } from 'glob'
5
5
  import octopus from 'adapt-octopus'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adapt-authoring-adaptframework",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
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",
@@ -33,7 +33,7 @@
33
33
  "adapt-authoring-auth": "^2.0.0",
34
34
  "adapt-authoring-jsonschema": "^1.1.5",
35
35
  "adapt-authoring-middleware": "^1.0.1",
36
- "adapt-authoring-mongodb": "^2.0.0",
36
+ "adapt-authoring-mongodb": "^3.0.0",
37
37
  "adapt-authoring-server": "^2.0.0",
38
38
  "adapt-authoring-tags": "^1.0.1"
39
39
  },