@platforma-open/milaboratories.rarefaction.workflow 1.1.1 → 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,6 +1,6 @@
1
1
   WARN  Issue while reading "/home/runner/work/rarefaction/rarefaction/.npmrc". Failed to replace env in config: ${NPMJS_TOKEN}
2
2
 
3
- > @platforma-open/milaboratories.rarefaction.workflow@1.1.1 build /home/runner/work/rarefaction/rarefaction/workflow
3
+ > @platforma-open/milaboratories.rarefaction.workflow@1.1.3 build /home/runner/work/rarefaction/rarefaction/workflow
4
4
  > rm -rf dist && pl-tengo check && pl-tengo build
5
5
 
6
6
  Processing "src/main.tpl.tengo"...
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @platforma-open/milaboratories.rarefaction.workflow
2
2
 
3
+ ## 1.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - f1cf90d: Support parquet format (update SDK)
8
+ - Updated dependencies [f1cf90d]
9
+ - @platforma-open/milaboratories.rarefaction.software@1.2.3
10
+
11
+ ## 1.1.2
12
+
13
+ ### Patch Changes
14
+
15
+ - a262b52: technical release
16
+ - 391913b: technical release
17
+ - 811e16f: technical release
18
+ - eb49134: technical release
19
+ - Updated dependencies [a262b52]
20
+ - Updated dependencies [391913b]
21
+ - Updated dependencies [811e16f]
22
+ - Updated dependencies [eb49134]
23
+ - @platforma-open/milaboratories.rarefaction.software@1.2.2
24
+
3
25
  ## 1.1.1
4
26
 
5
27
  ### Patch Changes
Binary file
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@platforma-open/milaboratories.rarefaction.workflow",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "type": "module",
5
5
  "description": "Block Workflow",
6
6
  "dependencies": {
7
- "@platforma-sdk/workflow-tengo": "^5.2.3",
8
- "@platforma-open/milaboratories.rarefaction.software": "1.2.1"
7
+ "@platforma-sdk/workflow-tengo": "^5.4.2",
8
+ "@platforma-open/milaboratories.rarefaction.software": "1.2.3"
9
9
  },
10
10
  "devDependencies": {
11
- "@platforma-sdk/tengo-builder": "^2.2.0",
12
- "@platforma-sdk/test": "^1.43.16",
11
+ "@platforma-sdk/tengo-builder": "^2.3.2",
12
+ "@platforma-sdk/test": "^1.44.19",
13
13
  "vitest": "^2.1.8"
14
14
  },
15
15
  "scripts": {
@@ -70,7 +70,9 @@ getSpec := func(abundanceSpec, args) {
70
70
  }
71
71
  }
72
72
  }
73
- ]
73
+ ],
74
+ storageFormat: "Parquet",
75
+ partitionKeyLength: 0
74
76
  }
75
77
  }
76
78