@walkeros/destination-demo 3.1.0 → 3.1.1
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.0
|
|
4
|
+
"version": "3.1.0",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"group": "gr0up",
|
|
136
136
|
"count": 1,
|
|
137
137
|
"version": {
|
|
138
|
-
"source": "3.0
|
|
138
|
+
"source": "3.1.0",
|
|
139
139
|
"tagging": 1
|
|
140
140
|
},
|
|
141
141
|
"source": {
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"group": "gr0up",
|
|
232
232
|
"count": 1,
|
|
233
233
|
"version": {
|
|
234
|
-
"source": "3.0
|
|
234
|
+
"source": "3.1.0",
|
|
235
235
|
"tagging": 1
|
|
236
236
|
},
|
|
237
237
|
"source": {
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
"group": "gr0up",
|
|
297
297
|
"count": 1,
|
|
298
298
|
"version": {
|
|
299
|
-
"source": "3.0
|
|
299
|
+
"source": "3.1.0",
|
|
300
300
|
"tagging": 1
|
|
301
301
|
},
|
|
302
302
|
"source": {
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"group": "gr0up",
|
|
361
361
|
"count": 1,
|
|
362
362
|
"version": {
|
|
363
|
-
"source": "3.0
|
|
363
|
+
"source": "3.1.0",
|
|
364
364
|
"tagging": 1
|
|
365
365
|
},
|
|
366
366
|
"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.1.
|
|
4
|
+
"version": "3.1.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"test": "jest"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@walkeros/core": "^3.1.
|
|
40
|
+
"@walkeros/core": "^3.1.1"
|
|
41
41
|
},
|
|
42
42
|
"repository": {
|
|
43
43
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|