@jupyterlab/docmanager
Advanced tools
Comparing version 0.18.4 to 0.19.1-alpha.0
@@ -0,0 +0,0 @@ import { Contents } from '@jupyterlab/services'; |
@@ -26,2 +26,5 @@ "use strict"; | ||
}).then(result => { | ||
if (!result.value) { | ||
return; | ||
} | ||
if (!isValidFileName(result.value)) { | ||
@@ -28,0 +31,0 @@ apputils_1.showErrorMessage('Rename Error', Error(`"${result.value}" is not a valid name for a file. ` + |
@@ -0,0 +0,0 @@ export * from './dialogs'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { DocumentRegistry, IDocumentWidget } from '@jupyterlab/docregistry'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IDisposable } from '@phosphor/disposable'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { IDisposable } from '@phosphor/disposable'; |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "@jupyterlab/docmanager", | ||
"version": "0.18.4", | ||
"version": "0.19.1-alpha.0", | ||
"description": "JupyterLab - Document Manager", | ||
@@ -26,12 +26,13 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "tsc -b src", | ||
"clean": "rimraf lib", | ||
"docs": "typedoc --options tdoptions.json --theme ../../typedoc-theme src", | ||
"prepublishOnly": "npm run build", | ||
"watch": "tsc -w --listEmittedFiles" | ||
"watch": "tsc -b src --watch" | ||
}, | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^0.18.4", | ||
"@jupyterlab/coreutils": "^2.1.4", | ||
"@jupyterlab/docregistry": "^0.18.4", | ||
"@jupyterlab/services": "^3.1.4", | ||
"@jupyterlab/apputils": "^0.19.1-alpha.0", | ||
"@jupyterlab/coreutils": "^2.2.1-alpha.0", | ||
"@jupyterlab/docregistry": "^0.19.1-alpha.0", | ||
"@jupyterlab/services": "^3.2.1-alpha.0", | ||
"@phosphor/algorithm": "^1.1.2", | ||
@@ -47,4 +48,6 @@ "@phosphor/coreutils": "^1.3.0", | ||
"rimraf": "~2.6.2", | ||
"typescript": "~2.9.2" | ||
} | ||
"typedoc": "~0.12.0", | ||
"typescript": "~3.1.1" | ||
}, | ||
"gitHead": "9d6193d318872a4a3600ee96fe6f3996312ffe07" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1728
59310
3
12
+ Added@jupyterlab/apputils@0.19.1(transitive)
+ Added@jupyterlab/codeeditor@0.19.1(transitive)
+ Added@jupyterlab/codemirror@0.19.1(transitive)
+ Added@jupyterlab/docregistry@0.19.1(transitive)
+ Added@jupyterlab/rendermime@0.19.1(transitive)
+ Added@types/prop-types@15.7.14(transitive)
+ Added@types/react@16.4.18(transitive)
+ Addedansi-styles@3.2.1(transitive)
+ Addedarray-uniq@1.0.3(transitive)
+ Addedchalk@2.4.2(transitive)
+ Addedcolor-convert@1.9.3(transitive)
+ Addedcolor-name@1.1.3(transitive)
+ Addedcsstype@2.6.21(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-flag@3.0.0(transitive)
+ Addedlodash.clonedeep@4.5.0(transitive)
+ Addedlodash.isplainobject@4.0.6(transitive)
+ Addedlodash.isstring@4.0.1(transitive)
+ Addedlodash.mergewith@4.6.2(transitive)
+ Addednumber-is-nan@1.0.1(transitive)
+ Addedpostcss@6.0.23(transitive)
+ Addedsanitize-html@1.18.5(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsrcset@1.0.0(transitive)
+ Addedsupports-color@5.5.0(transitive)
- Removed@jupyterlab/apputils@0.18.4(transitive)
- Removed@jupyterlab/codeeditor@0.18.4(transitive)
- Removed@jupyterlab/codemirror@0.18.4(transitive)
- Removed@jupyterlab/docregistry@0.18.4(transitive)
- Removed@jupyterlab/rendermime@0.18.4(transitive)
- Removed@types/react@16.0.41(transitive)
- Removedsanitize-html@1.14.3(transitive)