Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@workflowai/code-generator

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@workflowai/code-generator - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

dist/cjs/playground.d.ts

@@ -19,3 +19,3 @@ import { JsonSchemaObject } from '@workflowai/schema';

};
groupId: string;
groupIteration: number;
example: {

@@ -22,0 +22,0 @@ input: Record<string, unknown>;

@@ -51,3 +51,3 @@ "use strict";

const getPlaygroundSnippets = async (config) => {
const { taskId, taskName, schema, groupId, example, api, fileDataProvider = FileDataProvider.FILE_SYSTEM, descriptionAsComments, } = {
const { taskId, taskName, schema, groupIteration, example, api, fileDataProvider = FileDataProvider.FILE_SYSTEM, descriptionAsComments, } = {
...config,

@@ -103,3 +103,3 @@ };

group: {
id: "${groupId}",
iteration: ${groupIteration},
},

@@ -106,0 +106,0 @@ })`), !!descriptionAsComments)}

@@ -48,3 +48,3 @@ import { inputSchemaToZod, outputSchemaToZod, } from '@workflowai/schema';

export const getPlaygroundSnippets = async (config) => {
const { taskId, taskName, schema, groupId, example, api, fileDataProvider = FileDataProvider.FILE_SYSTEM, descriptionAsComments, } = {
const { taskId, taskName, schema, groupIteration, example, api, fileDataProvider = FileDataProvider.FILE_SYSTEM, descriptionAsComments, } = {
...config,

@@ -100,3 +100,3 @@ };

group: {
id: "${groupId}",
iteration: ${groupIteration},
},

@@ -103,0 +103,0 @@ })`), !!descriptionAsComments)}

@@ -19,3 +19,3 @@ import { JsonSchemaObject } from '@workflowai/schema';

};
groupId: string;
groupIteration: number;
example: {

@@ -22,0 +22,0 @@ input: Record<string, unknown>;

{
"name": "@workflowai/code-generator",
"version": "1.1.2",
"version": "1.1.3",
"description": "workflowAI code-generator",

@@ -5,0 +5,0 @@ "author": "workflowAI",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc