adhdev 0.5.26 → 0.5.27
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/dist/cli/index.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -30196,7 +30196,7 @@ var init_adhdev_daemon = __esm({
|
|
|
30196
30196
|
path2 = __toESM(require("path"));
|
|
30197
30197
|
crypto2 = __toESM(require("crypto"));
|
|
30198
30198
|
import_chalk = __toESM(require("chalk"));
|
|
30199
|
-
pkgVersion = "0.5.
|
|
30199
|
+
pkgVersion = "0.5.27";
|
|
30200
30200
|
if (pkgVersion === "unknown") {
|
|
30201
30201
|
try {
|
|
30202
30202
|
const possiblePaths = [
|
package/dist/index.js
CHANGED
|
@@ -30196,7 +30196,7 @@ var init_adhdev_daemon = __esm({
|
|
|
30196
30196
|
path2 = __toESM(require("path"));
|
|
30197
30197
|
crypto2 = __toESM(require("crypto"));
|
|
30198
30198
|
import_chalk = __toESM(require("chalk"));
|
|
30199
|
-
pkgVersion = "0.5.
|
|
30199
|
+
pkgVersion = "0.5.27";
|
|
30200
30200
|
if (pkgVersion === "unknown") {
|
|
30201
30201
|
try {
|
|
30202
30202
|
const possiblePaths = [
|