@milaboratories/milaboratories.ui-examples.model 1.4.9 → 1.4.11
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/.oxfmtrc.json +4 -0
- package/.oxlintrc.json +3 -0
- package/.turbo/turbo-build.log +3 -3
- package/.turbo/turbo-formatter$colon$check.log +12 -0
- package/.turbo/turbo-linter$colon$check.log +10 -0
- package/.turbo/{turbo-type-check.log → turbo-types$colon$check.log} +2 -2
- package/CHANGELOG.md +15 -0
- package/dist/bundle.js +596 -566
- package/dist/bundle.js.map +1 -1
- package/dist/index.cjs +96 -100
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +96 -100
- package/dist/index.js.map +1 -1
- package/dist/model.json +1 -1
- package/package.json +10 -9
- package/src/index.ts +100 -108
- package/tsconfig.json +3 -10
- package/.turbo/turbo-lint.log +0 -5
- package/eslint.config.mjs +0 -7
package/.oxfmtrc.json
ADDED
package/.oxlintrc.json
ADDED
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
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.ui-examples.model@1.4.
|
|
3
|
+
> @milaboratories/milaboratories.ui-examples.model@1.4.11 build /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
|
|
4
4
|
> ts-builder build --target block-model && block-tools build-model
|
|
5
5
|
|
|
6
6
|
Building block-model project...
|
|
7
7
|
↳ rollup -c /configs/rollup.block-model.config.js
|
|
8
8
|
[36m
|
|
9
9
|
[1m./src/index.ts[22m → [1mdist, dist[22m...[39m
|
|
10
|
-
[32mcreated [1mdist, dist[22m in [
|
|
10
|
+
[32mcreated [1mdist, dist[22m in [1m3.5s[22m[39m
|
|
11
11
|
[36m
|
|
12
12
|
[1m./src/index.ts[22m → [1mdist[22m...[39m
|
|
13
13
|
[1m[33m(!) Circular dependency[39m[22m
|
|
14
14
|
../../../../sdk/model/dist/components/PFrameForGraphs.js -> ../../../../sdk/model/dist/pframe_utils/columns.js -> ../../../../sdk/model/dist/components/PFrameForGraphs.js
|
|
15
|
-
[32mcreated [1mdist[22m in [1m4.
|
|
15
|
+
[32mcreated [1mdist[22m in [1m4.4s[22m[39m
|
|
16
16
|
Build completed successfully
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
WARN Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
|
+
|
|
3
|
+
> @milaboratories/milaboratories.ui-examples.model@1.4.11 formatter:check /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
|
|
4
|
+
> ts-builder formatter --check
|
|
5
|
+
|
|
6
|
+
Checking formatting...
|
|
7
|
+
↳ oxfmt --check --config /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model/.oxfmtrc.json
|
|
8
|
+
Checking formatting...
|
|
9
|
+
|
|
10
|
+
All matched files use the correct format.
|
|
11
|
+
Finished in 704ms on 5 files using 8 threads.
|
|
12
|
+
Format check completed successfully
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
WARN Issue while reading "/home/runner/_work/platforma/platforma/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
|
+
|
|
3
|
+
> @milaboratories/milaboratories.ui-examples.model@1.4.11 linter:check /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
|
|
4
|
+
> ts-builder linter --check
|
|
5
|
+
|
|
6
|
+
Linting project...
|
|
7
|
+
↳ oxlint --config /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model/.oxlintrc.json --deny-warnings
|
|
8
|
+
Found 0 warnings and 0 errors.
|
|
9
|
+
Finished in 5ms on 1 file with 100 rules using 8 threads.
|
|
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.ui-examples.model@1.4.
|
|
4
|
-
> ts-builder
|
|
3
|
+
> @milaboratories/milaboratories.ui-examples.model@1.4.11 types:check /home/runner/_work/platforma/platforma/etc/blocks/ui-examples/model
|
|
4
|
+
> ts-builder type-check --target block-model
|
|
5
5
|
|
|
6
6
|
↳ tsc --noEmit --project ./tsconfig.json --customConditions ,
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @milaboratories/milaboratories.ui-examples.model
|
|
2
2
|
|
|
3
|
+
## 1.4.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f89a883: full integration oxc
|
|
8
|
+
- Updated dependencies [f89a883]
|
|
9
|
+
- @platforma-sdk/model@1.53.13
|
|
10
|
+
|
|
11
|
+
## 1.4.10
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [209554d]
|
|
16
|
+
- @platforma-sdk/model@1.53.11
|
|
17
|
+
|
|
3
18
|
## 1.4.9
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|