glance-cli 0.13.0 → 0.13.1

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": "glance-cli",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "author": {
5
5
  "name": "Kenley Jean",
6
6
  "email": "alo@jkenley.me",
@@ -53,6 +53,7 @@
53
53
  },
54
54
  "files": [
55
55
  "dist",
56
+ "src",
56
57
  "README.md",
57
58
  "LICENSE",
58
59
  "CHANGELOG.md"
@@ -81,7 +82,7 @@
81
82
  "access": "public"
82
83
  },
83
84
  "scripts": {
84
- "build": "bun run format && bun run lint && bun build ./src/cli.ts --outdir ./dist --target node --minify",
85
+ "build": "bun run format && bun run lint && bun build ./src/cli.ts --outdir ./dist --target node --minify --external @elevenlabs/elevenlabs-js --external @google/genai --external openai --external puppeteer --external cheerio",
85
86
  "prepublishOnly": "bun run build",
86
87
  "test": "echo \"No tests defined\" && exit 0",
87
88
  "dev": "bun run ./src/cli.ts",