@brickflow/cli 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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @brickflow/cli
2
2
 
3
+ ## 0.0.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Http update
8
+
3
9
  ## 0.0.14
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brickflow/cli",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "index.mjs",
@@ -16,8 +16,8 @@ Optional:
16
16
 
17
17
  Example:
18
18
  ${command} \\
19
- --product-context "Creators sell adult content collections with free previews and paid unlocks." \\
20
- --terminology "Collection=content pack; Unlock=paid access; VIP=paid content" \\
19
+ --product-context "Creators sell adult content packs with free previews and paid unlocks." \\
20
+ --terminology "Bundle=content pack; Unlock=paid access; VIP=premium content" \\
21
21
  --tone "Natural, modern, conversion-oriented, explicit when source is explicit." \\
22
22
  --api-key "your-gemini-api-key" \\
23
23
  --context-model "${DEFAULT_CONTEXT_MODEL}"`