@atlassian/clientside-extensions-docs 2.4.3 → 2.4.5

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.
@@ -4,7 +4,7 @@ platform: server
4
4
  product: clientside-extensions
5
5
  category: reference
6
6
  subcategory: webpack
7
- date: '2021-10-12'
7
+ date: '2022-07-26'
8
8
  ---
9
9
 
10
10
  # Webpack plugin
@@ -25,11 +25,19 @@ Refer to the [setup guide](/server/framework/clientside-extensions/guides/how-to
25
25
  <tbody>
26
26
  <tr>
27
27
  <td>pattern*</td>
28
- <td>Glob pattern to specify which files should be consider as entry-points.</td>
28
+ <td>Glob pattern to specify which files should be considered as entry-points.</td>
29
+ </tr>
30
+ <tr>
31
+ <td>ignore</td>
32
+ <td>Define patterns of files to ignore when searching for clientside-extension annotations.</td>
29
33
  </tr>
30
34
  <tr>
31
35
  <td>cwd</td>
32
- <td>Configure a working directory to look for entry-points</td>
36
+ <td>Configure a working directory to look for entry-points.</td>
37
+ </tr>
38
+ <tr>
39
+ <td>xmlDescriptors</td>
40
+ <td>Define the output filename that will contain the XML plugin module descriptors.</td>
33
41
  </tr>
34
42
  </tbody>
35
43
  </table>
@@ -76,3 +84,8 @@ npx @atlassian/wrm-troubleshooting
76
84
  The tool will ask you a few questions and guide you if it finds issues with your projects' configuration.
77
85
 
78
86
  You can read more about the troubleshooting tool on the [NPM page for the `@atlassian/wrm-troubleshooting` package][https://www.npmjs.com/package/@atlassian/wrm-troubleshooting].
87
+
88
+ ### Enable verbose (debug) output
89
+
90
+ It may be hard to understand what files were scanned and what the result of that was, by setting the environment variable `CSE_DEBUG=true`,
91
+ some additional information will be printed out while running.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlassian/clientside-extensions-docs",
3
- "version": "2.4.3",
3
+ "version": "2.4.5",
4
4
  "description": "Holds the official documentation for Altassian Server client-side extensions API.",
5
5
  "license": "BSD-3-Clause",
6
6
  "homepage": "https://bitbucket.org/atlassian/atlassian-clientside-extensions#readme",
@@ -77,7 +77,7 @@
77
77
  "doc-scripts": "doc-scripts"
78
78
  },
79
79
  "optionalDependencies": {
80
- "@atlassian/doc-scripts": "^5.0.1"
80
+ "@atlassian/doc-scripts": "^7.1.0"
81
81
  },
82
- "gitHead": "9ce0846abde618df3383f87d259023088f04d21b"
82
+ "gitHead": "9c2277fee28db73fbf15eed16fa928296b9b784a"
83
83
  }