@milaboratories/milaboratories.pool-explorer.ui 1.1.244 → 1.1.245

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/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @milaboratories/milaboratories.pool-explorer.ui@1.1.244 build /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/ui
3
+ > @milaboratories/milaboratories.pool-explorer.ui@1.1.245 build /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/ui
4
4
  > ts-builder build --target block-ui
5
5
 
6
6
  Building block-ui project...
@@ -400,5 +400,5 @@ computing gzip size...
400
400
  - Using dynamic import() to code-split the application
401
401
  - Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
402
402
  - Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.
403
- ✓ built in 37.87s
403
+ ✓ built in 46.12s
404
404
  Build completed successfully
@@ -1,5 +1,5 @@
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.244 lint /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/ui
3
+ > @milaboratories/milaboratories.pool-explorer.ui@1.1.245 lint /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/ui
4
4
  > eslint .
5
5
 
@@ -1,6 +1,6 @@
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.244 type-check /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/ui
3
+ > @milaboratories/milaboratories.pool-explorer.ui@1.1.245 type-check /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/ui
4
4
  > ts-builder types --target block-ui
5
5
 
6
6
  ↳ vue-tsc.js --noEmit --project ./tsconfig.json --customConditions ,
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @milaboratories/milaboratories.pool-explorer.ui
2
2
 
3
+ ## 1.1.245
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [76b89a7]
8
+ - @platforma-sdk/ui-vue@1.48.10
9
+
3
10
  ## 1.1.244
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@milaboratories/milaboratories.pool-explorer.ui",
3
- "version": "1.1.244",
3
+ "version": "1.1.245",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "vue": "^3.5.24",
7
7
  "monaco-editor": "^0.52.2",
8
- "@milaboratories/milaboratories.pool-explorer.model": "1.0.117",
9
- "@platforma-sdk/ui-vue": "1.48.8",
10
- "@milaboratories/helpers": "1.12.1"
8
+ "@platforma-sdk/ui-vue": "1.48.10",
9
+ "@milaboratories/helpers": "1.12.1",
10
+ "@milaboratories/milaboratories.pool-explorer.model": "1.0.117"
11
11
  },
12
12
  "devDependencies": {
13
13
  "eslint": "^9.25.1",
14
14
  "typescript": "~5.6.3",
15
15
  "zod": "~3.23.8",
16
16
  "@platforma-sdk/eslint-config": "1.2.0",
17
- "@milaboratories/build-configs": "1.2.1",
18
17
  "@milaboratories/ts-builder": "1.2.1",
19
- "@milaboratories/ts-configs": "1.2.0"
18
+ "@milaboratories/ts-configs": "1.2.0",
19
+ "@milaboratories/build-configs": "1.2.1"
20
20
  },
21
21
  "scripts": {
22
22
  "dev": "ts-builder serve --target block-ui",