@window-splitter/solid 0.8.1 → 0.8.2

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/solid@0.8.0 build /Users/andrew/Documents/react-window-splitter/packages/solid
3
+ > @window-splitter/solid@0.8.1 build /Users/andrew/Documents/react-window-splitter/packages/solid
4
4
  > tshy
5
5
 
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v0.8.2 (Tue Apr 29 2025)
2
+
3
+ #### ⚠️ Pushed to `main`
4
+
5
+ - fix import (lisowski54@gmail.com)
6
+
7
+ #### Authors: 1
8
+
9
+ - Andrew Lisowski (lisowski54@gmail.com)
10
+
11
+ ---
12
+
1
13
  # v0.8.1 (Mon Apr 28 2025)
2
14
 
3
15
  #### ⚠️ Pushed to `main`
@@ -1,2 +1,2 @@
1
- export * from "./SolidWIndowSplitter.js";
1
+ export * from "./SolidWIndowSplitter.jsx";
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC"}
package/dist/esm/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export * from "./SolidWIndowSplitter.js";
1
+ export * from "./SolidWIndowSplitter.jsx";
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC","sourcesContent":["export * from \"./SolidWIndowSplitter.js\";\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC","sourcesContent":["export * from \"./SolidWIndowSplitter.jsx\";\n"]}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@window-splitter/solid",
4
4
  "sideEffects": false,
5
- "version": "0.8.1",
5
+ "version": "0.8.2",
6
6
  "description": "A WAI-ARIA compliant window splitter for Solid.",
7
7
  "repository": {
8
8
  "url": "https://github.com/hipstersmoothie/react-splitter",
@@ -31,7 +31,7 @@
31
31
  "license": "MIT",
32
32
  "devDependencies": {
33
33
  "@chromatic-com/storybook": "^1.6.1",
34
- "@internal/eslint-config": "0.8.1",
34
+ "@internal/eslint-config": "0.8.2",
35
35
  "@rsbuild/core": "^1.3.12",
36
36
  "@rsdoctor/rspack-plugin": "^1.0.2",
37
37
  "@solidjs/testing-library": "^0.8.10",
@@ -61,8 +61,8 @@
61
61
  "solid-js": ">=1.x"
62
62
  },
63
63
  "dependencies": {
64
- "@window-splitter/interface": "0.8.1",
65
- "@window-splitter/state": "0.8.1"
64
+ "@window-splitter/interface": "0.8.2",
65
+ "@window-splitter/state": "0.8.2"
66
66
  },
67
67
  "tshy": {
68
68
  "exclude": [
@@ -99,5 +99,5 @@
99
99
  "plugin:storybook/recommended"
100
100
  ]
101
101
  },
102
- "gitHead": "be40a743246673f1f2d663a428121fa2823c8e00"
102
+ "gitHead": "f7aea038f91edcf65324e468863c19e2770f5ffa"
103
103
  }
package/src/index.ts CHANGED
@@ -1 +1 @@
1
- export * from "./SolidWIndowSplitter.js";
1
+ export * from "./SolidWIndowSplitter.jsx";