zeitlich 0.2.0 → 0.2.2

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/README.md CHANGED
@@ -1,3 +1,6 @@
1
+ [![npm version](https://img.shields.io/npm/v/zeitlich.svg?style=flat-square)](https://www.npmjs.org/package/zeitlich)
2
+ [![npm downloads](https://img.shields.io/npm/dm/zeitlich.svg?style=flat-square)](https://npm-stat.com/charts.html?package=zeitlich)
3
+
1
4
  # Zeitlich
2
5
 
3
6
  > **⚠️ Experimental Beta**: This library is under active development. APIs and interfaces may change between versions. Use in production at your own risk.
@@ -289,12 +292,12 @@ const session = await createSession({
289
292
  {
290
293
  name: "researcher",
291
294
  description: "Researches topics and returns findings",
292
- workflowType: "researcherWorkflow",
295
+ workflow: "researcherWorkflow",
293
296
  },
294
297
  {
295
298
  name: "code-reviewer",
296
299
  description: "Reviews code for quality and best practices",
297
- workflowType: "codeReviewerWorkflow",
300
+ workflow: "codeReviewerWorkflow",
298
301
  },
299
302
  ],
300
303
  });