@window-splitter/interface 0.8.4 → 0.8.6

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,5 +1,5 @@
1
1
 
2
2
  
3
- > @window-splitter/interface@0.8.3 build /Users/andrew/Documents/react-window-splitter/packages/interface
3
+ > @window-splitter/interface@0.8.5 build /Users/andrew/Documents/react-window-splitter/packages/interface
4
4
  > tshy
5
5
 
@@ -1,5 +1,18 @@
1
1
 
2
2
  
3
- > @window-splitter/interface@0.8.3 lint /Users/andrew/Documents/react-window-splitter/packages/interface
3
+ > @window-splitter/interface@0.8.4 lint /Users/andrew/Documents/react-window-splitter/packages/interface
4
4
  > eslint .
5
5
 
6
+ =============
7
+
8
+ WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
9
+
10
+ You may find that it works just fine, or you may not.
11
+
12
+ SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.6.0
13
+
14
+ YOUR TYPESCRIPT VERSION: 5.8.3
15
+
16
+ Please only submit bug reports when using the officially supported version.
17
+
18
+ =============
package/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ # v0.8.5 (Sun May 04 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Vue Adapter [#56](https://github.com/hipstersmoothie/window-splitter/pull/56) ([@hipstersmoothie](https://github.com/hipstersmoothie))
6
+ - catalogs ([@hipstersmoothie](https://github.com/hipstersmoothie))
7
+
8
+ #### Authors: 1
9
+
10
+ - Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
11
+
12
+ ---
13
+
1
14
  # v0.8.3 (Tue Apr 29 2025)
2
15
 
3
16
  #### ⚠️ Pushed to `main`
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@window-splitter/interface",
4
4
  "sideEffects": false,
5
- "version": "0.8.4",
5
+ "version": "0.8.6",
6
6
  "description": "Shared component interface for window splitter components",
7
7
  "homepage": "https://react-window-splitter-six.vercel.app",
8
8
  "repository": {
@@ -27,15 +27,15 @@
27
27
  },
28
28
  "license": "MIT",
29
29
  "devDependencies": {
30
- "@internal/eslint-config": "0.8.4",
31
- "@testing-library/jest-dom": "^6.4.8",
32
- "eslint": "^9.9.0",
33
- "tshy": "^3.0.2",
34
- "typescript": "^5.5.4",
35
- "vitest": "^3.1.2"
30
+ "@internal/eslint-config": "0.8.6",
31
+ "@testing-library/jest-dom": "catalog:",
32
+ "eslint": "catalog:",
33
+ "tshy": "catalog:",
34
+ "typescript": "catalog:",
35
+ "vitest": "catalog:"
36
36
  },
37
37
  "dependencies": {
38
- "@window-splitter/state": "0.8.4"
38
+ "@window-splitter/state": "0.8.6"
39
39
  },
40
40
  "tshy": {
41
41
  "exclude": [
@@ -79,5 +79,5 @@
79
79
  "window"
80
80
  ],
81
81
  "types": "./dist/commonjs/index.d.ts",
82
- "gitHead": "b71dcbded56d12a3e78294802e56d97d179b0bf6"
82
+ "gitHead": "7bdd351ea9e9a209d4a8db3a66f7742ee8e2db1b"
83
83
  }