@walkeros/destination-demo 2.1.0 → 3.0.0-next-1773236214827

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,9 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/destination-demo",
4
- "version": "2.0.0",
5
- "type": "destination"
4
+ "version": "2.1.0",
5
+ "type": "destination",
6
+ "source": "https://github.com/elbwalker/walkerOS/tree/main/packages/web/destinations/demo/src"
6
7
  },
7
8
  "schemas": {
8
9
  "mapping": {
@@ -130,7 +131,7 @@
130
131
  "group": "gr0up",
131
132
  "count": 1,
132
133
  "version": {
133
- "source": "2.0.1",
134
+ "source": "2.1.1",
134
135
  "tagging": 1
135
136
  },
136
137
  "source": {
@@ -226,7 +227,7 @@
226
227
  "group": "gr0up",
227
228
  "count": 1,
228
229
  "version": {
229
- "source": "2.0.1",
230
+ "source": "2.1.1",
230
231
  "tagging": 1
231
232
  },
232
233
  "source": {
@@ -291,7 +292,7 @@
291
292
  "group": "gr0up",
292
293
  "count": 1,
293
294
  "version": {
294
- "source": "2.0.1",
295
+ "source": "2.1.1",
295
296
  "tagging": 1
296
297
  },
297
298
  "source": {
@@ -355,7 +356,7 @@
355
356
  "group": "gr0up",
356
357
  "count": 1,
357
358
  "version": {
358
- "source": "2.0.1",
359
+ "source": "2.1.1",
359
360
  "tagging": 1
360
361
  },
361
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": "2.1.0",
4
+ "version": "3.0.0-next-1773236214827",
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": "^2.1.0"
36
+ "@walkeros/core": "3.0.0-next-1773236214827"
37
37
  },
38
38
  "repository": {
39
39
  "url": "git+https://github.com/elbwalker/walkerOS.git",