storybooker 0.0.1 → 0.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.
@@ -8,4 +8,4 @@
8
8
  ℹ Granting execute permission to dist/index.js
9
9
  ℹ dist/index.js 18.25 kB │ gzip: 5.14 kB
10
10
  ℹ 1 files, total: 18.25 kB
11
- ✔ Build complete in 53ms
11
+ ✔ Build complete in 28ms
@@ -1,3 +1,3 @@
1
1
 
2
2
  Found 0 warnings and 0 errors.
3
- Finished in 785ms on 13 files using 10 threads.
3
+ Finished in 894ms on 13 files using 10 threads.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # storybooker
2
2
 
3
+ ## 0.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 1f80c2f: Updating workspace deps
8
+
3
9
  ## 0.0.1
4
10
 
5
11
  ### Patch Changes
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.0.0";
17
+ var version = "0.0.2";
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.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "module",
5
5
  "bin": "./dist/index.js",
6
6
  "description": "Storybooker CLI for uploading builds and files.",
@@ -42,4 +42,4 @@
42
42
  "tsdown": "^0.14.1",
43
43
  "typescript": "^5.9.2"
44
44
  }
45
- }
45
+ }