@milaboratories/milaboratories.monetization-test.model 1.0.23 → 1.0.24

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.monetization-test.model@1.0.23 build /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/model
3
+ > @milaboratories/milaboratories.monetization-test.model@1.0.24 build /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/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 4.3s
10
+ created dist, dist in 4.7s
11
11
  
12
12
  ./src/index.ts → dist...
13
13
  (!) Circular dependency
14
14
  ../../../../sdk/model/dist/components/PFrameForGraphs.js -> ../../../../sdk/model/dist/components/PlDataTable.js -> ../../../../sdk/model/dist/components/PFrameForGraphs.js
15
- created dist in 5.5s
15
+ created dist in 4.2s
16
16
  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.monetization-test.model@1.0.23 type-check /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/model
3
+ > @milaboratories/milaboratories.monetization-test.model@1.0.24 type-check /home/runner/_work/platforma/platforma/etc/blocks/monetization-test/model
4
4
  > ts-builder types --target block-model
5
5
 
6
6
  ↳ tsc --noEmit --project ./tsconfig.json
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @milaboratories/milaboratories.monetization-test.model
2
2
 
3
+ ## 1.0.24
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [31a1ac2]
8
+ - @platforma-sdk/model@1.44.14
9
+
3
10
  ## 1.0.23
4
11
 
5
12
  ### Patch Changes
package/dist/bundle.js CHANGED
@@ -5635,10 +5635,12 @@
5635
5635
  break;
5636
5636
  case RT_JSON_PARTITIONED:
5637
5637
  case RT_BINARY_PARTITIONED:
5638
+ case RT_PARQUET_PARTITIONED:
5638
5639
  keyLength = meta['partitionKeyLength'];
5639
5640
  break;
5640
5641
  case RT_BINARY_SUPER_PARTITIONED:
5641
5642
  case RT_JSON_SUPER_PARTITIONED:
5643
+ case RT_PARQUET_SUPER_PARTITIONED:
5642
5644
  keyLength = meta['superPartitionKeyLength'] + meta['partitionKeyLength'];
5643
5645
  break;
5644
5646
  }
@@ -5646,6 +5648,7 @@
5646
5648
  case RT_RESOURCE_MAP:
5647
5649
  case RT_JSON_PARTITIONED:
5648
5650
  case RT_BINARY_PARTITIONED:
5651
+ case RT_PARQUET_PARTITIONED:
5649
5652
  for (let keyStr of acc.listInputFields()) {
5650
5653
  if (rt === RT_BINARY_PARTITIONED) {
5651
5654
  keyStr = removeIndexSuffix(keyStr).baseKey;
@@ -5657,6 +5660,7 @@
5657
5660
  case RT_RESOURCE_MAP_PARTITIONED:
5658
5661
  case RT_BINARY_SUPER_PARTITIONED:
5659
5662
  case RT_JSON_SUPER_PARTITIONED:
5663
+ case RT_PARQUET_SUPER_PARTITIONED:
5660
5664
  for (const supKeyStr of acc.listInputFields()) {
5661
5665
  const keyPrefix = [...JSON.parse(supKeyStr)];
5662
5666
  const value = acc.resolve({ field: supKeyStr, assertFieldType: 'Input' });
@@ -6856,7 +6860,7 @@
6856
6860
  }
6857
6861
  }
6858
6862
 
6859
- var version = "1.44.13";
6863
+ var version = "1.44.14";
6860
6864
 
6861
6865
  const PlatformaSDKVersion = version;
6862
6866