@fileverse-dev/formulajs 4.4.11-mod-2 → 4.4.11-mod-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.
package/lib/cjs/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var jStat = require('jstat');
3
+ require('jstat');
4
4
  var bessel = require('bessel');
5
5
 
6
6
  const nil = new Error('#NULL!');
package/lib/esm/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import jStat from 'jstat';
1
+ import 'jstat';
2
2
  import bessel from 'bessel';
3
3
 
4
4
  const nil = new Error('#NULL!');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse-dev/formulajs",
3
- "version": "4.4.11-mod-2",
3
+ "version": "4.4.11-mod-3",
4
4
  "description": "JavaScript implementation of most Microsoft Excel formula functions",
5
5
  "author": "Formulajs",
6
6
  "publishConfig": {