@walkeros/cli 4.0.1-next-1778284185788 → 4.0.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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @walkeros/cli
2
2
 
3
- ## 4.0.1-next-1778284185788
3
+ ## 4.0.1
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -97,10 +97,10 @@
97
97
  - Updated dependencies [381dfe7]
98
98
  - Updated dependencies [1524275]
99
99
  - Updated dependencies [03d7055]
100
- - @walkeros/collector@4.0.1-next-1778284185788
101
- - @walkeros/core@4.0.1-next-1778284185788
102
- - @walkeros/server-core@4.0.1-next-1778284185788
103
- - @walkeros/server-destination-api@4.0.1-next-1778284185788
100
+ - @walkeros/collector@4.0.1
101
+ - @walkeros/core@4.0.1
102
+ - @walkeros/server-core@4.0.1
103
+ - @walkeros/server-destination-api@4.0.1
104
104
 
105
105
  ## 4.0.0
106
106
 
package/dist/cli.js CHANGED
@@ -5753,7 +5753,7 @@ function He(e3, n4) {
5753
5753
  }
5754
5754
  async function Ne2(e3) {
5755
5755
  const n4 = X({ globalsStatic: {}, sessionStatic: {}, run: true }, e3, { merge: false, extend: false }), t3 = { level: e3.logger?.level, handler: e3.logger?.handler }, o2 = _e(t3), s5 = { ...n4.globalsStatic, ...e3.globals }, a3 = { allowed: false, config: n4, consent: e3.consent || {}, custom: e3.custom || {}, destinations: {}, transformers: {}, stores: {}, globals: s5, hooks: e3.hooks || {}, logger: o2, on: {}, queue: [], round: 0, session: void 0, status: { startedAt: Date.now(), in: 0, out: 0, failed: 0, sources: {}, destinations: {} }, timing: Date.now(), user: e3.user || {}, sources: {}, pending: { destinations: {} }, push: void 0, command: void 0 };
5756
- a3.push = He(a3, (e4) => ({ timing: Math.round((Date.now() - a3.timing) / 10) / 100, source: { type: "collector", schema: "4", version: "4.0.1-next-1778284185788" }, ...e4 })), a3.command = (function(e4, n5) {
5756
+ a3.push = He(a3, (e4) => ({ timing: Math.round((Date.now() - a3.timing) / 10) / 100, source: { type: "collector", schema: "4", version: "4.0.1" }, ...e4 })), a3.command = (function(e4, n5) {
5757
5757
  return Je(async (t4, o3, s6) => await Me(async () => await n5(e4, t4, o3, s6), () => ve2({ ok: false }))(), "Command", e4.hooks, e4.logger);
5758
5758
  })(a3, De);
5759
5759
  const c3 = e3.stores || {};
@@ -9063,7 +9063,7 @@ function validateMapping(input) {
9063
9063
  // src/commands/validate/validators/entry.ts
9064
9064
  init_dist();
9065
9065
  import Ajv from "ajv";
9066
- var CLIENT_HEADER = "walkeros-cli/4.0.1-next-1778284185788";
9066
+ var CLIENT_HEADER = "walkeros-cli/4.0.1";
9067
9067
  var SECTIONS = ["destinations", "sources", "transformers"];
9068
9068
  function resolveEntry(path19, flowConfig) {
9069
9069
  const flows = flowConfig.flows;
package/dist/index.js CHANGED
@@ -6376,7 +6376,7 @@ function validateMapping(input) {
6376
6376
  // src/commands/validate/validators/entry.ts
6377
6377
  import Ajv from "ajv";
6378
6378
  import { fetchPackageSchema } from "@walkeros/core";
6379
- var CLIENT_HEADER = "walkeros-cli/4.0.1-next-1778284185788";
6379
+ var CLIENT_HEADER = "walkeros-cli/4.0.1";
6380
6380
  var SECTIONS = ["destinations", "sources", "transformers"];
6381
6381
  function resolveEntry(path20, flowConfig) {
6382
6382
  const flows = flowConfig.flows;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@walkeros/cli",
3
- "version": "4.0.1-next-1778284185788",
3
+ "version": "4.0.1",
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.0.1-next-1778284185788",
54
- "@walkeros/core": "4.0.1-next-1778284185788",
55
- "@walkeros/server-core": "4.0.1-next-1778284185788",
56
- "@walkeros/server-destination-api": "4.0.1-next-1778284185788",
53
+ "@walkeros/collector": "4.0.1",
54
+ "@walkeros/core": "4.0.1",
55
+ "@walkeros/server-core": "4.0.1",
56
+ "@walkeros/server-destination-api": "4.0.1",
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.0.1-next-1778284185788",
83
- "@walkeros/core": "4.0.1-next-1778284185788",
82
+ "@walkeros/config": "4.0.1",
83
+ "@walkeros/core": "4.0.1",
84
84
  "msw": "^2.12.10",
85
85
  "openapi-typescript": "^7.13.0",
86
86
  "tsx": "^4.21.0"