@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.
@@ -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 build /home/runner/work/sequence-properties/sequence-properties/model
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: 650.96 kB
25
- [log] <DIR>/bundle.js chunk │ size: 319.90 kB
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 4.67 s
27
+ [success] rolldown v1.0.0-rc.16 Finished in 3.75 s
28
28
  Build completed successfully
@@ -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 check /home/runner/work/sequence-properties/sequence-properties/model
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 2 threads.
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:2550) ExperimentalWarning: glob is an experimental feature and might change at any time
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 409ms on 7 files using 2 threads.
19
+ Finished in 313ms on 7 files using 4 threads.
20
20
  Format check completed successfully
21
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.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 8646592: update dependencies
8
+
3
9
  ## 1.2.3
4
10
 
5
11
  ### Patch Changes