@pisell/common 0.0.36 → 0.0.37

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.
@@ -11,6 +11,7 @@ import mime from 'mime-types';
11
11
  import path from 'path';
12
12
  import { getServerConfig } from "../utils/index.js";
13
13
  var filterFiles = ['index.html', 'umi.server.js', 'umi.server.d.ts'];
14
+ var __dirname = process.cwd();
14
15
  var s3Client = null;
15
16
  var bucketName = '';
16
17
 
@@ -39,6 +39,7 @@ var import_mime_types = __toESM(require("mime-types"));
39
39
  var import_path = __toESM(require("path"));
40
40
  var import_utils = require("../utils/index.js");
41
41
  var filterFiles = ["index.html", "umi.server.js", "umi.server.d.ts"];
42
+ var __dirname = process.cwd();
42
43
  var s3Client = null;
43
44
  var bucketName = "";
44
45
  var init = async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pisell/common",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "description": "A collection of reusable UI components for web development",
5
5
  "license": "MIT",
6
6
  "sideEffects": [