@walkeros/server-destination-gcp 3.4.1 → 3.4.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/dist/dev.js +1 -1
- package/dist/dev.mjs +1 -1
- package/dist/walkerOS.json +5 -5
- package/package.json +2 -2
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-gcp",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"group": "gr0up",
|
|
127
127
|
"count": 1,
|
|
128
128
|
"version": {
|
|
129
|
-
"source": "3.4.
|
|
129
|
+
"source": "3.4.2",
|
|
130
130
|
"tagging": 1
|
|
131
131
|
},
|
|
132
132
|
"source": {
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"timing": 3.14,
|
|
159
159
|
"group": "gr0up",
|
|
160
160
|
"count": 1,
|
|
161
|
-
"version": "{\"source\":\"3.4.
|
|
161
|
+
"version": "{\"source\":\"3.4.2\",\"tagging\":1}",
|
|
162
162
|
"source": "{\"type\":\"server\",\"id\":\"\",\"previous_id\":\"\"}",
|
|
163
163
|
"createdAt": {}
|
|
164
164
|
}
|
|
@@ -258,7 +258,7 @@
|
|
|
258
258
|
"group": "gr0up",
|
|
259
259
|
"count": 1,
|
|
260
260
|
"version": {
|
|
261
|
-
"source": "3.4.
|
|
261
|
+
"source": "3.4.2",
|
|
262
262
|
"tagging": 1
|
|
263
263
|
},
|
|
264
264
|
"source": {
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
"timing": 3.14,
|
|
291
291
|
"group": "gr0up",
|
|
292
292
|
"count": 1,
|
|
293
|
-
"version": "{\"source\":\"3.4.
|
|
293
|
+
"version": "{\"source\":\"3.4.2\",\"tagging\":1}",
|
|
294
294
|
"source": "{\"type\":\"server\",\"id\":\"\",\"previous_id\":\"\"}",
|
|
295
295
|
"createdAt": {}
|
|
296
296
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-destination-gcp",
|
|
3
3
|
"description": "Google Cloud Platform server destination for walkerOS (BigQuery)",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@google-cloud/bigquery": "^8.1.1",
|
|
33
|
-
"@walkeros/server-core": "3.4.
|
|
33
|
+
"@walkeros/server-core": "3.4.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {},
|
|
36
36
|
"repository": {
|