@walkeros/server-destination-gcp 3.1.1 → 3.2.0
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.js.map +1 -1
- package/dist/dev.mjs +1 -1
- package/dist/dev.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/schemas.js +1 -1
- package/dist/schemas.js.map +1 -1
- package/dist/schemas.mjs +1 -1
- package/dist/schemas.mjs.map +1 -1
- package/dist/walkerOS.json +4 -4
- 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.1.
|
|
4
|
+
"version": "3.1.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"env": {
|
|
66
66
|
"push": {
|
|
67
67
|
"BigQuery": {
|
|
68
|
-
"$code": "class{constructor(e){this.options=e,this.calls=[]}dataset(e){return this.calls.push({method:\"dataset\",args:[e]}),this}table(e){return this.calls.push({method:\"table\",args:[e]}),this}async insert(e){return this.calls.push({method:\"insert\",args:[e]}),Promise.resolve()}get mockFn(){return
|
|
68
|
+
"$code": "class{constructor(e){this.options=e,this.calls=[]}dataset(e){return this.calls.push({method:\"dataset\",args:[e]}),this}table(e){return this.calls.push({method:\"table\",args:[e]}),this}async insert(e){return this.calls.push({method:\"insert\",args:[e]}),Promise.resolve()}get mockFn(){return ch}}"
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
"simulation": [
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"group": "gr0up",
|
|
125
125
|
"count": 1,
|
|
126
126
|
"version": {
|
|
127
|
-
"source": "3.1.
|
|
127
|
+
"source": "3.1.1",
|
|
128
128
|
"tagging": 1
|
|
129
129
|
},
|
|
130
130
|
"source": {
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"group": "gr0up",
|
|
229
229
|
"count": 1,
|
|
230
230
|
"version": {
|
|
231
|
-
"source": "3.1.
|
|
231
|
+
"source": "3.1.1",
|
|
232
232
|
"tagging": 1
|
|
233
233
|
},
|
|
234
234
|
"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.
|
|
4
|
+
"version": "3.2.0",
|
|
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.
|
|
32
|
+
"@walkeros/server-core": "^3.2.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {},
|
|
35
35
|
"repository": {
|