@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.
@@ -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.1 build /home/runner/work/clonotype-space/clonotype-space/ui
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
  vite v6.2.3 building for production...
@@ -8,7 +8,7 @@ transforming...
8
8
  ✓ 30 modules transformed.
9
9
  rendering chunks...
10
10
  computing gzip size...
11
- dist/index.html  0.47 kB │ gzip: 0.31 kB
11
+ dist/index.html  0.48 kB │ gzip: 0.31 kB
12
12
  dist/assets/index-CexJ81Dj.css 1,468.50 kB │ gzip: 376.20 kB
13
13
  dist/assets/index-BRvdS7xt.js 7,086.18 kB │ gzip: 1,719.09 kB │ map: 19,432.02 kB
14
14
  
@@ -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.
19
- ✓ built in 16.85s
19
+ ✓ built in 17.19s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @platforma-open/milaboratories.clonotype-space.ui
2
2
 
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 6cc86da: Fixed Content-Security-Policy issue
8
+
3
9
  ## 2.0.1
4
10
 
5
11
  ### Patch Changes
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>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.clonotype-space.ui",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@platforma-sdk/ui-vue": "^1.31.19",