@milaboratories/milaboratories.pool-explorer.model 1.0.84 → 1.0.85

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,20 +1,20 @@
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.0.84 build /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
3
+ > @milaboratories/milaboratories.pool-explorer.model@1.0.85 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
- Using default config: /home/runner/_work/platforma/platforma/tools/ts-builder/dist/configs/rollup.block-model.config.js
7
+ rollup -c configs/rollup.block-model.config.js
8
8
  
9
9
  ./src/index.ts → dist, dist...
10
10
  [plugin unplugin-dts]
11
11
  [unplugin:dts] Start generate declaration files...
12
- [plugin unplugin-dts] [unplugin:dts] Declaration files built in 6917ms.
12
+ [plugin unplugin-dts] [unplugin:dts] Declaration files built in 2869ms.
13
13
  
14
- created dist, dist in 19.4s
14
+ created dist, dist in 6.9s
15
15
  
16
16
  ./src/index.ts → dist...
17
17
  (!) Circular dependency
18
18
  ../../../../sdk/model/dist/components/PFrameForGraphs.js -> ../../../../sdk/model/dist/components/PlDataTable.js -> ../../../../sdk/model/dist/components/PFrameForGraphs.js
19
- created dist in 5s
19
+ created dist in 3.1s
20
20
  Build 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.pool-explorer.model@1.0.84 type-check /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
3
+ > @milaboratories/milaboratories.pool-explorer.model@1.0.85 type-check /home/runner/_work/platforma/platforma/etc/blocks/pool-explorer/model
4
4
  > ts-builder types --target block-model
5
5
 
6
- Type checking with ./tsconfig.json...
6
+ tsc --noEmit --project ./tsconfig.json
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @milaboratories/milaboratories.pool-explorer.model
2
2
 
3
+ ## 1.0.85
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [8e45911]
8
+ - @platforma-sdk/model@1.42.22
9
+
3
10
  ## 1.0.84
4
11
 
5
12
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -4565,14 +4565,6 @@
4565
4565
  return JSON.parse(value);
4566
4566
  }
4567
4567
 
4568
- const ValueType = {
4569
- Int: 'Int',
4570
- Long: 'Long',
4571
- Float: 'Float',
4572
- Double: 'Double',
4573
- String: 'String',
4574
- Bytes: 'Bytes',
4575
- };
4576
4568
  function readMetadata(metadata, key) {
4577
4569
  return metadata?.[key];
4578
4570
  }
@@ -4598,13 +4590,6 @@
4598
4590
  OrderPriority: 'pl7.app/table/orderPriority'},
4599
4591
  Trace: 'pl7.app/trace',
4600
4592
  };
4601
- const AxisSpec = z.object({
4602
- type: z.nativeEnum(ValueType),
4603
- name: z.string(),
4604
- domain: z.record(z.string(), z.string()).optional(),
4605
- annotations: z.record(z.string(), z.string()).optional(),
4606
- parentAxes: z.array(z.number()).optional(),
4607
- }).passthrough();
4608
4593
  ({
4609
4594
  [Annotation.DiscreteValues]: z.array(z.string()).or(z.array(z.number())),
4610
4595
  [Annotation.Graph.IsVirtual]: z.boolean(),
@@ -4612,7 +4597,7 @@
4612
4597
  [Annotation.IsLinkerColumn]: z.boolean(),
4613
4598
  [Annotation.Max]: z.number(),
4614
4599
  [Annotation.Min]: z.number(),
4615
- [Annotation.Parents]: z.array(AxisSpec),
4600
+ [Annotation.Parents]: z.array(z.string()),
4616
4601
  [Annotation.Sequence.Annotation.Mapping]: z.record(z.string(), z.string()),
4617
4602
  [Annotation.Sequence.IsAnnotation]: z.boolean(),
4618
4603
  [Annotation.Table.OrderPriority]: z.number(),
@@ -6775,7 +6760,7 @@
6775
6760
  }
6776
6761
  }
6777
6762
 
6778
- var version = "1.42.20";
6763
+ var version = "1.42.22";
6779
6764
 
6780
6765
  const PlatformaSDKVersion = version;
6781
6766