storybooker 0.0.1 → 0.0.3
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/CHANGELOG.md +12 -0
- package/dist/index.js +1 -1
- package/package.json +7 -2
- package/.oxlintrc.json +0 -24
- package/.turbo/turbo-build.log +0 -11
- package/.turbo/turbo-check.log +0 -2
- package/.turbo/turbo-lint.log +0 -3
- package/tsconfig.json +0 -10
- package/tsdown.config.ts +0 -9
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "storybooker",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": "./dist/index.js",
|
|
6
6
|
"description": "Storybooker CLI for uploading builds and files.",
|
|
@@ -8,6 +8,11 @@
|
|
|
8
8
|
"name": "Siddhant Gupta",
|
|
9
9
|
"url": "https://guptasiddhant.com"
|
|
10
10
|
},
|
|
11
|
+
"files": [
|
|
12
|
+
"src",
|
|
13
|
+
"dist",
|
|
14
|
+
"CHANGELOG.md"
|
|
15
|
+
],
|
|
11
16
|
"repository": {
|
|
12
17
|
"type": "git",
|
|
13
18
|
"url": "https://github.com/guptasiddhant/storybooker",
|
|
@@ -42,4 +47,4 @@
|
|
|
42
47
|
"tsdown": "^0.14.1",
|
|
43
48
|
"typescript": "^5.9.2"
|
|
44
49
|
}
|
|
45
|
-
}
|
|
50
|
+
}
|
package/.oxlintrc.json
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"extends": ["../../.oxlintrc.json"],
|
|
3
|
-
"env": {
|
|
4
|
-
"builtin": true,
|
|
5
|
-
"node": true
|
|
6
|
-
},
|
|
7
|
-
"rules": {
|
|
8
|
-
"no-console": "allow",
|
|
9
|
-
"no-process-exit": "allow",
|
|
10
|
-
"no-unsafe-call": "allow",
|
|
11
|
-
"sort-keys": "allow"
|
|
12
|
-
},
|
|
13
|
-
"ignorePatterns": [],
|
|
14
|
-
"overrides": [
|
|
15
|
-
{
|
|
16
|
-
"files": ["*.d.ts"],
|
|
17
|
-
"rules": {
|
|
18
|
-
"max-lines": "allow",
|
|
19
|
-
"consistent-indexed-object-style": "allow",
|
|
20
|
-
"no-redundant-type-constituents": "allow"
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
]
|
|
24
|
-
}
|
package/.turbo/turbo-build.log
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
[34mℹ[39m tsdown [2mv0.14.2[22m powered by rolldown [2mv1.0.0-beta.36[22m
|
|
3
|
-
[34mℹ[39m Using tsdown config: [4m/Users/siddhant.c.gupta/Projects/GS/storybooker/packages/cli/tsdown.config.ts[24m
|
|
4
|
-
[34mℹ[39m entry: [34msrc/index.ts[39m
|
|
5
|
-
[34mℹ[39m tsconfig: [34mtsconfig.json[39m
|
|
6
|
-
[34mℹ[39m Build start
|
|
7
|
-
[34mℹ[39m Cleaning 1 files
|
|
8
|
-
[34mℹ[39m Granting execute permission to [4mdist/index.js[24m
|
|
9
|
-
[34mℹ[39m [2mdist/[22m[1mindex.js[22m [2m18.25 kB[22m [2m│ gzip: 5.14 kB[22m
|
|
10
|
-
[34mℹ[39m 1 files, total: 18.25 kB
|
|
11
|
-
[32m✔[39m Build complete in [32m53ms[39m
|
package/.turbo/turbo-check.log
DELETED
package/.turbo/turbo-lint.log
DELETED
package/tsconfig.json
DELETED