@walkeros/server-destination-gcp 3.0.1 → 3.0.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 +3 -3
- 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.0.
|
|
4
|
+
"version": "3.0.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": "server",
|
|
7
7
|
"exports": {
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"group": "gr0up",
|
|
123
123
|
"count": 1,
|
|
124
124
|
"version": {
|
|
125
|
-
"source": "3.0.
|
|
125
|
+
"source": "3.0.1",
|
|
126
126
|
"tagging": 1
|
|
127
127
|
},
|
|
128
128
|
"source": {
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
"group": "gr0up",
|
|
227
227
|
"count": 1,
|
|
228
228
|
"version": {
|
|
229
|
-
"source": "3.0.
|
|
229
|
+
"source": "3.0.1",
|
|
230
230
|
"tagging": 1
|
|
231
231
|
},
|
|
232
232
|
"source": {
|
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.0.
|
|
4
|
+
"version": "3.0.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@google-cloud/bigquery": "^8.1.1",
|
|
32
|
-
"@walkeros/server-core": "^3.0.
|
|
32
|
+
"@walkeros/server-core": "^3.0.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {},
|
|
35
35
|
"repository": {
|