@milaboratories/milaboratories.pool-explorer.ui 1.1.166 → 1.1.167
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 +2 -2
- package/CHANGELOG.md +7 -0
- package/package.json +6 -6
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.167 build /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/ui
|
|
4
4
|
> vue-tsc -b && vite build
|
|
5
5
|
|
|
6
6
|
[36mvite v6.3.5 [32mbuilding for production...[36m[39m
|
|
@@ -394,4 +394,4 @@ computing gzip size...
|
|
|
394
394
|
- Using dynamic import() to code-split the application
|
|
395
395
|
- Use build.rollupOptions.output.manualChunks to improve chunking: https://rollupjs.org/configuration-options/#output-manualchunks
|
|
396
396
|
- Adjust chunk size limit for this warning via build.chunkSizeWarningLimit.[39m
|
|
397
|
-
[32m✓ built in
|
|
397
|
+
[32m✓ built in 45.41s[39m
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@milaboratories/milaboratories.pool-explorer.ui",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.167",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"vue": "^3.5.13",
|
|
7
7
|
"monaco-editor": "^0.52.2",
|
|
8
|
-
"@
|
|
9
|
-
"@
|
|
10
|
-
"@milaboratories/
|
|
8
|
+
"@platforma-sdk/ui-vue": "^1.41.9",
|
|
9
|
+
"@milaboratories/helpers": "^1.6.19",
|
|
10
|
+
"@milaboratories/milaboratories.pool-explorer.model": "1.0.76"
|
|
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.2.10",
|
|
17
17
|
"zod": "~3.23.8",
|
|
18
|
-
"@milaboratories/
|
|
19
|
-
"@milaboratories/
|
|
18
|
+
"@milaboratories/build-configs": "1.0.5",
|
|
19
|
+
"@milaboratories/ts-configs": "1.0.5"
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
22
|
"dev": "vite",
|