@walkeros/server-destination-api 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,9 +1,11 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-api",
4
- "version": "3.0.1",
4
+ "version": "3.0.2",
5
5
  "type": "destination",
6
- "platform": "server",
6
+ "platform": [
7
+ "server"
8
+ ],
7
9
  "docs": "https://www.walkeros.io/docs/destinations/api/server",
8
10
  "source": "https://github.com/elbwalker/walkerOS/tree/main/packages/server/destinations/api/src"
9
11
  },
@@ -107,7 +109,7 @@
107
109
  "group": "gr0up",
108
110
  "count": 1,
109
111
  "version": {
110
- "source": "3.0.1",
112
+ "source": "3.0.2",
111
113
  "tagging": 1
112
114
  },
113
115
  "source": {
@@ -210,7 +212,7 @@
210
212
  "group": "gr0up",
211
213
  "count": 1,
212
214
  "version": {
213
- "source": "3.0.1",
215
+ "source": "3.0.2",
214
216
  "tagging": 1
215
217
  },
216
218
  "source": {
@@ -286,7 +288,7 @@
286
288
  "group": "gr0up",
287
289
  "count": 1,
288
290
  "version": {
289
- "source": "3.0.1",
291
+ "source": "3.0.2",
290
292
  "tagging": 1
291
293
  },
292
294
  "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.0.2",
4
+ "version": "3.1.0",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -36,8 +36,8 @@
36
36
  "update": "npx npm-check-updates -u && npm update"
37
37
  },
38
38
  "dependencies": {
39
- "@walkeros/core": "^3.0.2",
40
- "@walkeros/server-core": "^3.0.2"
39
+ "@walkeros/core": "^3.1.0",
40
+ "@walkeros/server-core": "^3.1.0"
41
41
  },
42
42
  "devDependencies": {},
43
43
  "repository": {
@@ -51,7 +51,9 @@
51
51
  },
52
52
  "walkerOS": {
53
53
  "type": "destination",
54
- "platform": "server",
54
+ "platform": [
55
+ "server"
56
+ ],
55
57
  "docs": "https://www.walkeros.io/docs/destinations/api/server"
56
58
  },
57
59
  "keywords": [