apiblaze 0.17.0 → 0.17.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -687,7 +687,7 @@ var import_commander = require("commander");
687
687
  var import_chalk35 = __toESM(require("chalk"));
688
688
 
689
689
  // package.json
690
- var version = "0.17.0";
690
+ var version = "0.17.1";
691
691
 
692
692
  // src/index.ts
693
693
  init_types();
@@ -4394,15 +4394,13 @@ async function transformsMenu(proj2) {
4394
4394
  { type: "input", name: "destination", message: `Destination field ${fieldHint}:`, validate: (s) => !!s || "required" },
4395
4395
  { type: "confirm", name: "strip", message: "Remove the source field after copying?", default: false }
4396
4396
  ]);
4397
- const source_fns = await buildFns("Transform the value as it is READ (source functions)");
4398
- const dest_fns = await buildFns("Transform the value as it is WRITTEN (destination functions)");
4397
+ const source_fns = await buildFns("Transform the value");
4399
4398
  action2 = {
4400
4399
  type: "copy",
4401
4400
  source: a.source,
4402
4401
  destination: a.destination,
4403
4402
  ...a.strip ? { strip_source: true } : {},
4404
- ...source_fns.length ? { source_fns } : {},
4405
- ...dest_fns.length ? { dest_fns } : {}
4403
+ ...source_fns.length ? { source_fns } : {}
4406
4404
  };
4407
4405
  }
4408
4406
  const condition = await buildCondition(ans.phase);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apiblaze",
3
- "version": "0.17.0",
3
+ "version": "0.17.1",
4
4
  "description": "APIblaze CLI + sidecar — manage API proxies, run dev tunnels, and route a Next.js app's egress through APIblaze with one command",
5
5
  "keywords": [
6
6
  "apiblaze",