umwd-components 0.1.839 → 0.1.840

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.
@@ -4,6 +4,6 @@
4
4
  * @license MIT
5
5
  */
6
6
 
7
- var followRedirects = {exports: {}};
7
+ var lib = {};
8
8
 
9
- export { followRedirects as __module };
9
+ export { lib as __exports };
@@ -4,6 +4,6 @@
4
4
  * @license MIT
5
5
  */
6
6
 
7
- var src = {exports: {}};
7
+ var followRedirects = {exports: {}};
8
8
 
9
- export { src as __module };
9
+ export { followRedirects as __module };
@@ -4,6 +4,6 @@
4
4
  * @license MIT
5
5
  */
6
6
 
7
- var lib = {};
7
+ var src = {exports: {}};
8
8
 
9
- export { lib as __exports };
9
+ export { src as __module };
@@ -4,7 +4,7 @@
4
4
  * @license MIT
5
5
  */
6
6
 
7
- import { __module as src } from '../../../_virtual/index2.js';
7
+ import { __module as src } from '../../../_virtual/index3.js';
8
8
  import { __require as requireBrowser } from './browser.js';
9
9
  import { __require as requireNode } from './node.js';
10
10
 
@@ -5,7 +5,7 @@
5
5
  */
6
6
 
7
7
  import { getDefaultExportFromCjs } from '../../_virtual/_commonjsHelpers.js';
8
- import { __module as followRedirects$1 } from '../../_virtual/index.js';
8
+ import { __module as followRedirects$1 } from '../../_virtual/index2.js';
9
9
  import require$$0 from 'url';
10
10
  import require$$1 from 'http';
11
11
  import https$1 from 'https';
@@ -5,7 +5,7 @@
5
5
  */
6
6
 
7
7
  import './lib/index.js';
8
- import { __exports as lib } from '../../_virtual/index3.js';
8
+ import { __exports as lib } from '../../_virtual/index.js';
9
9
 
10
10
  var reactCsv = lib;
11
11
 
@@ -4,7 +4,7 @@
4
4
  * @license MIT
5
5
  */
6
6
 
7
- import { __exports as lib } from '../../../_virtual/index3.js';
7
+ import { __exports as lib } from '../../../_virtual/index.js';
8
8
  import './components/Download.js';
9
9
  import './components/Link.js';
10
10
  import { __exports as Download } from '../../../_virtual/Download.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "umwd-components",
3
- "version": "0.1.839",
3
+ "version": "0.1.840",
4
4
  "description": "UMWD Component library",
5
5
  "main": "./dist/cjs/src/index.js",
6
6
  "module": "./dist/esm/src/index.js",
@@ -93,7 +93,6 @@
93
93
  "@mollie/api-client": "^3.7.0",
94
94
  "@react-pdf/renderer": "^4.3.0",
95
95
  "dayjs": "^1.10.7",
96
- "next-router-mock": "^0.9.12",
97
96
  "qs": "^6.12.0",
98
97
  "react-csv": "^2.2.2",
99
98
  "react-pdf": "^9.2.0",