@codespeak/helper 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -500,7 +500,7 @@ import path8 from "node:path";
500
500
  import crypto3 from "node:crypto";
501
501
 
502
502
  // src/version.ts
503
- var CLI_VERSION = "0.1.0";
503
+ var CLI_VERSION = "0.1.1";
504
504
 
505
505
  // src/cache.ts
506
506
  import fs from "node:fs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codespeak/helper",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Share your vibe-coded project and AI coding sessions",
5
5
  "type": "module",
6
6
  "bin": {