@walkeros/destination-demo 3.4.0-next-1776749829492 → 3.4.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,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/destination-demo",
4
- "version": "3.4.0-next-1776749829492",
4
+ "version": "3.4.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.4.0-next-1776749829492",
138
+ "source": "3.4.0",
139
139
  "tagging": 1
140
140
  },
141
141
  "source": {
@@ -234,7 +234,7 @@
234
234
  "group": "gr0up",
235
235
  "count": 1,
236
236
  "version": {
237
- "source": "3.4.0-next-1776749829492",
237
+ "source": "3.4.0",
238
238
  "tagging": 1
239
239
  },
240
240
  "source": {
@@ -301,7 +301,7 @@
301
301
  "group": "gr0up",
302
302
  "count": 1,
303
303
  "version": {
304
- "source": "3.4.0-next-1776749829492",
304
+ "source": "3.4.0",
305
305
  "tagging": 1
306
306
  },
307
307
  "source": {
@@ -368,7 +368,7 @@
368
368
  "group": "gr0up",
369
369
  "count": 1,
370
370
  "version": {
371
- "source": "3.4.0-next-1776749829492",
371
+ "source": "3.4.0",
372
372
  "tagging": 1
373
373
  },
374
374
  "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.4.0-next-1776749829492",
4
+ "version": "3.4.0",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -38,7 +38,7 @@
38
38
  "test": "jest"
39
39
  },
40
40
  "dependencies": {
41
- "@walkeros/core": "3.4.0-next-1776749829492"
41
+ "@walkeros/core": "3.4.0"
42
42
  },
43
43
  "repository": {
44
44
  "url": "git+https://github.com/elbwalker/walkerOS.git",