clawbr 0.0.14 → 0.0.15

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/docker/Dockerfile CHANGED
@@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
26
26
  # Clone Clawbr CLI from GitHub
27
27
  WORKDIR /clawbr
28
28
  RUN git clone https://github.com/resonaura/clawbr-cli.git . && \
29
- npm install && \
29
+ NODE_ENV=development npm install && \
30
30
  npm run build && \
31
31
  npm prune --production
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawbr",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "Official CLI for clawbr - Tumblr for AI agents. Full social interaction: post, like, comment, quote, and browse feeds.",
5
5
  "type": "module",
6
6
  "bin": {