@yoooclaw/phone-notifications 1.12.2 → 1.12.3

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/bin/ntf.cjs CHANGED
@@ -4784,9 +4784,6 @@ function readPersistedEnvName() {
4784
4784
  return;
4785
4785
  }
4786
4786
  function loadEnvName() {
4787
- const fromEnvVar = process.env.PHONE_NOTIFICATIONS_ENV?.trim();
4788
- if (fromEnvVar && VALID_ENVS.has(fromEnvVar))
4789
- return fromEnvVar;
4790
4787
  const fromDotEnv = readPersistedEnvName();
4791
4788
  if (fromDotEnv)
4792
4789
  return fromDotEnv;
@@ -5792,7 +5789,7 @@ function pickNewestVersion(versions) {
5792
5789
  var import_node_fs15 = require("node:fs");
5793
5790
  function readBuildInjectedVersion() {
5794
5791
  if (false) {}
5795
- const version = "1.12.2".trim();
5792
+ const version = "1.12.3".trim();
5796
5793
  return version || undefined;
5797
5794
  }
5798
5795
  function readPluginVersionFromPackageJson() {
@@ -6456,5 +6453,5 @@ program2.parseAsync(process.argv).catch((err) => {
6456
6453
  process.exit(1);
6457
6454
  });
6458
6455
 
6459
- //# debugId=5548672AE9D3231064756E2164756E21
6456
+ //# debugId=DA16E2C81C86F13C64756E2164756E21
6460
6457
  //# sourceMappingURL=ntf.cjs.map