@walkeros/server-destination-gcp 4.2.1 → 4.2.2-next-1782236179392
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 +7 -0
- package/dist/walkerOS.json +5 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-gcp",
|
|
4
|
-
"version": "4.2.
|
|
4
|
+
"version": "4.2.2-next-1782236179392",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
"consent": {
|
|
240
240
|
"functional": true
|
|
241
241
|
},
|
|
242
|
-
"id": "
|
|
242
|
+
"id": "77873869c21be907",
|
|
243
243
|
"trigger": "load",
|
|
244
244
|
"entity": "page",
|
|
245
245
|
"action": "view",
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"user": "{\"id\":\"us3r\",\"device\":\"c00k13\",\"session\":\"s3ss10n\"}",
|
|
266
266
|
"nested": "[{\"entity\":\"child\",\"data\":{\"is\":\"subordinated\"}}]",
|
|
267
267
|
"consent": "{\"functional\":true}",
|
|
268
|
-
"id": "
|
|
268
|
+
"id": "77873869c21be907",
|
|
269
269
|
"trigger": "load",
|
|
270
270
|
"entity": "page",
|
|
271
271
|
"action": "view",
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"consent": {
|
|
361
361
|
"functional": true
|
|
362
362
|
},
|
|
363
|
-
"id": "
|
|
363
|
+
"id": "0475a9bfe202ff31",
|
|
364
364
|
"trigger": "load",
|
|
365
365
|
"entity": "order",
|
|
366
366
|
"action": "complete",
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
"user": "{\"id\":\"us3r\",\"device\":\"c00k13\",\"session\":\"s3ss10n\"}",
|
|
387
387
|
"nested": "[{\"entity\":\"product\",\"data\":{\"id\":\"ers\",\"name\":\"Everyday Ruck Snack\",\"color\":\"black\",\"size\":\"l\",\"price\":420},\"context\":{\"shopping\":[\"complete\",0]},\"nested\":[]},{\"entity\":\"product\",\"data\":{\"id\":\"cc\",\"name\":\"Cool Cap\",\"size\":\"one size\",\"price\":42},\"context\":{\"shopping\":[\"complete\",0]},\"nested\":[]},{\"entity\":\"gift\",\"data\":{\"name\":\"Surprise\"},\"context\":{\"shopping\":[\"complete\",0]},\"nested\":[]}]",
|
|
388
388
|
"consent": "{\"functional\":true}",
|
|
389
|
-
"id": "
|
|
389
|
+
"id": "0475a9bfe202ff31",
|
|
390
390
|
"trigger": "load",
|
|
391
391
|
"entity": "order",
|
|
392
392
|
"action": "complete",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-destination-gcp",
|
|
3
3
|
"description": "Google Cloud Platform server destinations for walkerOS (BigQuery, Pub/Sub)",
|
|
4
|
-
"version": "4.2.
|
|
4
|
+
"version": "4.2.2-next-1782236179392",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"@google-cloud/bigquery": "^8.1.1",
|
|
34
34
|
"@google-cloud/bigquery-storage": "^5.1.0",
|
|
35
35
|
"@google-cloud/pubsub": "^5.3.0",
|
|
36
|
-
"@walkeros/core": "4.2.
|
|
37
|
-
"@walkeros/server-core": "4.2.
|
|
36
|
+
"@walkeros/core": "4.2.2-next-1782236179392",
|
|
37
|
+
"@walkeros/server-core": "4.2.2-next-1782236179392"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {},
|
|
40
40
|
"repository": {
|