@getpochi/cli 0.5.81 → 0.5.82

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/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -404614,7 +404614,7 @@ var {
404614
404614
  // package.json
404615
404615
  var package_default = {
404616
404616
  name: "@getpochi/cli",
404617
- version: "0.5.81",
404617
+ version: "0.5.82",
404618
404618
  type: "module",
404619
404619
  bin: {
404620
404620
  pochi: "src/cli.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getpochi/cli",
3
- "version": "0.5.81",
3
+ "version": "0.5.82",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "pochi": "dist/cli.js"