@platforma-open/milaboratories.sequence-properties.model 1.2.3 → 1.2.4
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 +4 -4
- package/.turbo/turbo-check.log +4 -4
- package/CHANGELOG.md +6 -0
- package/dist/bundle.js +174 -94
- package/dist/bundle.js.map +1 -1
- package/dist/model.json +1 -1
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/sequence-properties/sequence-properties/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.sequence-properties.model@1.2.
|
|
3
|
+
> @platforma-open/milaboratories.sequence-properties.model@1.2.4 build /home/runner/work/sequence-properties/sequence-properties/model
|
|
4
4
|
> ts-builder build --target block-model && block-tools build-model
|
|
5
5
|
|
|
6
6
|
Building block-model project...
|
|
@@ -21,8 +21,8 @@ Building block-model project...
|
|
|
21
21
|
[log] <DIR>/index.cjs.map asset │ size: 7.92 kB
|
|
22
22
|
[log] <DIR>/dataModel.cjs chunk │ size: 0.88 kB
|
|
23
23
|
[log] <DIR>/index.cjs chunk │ size: 3.15 kB
|
|
24
|
-
[log] <DIR>/bundle.js.map asset │ size:
|
|
25
|
-
[log] <DIR>/bundle.js chunk │ size:
|
|
24
|
+
[log] <DIR>/bundle.js.map asset │ size: 656.95 kB
|
|
25
|
+
[log] <DIR>/bundle.js chunk │ size: 323.63 kB
|
|
26
26
|
[log]
|
|
27
|
-
[success] rolldown v1.0.0-rc.16 Finished in
|
|
27
|
+
[success] rolldown v1.0.0-rc.16 Finished in 3.75 s
|
|
28
28
|
Build completed successfully
|
package/.turbo/turbo-check.log
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
WARN Issue while reading "/home/runner/work/sequence-properties/sequence-properties/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
|
|
2
2
|
|
|
3
|
-
> @platforma-open/milaboratories.sequence-properties.model@1.2.
|
|
3
|
+
> @platforma-open/milaboratories.sequence-properties.model@1.2.4 check /home/runner/work/sequence-properties/sequence-properties/model
|
|
4
4
|
> ts-builder check --target block-model
|
|
5
5
|
|
|
6
6
|
↳ tsc --noEmit --project ./tsconfig.json --customConditions ,
|
|
7
7
|
Linting project...
|
|
8
8
|
↳ oxlint --config /home/runner/work/sequence-properties/sequence-properties/model/.oxlintrc.json --deny-warnings
|
|
9
9
|
Found 0 warnings and 0 errors.
|
|
10
|
-
Finished in 10ms on 3 files with 90 rules using
|
|
10
|
+
Finished in 10ms on 3 files with 90 rules using 4 threads.
|
|
11
11
|
Linting completed successfully
|
|
12
12
|
Checking formatting...
|
|
13
13
|
↳ oxfmt --check --config /home/runner/work/sequence-properties/sequence-properties/model/.oxfmtrc.json
|
|
14
|
-
(node:
|
|
14
|
+
(node:2807) ExperimentalWarning: glob is an experimental feature and might change at any time
|
|
15
15
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
16
16
|
Checking formatting...
|
|
17
17
|
|
|
18
18
|
All matched files use the correct format.
|
|
19
|
-
Finished in
|
|
19
|
+
Finished in 313ms on 7 files using 4 threads.
|
|
20
20
|
Format check completed successfully
|
|
21
21
|
All checks passed!
|