@platforma-open/milaboratories.clonotype-space.ui 2.0.1 → 2.0.2
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/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +6 -0
- package/dist/index.html +1 -1
- package/index.html +1 -1
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/clonotype-space/clonotype-space/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.clonotype-space.ui@2.0.
|
|
3
|
+
> @platforma-open/milaboratories.clonotype-space.ui@2.0.2 build /home/runner/work/clonotype-space/clonotype-space/ui
|
|
4
4
|
> vue-tsc -b && vite build
|
|
5
5
|
|
|
6
6
|
[36mvite v6.2.3 [32mbuilding for production...[36m[39m
|
|
@@ -8,7 +8,7 @@ transforming...
|
|
|
8
8
|
[32m✓[39m 30 modules transformed.
|
|
9
9
|
rendering chunks...
|
|
10
10
|
computing gzip size...
|
|
11
|
-
[2mdist/[22m[32mindex.html [39m[1m[2m 0.
|
|
11
|
+
[2mdist/[22m[32mindex.html [39m[1m[2m 0.48 kB[22m[1m[22m[2m │ gzip: 0.31 kB[22m
|
|
12
12
|
[2mdist/[22m[2massets/[22m[35mindex-CexJ81Dj.css [39m[1m[2m1,468.50 kB[22m[1m[22m[2m │ gzip: 376.20 kB[22m
|
|
13
13
|
[2mdist/[22m[2massets/[22m[36mindex-BRvdS7xt.js [39m[1m[33m7,086.18 kB[39m[22m[2m │ gzip: 1,719.09 kB[22m[2m │ map: 19,432.02 kB[22m
|
|
14
14
|
[33m
|
|
@@ -16,4 +16,4 @@ computing gzip size...
|
|
|
16
16
|
- Using dynamic import() to code-split the application
|
|
17
17
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
18
18
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
19
|
-
[32m✓ built in
|
|
19
|
+
[32m✓ built in 17.19s[39m
|
package/CHANGELOG.md
CHANGED
package/dist/index.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
|
-
<meta http-equiv="Content-Security-Policy" content="script-src 'self' blob: https: 'unsafe-eval';"
|
|
5
|
+
<meta http-equiv="Content-Security-Policy" content="script-src 'self' blob: https: data: 'unsafe-eval';" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<script type="module" crossorigin src="./assets/index-BRvdS7xt.js"></script>
|
|
8
8
|
<link rel="stylesheet" crossorigin href="./assets/index-CexJ81Dj.css">
|
package/index.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
<html lang="en">
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
|
-
<meta http-equiv="Content-Security-Policy" content="script-src 'self' blob: https: 'unsafe-eval';"
|
|
5
|
+
<meta http-equiv="Content-Security-Policy" content="script-src 'self' blob: https: data: 'unsafe-eval';" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
</head>
|
|
8
8
|
<body>
|