@igoruehara/canvas-flow 0.1.3 → 0.1.4

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.
Files changed (2) hide show
  1. package/README.md +0 -13
  2. package/package.json +8 -1
package/README.md CHANGED
@@ -137,16 +137,3 @@ Opcional:
137
137
  npm i -g @igoruehara/canvas-flow
138
138
  canvas-flow --with-docker --open
139
139
  ```
140
-
141
- ## Mantenedores
142
-
143
- O pacote e gerado a partir dos apps reais:
144
-
145
- ```bash
146
- cd npm_canvas_flow
147
- npm run bundle
148
- npm run pack:local
149
- ```
150
-
151
- `npm run bundle` builda `frontend/`, builda `backend/` e copia os artefatos para
152
- `npm_canvas_flow/public` e `npm_canvas_flow/server`.
package/package.json CHANGED
@@ -1,7 +1,14 @@
1
1
  {
2
2
  "name": "@igoruehara/canvas-flow",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "Standalone npm launcher for Canvas Flow multi-agent GenAI workflows.",
5
+ "keywords": [
6
+ "IA",
7
+ "LLM",
8
+ "OPENAI",
9
+ "Claude",
10
+ "NLP"
11
+ ],
5
12
  "license": "MIT",
6
13
  "type": "commonjs",
7
14
  "bin": {