@walkeros/cli 4.2.0-next-1780942291149 → 4.2.0-next-1781000333052

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.2.0-next-1780942291149
3
+ ## 4.2.0-next-1781000333052
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -117,11 +117,11 @@
117
117
  - Updated dependencies [7d8ebf9]
118
118
  - Updated dependencies [f1c74e8]
119
119
  - Updated dependencies [18c9469]
120
- - @walkeros/core@4.2.0-next-1780942291149
121
- - @walkeros/collector@4.2.0-next-1780942291149
122
- - @walkeros/server-core@4.2.0-next-1780942291149
123
- - @walkeros/server-destination-api@4.2.0-next-1780942291149
124
- - @walkeros/transformer-validate@4.2.0-next-1780942291149
120
+ - @walkeros/core@4.2.0-next-1781000333052
121
+ - @walkeros/collector@4.2.0-next-1781000333052
122
+ - @walkeros/server-core@4.2.0-next-1781000333052
123
+ - @walkeros/server-destination-api@4.2.0-next-1781000333052
124
+ - @walkeros/transformer-validate@4.2.0-next-1781000333052
125
125
 
126
126
  ## 4.1.2
127
127
 
package/dist/cli.js CHANGED
@@ -6699,7 +6699,7 @@ async function wt(e4, t4, o4) {
6699
6699
  }
6700
6700
  }
6701
6701
  function vt(e4, t4) {
6702
- return { timing: Math.round((Date.now() - e4.timing) / 10) / 100, source: { type: "collector", schema: "4", version: "4.2.0-next-1780942291149" }, ...t4 };
6702
+ return { timing: Math.round((Date.now() - e4.timing) / 10) / 100, source: { type: "collector", schema: "4", version: "4.2.0-next-1781000333052" }, ...t4 };
6703
6703
  }
6704
6704
  function bt(e4, t4) {
6705
6705
  if (!t4.name) throw new Error("Event name is required");
@@ -11940,7 +11940,7 @@ function validateMapping(input) {
11940
11940
  // src/commands/validate/validators/entry.ts
11941
11941
  init_dist();
11942
11942
  import Ajv from "ajv";
11943
- var CLIENT_HEADER = "walkeros-cli/4.2.0-next-1780942291149";
11943
+ var CLIENT_HEADER = "walkeros-cli/4.2.0-next-1781000333052";
11944
11944
  var SECTIONS = ["destinations", "sources", "transformers"];
11945
11945
  function resolveEntry(path19, flowConfig) {
11946
11946
  const flows = flowConfig.flows;
package/dist/index.js CHANGED
@@ -7236,7 +7236,7 @@ function validateMapping(input) {
7236
7236
  // src/commands/validate/validators/entry.ts
7237
7237
  import Ajv from "ajv";
7238
7238
  import { fetchPackageSchema } from "@walkeros/core";
7239
- var CLIENT_HEADER = "walkeros-cli/4.2.0-next-1780942291149";
7239
+ var CLIENT_HEADER = "walkeros-cli/4.2.0-next-1781000333052";
7240
7240
  var SECTIONS = ["destinations", "sources", "transformers"];
7241
7241
  function resolveEntry(path20, flowConfig) {
7242
7242
  const flows = flowConfig.flows;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@walkeros/cli",
3
- "version": "4.2.0-next-1780942291149",
3
+ "version": "4.2.0-next-1781000333052",
4
4
  "description": "walkerOS CLI - Bundle and deploy walkerOS components",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -52,11 +52,11 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@vercel/nft": "^1.10.2",
55
- "@walkeros/collector": "4.2.0-next-1780942291149",
56
- "@walkeros/core": "4.2.0-next-1780942291149",
57
- "@walkeros/server-core": "4.2.0-next-1780942291149",
58
- "@walkeros/server-destination-api": "4.2.0-next-1780942291149",
59
- "@walkeros/transformer-validate": "4.2.0-next-1780942291149",
55
+ "@walkeros/collector": "4.2.0-next-1781000333052",
56
+ "@walkeros/core": "4.2.0-next-1781000333052",
57
+ "@walkeros/server-core": "4.2.0-next-1781000333052",
58
+ "@walkeros/server-destination-api": "4.2.0-next-1781000333052",
59
+ "@walkeros/transformer-validate": "4.2.0-next-1781000333052",
60
60
  "ajv": "^8.17.1",
61
61
  "chalk": "^5.6.2",
62
62
  "ci-info": "^4.4.0",
@@ -83,8 +83,8 @@
83
83
  "@types/pacote": "^11.1.8",
84
84
  "@types/picomatch": "4.0.3",
85
85
  "@types/semver": "^7.7.1",
86
- "@walkeros/config": "4.2.0-next-1780942291149",
87
- "@walkeros/core": "4.2.0-next-1780942291149",
86
+ "@walkeros/config": "4.2.0-next-1781000333052",
87
+ "@walkeros/core": "4.2.0-next-1781000333052",
88
88
  "msw": "^2.12.10",
89
89
  "openapi-typescript": "^7.13.0",
90
90
  "tsx": "^4.21.0"