bump to 1.1.2

This commit is contained in:
2024-11-15 00:09:35 -05:00
parent 98e77982c3
commit 93a0b65484

View File

@@ -1,6 +1,6 @@
{ {
"name": "workflow-function-manifold", "name": "workflow-function-manifold",
"version": "1.1.1", "version": "1.1.2",
"type": "module", "type": "module",
"description": "for building dynamic, LLM-driven workflows using a region-based execution model", "description": "for building dynamic, LLM-driven workflows using a region-based execution model",
"main": "src/index.ts", "main": "src/index.ts",
@@ -23,7 +23,7 @@
"cli": "bun src/cli.ts", "cli": "bun src/cli.ts",
"test": "node dist/cli.js && bun test", "test": "node dist/cli.js && bun test",
"lint": "eslint .", "lint": "eslint .",
"deploy:dev": "pnpm publish .", "deploy:dev": "pnpm build && pnpm publish .",
"lint:fix": "eslint . --fix", "lint:fix": "eslint . --fix",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,yml,yaml}\"", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,yml,yaml}\"",
"fix": "pnpm format && pnpm lint:fix" "fix": "pnpm format && pnpm lint:fix"