@walkeros/destination-demo 2.1.0 → 2.1.1-next-1773136823705

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,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/destination-demo",
4
- "version": "2.0.0",
4
+ "version": "2.1.0",
5
5
  "type": "destination"
6
6
  },
7
7
  "schemas": {
@@ -130,7 +130,7 @@
130
130
  "group": "gr0up",
131
131
  "count": 1,
132
132
  "version": {
133
- "source": "2.0.1",
133
+ "source": "2.1.1",
134
134
  "tagging": 1
135
135
  },
136
136
  "source": {
@@ -226,7 +226,7 @@
226
226
  "group": "gr0up",
227
227
  "count": 1,
228
228
  "version": {
229
- "source": "2.0.1",
229
+ "source": "2.1.1",
230
230
  "tagging": 1
231
231
  },
232
232
  "source": {
@@ -291,7 +291,7 @@
291
291
  "group": "gr0up",
292
292
  "count": 1,
293
293
  "version": {
294
- "source": "2.0.1",
294
+ "source": "2.1.1",
295
295
  "tagging": 1
296
296
  },
297
297
  "source": {
@@ -355,7 +355,7 @@
355
355
  "group": "gr0up",
356
356
  "count": 1,
357
357
  "version": {
358
- "source": "2.0.1",
358
+ "source": "2.1.1",
359
359
  "tagging": 1
360
360
  },
361
361
  "source": {
package/package.json CHANGED
@@ -1,8 +1,9 @@
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": "2.1.1-next-1773136823705",
5
5
  "license": "MIT",
6
+ "sideEffects": false,
6
7
  "main": "./dist/index.js",
7
8
  "module": "./dist/index.mjs",
8
9
  "types": "./dist/index.d.ts",
@@ -33,7 +34,7 @@
33
34
  "test": "jest"
34
35
  },
35
36
  "dependencies": {
36
- "@walkeros/core": "^2.1.0"
37
+ "@walkeros/core": "2.2.0-next-1773136823705"
37
38
  },
38
39
  "repository": {
39
40
  "url": "git+https://github.com/elbwalker/walkerOS.git",