@jupyterlab/observables 5.0.2 → 5.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -83,7 +83,7 @@ export interface IObservableList<T> extends IDisposable, Iterable<T> {
83
83
  /**
84
84
  * Move a value from one index to another.
85
85
  *
86
- * @parm fromIndex - The index of the element to move.
86
+ * @param fromIndex - The index of the element to move.
87
87
  *
88
88
  * @param toIndex - The index to move the element to.
89
89
  *
@@ -410,7 +410,7 @@ export declare class ObservableList<T> implements IObservableList<T> {
410
410
  /**
411
411
  * Move a value from one index to another.
412
412
  *
413
- * @parm fromIndex - The index of the element to move.
413
+ * @param fromIndex - The index of the element to move.
414
414
  *
415
415
  * @param toIndex - The index to move the element to.
416
416
  *
@@ -261,7 +261,7 @@ export class ObservableList {
261
261
  /**
262
262
  * Move a value from one index to another.
263
263
  *
264
- * @parm fromIndex - The index of the element to move.
264
+ * @param fromIndex - The index of the element to move.
265
265
  *
266
266
  * @param toIndex - The index to move the element to.
267
267
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupyterlab/observables",
3
- "version": "5.0.2",
3
+ "version": "5.0.4",
4
4
  "description": "Data structures which may be observed for changes.",
5
5
  "homepage": "https://github.com/jupyterlab/jupyterlab",
6
6
  "bugs": {
@@ -44,7 +44,7 @@
44
44
  "@lumino/signaling": "^2.1.1"
45
45
  },
46
46
  "devDependencies": {
47
- "@jupyterlab/testing": "^4.0.2",
47
+ "@jupyterlab/testing": "^4.0.4",
48
48
  "@types/jest": "^29.2.0",
49
49
  "jest": "^29.2.0",
50
50
  "rimraf": "~3.0.0",
@@ -95,7 +95,7 @@ export interface IObservableList<T> extends IDisposable, Iterable<T> {
95
95
  /**
96
96
  * Move a value from one index to another.
97
97
  *
98
- * @parm fromIndex - The index of the element to move.
98
+ * @param fromIndex - The index of the element to move.
99
99
  *
100
100
  * @param toIndex - The index to move the element to.
101
101
  *
@@ -549,7 +549,7 @@ export class ObservableList<T> implements IObservableList<T> {
549
549
  /**
550
550
  * Move a value from one index to another.
551
551
  *
552
- * @parm fromIndex - The index of the element to move.
552
+ * @param fromIndex - The index of the element to move.
553
553
  *
554
554
  * @param toIndex - The index to move the element to.
555
555
  *