@walkeros/destination-demo 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/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/destination-demo",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"group": "gr0up",
|
|
138
138
|
"count": 1,
|
|
139
139
|
"version": {
|
|
140
|
-
"source": "3.4.
|
|
140
|
+
"source": "3.4.2",
|
|
141
141
|
"tagging": 1
|
|
142
142
|
},
|
|
143
143
|
"source": {
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
"group": "gr0up",
|
|
237
237
|
"count": 1,
|
|
238
238
|
"version": {
|
|
239
|
-
"source": "3.4.
|
|
239
|
+
"source": "3.4.2",
|
|
240
240
|
"tagging": 1
|
|
241
241
|
},
|
|
242
242
|
"source": {
|
|
@@ -305,7 +305,7 @@
|
|
|
305
305
|
"group": "gr0up",
|
|
306
306
|
"count": 1,
|
|
307
307
|
"version": {
|
|
308
|
-
"source": "3.4.
|
|
308
|
+
"source": "3.4.2",
|
|
309
309
|
"tagging": 1
|
|
310
310
|
},
|
|
311
311
|
"source": {
|
|
@@ -372,7 +372,7 @@
|
|
|
372
372
|
"group": "gr0up",
|
|
373
373
|
"count": 1,
|
|
374
374
|
"version": {
|
|
375
|
-
"source": "3.4.
|
|
375
|
+
"source": "3.4.2",
|
|
376
376
|
"tagging": 1
|
|
377
377
|
},
|
|
378
378
|
"source": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/destination-demo",
|
|
3
3
|
"description": "Demo destination for walkerOS - logs events to console",
|
|
4
|
-
"version": "3.4.
|
|
4
|
+
"version": "3.4.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"test": "jest"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@walkeros/core": "3.4.
|
|
41
|
+
"@walkeros/core": "3.4.2"
|
|
42
42
|
},
|
|
43
43
|
"repository": {
|
|
44
44
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|