@milaboratories/milaboratories.pool-explorer.ui 1.1.131 → 1.1.132

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,12 +1,12 @@
1
1
   WARN  Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @milaboratories/milaboratories.pool-explorer.ui@1.1.131 build /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/ui
3
+ > @milaboratories/milaboratories.pool-explorer.ui@1.1.132 build /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/ui
4
4
  > vue-tsc -b && vite build
5
5
 
6
6
  vite v6.3.5 building for production...
7
7
  transforming...
8
8
  [plugin sourcemaps] Failed resolving source map
9
- ✓ 3339 modules transformed.
9
+ ✓ 3340 modules transformed.
10
10
  rendering chunks...
11
11
  computing gzip size...
12
12
  dist/index.html  0.45 kB │ gzip: 0.30 kB
@@ -391,4 +391,4 @@ computing gzip size...
391
391
  - Using dynamic import() to code-split the application
392
392
  - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
393
393
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
394
- ✓ built in 56.80s
394
+ ✓ built in 56.71s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @milaboratories/milaboratories.pool-explorer.ui
2
2
 
3
+ ## 1.1.132
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ab005b5]
8
+ - @platforma-sdk/ui-vue@1.37.4
9
+
3
10
  ## 1.1.131
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@milaboratories/milaboratories.pool-explorer.ui",
3
- "version": "1.1.131",
3
+ "version": "1.1.132",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "vue": "^3.5.13",
7
7
  "monaco-editor": "^0.52.2",
8
- "@milaboratories/milaboratories.pool-explorer.model": "1.0.57",
9
- "@platforma-sdk/ui-vue": "^1.37.2",
10
- "@milaboratories/helpers": "^1.6.15"
8
+ "@platforma-sdk/ui-vue": "^1.37.4",
9
+ "@milaboratories/helpers": "^1.6.15",
10
+ "@milaboratories/milaboratories.pool-explorer.model": "1.0.57"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@vitejs/plugin-vue": "^5.2.3",
@@ -15,8 +15,8 @@
15
15
  "vite": "^6.3.5",
16
16
  "vue-tsc": "^2.1.10",
17
17
  "zod": "~3.23.8",
18
- "@milaboratories/build-configs": "1.0.4",
19
- "@milaboratories/ts-configs": "1.0.4"
18
+ "@milaboratories/ts-configs": "1.0.4",
19
+ "@milaboratories/build-configs": "1.0.4"
20
20
  },
21
21
  "scripts": {
22
22
  "dev": "vite",