@platforma-open/milaboratories.sequence-properties.model 1.2.0 → 1.2.1

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.
@@ -1,28 +1,28 @@
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.0 build /home/runner/work/sequence-properties/sequence-properties/model
3
+ > @platforma-open/milaboratories.sequence-properties.model@1.2.1 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...
7
- ↳ cli.mjs -c /home/runner/work/sequence-properties/sequence-properties/node_modules/.pnpm/@milaboratories+ts-builder@1.3.2_@types+node@25.3.2_rollup@4.53.3_vue@3.5.25_typescript@5.6.3__yaml@2.8.1/node_modules/@milaboratories/ts-builder/dist/configs/rolldown.block-model.config.js
7
+ ↳ cli.mjs -c /home/runner/work/sequence-properties/sequence-properties/node_modules/.pnpm/@milaboratories+ts-builder@1.4.0_@types+node@25.3.2_rollup@4.53.3_vue@3.5.25_typescript@5.6.3__yaml@2.8.1/node_modules/@milaboratories/ts-builder/dist/configs/rolldown.block-model.config.js
8
8
  [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
9
9
 
10
10
  [log] <DIR>/dataModel.d.ts.map asset │ size: 0.14 kB
11
11
  [log] <DIR>/types.d.ts.map asset │ size: 0.39 kB
12
- [log] <DIR>/dataModel.js.map asset │ size: 1.50 kB
12
+ [log] <DIR>/dataModel.js.map asset │ size: 1.54 kB
13
13
  [log] <DIR>/index.d.ts.map asset │ size: 2.00 kB
14
- [log] <DIR>/index.js.map asset │ size: 11.88 kB
14
+ [log] <DIR>/index.js.map asset │ size: 11.83 kB
15
15
  [log] <DIR>/dataModel.d.ts chunk │ size: 0.29 kB
16
- [log] <DIR>/dataModel.js chunk │ size: 0.80 kB
16
+ [log] <DIR>/dataModel.js chunk │ size: 0.84 kB
17
17
  [log] <DIR>/types.d.ts chunk │ size: 0.89 kB
18
- [log] <DIR>/index.js chunk │ size: 4.47 kB
19
- [log] <DIR>/index.d.ts chunk │ size: 58.01 kB
20
- [log] <DIR>/dataModel.cjs.map asset │ size: 1.54 kB
21
- [log] <DIR>/index.cjs.map asset │ size: 12.01 kB
22
- [log] <DIR>/dataModel.cjs chunk │ size: 0.83 kB
18
+ [log] <DIR>/index.js chunk │ size: 4.46 kB
19
+ [log] <DIR>/index.d.ts chunk │ size: 58.05 kB
20
+ [log] <DIR>/dataModel.cjs.map asset │ size: 1.58 kB
21
+ [log] <DIR>/index.cjs.map asset │ size: 11.96 kB
22
+ [log] <DIR>/dataModel.cjs chunk │ size: 0.88 kB
23
23
  [log] <DIR>/index.cjs chunk │ size: 4.72 kB
24
- [log] <DIR>/bundle.js.map asset │ size: 682.96 kB
25
- [log] <DIR>/bundle.js chunk │ size: 346.26 kB
24
+ [log] <DIR>/bundle.js.map asset │ size: 696.37 kB
25
+ [log] <DIR>/bundle.js chunk │ size: 351.91 kB
26
26
  [log]
27
- [success] rolldown v1.0.0-rc.16 Finished in 10.54 s
27
+ [success] rolldown v1.0.0-rc.16 Finished in 7.06 s
28
28
  Build completed successfully
@@ -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.0 check /home/runner/work/sequence-properties/sequence-properties/model
3
+ > @platforma-open/milaboratories.sequence-properties.model@1.2.1 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 ,
@@ -11,9 +11,11 @@ Finished in 13ms on 3 files with 90 rules using 2 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:2570) ExperimentalWarning: glob is an experimental feature and might change at any time
15
+ (Use `node --trace-warnings ...` to show where the warning was created)
14
16
  Checking formatting...
15
17
 
16
18
  All matched files use the correct format.
17
- Finished in 255ms on 7 files using 2 threads.
19
+ Finished in 458ms on 7 files using 2 threads.
18
20
  Format check completed successfully
19
21
  All checks passed!
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @platforma-open/MiLaboratories.sequence-properties.model
2
2
 
3
+ ## 1.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 0c6ed9c: Minor fixes
8
+
3
9
  ## 1.2.0
4
10
 
5
11
  ### Minor Changes