@walkeros/cli 4.6.0 → 4.6.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 +10 -0
- package/dist/cli.js +2 -2
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @walkeros/cli
|
|
2
2
|
|
|
3
|
+
## 4.6.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @walkeros/collector@4.6.1
|
|
8
|
+
- @walkeros/core@4.6.1
|
|
9
|
+
- @walkeros/server-core@4.6.1
|
|
10
|
+
- @walkeros/server-destination-api@4.6.1
|
|
11
|
+
- @walkeros/transformer-validate@4.6.1
|
|
12
|
+
|
|
3
13
|
## 4.6.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
package/dist/cli.js
CHANGED
|
@@ -8203,7 +8203,7 @@ function Jt(e5, t4, n5) {
|
|
|
8203
8203
|
if (!s5 || !r5) throw new bt("Event name is invalid");
|
|
8204
8204
|
const { timestamp: a4 = Date.now(), name: i5 = `${s5} ${r5}`, data: c2 = {}, context: u3 = {}, globals: d2 = {}, custom: l3 = {}, user: f2 = e5.user, nested: p3 = [], consent: g3 = e5.consent, id: m3 = Pe(), trigger: h2 = "", entity: v3 = s5, action: y3 = r5, timing: w3 = 0, source: b3 = { type: "collector", schema: "4" } } = t4, k3 = b3 ?? { type: "collector", schema: "4" }, I2 = k3.count ?? (e5.count += 1), C3 = k3.trace ?? n5?._meta.trace ?? e5.trace, E2 = { ...k3, count: I2 };
|
|
8205
8205
|
void 0 !== C3 && (E2.trace = C3);
|
|
8206
|
-
const S2 = e5.name ?? k3.platform ?? "default", q3 = e5.release ?? "4.6.
|
|
8206
|
+
const S2 = e5.name ?? k3.platform ?? "default", q3 = e5.release ?? "4.6.1";
|
|
8207
8207
|
E2.release = { ...k3.release, [S2]: q3 };
|
|
8208
8208
|
return { name: i5, data: c2, context: u3, globals: ce(e5.globals, d2), custom: l3, user: f2, nested: p3, consent: g3, id: m3, trigger: h2, entity: v3, action: y3, timestamp: a4, timing: w3, source: E2 };
|
|
8209
8209
|
}
|
|
@@ -14451,7 +14451,7 @@ function validateMapping(input) {
|
|
|
14451
14451
|
// src/commands/validate/validators/entry.ts
|
|
14452
14452
|
init_dist();
|
|
14453
14453
|
import Ajv from "ajv";
|
|
14454
|
-
var CLIENT_HEADER = "walkeros-cli/4.6.
|
|
14454
|
+
var CLIENT_HEADER = "walkeros-cli/4.6.1";
|
|
14455
14455
|
var SECTIONS = ["destinations", "sources", "transformers"];
|
|
14456
14456
|
function resolveEntry(path20, flowConfig) {
|
|
14457
14457
|
const flows = flowConfig.flows;
|
package/dist/index.js
CHANGED
|
@@ -8641,7 +8641,7 @@ function validateMapping(input) {
|
|
|
8641
8641
|
// src/commands/validate/validators/entry.ts
|
|
8642
8642
|
import Ajv from "ajv";
|
|
8643
8643
|
import { fetchPackageSchema } from "@walkeros/core";
|
|
8644
|
-
var CLIENT_HEADER = "walkeros-cli/4.6.
|
|
8644
|
+
var CLIENT_HEADER = "walkeros-cli/4.6.1";
|
|
8645
8645
|
var SECTIONS = ["destinations", "sources", "transformers"];
|
|
8646
8646
|
function resolveEntry(path20, flowConfig) {
|
|
8647
8647
|
const flows = flowConfig.flows;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/cli",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.1",
|
|
4
4
|
"description": "walkerOS CLI - Bundle and deploy walkerOS components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@vercel/nft": "^1.10.2",
|
|
56
|
-
"@walkeros/collector": "4.6.
|
|
57
|
-
"@walkeros/core": "4.6.
|
|
58
|
-
"@walkeros/server-core": "4.6.
|
|
59
|
-
"@walkeros/server-destination-api": "4.6.
|
|
60
|
-
"@walkeros/transformer-validate": "4.6.
|
|
56
|
+
"@walkeros/collector": "4.6.1",
|
|
57
|
+
"@walkeros/core": "4.6.1",
|
|
58
|
+
"@walkeros/server-core": "4.6.1",
|
|
59
|
+
"@walkeros/server-destination-api": "4.6.1",
|
|
60
|
+
"@walkeros/transformer-validate": "4.6.1",
|
|
61
61
|
"ajv": "^8.17.1",
|
|
62
62
|
"chalk": "^5.6.2",
|
|
63
63
|
"ci-info": "^4.4.0",
|
|
@@ -84,8 +84,8 @@
|
|
|
84
84
|
"@types/pacote": "^11.1.8",
|
|
85
85
|
"@types/picomatch": "4.0.3",
|
|
86
86
|
"@types/semver": "^7.7.1",
|
|
87
|
-
"@walkeros/config": "4.6.
|
|
88
|
-
"@walkeros/core": "4.6.
|
|
87
|
+
"@walkeros/config": "4.6.1",
|
|
88
|
+
"@walkeros/core": "4.6.1",
|
|
89
89
|
"msw": "^2.12.10",
|
|
90
90
|
"openapi-typescript": "^7.13.0",
|
|
91
91
|
"tsx": "^4.21.0"
|