plac-micro-common 1.3.7 → 1.3.8

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.
@@ -39,11 +39,8 @@ const path = __importStar(require("path"));
39
39
  const ejs = __importStar(require("ejs"));
40
40
  let cached_font_base64 = null;
41
41
  const cached_templates = {};
42
- function getPackageRootPath() {
43
- return path.resolve(__dirname, "..", "..", "..");
44
- }
45
42
  function getAssetsRootPath() {
46
- return path.join(getPackageRootPath(), "dist", "assets");
43
+ return path.resolve(__dirname, "..", "..", "assets");
47
44
  }
48
45
  function getFontBase64() {
49
46
  if (!cached_font_base64) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plac-micro-common",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {