@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.
- package/.turbo/turbo-build.log +4 -4
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @window-splitter/vue@0.
|
|
3
|
+
> @window-splitter/vue@1.0.1 build /Users/andrew/Documents/react-window-splitter/packages/vue
|
|
4
4
|
> vite build
|
|
5
5
|
|
|
6
6
|
[33mThe CJS build of Vite's Node API is deprecated. See https://vite.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.[39m
|
|
7
7
|
[36mvite v6.3.3 [32mbuilding for production...[36m[39m
|
|
8
|
-
[2K[1Gtransforming (1) [2msrc/index.ts[22m[2K[1Gtransforming (
|
|
8
|
+
[2K[1Gtransforming (1) [2msrc/index.ts[22m[2K[1Gtransforming (10) [2m../interface/dist/esm/move.js[22m[2K[1G[32m✓[39m 14 modules transformed.
|
|
9
9
|
[2K[1Grendering chunks (1)...[2K[1G[32m
|
|
10
10
|
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
11
11
|
[2K[1Gcomputing gzip size (0)...[2K[1Gcomputing gzip size (1)...[2K[1G[2mdist/[22m[36mindex.mjs [39m[1m[2m52.72 kB[22m[1m[22m[2m │ gzip: 14.31 kB[22m[2m │ map: 166.10 kB[22m
|
|
12
|
-
[32m[36m[vite:dts][32m Declaration files built in
|
|
12
|
+
[32m[36m[vite:dts][32m Declaration files built in 2334ms.
|
|
13
13
|
[39m
|
|
14
14
|
[2K[1Grendering chunks (1)...[2K[1G[2K[1Gcomputing gzip size (1)...[2K[1G[2mdist/[22m[36mindex.js [39m[1m[2m37.96 kB[22m[1m[22m[2m │ gzip: 12.41 kB[22m[2m │ map: 162.32 kB[22m
|
|
15
|
-
[32m✓ built in
|
|
15
|
+
[32m✓ built in 2.70s[39m
|
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.
|
|
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.
|
|
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.
|
|
64
|
-
"@window-splitter/state": "1.0.
|
|
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": "
|
|
83
|
+
"gitHead": "c9d2802d3c8ff3df8d7911b417130ab118ada6c1"
|
|
84
84
|
}
|