@milaboratories/milaboratories.pool-explorer.model 1.1.2 → 1.1.3

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,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.pool-explorer.model@1.1.2 build /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
3
+ > @milaboratories/milaboratories.pool-explorer.model@1.1.3 build /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/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
  
9
9
  ./src/index.ts → dist, dist...
10
- created dist, dist in 1.5s
10
+ created dist, dist in 2.3s
11
11
  
12
12
  ./src/index.ts → dist...
13
13
  (!) Circular dependency
14
14
  ../../../../sdk/model/dist/components/PFrameForGraphs.js -> ../../../../sdk/model/dist/pframe_utils/columns.js -> ../../../../sdk/model/dist/components/PFrameForGraphs.js
15
- created dist in 3.5s
15
+ created dist in 3.6s
16
16
  Build completed successfully
@@ -1,5 +1,5 @@
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.model@1.1.2 lint /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
3
+ > @milaboratories/milaboratories.pool-explorer.model@1.1.3 lint /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
4
4
  > eslint .
5
5
 
@@ -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.model@1.1.2 type-check /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
3
+ > @milaboratories/milaboratories.pool-explorer.model@1.1.3 type-check /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
4
4
  > ts-builder types --target block-model
5
5
 
6
6
  ↳ tsc --noEmit --project ./tsconfig.json --customConditions ,
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @milaboratories/milaboratories.pool-explorer.model
2
2
 
3
+ ## 1.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [43b4247]
8
+ - @platforma-sdk/model@1.53.0
9
+
3
10
  ## 1.1.2
4
11
 
5
12
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -4795,6 +4795,9 @@
4795
4795
  Table: {
4796
4796
  OrderPriority: 'pl7.app/table/orderPriority'},
4797
4797
  Trace: 'pl7.app/trace',
4798
+ VDJ: {
4799
+ IsAssemblingFeature: 'pl7.app/vdj/isAssemblingFeature',
4800
+ },
4798
4801
  };
4799
4802
  const ValueTypeSchema = z.enum(['Int', 'Long', 'Float', 'Double', 'String']);
4800
4803
  const AnnotationJson = {
@@ -4824,6 +4827,7 @@
4824
4827
  [Annotation.Sequence.IsAnnotation]: z.boolean(),
4825
4828
  [Annotation.Table.OrderPriority]: z.number(),
4826
4829
  [Annotation.Trace]: z.record(z.string(), z.unknown()),
4830
+ [Annotation.VDJ.IsAssemblingFeature]: z.boolean(),
4827
4831
  };
4828
4832
  /// Helper function for reading plain annotation values
4829
4833
  function readAnnotation(spec, key) {
@@ -7498,7 +7502,7 @@
7498
7502
  }
7499
7503
  }
7500
7504
 
7501
- var version = "1.52.7";
7505
+ var version = "1.53.0";
7502
7506
 
7503
7507
  const PlatformaSDKVersion = version;
7504
7508