@platforma-open/milaboratories.immune-assay-data.ui 1.2.1 → 1.2.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/immune-assay-data/immune-assay-data/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.immune-assay-data.ui@1.2.1 build /home/runner/work/immune-assay-data/immune-assay-data/ui
3
+ > @platforma-open/milaboratories.immune-assay-data.ui@1.2.2 build /home/runner/work/immune-assay-data/immune-assay-data/ui
4
4
  > vue-tsc -b && vite build
5
5
 
6
6
  vite v6.3.5 building for production...
@@ -302,4 +302,4 @@ computing gzip size...
302
302
  - Using dynamic import() to code-split the application
303
303
  - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
304
304
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
305
- ✓ built in 13.54s
305
+ ✓ built in 13.78s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @platforma-open/milaboratories.immune-assay-data.ui
2
2
 
3
+ ## 1.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [7cc0824]
8
+ - @platforma-open/milaboratories.immune-assay-data.model@1.4.0
9
+
3
10
  ## 1.2.1
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.immune-assay-data.ui",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "@platforma-sdk/ui-vue": "^1.37.7",
@@ -10,7 +10,7 @@
10
10
  "@biowasm/aioli": "~3.2.1",
11
11
  "sass-embedded": "^1.77.8",
12
12
  "xlsx": "../vendor/xlsx-0.20.3.tgz",
13
- "@platforma-open/milaboratories.immune-assay-data.model": "1.3.0"
13
+ "@platforma-open/milaboratories.immune-assay-data.model": "1.4.0"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@vitejs/plugin-vue": "^5.2.1",