@walkeros/cli 1.0.1-next-1768820936934 → 1.0.2-next-1769158278557

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.
@@ -4,8 +4,8 @@
4
4
  "variables": {
5
5
  "currency": "EUR",
6
6
  "flowVersion": "1.0.0",
7
- "ga4MeasurementId": "${GA4_MEASUREMENT_ID:G-DEMO123456}",
8
- "apiUrl": "${API_URL:http://localhost:8080/collect}"
7
+ "ga4MeasurementId": "$env.GA4_MEASUREMENT_ID:G-DEMO123456",
8
+ "apiUrl": "$env.API_URL:http://localhost:8080/collect"
9
9
  },
10
10
  "definitions": {
11
11
  "ga4ItemsLoop": {
@@ -212,7 +212,7 @@
212
212
  "config": {
213
213
  "consent": { "marketing": true },
214
214
  "settings": {
215
- "ga4": { "measurementId": "$variables.ga4MeasurementId" }
215
+ "ga4": { "measurementId": "$var.ga4MeasurementId" }
216
216
  },
217
217
  "mapping": {
218
218
  "page": {
@@ -233,7 +233,7 @@
233
233
  "map": {
234
234
  "currency": {
235
235
  "key": "data.currency",
236
- "value": "$variables.currency"
236
+ "value": "$var.currency"
237
237
  },
238
238
  "value": "data.price",
239
239
  "items": {
@@ -258,7 +258,7 @@
258
258
  "map": {
259
259
  "currency": {
260
260
  "key": "data.currency",
261
- "value": "$variables.currency"
261
+ "value": "$var.currency"
262
262
  },
263
263
  "value": "data.price",
264
264
  "items": {
@@ -286,11 +286,11 @@
286
286
  "value": "data.total",
287
287
  "currency": {
288
288
  "key": "data.currency",
289
- "value": "$variables.currency"
289
+ "value": "$var.currency"
290
290
  },
291
291
  "tax": "data.tax",
292
292
  "shipping": "data.shipping",
293
- "items": { "$ref": "#/definitions/ga4ItemsLoop" }
293
+ "items": "$def.ga4ItemsLoop"
294
294
  }
295
295
  }
296
296
  }
@@ -307,7 +307,7 @@
307
307
  "package": "@walkeros/web-destination-api",
308
308
  "config": {
309
309
  "settings": {
310
- "url": "$variables.apiUrl",
310
+ "url": "$var.apiUrl",
311
311
  "batch": 5
312
312
  },
313
313
  "mapping": {
@@ -322,7 +322,7 @@
322
322
  "key": "user.email",
323
323
  "consent": { "marketing": true }
324
324
  },
325
- "items": { "$ref": "#/definitions/ga4ItemsLoop" }
325
+ "items": "$def.ga4ItemsLoop"
326
326
  }
327
327
  }
328
328
  }
@@ -347,7 +347,7 @@
347
347
  },
348
348
  "globals": {
349
349
  "environment": "demo",
350
- "version": "$variables.flowVersion"
350
+ "version": "$var.flowVersion"
351
351
  },
352
352
  "custom": {
353
353
  "campaign": "flow-demo"
@@ -357,8 +357,8 @@
357
357
  "server": {
358
358
  "server": {},
359
359
  "variables": {
360
- "metaPixelId": "${META_PIXEL_ID:123456789012345}",
361
- "metaAccessToken": "${META_ACCESS_TOKEN:demo_token}"
360
+ "metaPixelId": "$env.META_PIXEL_ID:123456789012345",
361
+ "metaAccessToken": "$env.META_ACCESS_TOKEN:demo_token"
362
362
  },
363
363
  "packages": {
364
364
  "@walkeros/collector": {},
@@ -444,8 +444,8 @@
444
444
  "before": "fingerprint",
445
445
  "config": {
446
446
  "settings": {
447
- "pixelId": "$variables.metaPixelId",
448
- "accessToken": "$variables.metaAccessToken",
447
+ "pixelId": "$var.metaPixelId",
448
+ "accessToken": "$var.metaAccessToken",
449
449
  "user_data": {
450
450
  "external_id": {
451
451
  "set": ["user.device", "user.session"]
@@ -481,7 +481,7 @@
481
481
  "value": "data.price",
482
482
  "currency": {
483
483
  "key": "data.currency",
484
- "value": "$variables.currency"
484
+ "value": "$var.currency"
485
485
  },
486
486
  "content_type": { "value": "product" },
487
487
  "content_ids": {
@@ -497,7 +497,7 @@
497
497
  "value": "data.price",
498
498
  "currency": {
499
499
  "key": "data.currency",
500
- "value": "$variables.currency"
500
+ "value": "$var.currency"
501
501
  },
502
502
  "content_type": { "value": "product" },
503
503
  "contents": {
@@ -523,10 +523,10 @@
523
523
  "value": "data.total",
524
524
  "currency": {
525
525
  "key": "data.currency",
526
- "value": "$variables.currency"
526
+ "value": "$var.currency"
527
527
  },
528
528
  "order_id": "data.id",
529
- "contents": { "$ref": "#/definitions/metaContentsLoop" }
529
+ "contents": "$def.metaContentsLoop"
530
530
  }
531
531
  }
532
532
  }
@@ -562,7 +562,7 @@
562
562
  },
563
563
  "globals": {
564
564
  "environment": "demo",
565
- "version": "$variables.flowVersion",
565
+ "version": "$var.flowVersion",
566
566
  "platform": "server"
567
567
  }
568
568
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@walkeros/cli",
3
- "version": "1.0.1-next-1768820936934",
3
+ "version": "1.0.2-next-1769158278557",
4
4
  "description": "walkerOS CLI - Bundle and deploy walkerOS components",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -33,8 +33,8 @@
33
33
  "docker:publish": "bash scripts/publish-docker.sh"
34
34
  },
35
35
  "dependencies": {
36
- "@walkeros/core": "1.0.0",
37
- "@walkeros/server-core": "1.0.0",
36
+ "@walkeros/core": "1.0.1-next-1769158278557",
37
+ "@walkeros/server-core": "1.0.1-next-1769158278557",
38
38
  "chalk": "^5.6.2",
39
39
  "commander": "^14.0.2",
40
40
  "cors": "^2.8.5",
@@ -50,7 +50,7 @@
50
50
  "@types/fs-extra": "^11.0.4",
51
51
  "@types/jsdom": "^21.1.7",
52
52
  "@types/pacote": "^11.1.8",
53
- "@walkeros/config": "*",
53
+ "@walkeros/config": "1.0.2-next-1769158278557",
54
54
  "tsx": "^4.21.0"
55
55
  },
56
56
  "repository": {