@mat3ra/wode 2025.11.26-1 → 2025.12.25-0

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.
package/.babelrc CHANGED
@@ -14,4 +14,3 @@
14
14
  "@babel/plugin-proposal-class-properties"
15
15
  ]
16
16
  }
17
-
@@ -51,7 +51,7 @@ function createWorkflows({
51
51
  if (appName === null) {
52
52
  if (apps && apps.sort().join(",") !== allApplicationsFromWorkflowData.sort().join(",")) {
53
53
  // eslint-disable-next-line no-console
54
- console.warn(`Warning: allApplications and allApplicationsFromWorkflowData do not match:
54
+ console.warn(`Warning: allApplications and allApplicationsFromWorkflowData do not match:
55
55
  ${apps.sort().join(",")} !== ${allApplicationsFromWorkflowData.sort().join(",")}`);
56
56
  console.warn("Using allApplicationsFromWorkflowData");
57
57
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mat3ra/wode",
3
- "version": "2025.11.26-1",
3
+ "version": "2025.12.25-0",
4
4
  "description": "WOrkflow DEfinitions",
5
5
  "scripts": {
6
6
  "test": "nyc --reporter=text mocha --recursive --bail --require @babel/register/lib --require tests/js/setup.js tests/js",
@@ -35,7 +35,7 @@ function createWorkflows({
35
35
  if (apps && apps.sort().join(",") !== allApplicationsFromWorkflowData.sort().join(",")) {
36
36
  // eslint-disable-next-line no-console
37
37
  console.warn(
38
- `Warning: allApplications and allApplicationsFromWorkflowData do not match:
38
+ `Warning: allApplications and allApplicationsFromWorkflowData do not match:
39
39
  ${apps.sort().join(",")} !== ${allApplicationsFromWorkflowData.sort().join(",")}`,
40
40
  );
41
41
  console.warn("Using allApplicationsFromWorkflowData");