@forsakringskassan/docs-generator 2.20.0 → 2.21.0

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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.50.1"
8
+ "packageVersion": "7.51.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forsakringskassan/docs-generator",
3
- "version": "2.20.0",
3
+ "version": "2.21.0",
4
4
  "description": "Documentation generator",
5
5
  "keywords": [
6
6
  "documentation"
@@ -27,6 +27,7 @@
27
27
  {%- for asset in injectHead | take("type", "js") %}
28
28
  <script
29
29
  src="{{ asset.publicPath | relative(doc) }}"
30
+ type="module"
30
31
  crossorigin
31
32
  integrity="{{ asset.integrity }}"
32
33
  {{
@@ -122,6 +123,7 @@
122
123
  {%- for asset in injectBody | take("type", "js") %}
123
124
  <script
124
125
  src="{{ asset.publicPath | relative(doc) }}"
126
+ type="module"
125
127
  crossorigin
126
128
  integrity="{{ asset.integrity }}"
127
129
  {{