@jupyterlab/extensionmanager-extension 3.6.0-alpha.4 → 3.6.0-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/extensionmanager-extension",
3
- "version": "3.6.0-alpha.4",
3
+ "version": "3.6.0-beta.0",
4
4
  "description": "JupyterLab - Extension Manager Extension",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -38,12 +38,12 @@
38
38
  "watch": "tsc -b --watch"
39
39
  },
40
40
  "dependencies": {
41
- "@jupyterlab/application": "^3.6.0-alpha.4",
42
- "@jupyterlab/apputils": "^3.6.0-alpha.4",
43
- "@jupyterlab/extensionmanager": "^3.6.0-alpha.4",
44
- "@jupyterlab/settingregistry": "^3.6.0-alpha.4",
45
- "@jupyterlab/translation": "^3.6.0-alpha.4",
46
- "@jupyterlab/ui-components": "^3.6.0-alpha.4"
41
+ "@jupyterlab/application": "^3.6.0-beta.0",
42
+ "@jupyterlab/apputils": "^3.6.0-beta.0",
43
+ "@jupyterlab/extensionmanager": "^3.6.0-beta.0",
44
+ "@jupyterlab/settingregistry": "^3.6.0-beta.0",
45
+ "@jupyterlab/translation": "^3.6.0-beta.0",
46
+ "@jupyterlab/ui-components": "^3.6.0-beta.0"
47
47
  },
48
48
  "devDependencies": {
49
49
  "rimraf": "~3.0.0",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "disclaimed": {
35
35
  "title": "Disclaimed Status",
36
- "description": "Whether the user understand that extensions managed through this interface run arbitrary code that may be dangerous",
36
+ "description": "Whether the user agrees the access to external web services and understands extensions may introduce security risks or contain malicious code that runs on his machine.",
37
37
  "default": false,
38
38
  "type": "boolean"
39
39
  },
@@ -44,14 +44,14 @@
44
44
  "type": "string"
45
45
  },
46
46
  "npmCdn": {
47
- "title": "NPM CDN",
48
- "description": "The URI of the CDN to use for fetching full package data",
47
+ "title": "NPM Content Delivery Network (CDN)",
48
+ "description": "The URI of the Content Delivery Network (CDN) to use for fetching full package data",
49
49
  "default": "https://unpkg.com",
50
50
  "type": "string"
51
51
  },
52
52
  "enableCdn": {
53
- "title": "Enable CDN",
54
- "description": "Enables using the CDN to fetch full package data. Otherwise, the configured NPM registry will be used. Due to a lack of CORS support by NPM registry, only disable if supplying a custom registry",
53
+ "title": "Enable Content Delivery Network (CDN)",
54
+ "description": "Enables using the Content Delivery Network (CDN) to fetch full package data. Otherwise, the configured NPM registry will be used. Due to a lack of CORS support by NPM registry, only disable if supplying a custom registry",
55
55
  "default": true,
56
56
  "type": "boolean"
57
57
  }