adhdev 0.5.34 → 0.5.36
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
|
@@ -30330,7 +30330,7 @@ var init_adhdev_daemon = __esm({
|
|
|
30330
30330
|
path2 = __toESM(require("path"));
|
|
30331
30331
|
crypto2 = __toESM(require("crypto"));
|
|
30332
30332
|
import_chalk = __toESM(require("chalk"));
|
|
30333
|
-
pkgVersion = "0.5.
|
|
30333
|
+
pkgVersion = "0.5.36";
|
|
30334
30334
|
if (pkgVersion === "unknown") {
|
|
30335
30335
|
try {
|
|
30336
30336
|
const possiblePaths = [
|
package/dist/index.js
CHANGED
|
@@ -30330,7 +30330,7 @@ var init_adhdev_daemon = __esm({
|
|
|
30330
30330
|
path2 = __toESM(require("path"));
|
|
30331
30331
|
crypto2 = __toESM(require("crypto"));
|
|
30332
30332
|
import_chalk = __toESM(require("chalk"));
|
|
30333
|
-
pkgVersion = "0.5.
|
|
30333
|
+
pkgVersion = "0.5.36";
|
|
30334
30334
|
if (pkgVersion === "unknown") {
|
|
30335
30335
|
try {
|
|
30336
30336
|
const possiblePaths = [
|