@jupyterlab/settingregistry
Advanced tools
Comparing version 2.1.0 to 2.2.0-alpha.0
@@ -1,2 +0,2 @@ | ||
/*----------------------------------------------------------------------------- | ||
/* ----------------------------------------------------------------------------- | ||
| Copyright (c) Jupyter Development Team. | ||
@@ -3,0 +3,0 @@ | Distributed under the terms of the Modified BSD License. |
@@ -204,3 +204,3 @@ // Copyright (c) Jupyter Development Team. | ||
const plugins = this.plugins; | ||
const registry = this; | ||
const registry = this; // eslint-disable-line | ||
// If the plugin exists, resolve. | ||
@@ -225,4 +225,4 @@ if (plugin in plugins) { | ||
const fetched = await this.connector.fetch(plugin); | ||
const plugins = this.plugins; | ||
const registry = this; | ||
const plugins = this.plugins; // eslint-disable-line | ||
const registry = this; // eslint-disable-line | ||
if (fetched === undefined) { | ||
@@ -373,3 +373,3 @@ throw [ | ||
/* Ignore preload errors. */ | ||
console.log('Ignored setting registry preload errors.', errors); | ||
console.warn('Ignored setting registry preload errors.', errors); | ||
} | ||
@@ -807,3 +807,3 @@ })); | ||
const props = schema.properties || {}; | ||
for (let property in props) { | ||
for (const property in props) { | ||
result[property] = reifyDefault(props[property]); | ||
@@ -810,0 +810,0 @@ } |
@@ -1,2 +0,2 @@ | ||
/*----------------------------------------------------------------------------- | ||
/* ----------------------------------------------------------------------------- | ||
| Copyright (c) Jupyter Development Team. | ||
@@ -3,0 +3,0 @@ | Distributed under the terms of the Modified BSD License. |
{ | ||
"name": "@jupyterlab/settingregistry", | ||
"version": "2.1.0", | ||
"version": "2.2.0-alpha.0", | ||
"description": "Settings registry for Jupyterlab", | ||
@@ -28,9 +28,14 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"build": "tsc -b", | ||
"build:test": "tsc --build tsconfig.test.json", | ||
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", | ||
"docs": "typedoc src --tsconfig typedoc-tsconfig.json", | ||
"prepublishOnly": "npm run build", | ||
"watch": "tsc -b -w --listEmittedFiles" | ||
"test": "jest", | ||
"test:cov": "jest --collect-coverage", | ||
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand", | ||
"test:debug:watch": "node --inspect-brk node_modules/.bin/jest --runInBand --watch", | ||
"watch": "tsc -b --watch" | ||
}, | ||
"dependencies": { | ||
"@jupyterlab/statedb": "^2.1.0", | ||
"@jupyterlab/statedb": "^2.2.0-alpha.0", | ||
"@lumino/commands": "^1.10.1", | ||
@@ -44,5 +49,9 @@ "@lumino/coreutils": "^1.4.2", | ||
"devDependencies": { | ||
"@jupyterlab/testutils": "^2.2.0-alpha.0", | ||
"@types/jest": "^24.0.23", | ||
"@types/json5": "^0.0.30", | ||
"jest": "^25.2.3", | ||
"rimraf": "~3.0.0", | ||
"typescript": "~3.7.3" | ||
"ts-jest": "^25.2.1", | ||
"typescript": "~3.9.2" | ||
}, | ||
@@ -52,3 +61,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "b7e30bc29e545e412ff8b62a17d7478be1552a7e" | ||
"gitHead": "d6772c788e019a1db5abcb2ea1b7d40d2d8916b4" | ||
} |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
80078
7
12
1658
1