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.
- package/dist/esm/_virtual/index.js +2 -2
- package/dist/esm/_virtual/index2.js +2 -2
- package/dist/esm/_virtual/index3.js +2 -2
- package/dist/esm/node_modules/debug/src/index.js +1 -1
- package/dist/esm/node_modules/follow-redirects/index.js +1 -1
- package/dist/esm/node_modules/react-csv/index.js +1 -1
- package/dist/esm/node_modules/react-csv/lib/index.js +1 -1
- package/package.json +1 -2
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* @license MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import { __module as src } from '../../../_virtual/
|
|
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/
|
|
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';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* @license MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
import { __exports as lib } from '../../../_virtual/
|
|
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.
|
|
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",
|