@jupyterlab/statedb
Advanced tools
Comparing version 3.0.0-beta.0 to 3.0.0-beta.1
{ | ||
"name": "@jupyterlab/statedb", | ||
"version": "3.0.0-beta.0", | ||
"version": "3.0.0-beta.1", | ||
"description": "Package for managing state in Jupyterlab", | ||
@@ -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": false, | ||
@@ -27,2 +22,7 @@ "main": "lib/index.js", | ||
}, | ||
"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": { | ||
@@ -41,15 +41,15 @@ "build": "tsc -b", | ||
"dependencies": { | ||
"@lumino/commands": "^1.10.1", | ||
"@lumino/coreutils": "^1.4.3", | ||
"@lumino/disposable": "^1.3.5", | ||
"@lumino/properties": "^1.1.6", | ||
"@lumino/signaling": "^1.3.5" | ||
"@lumino/commands": "^1.11.3", | ||
"@lumino/coreutils": "^1.5.3", | ||
"@lumino/disposable": "^1.4.3", | ||
"@lumino/properties": "^1.2.3", | ||
"@lumino/signaling": "^1.4.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", | ||
"typedoc": "^0.17.7", | ||
"ts-jest": "^26.3.0", | ||
"typedoc": "0.17.0-3", | ||
"typescript": "~4.0.2" | ||
@@ -60,3 +60,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
60534
Updated@lumino/commands@^1.11.3
Updated@lumino/coreutils@^1.5.3
Updated@lumino/disposable@^1.4.3
Updated@lumino/properties@^1.2.3
Updated@lumino/signaling@^1.4.3