@walkeros/cli 4.2.1-next-1781715165983 → 4.2.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.2.1-next-1781715165983
3
+ ## 4.2.1
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -44,11 +44,11 @@
44
44
  - Updated dependencies [0a8a08b]
45
45
  - Updated dependencies [8afb7cc]
46
46
  - Updated dependencies [8afb7cc]
47
- - @walkeros/collector@4.2.1-next-1781715165983
48
- - @walkeros/core@4.2.1-next-1781715165983
49
- - @walkeros/server-core@4.2.1-next-1781715165983
50
- - @walkeros/server-destination-api@4.2.1-next-1781715165983
51
- - @walkeros/transformer-validate@4.2.1-next-1781715165983
47
+ - @walkeros/collector@4.2.1
48
+ - @walkeros/core@4.2.1
49
+ - @walkeros/server-core@4.2.1
50
+ - @walkeros/server-destination-api@4.2.1
51
+ - @walkeros/transformer-validate@4.2.1
52
52
 
53
53
  ## 4.2.0
54
54
 
package/dist/cli.js CHANGED
@@ -7047,7 +7047,7 @@ async function $t(e4, t4, o4) {
7047
7047
  }
7048
7048
  }
7049
7049
  function At(e4, t4) {
7050
- return { timing: Math.round((Date.now() - e4.timing) / 10) / 100, source: { type: "collector", schema: "4", version: "4.2.1-next-1781715165983" }, ...t4 };
7050
+ return { timing: Math.round((Date.now() - e4.timing) / 10) / 100, source: { type: "collector", schema: "4", version: "4.2.1" }, ...t4 };
7051
7051
  }
7052
7052
  function Mt(e4, t4) {
7053
7053
  if (!t4.name) throw new Error("Event name is required");
@@ -12845,7 +12845,7 @@ function validateMapping(input) {
12845
12845
  // src/commands/validate/validators/entry.ts
12846
12846
  init_dist();
12847
12847
  import Ajv from "ajv";
12848
- var CLIENT_HEADER = "walkeros-cli/4.2.1-next-1781715165983";
12848
+ var CLIENT_HEADER = "walkeros-cli/4.2.1";
12849
12849
  var SECTIONS = ["destinations", "sources", "transformers"];
12850
12850
  function resolveEntry(path19, flowConfig) {
12851
12851
  const flows = flowConfig.flows;
package/dist/index.js CHANGED
@@ -7996,7 +7996,7 @@ function validateMapping(input) {
7996
7996
  // src/commands/validate/validators/entry.ts
7997
7997
  import Ajv from "ajv";
7998
7998
  import { fetchPackageSchema } from "@walkeros/core";
7999
- var CLIENT_HEADER = "walkeros-cli/4.2.1-next-1781715165983";
7999
+ var CLIENT_HEADER = "walkeros-cli/4.2.1";
8000
8000
  var SECTIONS = ["destinations", "sources", "transformers"];
8001
8001
  function resolveEntry(path20, flowConfig) {
8002
8002
  const flows = flowConfig.flows;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@walkeros/cli",
3
- "version": "4.2.1-next-1781715165983",
3
+ "version": "4.2.1",
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.1-next-1781715165983",
56
- "@walkeros/core": "4.2.1-next-1781715165983",
57
- "@walkeros/server-core": "4.2.1-next-1781715165983",
58
- "@walkeros/server-destination-api": "4.2.1-next-1781715165983",
59
- "@walkeros/transformer-validate": "4.2.1-next-1781715165983",
55
+ "@walkeros/collector": "4.2.1",
56
+ "@walkeros/core": "4.2.1",
57
+ "@walkeros/server-core": "4.2.1",
58
+ "@walkeros/server-destination-api": "4.2.1",
59
+ "@walkeros/transformer-validate": "4.2.1",
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.1-next-1781715165983",
87
- "@walkeros/core": "4.2.1-next-1781715165983",
86
+ "@walkeros/config": "4.2.1",
87
+ "@walkeros/core": "4.2.1",
88
88
  "msw": "^2.12.10",
89
89
  "openapi-typescript": "^7.13.0",
90
90
  "tsx": "^4.21.0"