@walkeros/destination-demo 3.0.2 → 3.1.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.
@@ -1,8 +1,12 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/destination-demo",
4
- "version": "3.0.1",
4
+ "version": "3.0.2",
5
5
  "type": "destination",
6
+ "platform": [
7
+ "web"
8
+ ],
9
+ "docs": "https://www.walkeros.io/docs/destinations/demo",
6
10
  "source": "https://github.com/elbwalker/walkerOS/tree/main/packages/web/destinations/demo/src"
7
11
  },
8
12
  "schemas": {
@@ -131,7 +135,7 @@
131
135
  "group": "gr0up",
132
136
  "count": 1,
133
137
  "version": {
134
- "source": "3.0.1",
138
+ "source": "3.0.2",
135
139
  "tagging": 1
136
140
  },
137
141
  "source": {
@@ -227,7 +231,7 @@
227
231
  "group": "gr0up",
228
232
  "count": 1,
229
233
  "version": {
230
- "source": "3.0.1",
234
+ "source": "3.0.2",
231
235
  "tagging": 1
232
236
  },
233
237
  "source": {
@@ -292,7 +296,7 @@
292
296
  "group": "gr0up",
293
297
  "count": 1,
294
298
  "version": {
295
- "source": "3.0.1",
299
+ "source": "3.0.2",
296
300
  "tagging": 1
297
301
  },
298
302
  "source": {
@@ -356,7 +360,7 @@
356
360
  "group": "gr0up",
357
361
  "count": 1,
358
362
  "version": {
359
- "source": "3.0.1",
363
+ "source": "3.0.2",
360
364
  "tagging": 1
361
365
  },
362
366
  "source": {
package/package.json CHANGED
@@ -1,13 +1,17 @@
1
1
  {
2
2
  "name": "@walkeros/destination-demo",
3
3
  "description": "Demo destination for walkerOS - logs events to console",
4
- "version": "3.0.2",
4
+ "version": "3.1.0",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
8
8
  "types": "./dist/index.d.ts",
9
9
  "walkerOS": {
10
- "type": "destination"
10
+ "type": "destination",
11
+ "platform": [
12
+ "web"
13
+ ],
14
+ "docs": "https://www.walkeros.io/docs/destinations/demo"
11
15
  },
12
16
  "exports": {
13
17
  ".": {
@@ -33,7 +37,7 @@
33
37
  "test": "jest"
34
38
  },
35
39
  "dependencies": {
36
- "@walkeros/core": "^3.0.2"
40
+ "@walkeros/core": "^3.1.0"
37
41
  },
38
42
  "repository": {
39
43
  "url": "git+https://github.com/elbwalker/walkerOS.git",