image-skill 0.1.12 → 0.1.13

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
@@ -4,6 +4,11 @@ This changelog tracks the public `image-skill` CLI package and public skill
4
4
  mirror. The npm package metadata remains the authority for tarball integrity and
5
5
  provenance; this file is the human- and agent-readable release map.
6
6
 
7
+ ## 0.1.13 - 2026-05-26
8
+
9
+ - Remove public changelog breadcrumbs for private harness payment rails.
10
+ - Keep the npm tarball aligned with the action-only public payment contract.
11
+
7
12
  ## 0.1.12 - 2026-05-26
8
13
 
9
14
  - Publish the action-only payment-method public contract: public discovery now
@@ -13,12 +18,11 @@ provenance; this file is the human- and agent-readable release map.
13
18
 
14
19
  ## 0.1.11 - 2026-05-26
15
20
 
16
- - Remove private no-spend fake payment rails from the public CLI and public
21
+ - Remove private non-production payment rails from the public CLI and public
17
22
  skill/docs contract.
18
- - Make public credit quotes default to Stripe Checkout and reject fake payment
19
- methods locally before calling the hosted API.
20
- - Hide the private `credits fake-purchase` harness command from the public CLI
21
- package.
23
+ - Make public credit quotes default to Stripe Checkout and reject unavailable
24
+ payment methods locally before calling the hosted API.
25
+ - Keep private harness-only payment commands out of the public CLI package.
22
26
 
23
27
  ## 0.1.10 - 2026-05-22
24
28
 
@@ -7,7 +7,7 @@ import { Readable } from "node:stream";
7
7
  import { pipeline } from "node:stream/promises";
8
8
  import os from "node:os";
9
9
 
10
- const VERSION = "0.1.12";
10
+ const VERSION = "0.1.13";
11
11
  const DEFAULT_API_BASE_URL = "https://api.image-skill.com";
12
12
  const PROMPTLESS_EDIT_MODEL_IDS = new Set([
13
13
  "fal.flux-dev-redux",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "image-skill",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "Creative cloud CLI for agents: models, credits, jobs, owned URLs, JSON recovery, payments, reusable assets, and feedback.",
5
5
  "type": "module",
6
6
  "private": false,