vite 3.0.0-beta.2 → 3.0.0-beta.5
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/node/chunks/{dep-e8ca8d40.js → dep-07a79996.js} +121 -113
- package/dist/node/chunks/{dep-7c996900.js → dep-332aa27f.js} +32575 -32006
- package/dist/node/chunks/{dep-58d622b1.js → dep-3856e872.js} +3 -3
- package/dist/node/chunks/{dep-48fd67df.js → dep-39250386.js} +7 -7
- package/dist/node/chunks/dep-a4ad4a6b.js +7545 -0
- package/dist/node/chunks/{dep-ce359b6c.js → dep-f32eac6f.js} +3119 -3119
- package/dist/node/cli.js +13 -13
- package/dist/node/constants.js +14 -3
- package/dist/node/index.d.ts +19 -33
- package/dist/node/index.js +3 -3
- package/dist/node-cjs/publicUtils.cjs +1004 -963
- package/package.json +4 -5
- package/dist/node/chunks/dep-42600871.js +0 -7505
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import path$3 from 'path';
|
|
2
|
-
import
|
|
2
|
+
import resolve$2 from 'resolve';
|
|
3
3
|
import require$$0__default from 'fs';
|
|
4
|
-
import { l as lib } from './dep-
|
|
4
|
+
import { l as lib } from './dep-07a79996.js';
|
|
5
5
|
|
|
6
6
|
import { fileURLToPath as __cjs_fileURLToPath } from 'node:url';
|
|
7
7
|
import { dirname as __cjs_dirname } from 'node:path';
|
|
@@ -48,7 +48,7 @@ var joinLayer$1 = function (parentLayer, childLayer) {
|
|
|
48
48
|
};
|
|
49
49
|
|
|
50
50
|
// external tooling
|
|
51
|
-
const resolve$1 =
|
|
51
|
+
const resolve$1 = resolve$2;
|
|
52
52
|
|
|
53
53
|
const moduleDirectories = ["web_modules", "node_modules"];
|
|
54
54
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { y as commonjsGlobal } from './dep-
|
|
2
|
-
import require$$
|
|
1
|
+
import { y as commonjsGlobal } from './dep-332aa27f.js';
|
|
2
|
+
import require$$5 from 'crypto';
|
|
3
3
|
import 'node:fs';
|
|
4
4
|
import 'node:path';
|
|
5
5
|
import 'node:url';
|
|
@@ -11,7 +11,6 @@ import 'path';
|
|
|
11
11
|
import 'fs';
|
|
12
12
|
import 'events';
|
|
13
13
|
import 'assert';
|
|
14
|
-
import 'resolve';
|
|
15
14
|
import 'util';
|
|
16
15
|
import 'net';
|
|
17
16
|
import 'url';
|
|
@@ -23,9 +22,9 @@ import 'node:os';
|
|
|
23
22
|
import 'node:crypto';
|
|
24
23
|
import 'node:util';
|
|
25
24
|
import 'node:dns';
|
|
25
|
+
import 'resolve';
|
|
26
26
|
import '../constants.js';
|
|
27
27
|
import 'buffer';
|
|
28
|
-
import 'querystring';
|
|
29
28
|
import 'module';
|
|
30
29
|
import 'zlib';
|
|
31
30
|
import 'https';
|
|
@@ -33,6 +32,7 @@ import 'tls';
|
|
|
33
32
|
import 'node:http';
|
|
34
33
|
import 'node:https';
|
|
35
34
|
import 'worker_threads';
|
|
35
|
+
import 'querystring';
|
|
36
36
|
import 'readline';
|
|
37
37
|
import 'node:child_process';
|
|
38
38
|
import 'node:zlib';
|
|
@@ -7521,7 +7521,7 @@ var pkcs5 = forge$i.pkcs5 = forge$i.pkcs5 || {};
|
|
|
7521
7521
|
|
|
7522
7522
|
var crypto;
|
|
7523
7523
|
if(forge$i.util.isNodejs && !forge$i.options.usePureJavaScript) {
|
|
7524
|
-
crypto = require$$
|
|
7524
|
+
crypto = require$$5;
|
|
7525
7525
|
}
|
|
7526
7526
|
|
|
7527
7527
|
/**
|
|
@@ -8301,7 +8301,7 @@ var forge$f = forge$s;
|
|
|
8301
8301
|
var _crypto$1 = null;
|
|
8302
8302
|
if(forge$f.util.isNodejs && !forge$f.options.usePureJavaScript &&
|
|
8303
8303
|
!process.versions['node-webkit']) {
|
|
8304
|
-
_crypto$1 = require$$
|
|
8304
|
+
_crypto$1 = require$$5;
|
|
8305
8305
|
}
|
|
8306
8306
|
|
|
8307
8307
|
/* PRNG API */
|
|
@@ -11523,7 +11523,7 @@ if(typeof BigInteger === 'undefined') {
|
|
|
11523
11523
|
var BigInteger = forge$8.jsbn.BigInteger;
|
|
11524
11524
|
}
|
|
11525
11525
|
|
|
11526
|
-
var _crypto = forge$8.util.isNodejs ? require$$
|
|
11526
|
+
var _crypto = forge$8.util.isNodejs ? require$$5 : null;
|
|
11527
11527
|
|
|
11528
11528
|
// shortcut for asn.1 API
|
|
11529
11529
|
var asn1$5 = forge$8.asn1;
|