pinme 1.2.3 → 1.2.4

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/README.md CHANGED
@@ -30,7 +30,7 @@ Website: [https://pinme.eth.limo/](https://pinme.eth.limo/)
30
30
  ## Table of Contents
31
31
 
32
32
  - [Quick Start](#quick-start)
33
- - [For AI Assistants](#for-ai-assistants)
33
+ - [For AI](#for-ai)
34
34
  - [Installation](#installation)
35
35
  - [Usage](#usage)
36
36
  - [Common Static File Directories](#common-static-file-directories)
@@ -80,7 +80,7 @@ That's it! You'll get a preview URL like `https://pinme.eth.limo/#/preview/*`
80
80
 
81
81
  ---
82
82
 
83
- ## For AI Assistants
83
+ ## For AI
84
84
 
85
85
  This section provides AI-specific instructions for deploying websites using PinMe CLI.
86
86
 
package/dist/index.js CHANGED
@@ -1523,7 +1523,7 @@ var import_chalk13 = __toESM(require("chalk"));
1523
1523
  var import_figlet5 = __toESM(require("figlet"));
1524
1524
 
1525
1525
  // package.json
1526
- var version = "1.2.3";
1526
+ var version = "1.2.4";
1527
1527
 
1528
1528
  // bin/upload.ts
1529
1529
  var import_path6 = __toESM(require("path"));
@@ -5148,7 +5148,7 @@ var import_crypto_js = __toESM(require("crypto-js"));
5148
5148
 
5149
5149
  // bin/utils/pinmeApi.ts
5150
5150
  var import_chalk3 = __toESM(require("chalk"));
5151
- var DEFAULT_BASE = process.env.PINME_API_BASE || "http://ipfs-proxy.opena.chat/api/v4";
5151
+ var DEFAULT_BASE = "https://pinme.dev/api/v4";
5152
5152
  function createClient() {
5153
5153
  const headers = getAuthHeaders();
5154
5154
  return axios_default.create({
@@ -5216,7 +5216,7 @@ async function getMyDomains() {
5216
5216
  }
5217
5217
  return [];
5218
5218
  }
5219
- var CAR_API_BASE = process.env.CAR_API_BASE || process.env.PINME_API_BASE || "http://ipfs-proxy.opena.chat/api/v3";
5219
+ var CAR_API_BASE = process.env.CAR_API_BASE || "https://pinme.dev/api/v4";
5220
5220
  function createCarClient() {
5221
5221
  let headers = {};
5222
5222
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinme",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },