storybooker 0.3.0 → 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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # storybooker
2
2
 
3
+ ## 0.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6d297bb: Update to reflect new homepage-docs
8
+
3
9
  ## 0.3.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A NodeJS CLI to sync with StoryBooker service. The CLI can be used to build, test, upload StoryBook to the service.
4
4
 
5
+ Docs: https://storybooker.js.org/docs/
6
+
5
7
  ## Usage
6
8
 
7
9
  See commands + help
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ import { tmpdir } from "node:os";
14
14
 
15
15
  //#region package.json
16
16
  var name = "storybooker";
17
- var version = "0.2.2";
17
+ var version = "0.3.0";
18
18
 
19
19
  //#endregion
20
20
  //#region src/utils/auth-utils.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "storybooker",
3
- "version": "0.3.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,7 +40,7 @@
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.20250823.8",
43
+ "@typescript/native-preview": "^7.0.0-dev.20251005.1",
43
44
  "openapi-typescript": "^7.9.1",
44
45
  "oxlint": "^1.12.0",
45
46
  "oxlint-tsgolint": "^0.2.0",