@vueless/storybook 1.1.3-beta.9 → 1.1.4-beta.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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"include": [
|
|
3
3
|
"env.d.ts",
|
|
4
|
-
"**/*"
|
|
4
|
+
"**/*"
|
|
5
5
|
],
|
|
6
6
|
"compilerOptions": {
|
|
7
7
|
/* General */
|
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
|
|
20
20
|
/* Path settings */
|
|
21
21
|
"baseUrl": ".",
|
|
22
|
-
"rootDir": "./",
|
|
23
22
|
|
|
24
23
|
/* Enables all strict type-checking options. */
|
|
25
24
|
"strict": true,
|
|
@@ -30,6 +29,6 @@
|
|
|
30
29
|
"resolveJsonModule": true,
|
|
31
30
|
|
|
32
31
|
/* JS file support. */
|
|
33
|
-
"allowJs": true
|
|
32
|
+
"allowJs": true
|
|
34
33
|
}
|
|
35
34
|
}
|
|
@@ -1,18 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"include": [
|
|
3
|
-
"vite.config.*"
|
|
3
|
+
"vite.config.*"
|
|
4
4
|
],
|
|
5
5
|
"compilerOptions": {
|
|
6
6
|
"module": "ESNext",
|
|
7
7
|
"noEmit": true,
|
|
8
8
|
"composite": true,
|
|
9
9
|
"tsBuildInfoFile": "./node_modules/.tmp/storybookTsconfig.node.tsbuildinfo",
|
|
10
|
-
"moduleResolution": "Bundler"
|
|
11
|
-
|
|
12
|
-
/* Custom types. */
|
|
13
|
-
"types": [
|
|
14
|
-
"node",
|
|
15
|
-
]
|
|
10
|
+
"moduleResolution": "Bundler"
|
|
16
11
|
},
|
|
17
12
|
|
|
18
13
|
}
|
package/bin/index.js
CHANGED
|
@@ -34,7 +34,7 @@ function copyStorybookPreset(source, target, { consoles = true } = {}) {
|
|
|
34
34
|
|
|
35
35
|
const warnMessage = styleText(
|
|
36
36
|
"yellow",
|
|
37
|
-
`Current Storybook preset backed into
|
|
37
|
+
`Current Storybook preset backed into: '${path.basename(renamedTarget)}' folder. Remove it before commit.`,
|
|
38
38
|
);
|
|
39
39
|
|
|
40
40
|
console.log(warnMessage);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vueless/storybook",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4-beta.0",
|
|
4
4
|
"description": "Simplifies Storybook configuration for Vueless UI library.",
|
|
5
5
|
"author": "Johnny Grid <hello@vueless.com> (https://vueless.com)",
|
|
6
6
|
"homepage": "https://vueless.com",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"vue": "latest",
|
|
57
57
|
"vue-router": "latest",
|
|
58
58
|
"vue-tsc": "^3.0.6",
|
|
59
|
-
"vueless": "^1.2.
|
|
59
|
+
"vueless": "^1.2.2"
|
|
60
60
|
},
|
|
61
61
|
"overrides": {
|
|
62
62
|
"vue-docgen-api": {
|