vite 3.0.0-beta.4 → 3.0.0-beta.7
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-3856e872.js → dep-41eb528c.js} +4 -4
- package/dist/node/chunks/{dep-02aa3d4a.js → dep-5d9e5830.js} +1 -1
- package/dist/node/chunks/{dep-07df4e90.js → dep-706f59ea.js} +4294 -3985
- package/dist/node/chunks/{dep-30bcfc51.js → dep-d3bbad19.js} +10 -10
- package/dist/node/chunks/{dep-d55123c0.js → dep-e8d443bf.js} +2 -2
- package/dist/node/cli.js +6 -6
- package/dist/node/constants.js +12 -3
- package/dist/node/index.d.ts +98 -95
- 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
|
|
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 {
|
|
1
|
+
import { A as getAugmentedNamespace, B as getDefaultExportFromCjs } from './dep-706f59ea.js';
|
|
2
2
|
|
|
3
3
|
import { fileURLToPath as __cjs_fileURLToPath } from 'node:url';
|
|
4
4
|
import { dirname as __cjs_dirname } from 'node:path';
|