pinme 2.0.2 → 2.0.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -5656,7 +5656,7 @@ async function checkDomainAvailable(domainName) {
5656
5656
  var _a2, _b;
5657
5657
  const client = createPinmeApiClient();
5658
5658
  const configured = APP_CONFIG.pinmeCheckDomainPath;
5659
- const fallbacks = [configured, "/check_domain_available"];
5659
+ const fallbacks = [configured];
5660
5660
  let lastRecoverableError;
5661
5661
  for (const p of fallbacks) {
5662
5662
  try {
@@ -5919,7 +5919,7 @@ var import_chalk26 = __toESM(require("chalk"));
5919
5919
  var import_figlet5 = __toESM(require("figlet"));
5920
5920
 
5921
5921
  // package.json
5922
- var version = "2.0.2";
5922
+ var version = "2.0.3";
5923
5923
 
5924
5924
  // bin/upload.ts
5925
5925
  var import_path6 = __toESM(require("path"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinme",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },