@tuongaz/seeflow 0.1.27 → 0.1.29

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuongaz/seeflow",
3
- "version": "0.1.27",
3
+ "version": "0.1.29",
4
4
  "description": "Local studio that hosts file-defined demos as React Flow canvases wired to a running app via REST + SSE + Zod schema.",
5
5
  "keywords": [
6
6
  "seeflow",
@@ -38,7 +38,8 @@
38
38
  "start": "bun run src/cli.ts start",
39
39
  "test": "bun test",
40
40
  "build:web": "cd ../web && bun run build",
41
- "prepublishOnly": "bun run build:web && cp ../../README.md ./README.md"
41
+ "vendor:tailwind-runtime": "cp ../../node_modules/@tailwindcss/browser/dist/index.global.js public/runtime/tailwind.js",
42
+ "prepublishOnly": "bun run vendor:tailwind-runtime && bun run build:web && cp ../../README.md ./README.md"
42
43
  },
43
44
  "dependencies": {
44
45
  "@modelcontextprotocol/sdk": "^1.29.0",
@@ -48,6 +49,7 @@
48
49
  "zod-to-json-schema": "^3.25.2"
49
50
  },
50
51
  "devDependencies": {
52
+ "@tailwindcss/browser": "^4.3.0",
51
53
  "@types/bun": "^1.1.14",
52
54
  "@types/dagre": "^0.7.54",
53
55
  "typescript": "^5.6.3"