@fileverse-dev/fortune-core 1.2.56-patch-1 → 1.2.56-patch-2

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.
@@ -14,7 +14,7 @@ import { locale } from "./locale";
14
14
  import { getQKBorder, saveHyperlink } from "./modules";
15
15
  import { genarate } from "./modules/format";
16
16
  import { getSheetIndex } from "./utils";
17
- import { setRowHeight } from "../src/api";
17
+ import { setRowHeight } from "./api";
18
18
  export var DEFAULT_FONT_SIZE = 12;
19
19
  var parseStylesheetPairs = function parseStylesheetPairs(styleInner) {
20
20
  var patternReg = /{([^}]*)}/g;
@@ -10,7 +10,7 @@ var _locale = require("./locale");
10
10
  var _modules = require("./modules");
11
11
  var _format = require("./modules/format");
12
12
  var _utils = require("./utils");
13
- var _api = require("../src/api");
13
+ var _api = require("./api");
14
14
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
15
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
16
16
  var __assign = void 0 && (void 0).__assign || function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/fortune-core",
3
- "version": "1.2.56-patch-1",
3
+ "version": "1.2.56-patch-2",
4
4
  "main": "lib/index.js",
5
5
  "module": "es/index.js",
6
6
  "typings": "lib/index.d.ts",