@milaboratories/milaboratories.pool-explorer.ui 1.1.273 → 1.1.274

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.273 build /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/ui
3
+ > @milaboratories/milaboratories.pool-explorer.ui@1.1.274 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 44.34s
403
+ ✓ built in 53.20s
404
404
  Build completed successfully
@@ -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.273 formatter:check /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/ui
3
+ > @milaboratories/milaboratories.pool-explorer.ui@1.1.274 formatter:check /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/ui
4
4
  > ts-builder formatter --check
5
5
 
6
6
  Checking formatting...
@@ -8,5 +8,5 @@ Checking formatting...
8
8
  Checking formatting...
9
9
 
10
10
  All matched files use the correct format.
11
- Finished in 784ms on 11 files using 8 threads.
11
+ Finished in 345ms on 11 files using 8 threads.
12
12
  Format check completed successfully
@@ -1,10 +1,10 @@
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.273 linter:check /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/ui
3
+ > @milaboratories/milaboratories.pool-explorer.ui@1.1.274 linter:check /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/ui
4
4
  > ts-builder linter --check
5
5
 
6
6
  Linting project...
7
7
  ↳ oxlint --config /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/ui/.oxlintrc.json --deny-warnings
8
8
  Found 0 warnings and 0 errors.
9
- Finished in 5ms on 6 files with 100 rules using 8 threads.
9
+ Finished in 4ms on 6 files with 100 rules using 8 threads.
10
10
  Linting completed successfully
@@ -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.273 types:check /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/ui
3
+ > @milaboratories/milaboratories.pool-explorer.ui@1.1.274 types:check /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/ui
4
4
  > ts-builder type-check --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.274
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [ddc83fb]
8
+ - @platforma-sdk/ui-vue@1.54.0
9
+
3
10
  ## 1.1.273
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "name": "@milaboratories/milaboratories.pool-explorer.ui",
3
- "version": "1.1.273",
3
+ "version": "1.1.274",
4
4
  "type": "module",
5
5
  "dependencies": {
6
6
  "monaco-editor": "^0.52.2",
7
7
  "vue": "^3.5.24",
8
- "@milaboratories/milaboratories.pool-explorer.model": "1.1.13",
9
8
  "@milaboratories/helpers": "1.13.2",
10
- "@platforma-sdk/ui-vue": "1.53.15"
9
+ "@platforma-sdk/ui-vue": "1.54.0",
10
+ "@milaboratories/milaboratories.pool-explorer.model": "1.1.13"
11
11
  },
12
12
  "devDependencies": {
13
13
  "typescript": "~5.6.3",
14
14
  "zod": "~3.23.8",
15
- "@milaboratories/build-configs": "1.4.3",
16
15
  "@milaboratories/ts-builder": "1.2.7",
17
- "@milaboratories/ts-configs": "1.2.1"
16
+ "@milaboratories/ts-configs": "1.2.1",
17
+ "@milaboratories/build-configs": "1.4.3"
18
18
  },
19
19
  "scripts": {
20
20
  "dev": "ts-builder serve --target block-ui",