@fileverse-dev/fortune-react 1.0.2-mod-67-patch-2 → 1.0.2-mod-67-patch-3

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.
@@ -1,4 +1,3 @@
1
1
  import Workbook from "./Workbook";
2
2
  export { Workbook };
3
3
  export type { WorkbookInstance } from "./Workbook";
4
- export * from "@fileverse-dev/formulajs/crypto-constants";
package/dist/index.esm.js CHANGED
@@ -5,7 +5,6 @@ import _ from 'lodash';
5
5
  import { LucideIcon, TextField, Button as Button$1, cn, IconButton, Checkbox, Divider as Divider$2, Table, TableHeader, TableRow, TableHead, TableBody, TableCell, Select as Select$1, SelectTrigger, SelectValue, SelectContent, SelectItem as SelectItem$1, Tooltip, RadioGroup, RadioGroupItem, Label } from '@fileverse/ui';
6
6
  import regeneratorRuntime from 'regenerator-runtime';
7
7
  import Tippy from '@tippyjs/react';
8
- export * from '@fileverse-dev/formulajs/crypto-constants';
9
8
 
10
9
  function _arrayLikeToArray(r, a) {
11
10
  (null == a || a > r.length) && (a = r.length);
package/dist/index.js CHANGED
@@ -9,7 +9,6 @@ var _ = require('lodash');
9
9
  var ui = require('@fileverse/ui');
10
10
  var regeneratorRuntime = require('regenerator-runtime');
11
11
  var Tippy = require('@tippyjs/react');
12
- var cryptoConstants = require('@fileverse-dev/formulajs/crypto-constants');
13
12
 
14
13
  function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
15
14
 
@@ -12660,12 +12659,4 @@ var Workbook = /*#__PURE__*/React__default['default'].forwardRef(function (_ref,
12660
12659
  })))));
12661
12660
  });
12662
12661
 
12663
- Object.keys(cryptoConstants).forEach(function (k) {
12664
- if (k !== 'default') Object.defineProperty(exports, k, {
12665
- enumerable: true,
12666
- get: function () {
12667
- return cryptoConstants[k];
12668
- }
12669
- });
12670
- });
12671
12662
  exports.Workbook = Workbook;
package/dist/index.umd.js CHANGED
@@ -35361,7 +35361,7 @@
35361
35361
  return _BLOCKSCOUT.apply(this, arguments);
35362
35362
  }
35363
35363
  function _BLOCKSCOUT() {
35364
- _BLOCKSCOUT = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee2(address, chain, type, page, offset, startTimestamp, endTimestamp) {
35364
+ _BLOCKSCOUT = _asyncToGenerator(/*#__PURE__*/_regenerator().m(function _callee2(address, type, chain, page, offset, startTimestamp, endTimestamp) {
35365
35365
  var currentTimestamp, hostname, requestUrl, _json$result, _json$result2, response, json, _t, _t2;
35366
35366
  return _regenerator().w(function (_context2) {
35367
35367
  while (1) switch (_context2.n) {
@@ -36178,6 +36178,9 @@
36178
36178
  });
36179
36179
 
36180
36180
  var SUPPORTED_FORMULAS = Object.keys(formulajs);
36181
+ console.log({
36182
+ SUPPORTED_FORMULAS: SUPPORTED_FORMULAS
36183
+ });
36181
36184
 
36182
36185
  var SYMBOL$4 = SUPPORTED_FORMULAS;
36183
36186
  function func$4(symbol) {
@@ -119669,14 +119672,6 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
119669
119672
  })))));
119670
119673
  });
119671
119674
 
119672
- Object.keys(cryptoConstants).forEach(function (k) {
119673
- if (k !== 'default') Object.defineProperty(exports, k, {
119674
- enumerable: true,
119675
- get: function () {
119676
- return cryptoConstants[k];
119677
- }
119678
- });
119679
- });
119680
119675
  exports.Workbook = Workbook;
119681
119676
 
119682
119677
  Object.defineProperty(exports, '__esModule', { value: true });