pinme 1.0.4 → 1.0.5

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 +1 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -367,7 +367,7 @@ var import_chalk4 = __toESM(require("chalk"));
367
367
  var import_figlet2 = __toESM(require("figlet"));
368
368
 
369
369
  // package.json
370
- var version = "1.0.4";
370
+ var version = "1.0.5";
371
371
 
372
372
  // bin/upload.ts
373
373
  var import_path5 = __toESM(require("path"));
@@ -696,7 +696,6 @@ async function uploadFile(filePath, deviceId) {
696
696
  }
697
697
  }
698
698
  );
699
- console.log(import_chalk2.default.cyan(JSON.stringify(response)));
700
699
  const resData = response.data.data;
701
700
  if (Array.isArray(resData) && resData.length > 0) {
702
701
  const fileItem = resData.find(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinme",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },