adapt-authoring-adaptframework 2.0.0 → 2.0.1

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.
@@ -25,7 +25,7 @@ jobs:
25
25
  - name: Update npm
26
26
  run: npm install -g npm@latest
27
27
  - name: Install dependencies
28
- run: npm ci
28
+ run: npm install --legacy-peer-deps
29
29
  - name: Release
30
30
  env:
31
31
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -8,6 +8,5 @@ jobs:
8
8
  - uses: actions/setup-node@master
9
9
  with:
10
10
  node-version: 'lts/*'
11
- cache: 'npm'
12
- - run: npm ci
11
+ - run: npm install --legacy-peer-deps
13
12
  - run: npx standard
@@ -10,6 +10,5 @@ jobs:
10
10
  - uses: actions/setup-node@v4
11
11
  with:
12
12
  node-version: 'lts/*'
13
- cache: 'npm'
14
- - run: npm ci
13
+ - run: npm install --legacy-peer-deps
15
14
  - run: npm test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adapt-authoring-adaptframework",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
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",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "adapt-authoring-browserslist": "^1.2.1",
15
- "adapt-authoring-content": "^1.2.3",
15
+ "adapt-authoring-content": "^2.0.0",
16
16
  "adapt-authoring-contentplugin": "^1.0.3",
17
17
  "adapt-authoring-core": "^2.0.0",
18
18
  "adapt-authoring-courseassets": "^1.0.3",
@@ -33,8 +33,8 @@
33
33
  "adapt-authoring-auth": "^1.0.3",
34
34
  "adapt-authoring-jsonschema": "^1.1.5",
35
35
  "adapt-authoring-middleware": "^1.0.1",
36
- "adapt-authoring-mongodb": "^1.1.2",
37
- "adapt-authoring-server": "^1.2.0",
36
+ "adapt-authoring-mongodb": "^2.0.0",
37
+ "adapt-authoring-server": "^2.0.0",
38
38
  "adapt-authoring-tags": "^1.0.1"
39
39
  },
40
40
  "peerDependenciesMeta": {