@milaboratories/milaboratories.pool-explorer.ui 1.1.198 → 1.1.199
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 +3 -3
- package/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +8 -0
- package/package.json +4 -4
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.199 build /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/ui
|
|
4
4
|
> ts-builder build --target browser
|
|
5
5
|
|
|
6
6
|
Building browser project...
|
|
@@ -8,7 +8,7 @@ Building browser project...
|
|
|
8
8
|
[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
9
9
|
transforming...
|
|
10
10
|
[33m[plugin sourcemaps] Failed resolving source map[39m
|
|
11
|
-
[32m✓[39m
|
|
11
|
+
[32m✓[39m 3393 modules transformed.
|
|
12
12
|
rendering chunks...
|
|
13
13
|
computing gzip size...
|
|
14
14
|
[2mdist/[22m[32mindex.html [39m[1m[2m 0.45 kB[22m[1m[22m[2m │ gzip: 0.30 kB[22m
|
|
@@ -402,5 +402,5 @@ computing gzip size...
|
|
|
402
402
|
- Using dynamic import() to code-split the application
|
|
403
403
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
404
404
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
405
|
-
[32m✓ built in
|
|
405
|
+
[32m✓ built in 53.09s[39m
|
|
406
406
|
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.199 type-check /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/ui
|
|
4
4
|
> ts-builder types --target browser
|
|
5
5
|
|
|
6
6
|
↳ vue-tsc.js --noEmit --project ./tsconfig.json
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@milaboratories/milaboratories.pool-explorer.ui",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.199",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"vue": "^3.5.13",
|
|
7
7
|
"monaco-editor": "^0.52.2",
|
|
8
8
|
"@milaboratories/milaboratories.pool-explorer.model": "1.0.94",
|
|
9
|
-
"@
|
|
10
|
-
"@
|
|
9
|
+
"@milaboratories/helpers": "1.8.1",
|
|
10
|
+
"@platforma-sdk/ui-vue": "1.43.11"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"typescript": "~5.6.3",
|
|
14
14
|
"zod": "~3.23.8",
|
|
15
|
-
"@milaboratories/build-configs": "1.0.8",
|
|
16
15
|
"@milaboratories/ts-builder": "1.0.5",
|
|
16
|
+
"@milaboratories/build-configs": "1.0.8",
|
|
17
17
|
"@milaboratories/ts-configs": "1.0.6"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|