@jupyterlab/statedb
Advanced tools
Comparing version 4.2.0-beta.1 to 4.2.0-beta.2
@@ -117,3 +117,3 @@ import { CommandRegistry } from '@lumino/commands'; | ||
* | ||
* @param - fn The filter function to call on each object. | ||
* @param fn The filter function to call on each object. | ||
* | ||
@@ -120,0 +120,0 @@ * #### Notes |
@@ -82,3 +82,3 @@ import { IObservableDisposable } from '@lumino/disposable'; | ||
* | ||
* @param - fn The filter function to call on each object. | ||
* @param fn The filter function to call on each object. | ||
*/ | ||
@@ -85,0 +85,0 @@ find(fn: (obj: T) => boolean): T | undefined; |
@@ -153,3 +153,3 @@ "use strict"; | ||
* | ||
* @param - fn The filter function to call on each object. | ||
* @param fn The filter function to call on each object. | ||
*/ | ||
@@ -156,0 +156,0 @@ find(fn) { |
@@ -45,3 +45,3 @@ import { ReadonlyPartialJSONValue } from '@lumino/coreutils'; | ||
* | ||
* @param filter - The namespace prefix to retrieve. | ||
* @param namespace The namespace prefix to retrieve. | ||
* | ||
@@ -48,0 +48,0 @@ * @returns A promise that bears a collection of payloads for a namespace. |
@@ -79,3 +79,3 @@ "use strict"; | ||
* | ||
* @param filter - The namespace prefix to retrieve. | ||
* @param namespace The namespace prefix to retrieve. | ||
* | ||
@@ -82,0 +82,0 @@ * @returns A promise that bears a collection of payloads for a namespace. |
{ | ||
"name": "@jupyterlab/statedb", | ||
"version": "4.2.0-beta.1", | ||
"version": "4.2.0-beta.2", | ||
"description": "Package for managing state in Jupyterlab", | ||
@@ -31,3 +31,2 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"clean": "rimraf lib && rimraf tsconfig.tsbuildinfo", | ||
"docs": "typedoc src", | ||
"test": "jest", | ||
@@ -47,7 +46,6 @@ "test:cov": "jest --collect-coverage", | ||
"devDependencies": { | ||
"@jupyterlab/testing": "^4.2.0-beta.1", | ||
"@jupyterlab/testing": "^4.2.0-beta.2", | ||
"@types/jest": "^29.2.0", | ||
"jest": "^29.2.0", | ||
"rimraf": "~5.0.5", | ||
"typedoc": "~0.24.7", | ||
"typescript": "~5.1.6" | ||
@@ -54,0 +52,0 @@ }, |
@@ -131,3 +131,3 @@ // Copyright (c) Jupyter Development Team. | ||
* | ||
* @param - fn The filter function to call on each object. | ||
* @param fn The filter function to call on each object. | ||
* | ||
@@ -134,0 +134,0 @@ * #### Notes |
@@ -170,3 +170,3 @@ // Copyright (c) Jupyter Development Team. | ||
* | ||
* @param - fn The filter function to call on each object. | ||
* @param fn The filter function to call on each object. | ||
*/ | ||
@@ -173,0 +173,0 @@ find(fn: (obj: T) => boolean): T | undefined { |
@@ -88,3 +88,3 @@ // Copyright (c) Jupyter Development Team. | ||
* | ||
* @param filter - The namespace prefix to retrieve. | ||
* @param namespace The namespace prefix to retrieve. | ||
* | ||
@@ -91,0 +91,0 @@ * @returns A promise that bears a collection of payloads for a namespace. |
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
5
90425