@walkeros/cli 4.1.1 → 4.1.2

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,14 @@
1
1
  # @walkeros/cli
2
2
 
3
+ ## 4.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/collector@4.1.2
8
+ - @walkeros/core@4.1.2
9
+ - @walkeros/server-core@4.1.2
10
+ - @walkeros/server-destination-api@4.1.2
11
+
3
12
  ## 4.1.1
4
13
 
5
14
  ### Patch Changes
package/dist/cli.js CHANGED
@@ -6378,7 +6378,7 @@ async function pt(e4, t4 = {}) {
6378
6378
  }
6379
6379
  async function gt(e4) {
6380
6380
  const t4 = ee({ globalsStatic: {}, sessionStatic: {}, run: true, queueMax: 1e3 }, e4, { merge: false, extend: false }), n4 = { level: e4.logger?.level, handler: e4.logger?.handler }, o3 = ze(n4), s5 = { ...t4.globalsStatic, ...e4.globals }, i2 = { allowed: false, config: t4, consent: e4.consent || {}, custom: e4.custom || {}, destinations: {}, transformers: {}, stores: {}, globals: s5, hooks: e4.hooks || {}, observers: /* @__PURE__ */ new Set(), logger: o3, on: {}, queue: [], round: 0, session: void 0, status: { startedAt: Date.now(), in: 0, out: 0, failed: 0, sources: {}, destinations: {}, dropped: {} }, timing: Date.now(), user: e4.user || {}, sources: {}, pending: { destinations: {} }, push: void 0, command: void 0 };
6381
- i2.push = nt(i2, (e5) => ({ timing: Math.round((Date.now() - i2.timing) / 10) / 100, source: { type: "collector", schema: "4", version: "4.1.1" }, ...e5 })), i2.command = (function(e5, t5) {
6381
+ i2.push = nt(i2, (e5) => ({ timing: Math.round((Date.now() - i2.timing) / 10) / 100, source: { type: "collector", schema: "4", version: "4.1.2" }, ...e5 })), i2.command = (function(e5, t5) {
6382
6382
  return ot(async (n5, o4, s6) => await Ue(async () => await t5(e5, n5, o4, s6), (t6) => {
6383
6383
  if (t6 instanceof Ze) throw t6;
6384
6384
  return e5.status.failed++, e5.logger.error("command failed", { command: n5, data: o4, error: t6 }), Pe2({ ok: false });
@@ -9944,7 +9944,7 @@ function validateMapping(input) {
9944
9944
  // src/commands/validate/validators/entry.ts
9945
9945
  init_dist();
9946
9946
  import Ajv from "ajv";
9947
- var CLIENT_HEADER = "walkeros-cli/4.1.1";
9947
+ var CLIENT_HEADER = "walkeros-cli/4.1.2";
9948
9948
  var SECTIONS = ["destinations", "sources", "transformers"];
9949
9949
  function resolveEntry(path19, flowConfig) {
9950
9950
  const flows = flowConfig.flows;
package/dist/index.js CHANGED
@@ -6674,7 +6674,7 @@ function validateMapping(input) {
6674
6674
  // src/commands/validate/validators/entry.ts
6675
6675
  import Ajv from "ajv";
6676
6676
  import { fetchPackageSchema } from "@walkeros/core";
6677
- var CLIENT_HEADER = "walkeros-cli/4.1.1";
6677
+ var CLIENT_HEADER = "walkeros-cli/4.1.2";
6678
6678
  var SECTIONS = ["destinations", "sources", "transformers"];
6679
6679
  function resolveEntry(path20, flowConfig) {
6680
6680
  const flows = flowConfig.flows;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@walkeros/cli",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "description": "walkerOS CLI - Bundle and deploy walkerOS components",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -50,10 +50,10 @@
50
50
  },
51
51
  "dependencies": {
52
52
  "@vercel/nft": "1.5.0",
53
- "@walkeros/collector": "4.1.1",
54
- "@walkeros/core": "4.1.1",
55
- "@walkeros/server-core": "4.1.1",
56
- "@walkeros/server-destination-api": "4.1.1",
53
+ "@walkeros/collector": "4.1.2",
54
+ "@walkeros/core": "4.1.2",
55
+ "@walkeros/server-core": "4.1.2",
56
+ "@walkeros/server-destination-api": "4.1.2",
57
57
  "ajv": "^8.17.1",
58
58
  "chalk": "^5.6.2",
59
59
  "ci-info": "^4.4.0",
@@ -79,8 +79,8 @@
79
79
  "@types/pacote": "^11.1.8",
80
80
  "@types/picomatch": "4.0.3",
81
81
  "@types/semver": "^7.7.1",
82
- "@walkeros/config": "4.1.1",
83
- "@walkeros/core": "4.1.1",
82
+ "@walkeros/config": "4.1.2",
83
+ "@walkeros/core": "4.1.2",
84
84
  "msw": "^2.12.10",
85
85
  "openapi-typescript": "^7.13.0",
86
86
  "tsx": "^4.21.0"