dockview 8.0.0 → 8.2.0

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * dockview
3
- * @version 8.0.0
3
+ * @version 8.2.0
4
4
  * @link https://github.com/dockview/dockview
5
5
  * @license MIT
6
6
  */
@@ -9,7 +9,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
9
9
  //#region src/index.ts
10
10
  /**
11
11
  * `dockview` is the recommended free entry point: a thin re-export of
12
- * `dockview-core`. The separable enterprise feature modules now live in the
12
+ * `dockview-core`. The separable enterprise feature modules live in the
13
13
  * separately-published `dockview-enterprise` package (which depends on and
14
14
  * re-exports `dockview`); install that to opt into them.
15
15
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * dockview
3
- * @version 8.0.0
3
+ * @version 8.2.0
4
4
  * @link https://github.com/dockview/dockview
5
5
  * @license MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * dockview
3
- * @version 8.0.0
3
+ * @version 8.2.0
4
4
  * @link https://github.com/dockview/dockview
5
5
  * @license MIT
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * dockview
3
- * @version 8.0.0
3
+ * @version 8.2.0
4
4
  * @link https://github.com/dockview/dockview
5
5
  * @license MIT
6
6
  */
@@ -9,7 +9,7 @@ export * from "dockview-core"
9
9
  //#region src/index.ts
10
10
  /**
11
11
  * `dockview` is the recommended free entry point: a thin re-export of
12
- * `dockview-core`. The separable enterprise feature modules now live in the
12
+ * `dockview-core`. The separable enterprise feature modules live in the
13
13
  * separately-published `dockview-enterprise` package (which depends on and
14
14
  * re-exports `dockview`); install that to opt into them.
15
15
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dockview",
3
- "version": "8.0.0",
3
+ "version": "8.2.0",
4
4
  "description": "Docking layout manager — tabs, groups, grids, splitviews, drag and drop, floating panels",
5
5
  "keywords": [
6
6
  "splitview",
@@ -83,6 +83,6 @@
83
83
  "format:check": "biome format src"
84
84
  },
85
85
  "dependencies": {
86
- "dockview-core": "^8.0.0"
86
+ "dockview-core": "^8.2.0"
87
87
  }
88
88
  }