@walkeros/destination-demo 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/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.0.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"source": "https://github.com/elbwalker/walkerOS/tree/main/packages/web/destinations/demo/src"
|
|
7
7
|
},
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
"group": "gr0up",
|
|
132
132
|
"count": 1,
|
|
133
133
|
"version": {
|
|
134
|
-
"source": "3.0.
|
|
134
|
+
"source": "3.0.1",
|
|
135
135
|
"tagging": 1
|
|
136
136
|
},
|
|
137
137
|
"source": {
|
|
@@ -227,7 +227,7 @@
|
|
|
227
227
|
"group": "gr0up",
|
|
228
228
|
"count": 1,
|
|
229
229
|
"version": {
|
|
230
|
-
"source": "3.0.
|
|
230
|
+
"source": "3.0.1",
|
|
231
231
|
"tagging": 1
|
|
232
232
|
},
|
|
233
233
|
"source": {
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"group": "gr0up",
|
|
293
293
|
"count": 1,
|
|
294
294
|
"version": {
|
|
295
|
-
"source": "3.0.
|
|
295
|
+
"source": "3.0.1",
|
|
296
296
|
"tagging": 1
|
|
297
297
|
},
|
|
298
298
|
"source": {
|
|
@@ -356,7 +356,7 @@
|
|
|
356
356
|
"group": "gr0up",
|
|
357
357
|
"count": 1,
|
|
358
358
|
"version": {
|
|
359
|
-
"source": "3.0.
|
|
359
|
+
"source": "3.0.1",
|
|
360
360
|
"tagging": 1
|
|
361
361
|
},
|
|
362
362
|
"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.0.
|
|
4
|
+
"version": "3.0.2",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"test": "jest"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@walkeros/core": "^3.0.
|
|
36
|
+
"@walkeros/core": "^3.0.2"
|
|
37
37
|
},
|
|
38
38
|
"repository": {
|
|
39
39
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|