storybooker 0.2.2 → 0.3.1
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/README.md +2 -0
- package/dist/index.js +1 -1
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# storybooker
|
|
2
2
|
|
|
3
|
+
## 0.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6d297bb: Update to reflect new homepage-docs
|
|
8
|
+
|
|
9
|
+
## 0.3.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- f1237ad: Create new package for all azure services. Merge local adapter with core.
|
|
14
|
+
|
|
3
15
|
## 0.2.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/README.md
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "storybooker",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"bin": "./dist/index.js",
|
|
6
6
|
"description": "Storybooker CLI for uploading builds and files.",
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
"dist",
|
|
14
14
|
"CHANGELOG.md"
|
|
15
15
|
],
|
|
16
|
+
"homepage": "https://storybooker.js.org",
|
|
16
17
|
"repository": {
|
|
17
18
|
"type": "git",
|
|
18
19
|
"url": "https://github.com/guptasiddhant/storybooker",
|
|
@@ -39,10 +40,10 @@
|
|
|
39
40
|
"devDependencies": {
|
|
40
41
|
"@types/node": "^22.0.0",
|
|
41
42
|
"@types/yargs": "^17.0.33",
|
|
42
|
-
"@typescript/native-preview": "^7.0.0-dev.
|
|
43
|
+
"@typescript/native-preview": "^7.0.0-dev.20251005.1",
|
|
43
44
|
"openapi-typescript": "^7.9.1",
|
|
44
45
|
"oxlint": "^1.12.0",
|
|
45
|
-
"oxlint-tsgolint": "^0.0
|
|
46
|
+
"oxlint-tsgolint": "^0.2.0",
|
|
46
47
|
"prettier": "^3.6.2",
|
|
47
48
|
"tsdown": "^0.14.1",
|
|
48
49
|
"typescript": "^5.9.2"
|