@milaboratories/milaboratories.pool-explorer.ui 1.1.234 → 1.1.236
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/.turbo/turbo-type-check.log +1 -1
- package/CHANGELOG.md +15 -0
- package/package.json +5 -5
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.236 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...
|
|
@@ -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 33.12s[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.236 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
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @milaboratories/milaboratories.pool-explorer.ui
|
|
2
2
|
|
|
3
|
+
## 1.1.236
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [d57fb3e]
|
|
8
|
+
- @platforma-sdk/ui-vue@1.47.4
|
|
9
|
+
|
|
10
|
+
## 1.1.235
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- @milaboratories/milaboratories.pool-explorer.model@1.0.113
|
|
15
|
+
- @milaboratories/helpers@1.12.0
|
|
16
|
+
- @platforma-sdk/ui-vue@1.47.2
|
|
17
|
+
|
|
3
18
|
## 1.1.234
|
|
4
19
|
|
|
5
20
|
### 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.236",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"vue": "^3.5.24",
|
|
7
7
|
"monaco-editor": "^0.52.2",
|
|
8
8
|
"@milaboratories/milaboratories.pool-explorer.model": "1.0.113",
|
|
9
|
-
"@
|
|
10
|
-
"@
|
|
9
|
+
"@milaboratories/helpers": "1.12.0",
|
|
10
|
+
"@platforma-sdk/ui-vue": "1.47.4"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"typescript": "~5.6.3",
|
|
14
14
|
"zod": "~3.23.8",
|
|
15
|
+
"@milaboratories/build-configs": "1.0.9",
|
|
15
16
|
"@milaboratories/ts-configs": "1.0.6",
|
|
16
|
-
"@milaboratories/ts-builder": "1.0.
|
|
17
|
-
"@milaboratories/build-configs": "1.0.8"
|
|
17
|
+
"@milaboratories/ts-builder": "1.0.6"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
20
|
"dev": "ts-builder serve --target browser",
|