vite 3.0.0-beta.3 → 3.0.0-beta.6
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/LICENSE.md +1 -1
- package/dist/node/chunks/{dep-f57ad27b.js → dep-08aefb0c.js} +2 -2
- package/dist/node/chunks/{dep-3856e872.js → dep-41eb528c.js} +4 -4
- package/dist/node/chunks/{dep-769a2d15.js → dep-7018da1a.js} +1 -1
- package/dist/node/chunks/{dep-87668933.js → dep-be0b8380.js} +10 -10
- package/dist/node/chunks/{dep-b5bfa135.js → dep-c7f6d0a5.js} +27320 -27207
- package/dist/node/cli.js +6 -6
- package/dist/node/constants.js +12 -3
- package/dist/node/index.d.ts +32 -40
- package/dist/node/index.js +2 -2
- package/dist/node-cjs/publicUtils.cjs +1 -1
- package/package.json +9 -8
- package/src/client/tsconfig.json +0 -2
package/LICENSE.md
CHANGED
|
@@ -975,7 +975,7 @@ Repository: http://github.com/bripkens/connect-history-api-fallback.git
|
|
|
975
975
|
|
|
976
976
|
> The MIT License
|
|
977
977
|
>
|
|
978
|
-
> Copyright (c)
|
|
978
|
+
> Copyright (c) 2022 Ben Blackmore and contributors
|
|
979
979
|
>
|
|
980
980
|
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
981
981
|
> of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { y as commonjsGlobal } from './dep-
|
|
1
|
+
import { y as commonjsGlobal } from './dep-c7f6d0a5.js';
|
|
2
2
|
import require$$5 from 'crypto';
|
|
3
3
|
import 'node:fs';
|
|
4
4
|
import 'node:path';
|
|
@@ -25,7 +25,6 @@ import 'node:dns';
|
|
|
25
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';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import require$$0 from 'path';
|
|
2
2
|
import resolve$2 from 'resolve';
|
|
3
3
|
import require$$0__default from 'fs';
|
|
4
4
|
import { l as lib } from './dep-07a79996.js';
|
|
@@ -160,7 +160,7 @@ var pify$1 = pify$2.exports = function (obj, P, opts) {
|
|
|
160
160
|
pify$1.all = pify$1;
|
|
161
161
|
|
|
162
162
|
var fs = require$$0__default;
|
|
163
|
-
var path$2 =
|
|
163
|
+
var path$2 = require$$0;
|
|
164
164
|
var pify = pify$2.exports;
|
|
165
165
|
|
|
166
166
|
var stat = pify(fs.stat);
|
|
@@ -243,7 +243,7 @@ const readCache = readCache$1.exports;
|
|
|
243
243
|
var loadContent$1 = filename => readCache(filename, "utf-8");
|
|
244
244
|
|
|
245
245
|
// builtin tooling
|
|
246
|
-
const path$1 =
|
|
246
|
+
const path$1 = require$$0;
|
|
247
247
|
|
|
248
248
|
// placeholder tooling
|
|
249
249
|
let sugarss;
|
|
@@ -472,7 +472,7 @@ function parseImport(result, atRule) {
|
|
|
472
472
|
}
|
|
473
473
|
|
|
474
474
|
// builtin tooling
|
|
475
|
-
const path =
|
|
475
|
+
const path = require$$0;
|
|
476
476
|
|
|
477
477
|
// internal tooling
|
|
478
478
|
const joinMedia = joinMedia$1;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { z as getAugmentedNamespace, A as getDefaultExportFromCjs } from './dep-
|
|
1
|
+
import { z as getAugmentedNamespace, A as getDefaultExportFromCjs } from './dep-c7f6d0a5.js';
|
|
2
2
|
|
|
3
3
|
import { fileURLToPath as __cjs_fileURLToPath } from 'node:url';
|
|
4
4
|
import { dirname as __cjs_dirname } from 'node:path';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import require$$0 from 'postcss';
|
|
2
|
-
import { y as commonjsGlobal } from './dep-
|
|
3
|
-
import
|
|
1
|
+
import require$$0$1 from 'postcss';
|
|
2
|
+
import { y as commonjsGlobal } from './dep-c7f6d0a5.js';
|
|
3
|
+
import require$$0 from 'path';
|
|
4
4
|
import require$$5 from 'crypto';
|
|
5
5
|
import require$$0__default from 'fs';
|
|
6
|
-
import require$$0$
|
|
6
|
+
import require$$0$2 from 'util';
|
|
7
7
|
import { l as lib$1 } from './dep-07a79996.js';
|
|
8
8
|
|
|
9
9
|
import { fileURLToPath as __cjs_fileURLToPath } from 'node:url';
|
|
@@ -1220,7 +1220,7 @@ function getHashDigest$1(buffer, algorithm, digestType, maxLength) {
|
|
|
1220
1220
|
|
|
1221
1221
|
var getHashDigest_1 = getHashDigest$1;
|
|
1222
1222
|
|
|
1223
|
-
const path$1 =
|
|
1223
|
+
const path$1 = require$$0;
|
|
1224
1224
|
const getHashDigest = getHashDigest_1;
|
|
1225
1225
|
|
|
1226
1226
|
function interpolateName$1(loaderContext, name, options = {}) {
|
|
@@ -1336,7 +1336,7 @@ function interpolateName$1(loaderContext, name, options = {}) {
|
|
|
1336
1336
|
var interpolateName_1 = interpolateName$1;
|
|
1337
1337
|
|
|
1338
1338
|
var interpolateName = interpolateName_1;
|
|
1339
|
-
var path =
|
|
1339
|
+
var path = require$$0;
|
|
1340
1340
|
|
|
1341
1341
|
/**
|
|
1342
1342
|
* @param {string} pattern
|
|
@@ -1520,7 +1520,7 @@ Object.defineProperty(loader, "__esModule", {
|
|
|
1520
1520
|
value: true
|
|
1521
1521
|
});
|
|
1522
1522
|
|
|
1523
|
-
var _postcss$1 = require$$0;
|
|
1523
|
+
var _postcss$1 = require$$0$1;
|
|
1524
1524
|
|
|
1525
1525
|
var _postcss2$1 = _interopRequireDefault$5(_postcss$1);
|
|
1526
1526
|
|
|
@@ -1528,7 +1528,7 @@ var _fs$1 = require$$0__default;
|
|
|
1528
1528
|
|
|
1529
1529
|
var _fs2 = _interopRequireDefault$5(_fs$1);
|
|
1530
1530
|
|
|
1531
|
-
var _path =
|
|
1531
|
+
var _path = require$$0;
|
|
1532
1532
|
|
|
1533
1533
|
var _path2 = _interopRequireDefault$5(_path);
|
|
1534
1534
|
|
|
@@ -3153,7 +3153,7 @@ var attribute$1 = {};
|
|
|
3153
3153
|
* For Node.js, simply re-export the core `util.deprecate` function.
|
|
3154
3154
|
*/
|
|
3155
3155
|
|
|
3156
|
-
var node = require$$0$
|
|
3156
|
+
var node = require$$0$2.deprecate;
|
|
3157
3157
|
|
|
3158
3158
|
(function (exports) {
|
|
3159
3159
|
|
|
@@ -7355,7 +7355,7 @@ function isValidBehaviour(behaviour) {
|
|
|
7355
7355
|
return Object.keys(behaviours).map(key => behaviours[key]).indexOf(behaviour) > -1;
|
|
7356
7356
|
}
|
|
7357
7357
|
|
|
7358
|
-
var _postcss = require$$0;
|
|
7358
|
+
var _postcss = require$$0$1;
|
|
7359
7359
|
|
|
7360
7360
|
var _postcss2 = _interopRequireDefault(_postcss);
|
|
7361
7361
|
|