@window-splitter/vue 1.0.1 → 1.0.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,15 +1,15 @@
1
1
 
2
2
  
3
- > @window-splitter/vue@0.8.6 build /Users/andrew/Documents/react-window-splitter/packages/vue
3
+ > @window-splitter/vue@1.0.1 build /Users/andrew/Documents/react-window-splitter/packages/vue
4
4
  > vite build
5
5
 
6
6
  The CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
7
7
  vite v6.3.3 building for production...
8
- transforming (1) src/index.tstransforming (14) ../../node_modules/.pnpm/big.js@6.2.1/node_modules/big.js/big.mjs✓ 14 modules transformed.
8
+ transforming (1) src/index.tstransforming (10) ../interface/dist/esm/move.js✓ 14 modules transformed.
9
9
  rendering chunks (1)...
10
10
  [vite:dts] Start generate declaration files...
11
11
  computing gzip size (0)...computing gzip size (1)...dist/index.mjs 52.72 kB │ gzip: 14.31 kB │ map: 166.10 kB
12
- [vite:dts] Declaration files built in 2809ms.
12
+ [vite:dts] Declaration files built in 2334ms.
13
13
  
14
14
  rendering chunks (1)...computing gzip size (1)...dist/index.js 37.96 kB │ gzip: 12.41 kB │ map: 162.32 kB
15
- ✓ built in 3.04s
15
+ ✓ built in 2.70s
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@window-splitter/vue",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "sideEffects": false,
6
6
  "homepage": "https://react-window-splitter-six.vercel.app",
7
7
  "repository": {
@@ -38,7 +38,7 @@
38
38
  "license": "MIT",
39
39
  "description": "A WAI-ARIA compliant window splitter for Vue.",
40
40
  "devDependencies": {
41
- "@internal/eslint-config": "1.0.1",
41
+ "@internal/eslint-config": "1.0.2",
42
42
  "@storybook/vue3": "^8.6.12",
43
43
  "@storybook/vue3-vite": "^8.6.12",
44
44
  "@testing-library/dom": "^10.4.0",
@@ -60,8 +60,8 @@
60
60
  "vue": "^3.5.13"
61
61
  },
62
62
  "dependencies": {
63
- "@window-splitter/interface": "1.0.1",
64
- "@window-splitter/state": "1.0.1"
63
+ "@window-splitter/interface": "1.0.2",
64
+ "@window-splitter/state": "1.0.2"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "vue": ">=3.x"
@@ -80,5 +80,5 @@
80
80
  },
81
81
  "types": "./dist/index.d.ts",
82
82
  "module": "./dist/index.mjs",
83
- "gitHead": "3894944a5c2d65d6dfab9fd68144b3fc97ed1ee2"
83
+ "gitHead": "c9d2802d3c8ff3df8d7911b417130ab118ada6c1"
84
84
  }