@beevibe/daemon 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/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -1157,7 +1157,7 @@ var PLATFORM_ASSETS = {
1157
1157
  "linux-arm64": "beevibe-daemon-linux-arm64"
1158
1158
  };
1159
1159
  function currentVersion() {
1160
- return "0.1.0";
1160
+ return "0.1.1";
1161
1161
  }
1162
1162
  function isCompiledBinary() {
1163
1163
  if (!process.versions.bun)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beevibe/daemon",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Beevibe daemon — runs on each user's machine, claims pending sessions and spawns the CLI locally",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Zhe Pang",