@walkeros/cli 4.1.0-next-1779362268386 → 4.1.0
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 +5 -5
- package/dist/cli.js +2 -2
- package/dist/index.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @walkeros/cli
|
|
2
2
|
|
|
3
|
-
## 4.1.0
|
|
3
|
+
## 4.1.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -118,10 +118,10 @@
|
|
|
118
118
|
- Updated dependencies [058f7ed]
|
|
119
119
|
- Updated dependencies [28a8ac2]
|
|
120
120
|
- Updated dependencies [fd6076e]
|
|
121
|
-
- @walkeros/core@4.1.0
|
|
122
|
-
- @walkeros/collector@4.1.0
|
|
123
|
-
- @walkeros/server-core@4.1.0
|
|
124
|
-
- @walkeros/server-destination-api@4.1.0
|
|
121
|
+
- @walkeros/core@4.1.0
|
|
122
|
+
- @walkeros/collector@4.1.0
|
|
123
|
+
- @walkeros/server-core@4.1.0
|
|
124
|
+
- @walkeros/server-destination-api@4.1.0
|
|
125
125
|
|
|
126
126
|
## 4.0.2
|
|
127
127
|
|
package/dist/cli.js
CHANGED
|
@@ -6172,7 +6172,7 @@ async function rn(e4, n4 = {}) {
|
|
|
6172
6172
|
}
|
|
6173
6173
|
async function an(e4) {
|
|
6174
6174
|
const n4 = ee({ globalsStatic: {}, sessionStatic: {}, run: true, queueMax: 1e3 }, e4, { merge: false, extend: false }), t4 = { level: e4.logger?.level, handler: e4.logger?.handler }, o3 = ze(t4), s5 = { ...n4.globalsStatic, ...e4.globals }, a3 = { allowed: false, config: n4, consent: e4.consent || {}, custom: e4.custom || {}, destinations: {}, transformers: {}, stores: {}, globals: s5, hooks: e4.hooks || {}, logger: o3, on: {}, queue: [], round: 0, session: void 0, status: { startedAt: Date.now(), in: 0, out: 0, failed: 0, sources: {}, destinations: {}, dropped: {} }, timing: Date.now(), user: e4.user || {}, sources: {}, pending: { destinations: {} }, push: void 0, command: void 0 };
|
|
6175
|
-
a3.push = Je(a3, (e5) => ({ timing: Math.round((Date.now() - a3.timing) / 10) / 100, source: { type: "collector", schema: "4", version: "4.1.0
|
|
6175
|
+
a3.push = Je(a3, (e5) => ({ timing: Math.round((Date.now() - a3.timing) / 10) / 100, source: { type: "collector", schema: "4", version: "4.1.0" }, ...e5 })), a3.command = (function(e5, n5) {
|
|
6176
6176
|
return tt(async (t5, o4, s6) => await De(async () => await n5(e5, t5, o4, s6), (n6) => {
|
|
6177
6177
|
if (n6 instanceof Ue) throw n6;
|
|
6178
6178
|
return e5.status.failed++, e5.logger.error("command failed", { command: t5, data: o4, error: n6 }), Ee2({ ok: false });
|
|
@@ -9648,7 +9648,7 @@ function validateMapping(input) {
|
|
|
9648
9648
|
// src/commands/validate/validators/entry.ts
|
|
9649
9649
|
init_dist();
|
|
9650
9650
|
import Ajv from "ajv";
|
|
9651
|
-
var CLIENT_HEADER = "walkeros-cli/4.1.0
|
|
9651
|
+
var CLIENT_HEADER = "walkeros-cli/4.1.0";
|
|
9652
9652
|
var SECTIONS = ["destinations", "sources", "transformers"];
|
|
9653
9653
|
function resolveEntry(path19, flowConfig) {
|
|
9654
9654
|
const flows = flowConfig.flows;
|
package/dist/index.js
CHANGED
|
@@ -6528,7 +6528,7 @@ function validateMapping(input) {
|
|
|
6528
6528
|
// src/commands/validate/validators/entry.ts
|
|
6529
6529
|
import Ajv from "ajv";
|
|
6530
6530
|
import { fetchPackageSchema } from "@walkeros/core";
|
|
6531
|
-
var CLIENT_HEADER = "walkeros-cli/4.1.0
|
|
6531
|
+
var CLIENT_HEADER = "walkeros-cli/4.1.0";
|
|
6532
6532
|
var SECTIONS = ["destinations", "sources", "transformers"];
|
|
6533
6533
|
function resolveEntry(path20, flowConfig) {
|
|
6534
6534
|
const flows = flowConfig.flows;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/cli",
|
|
3
|
-
"version": "4.1.0
|
|
3
|
+
"version": "4.1.0",
|
|
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.0
|
|
54
|
-
"@walkeros/core": "4.1.0
|
|
55
|
-
"@walkeros/server-core": "4.1.0
|
|
56
|
-
"@walkeros/server-destination-api": "4.1.0
|
|
53
|
+
"@walkeros/collector": "4.1.0",
|
|
54
|
+
"@walkeros/core": "4.1.0",
|
|
55
|
+
"@walkeros/server-core": "4.1.0",
|
|
56
|
+
"@walkeros/server-destination-api": "4.1.0",
|
|
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.0
|
|
83
|
-
"@walkeros/core": "4.1.0
|
|
82
|
+
"@walkeros/config": "4.1.0",
|
|
83
|
+
"@walkeros/core": "4.1.0",
|
|
84
84
|
"msw": "^2.12.10",
|
|
85
85
|
"openapi-typescript": "^7.13.0",
|
|
86
86
|
"tsx": "^4.21.0"
|