@jupyterlab/apputils-extension 4.0.1 → 4.0.3

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,7 @@ import { ITranslator, nullTranslator } from '@jupyterlab/translation';
10
10
  const COMMAND_HELP_OPEN = 'help:open';
11
11
  const NEWS_API_URL = '/lab/api/news';
12
12
  const UPDATE_API_URL = '/lab/api/update';
13
- const PRIVACY_URL = 'https://jupyterlab.readthedocs.io/en/latest/privacy_policies.html';
13
+ const PRIVACY_URL = 'https://jupyterlab.readthedocs.io/en/stable/privacy_policies.html';
14
14
  /**
15
15
  * Call the announcement API
16
16
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/apputils-extension",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
4
4
  "description": "JupyterLab - Application Utilities Extension",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -38,19 +38,19 @@
38
38
  "watch": "tsc -b --watch"
39
39
  },
40
40
  "dependencies": {
41
- "@jupyterlab/application": "^4.0.1",
42
- "@jupyterlab/apputils": "^4.1.1",
43
- "@jupyterlab/coreutils": "^6.0.1",
44
- "@jupyterlab/docregistry": "^4.0.1",
45
- "@jupyterlab/filebrowser": "^4.0.1",
46
- "@jupyterlab/mainmenu": "^4.0.1",
47
- "@jupyterlab/rendermime-interfaces": "^3.8.1",
48
- "@jupyterlab/services": "^7.0.1",
49
- "@jupyterlab/settingregistry": "^4.0.1",
50
- "@jupyterlab/statedb": "^4.0.1",
51
- "@jupyterlab/statusbar": "^4.0.1",
52
- "@jupyterlab/translation": "^4.0.1",
53
- "@jupyterlab/ui-components": "^4.0.1",
41
+ "@jupyterlab/application": "^4.0.3",
42
+ "@jupyterlab/apputils": "^4.1.3",
43
+ "@jupyterlab/coreutils": "^6.0.3",
44
+ "@jupyterlab/docregistry": "^4.0.3",
45
+ "@jupyterlab/filebrowser": "^4.0.3",
46
+ "@jupyterlab/mainmenu": "^4.0.3",
47
+ "@jupyterlab/rendermime-interfaces": "^3.8.3",
48
+ "@jupyterlab/services": "^7.0.3",
49
+ "@jupyterlab/settingregistry": "^4.0.3",
50
+ "@jupyterlab/statedb": "^4.0.3",
51
+ "@jupyterlab/statusbar": "^4.0.3",
52
+ "@jupyterlab/translation": "^4.0.3",
53
+ "@jupyterlab/ui-components": "^4.0.3",
54
54
  "@lumino/algorithm": "^2.0.0",
55
55
  "@lumino/commands": "^2.1.1",
56
56
  "@lumino/coreutils": "^2.1.1",
@@ -27,7 +27,7 @@
27
27
  "properties": {
28
28
  "checkForUpdates": {
29
29
  "title": "Check for JupyterLab updates",
30
- "description": "Whether to check for newer version of JupyterLab or not. It requires `fechNews` to be `true` to be active. If `true`, it will make a request to a website.",
30
+ "description": "Whether to check for newer version of JupyterLab or not. It requires `fetchNews` to be `true` to be active. If `true`, it will make a request to a website.",
31
31
  "type": "boolean",
32
32
  "default": true
33
33
  },
@@ -17,7 +17,7 @@ const COMMAND_HELP_OPEN = 'help:open';
17
17
  const NEWS_API_URL = '/lab/api/news';
18
18
  const UPDATE_API_URL = '/lab/api/update';
19
19
  const PRIVACY_URL =
20
- 'https://jupyterlab.readthedocs.io/en/latest/privacy_policies.html';
20
+ 'https://jupyterlab.readthedocs.io/en/stable/privacy_policies.html';
21
21
 
22
22
  /**
23
23
  * Call the announcement API