universal-picgo 1.11.3 → 1.11.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.
package/dist/index.js CHANGED
@@ -25649,7 +25649,7 @@ var isBufferBrowser = function($) {
25649
25649
  return $ && typeof $ == "object" && typeof $.copy == "function" && typeof $.fill == "function" && typeof $.readUInt8 == "function";
25650
25650
  };
25651
25651
  (function(_) {
25652
- var $ = { DEV_MODE: "false", NODE_ENV: "production", PICGO_VERSION: "1.11.3" }, te = Object.getOwnPropertyDescriptors || function(pt) {
25652
+ var $ = { DEV_MODE: "false", NODE_ENV: "production", PICGO_VERSION: "1.11.5" }, te = Object.getOwnPropertyDescriptors || function(pt) {
25653
25653
  for (var dt = Object.keys(pt), tt = {}, Je = 0; Je < dt.length; Je++)
25654
25654
  tt[dt[Je]] = Object.getOwnPropertyDescriptor(pt, dt[Je]);
25655
25655
  return tt;
@@ -61389,7 +61389,7 @@ const hostHeaderMiddleware = (_) => ($) => async (te) => {
61389
61389
  $.add(loggerMiddleware(), loggerMiddlewareOptions);
61390
61390
  }
61391
61391
  });
61392
- var define_process_env_default$2 = { DEV_MODE: "false", NODE_ENV: "production", PICGO_VERSION: "1.11.3" };
61392
+ var define_process_env_default$2 = { DEV_MODE: "false", NODE_ENV: "production", PICGO_VERSION: "1.11.5" };
61393
61393
  const TRACE_ID_HEADER_NAME = "X-Amzn-Trace-Id", ENV_LAMBDA_FUNCTION_NAME = "AWS_LAMBDA_FUNCTION_NAME", ENV_TRACE_ID = "_X_AMZN_TRACE_ID", recursionDetectionMiddleware = (_) => ($) => async (te) => {
61394
61394
  const { request: ee } = te;
61395
61395
  if (!HttpRequest.isInstance(ee) || _.runtime !== "node" || ee.headers.hasOwnProperty(TRACE_ID_HEADER_NAME))
@@ -81146,7 +81146,7 @@ logger.logger = new Logger();
81146
81146
  (function(_) {
81147
81147
  Object.defineProperty(_, "__esModule", { value: !0 }), (0, require$$0.__exportStar)(logger, _);
81148
81148
  })(utils$2);
81149
- var define_process_env_default$1 = { DEV_MODE: "false", NODE_ENV: "production", PICGO_VERSION: "1.11.3" };
81149
+ var define_process_env_default$1 = { DEV_MODE: "false", NODE_ENV: "production", PICGO_VERSION: "1.11.5" };
81150
81150
  Object.defineProperty(fileSync, "__esModule", { value: !0 });
81151
81151
  fileSync.FileSyncAdapter = void 0;
81152
81152
  const tslib_1 = require$$0, fs = (0, tslib_1.__importStar)(require$$1), path = (0, tslib_1.__importStar)(pathBrowserify), base_1$1 = base, utils_1$1 = utils$2, types_1 = types$1;
@@ -84899,7 +84899,7 @@ class PicGoRequestWrapper {
84899
84899
  }
84900
84900
  }
84901
84901
  }
84902
- var define_process_env_default = { DEV_MODE: "false", NODE_ENV: "production", PICGO_VERSION: "1.11.3" };
84902
+ var define_process_env_default = { DEV_MODE: "false", NODE_ENV: "production", PICGO_VERSION: "1.11.5" };
84903
84903
  class UniversalPicGo extends eventsExports.EventEmitter {
84904
84904
  constructor(te, ee, ne, ie) {
84905
84905
  super();
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "universal-picgo",
3
- "version": "1.11.3",
3
+ "version": "1.11.5",
4
4
  "type": "module",
5
5
  "description": "picgo lib for node, browser and electron",
6
6
  "main": "./dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "universal-picgo",
3
- "version": "1.11.3",
3
+ "version": "1.11.5",
4
4
  "type": "module",
5
5
  "description": "picgo lib for node, browser and electron",
6
6
  "main": "./dist/index.js",
@@ -41,7 +41,7 @@
41
41
  "queue": "^7.0.0",
42
42
  "zhi-lib-base": "^0.8.0",
43
43
  "file-type": "^16.2.0",
44
- "universal-picgo-store": "1.11.3"
44
+ "universal-picgo-store": "1.11.5"
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public"