@jupyterlab/nbformat
Advanced tools
Comparing version 3.0.0-beta.0 to 3.0.0-beta.1
{ | ||
"name": "@jupyterlab/nbformat", | ||
"version": "3.0.0-beta.0", | ||
"version": "3.0.0-beta.1", | ||
"description": "Notebook format interfaces", | ||
@@ -15,7 +15,2 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"author": "Project Jupyter", | ||
"files": [ | ||
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", | ||
"schema/*.json", | ||
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}" | ||
], | ||
"sideEffects": [ | ||
@@ -29,2 +24,7 @@ "style/**/*" | ||
}, | ||
"files": [ | ||
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", | ||
"schema/*.json", | ||
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}" | ||
], | ||
"scripts": { | ||
@@ -43,10 +43,10 @@ "build": "tsc -b", | ||
"dependencies": { | ||
"@lumino/coreutils": "^1.4.3" | ||
"@lumino/coreutils": "^1.5.3" | ||
}, | ||
"devDependencies": { | ||
"@jupyterlab/testutils": "^3.0.0-beta.0", | ||
"@types/jest": "^24.0.23", | ||
"jest": "^25.2.3", | ||
"@jupyterlab/testutils": "^3.0.0-beta.1", | ||
"@types/jest": "^26.0.10", | ||
"jest": "^26.4.2", | ||
"rimraf": "~3.0.0", | ||
"ts-jest": "^25.2.1", | ||
"ts-jest": "^26.3.0", | ||
"typescript": "~4.0.2" | ||
@@ -57,3 +57,3 @@ }, | ||
}, | ||
"gitHead": "50bc97613c7ef43152d8a7e66a5caa92f5db03a4" | ||
"gitHead": "3aed4a8d13df062ea22e324e22792fbb32902142" | ||
} |
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
Updated@lumino/coreutils@^1.5.3