@walkeros/server-destination-gcp 4.1.0 → 4.1.1-next-1779485810490
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 +9 -0
- package/dist/walkerOS.json +5 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @walkeros/server-destination-gcp
|
|
2
2
|
|
|
3
|
+
## 4.1.1-next-1779485810490
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [b0279ee]
|
|
8
|
+
- Updated dependencies [b0279ee]
|
|
9
|
+
- @walkeros/core@4.1.1-next-1779485810490
|
|
10
|
+
- @walkeros/server-core@4.1.1-next-1779485810490
|
|
11
|
+
|
|
3
12
|
## 4.1.0
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-gcp",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.1-next-1779485810490",
|
|
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": "7b915a75391c15ac",
|
|
243
243
|
"trigger": "load",
|
|
244
244
|
"entity": "page",
|
|
245
245
|
"action": "view",
|
|
@@ -263,7 +263,7 @@
|
|
|
263
263
|
"user": "{\"id\":\"us3r\",\"device\":\"c00k13\",\"session\":\"s3ss10n\"}",
|
|
264
264
|
"nested": "[{\"entity\":\"child\",\"data\":{\"is\":\"subordinated\"}}]",
|
|
265
265
|
"consent": "{\"functional\":true}",
|
|
266
|
-
"id": "
|
|
266
|
+
"id": "7b915a75391c15ac",
|
|
267
267
|
"trigger": "load",
|
|
268
268
|
"entity": "page",
|
|
269
269
|
"action": "view",
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
"consent": {
|
|
359
359
|
"functional": true
|
|
360
360
|
},
|
|
361
|
-
"id": "
|
|
361
|
+
"id": "0ede4f7ca9247394",
|
|
362
362
|
"trigger": "load",
|
|
363
363
|
"entity": "order",
|
|
364
364
|
"action": "complete",
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
"user": "{\"id\":\"us3r\",\"device\":\"c00k13\",\"session\":\"s3ss10n\"}",
|
|
383
383
|
"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\":[]}]",
|
|
384
384
|
"consent": "{\"functional\":true}",
|
|
385
|
-
"id": "
|
|
385
|
+
"id": "0ede4f7ca9247394",
|
|
386
386
|
"trigger": "load",
|
|
387
387
|
"entity": "order",
|
|
388
388
|
"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.1.
|
|
4
|
+
"version": "4.1.1-next-1779485810490",
|
|
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.1.
|
|
37
|
-
"@walkeros/server-core": "4.1.
|
|
36
|
+
"@walkeros/core": "4.1.1-next-1779485810490",
|
|
37
|
+
"@walkeros/server-core": "4.1.1-next-1779485810490"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {},
|
|
40
40
|
"repository": {
|