@walkeros/server-destination-api 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/server-destination-api",
4
- "version": "3.4.0-next-1776749829492",
4
+ "version": "3.4.0",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -109,7 +109,7 @@
109
109
  "group": "gr0up",
110
110
  "count": 1,
111
111
  "version": {
112
- "source": "3.4.0-next-1776749829492",
112
+ "source": "3.4.0",
113
113
  "tagging": 1
114
114
  },
115
115
  "source": {
@@ -217,7 +217,7 @@
217
217
  "group": "gr0up",
218
218
  "count": 1,
219
219
  "version": {
220
- "source": "3.4.0-next-1776749829492",
220
+ "source": "3.4.0",
221
221
  "tagging": 1
222
222
  },
223
223
  "source": {
@@ -297,7 +297,7 @@
297
297
  "group": "gr0up",
298
298
  "count": 1,
299
299
  "version": {
300
- "source": "3.4.0-next-1776749829492",
300
+ "source": "3.4.0",
301
301
  "tagging": 1
302
302
  },
303
303
  "source": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-api",
3
3
  "description": "API server destination for walkerOS",
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",
@@ -37,8 +37,8 @@
37
37
  "update": "npx npm-check-updates -u && npm update"
38
38
  },
39
39
  "dependencies": {
40
- "@walkeros/core": "3.4.0-next-1776749829492",
41
- "@walkeros/server-core": "3.4.0-next-1776749829492"
40
+ "@walkeros/core": "3.4.0",
41
+ "@walkeros/server-core": "3.4.0"
42
42
  },
43
43
  "devDependencies": {},
44
44
  "repository": {