@walkeros/cli 4.3.2-next-1784838222136 → 4.3.2
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 +6 -6
- package/dist/cli.js +2 -2
- package/dist/index.js +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @walkeros/cli
|
|
2
2
|
|
|
3
|
-
## 4.3.2
|
|
3
|
+
## 4.3.2
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
are exported from `@walkeros/cli`, so tools built on the CLI can open an
|
|
10
10
|
Observe session on a flow, read its status and record count, and end it.
|
|
11
11
|
Starting one also accepts `origins` to bind its web activation grant.
|
|
12
|
-
- @walkeros/collector@4.3.2
|
|
13
|
-
- @walkeros/core@4.3.2
|
|
14
|
-
- @walkeros/server-core@4.3.2
|
|
15
|
-
- @walkeros/server-destination-api@4.3.2
|
|
16
|
-
- @walkeros/transformer-validate@4.3.2
|
|
12
|
+
- @walkeros/collector@4.3.2
|
|
13
|
+
- @walkeros/core@4.3.2
|
|
14
|
+
- @walkeros/server-core@4.3.2
|
|
15
|
+
- @walkeros/server-destination-api@4.3.2
|
|
16
|
+
- @walkeros/transformer-validate@4.3.2
|
|
17
17
|
|
|
18
18
|
## 4.3.1
|
|
19
19
|
|
package/dist/cli.js
CHANGED
|
@@ -7753,7 +7753,7 @@ function Nt2(e4, t4, n5) {
|
|
|
7753
7753
|
if (!o4 || !r6) throw new Error("Event name is invalid");
|
|
7754
7754
|
const { timestamp: s4 = Date.now(), name: a4 = `${o4} ${r6}`, data: i5 = {}, context: c2 = {}, globals: u2 = e4.globals, custom: d2 = {}, user: l3 = e4.user, nested: f3 = [], consent: p3 = e4.consent, id: g3 = Ne(), trigger: m3 = "", entity: h2 = o4, action: v3 = r6, timing: y3 = 0, source: w3 = { type: "collector", schema: "4" } } = t4, b3 = w3.count ?? (e4.count += 1), k3 = w3.trace ?? n5?._meta.trace ?? e4.trace, I3 = { ...w3, count: b3 };
|
|
7755
7755
|
void 0 !== k3 && (I3.trace = k3);
|
|
7756
|
-
const C3 = e4.name ?? w3.platform ?? "default", E2 = e4.release ?? "4.3.2
|
|
7756
|
+
const C3 = e4.name ?? w3.platform ?? "default", E2 = e4.release ?? "4.3.2";
|
|
7757
7757
|
return I3.release = { ...w3.release, [C3]: E2 }, { name: a4, data: i5, context: c2, globals: u2, custom: d2, user: l3, nested: f3, consent: p3, id: g3, trigger: m3, entity: h2, action: v3, timestamp: s4, timing: y3, source: I3 };
|
|
7758
7758
|
}
|
|
7759
7759
|
function Yt(e4, t4, n5) {
|
|
@@ -13808,7 +13808,7 @@ function validateMapping(input) {
|
|
|
13808
13808
|
// src/commands/validate/validators/entry.ts
|
|
13809
13809
|
init_dist();
|
|
13810
13810
|
import Ajv from "ajv";
|
|
13811
|
-
var CLIENT_HEADER = "walkeros-cli/4.3.2
|
|
13811
|
+
var CLIENT_HEADER = "walkeros-cli/4.3.2";
|
|
13812
13812
|
var SECTIONS = ["destinations", "sources", "transformers"];
|
|
13813
13813
|
function resolveEntry(path19, flowConfig) {
|
|
13814
13814
|
const flows = flowConfig.flows;
|
package/dist/index.js
CHANGED
|
@@ -8249,7 +8249,7 @@ function validateMapping(input) {
|
|
|
8249
8249
|
// src/commands/validate/validators/entry.ts
|
|
8250
8250
|
import Ajv from "ajv";
|
|
8251
8251
|
import { fetchPackageSchema } from "@walkeros/core";
|
|
8252
|
-
var CLIENT_HEADER = "walkeros-cli/4.3.2
|
|
8252
|
+
var CLIENT_HEADER = "walkeros-cli/4.3.2";
|
|
8253
8253
|
var SECTIONS = ["destinations", "sources", "transformers"];
|
|
8254
8254
|
function resolveEntry(path20, flowConfig) {
|
|
8255
8255
|
const flows = flowConfig.flows;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/cli",
|
|
3
|
-
"version": "4.3.2
|
|
3
|
+
"version": "4.3.2",
|
|
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.3.2
|
|
57
|
-
"@walkeros/core": "4.3.2
|
|
58
|
-
"@walkeros/server-core": "4.3.2
|
|
59
|
-
"@walkeros/server-destination-api": "4.3.2
|
|
60
|
-
"@walkeros/transformer-validate": "4.3.2
|
|
56
|
+
"@walkeros/collector": "4.3.2",
|
|
57
|
+
"@walkeros/core": "4.3.2",
|
|
58
|
+
"@walkeros/server-core": "4.3.2",
|
|
59
|
+
"@walkeros/server-destination-api": "4.3.2",
|
|
60
|
+
"@walkeros/transformer-validate": "4.3.2",
|
|
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.3.2
|
|
88
|
-
"@walkeros/core": "4.3.2
|
|
87
|
+
"@walkeros/config": "4.3.2",
|
|
88
|
+
"@walkeros/core": "4.3.2",
|
|
89
89
|
"msw": "^2.12.10",
|
|
90
90
|
"openapi-typescript": "^7.13.0",
|
|
91
91
|
"tsx": "^4.21.0"
|