@walkeros/cli 4.1.1 → 4.1.3-next-1779963694449

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/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.3-next-1779963694449";
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.3-next-1779963694449",
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.3-next-1779963694449",
54
+ "@walkeros/core": "4.1.3-next-1779963694449",
55
+ "@walkeros/server-core": "4.1.3-next-1779963694449",
56
+ "@walkeros/server-destination-api": "4.1.3-next-1779963694449",
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.3-next-1779963694449",
83
+ "@walkeros/core": "4.1.3-next-1779963694449",
84
84
  "msw": "^2.12.10",
85
85
  "openapi-typescript": "^7.13.0",
86
86
  "tsx": "^4.21.0"