adapt-authoring-docs 1.4.5 → 1.4.6

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.
@@ -10,7 +10,8 @@ permissions:
10
10
  issues: write
11
11
  pull-requests: write
12
12
  id-token: write
13
+ packages: write
13
14
 
14
15
  jobs:
15
16
  release:
16
- uses: adaptlearning/semantic-release-config/.github/workflows/release.yml@master
17
+ uses: adaptlearning/semantic-release-config/.github/workflows/release.yml@master
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adapt-authoring-docs",
3
- "version": "1.4.5",
3
+ "version": "1.4.6",
4
4
  "description": "Tools for auto-generating documentation for the Adapt authoring tool",
5
5
  "homepage": "https://github.com/adapt-security/adapt-authoring-docs",
6
6
  "license": "GPL-3.0",
@@ -14,7 +14,7 @@
14
14
  "test": "node --test 'tests/**/*.spec.js'"
15
15
  },
16
16
  "dependencies": {
17
- "adapt-authoring-core": "^2.0.0",
17
+ "adapt-authoring-core": "^3.0.0",
18
18
  "comment-parser": "^1.4.1",
19
19
  "docdash": "^2.0.2",
20
20
  "docsify-cli": "^4.4.4",