@milaboratories/milaboratories.pool-explorer.ui 1.1.273 → 1.1.275
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.
package/.turbo/turbo-build.log
CHANGED
|
@@ -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.
|
|
3
|
+
> @milaboratories/milaboratories.pool-explorer.ui@1.1.275 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.[39m
|
|
403
|
-
[32m✓ built in
|
|
403
|
+
[32m✓ built in 27.31s[39m
|
|
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.
|
|
3
|
+
> @milaboratories/milaboratories.pool-explorer.ui@1.1.275 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
|
|
11
|
+
Finished in 402ms 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.
|
|
3
|
+
> @milaboratories/milaboratories.pool-explorer.ui@1.1.275 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
|
|
9
|
+
Finished in 23ms on 6 files with 98 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.
|
|
3
|
+
> @milaboratories/milaboratories.pool-explorer.ui@1.1.275 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,21 @@
|
|
|
1
1
|
# @milaboratories/milaboratories.pool-explorer.ui
|
|
2
2
|
|
|
3
|
+
## 1.1.275
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [2dc3b33]
|
|
8
|
+
- @milaboratories/helpers@1.13.3
|
|
9
|
+
- @platforma-sdk/ui-vue@1.54.1
|
|
10
|
+
- @milaboratories/milaboratories.pool-explorer.model@1.1.13
|
|
11
|
+
|
|
12
|
+
## 1.1.274
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [ddc83fb]
|
|
17
|
+
- @platforma-sdk/ui-vue@1.54.0
|
|
18
|
+
|
|
3
19
|
## 1.1.273
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@milaboratories/milaboratories.pool-explorer.ui",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.275",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"monaco-editor": "^0.52.2",
|
|
7
7
|
"vue": "^3.5.24",
|
|
8
|
+
"@milaboratories/helpers": "1.13.3",
|
|
8
9
|
"@milaboratories/milaboratories.pool-explorer.model": "1.1.13",
|
|
9
|
-
"@
|
|
10
|
-
"@platforma-sdk/ui-vue": "1.53.15"
|
|
10
|
+
"@platforma-sdk/ui-vue": "1.54.1"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"typescript": "~5.6.3",
|
|
14
14
|
"zod": "~3.23.8",
|
|
15
15
|
"@milaboratories/build-configs": "1.4.3",
|
|
16
|
-
"@milaboratories/ts-
|
|
17
|
-
"@milaboratories/ts-
|
|
16
|
+
"@milaboratories/ts-configs": "1.2.1",
|
|
17
|
+
"@milaboratories/ts-builder": "1.2.8"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
20
|
"dev": "ts-builder serve --target block-ui",
|