@walkeros/server-destination-meta 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-meta",
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/server/meta-capi",
8
10
  "source": "https://github.com/elbwalker/walkerOS/tree/main/packages/server/destinations/meta/src"
9
11
  },
@@ -137,7 +139,7 @@
137
139
  "group": "gr0up",
138
140
  "count": 1,
139
141
  "version": {
140
- "source": "3.0.1",
142
+ "source": "3.0.2",
141
143
  "tagging": 1
142
144
  },
143
145
  "source": {
@@ -209,7 +211,7 @@
209
211
  "group": "gr0up",
210
212
  "count": 1,
211
213
  "version": {
212
- "source": "3.0.1",
214
+ "source": "3.0.2",
213
215
  "tagging": 1
214
216
  },
215
217
  "source": {
@@ -363,7 +365,7 @@
363
365
  "group": "gr0up",
364
366
  "count": 1,
365
367
  "version": {
366
- "source": "3.0.1",
368
+ "source": "3.0.2",
367
369
  "tagging": 1
368
370
  },
369
371
  "source": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-meta",
3
3
  "description": "Meta server destination for walkerOS",
4
- "version": "3.0.2",
4
+ "version": "3.1.0",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -33,11 +33,11 @@
33
33
  "update": "npx npm-check-updates -u && npm update"
34
34
  },
35
35
  "dependencies": {
36
- "@walkeros/core": "^3.0.2",
37
- "@walkeros/server-core": "^3.0.2"
36
+ "@walkeros/core": "^3.1.0",
37
+ "@walkeros/server-core": "^3.1.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@walkeros/collector": "^3.0.2"
40
+ "@walkeros/collector": "^3.1.0"
41
41
  },
42
42
  "repository": {
43
43
  "url": "git+https://github.com/elbwalker/walkerOS.git",
@@ -50,7 +50,9 @@
50
50
  },
51
51
  "walkerOS": {
52
52
  "type": "destination",
53
- "platform": "server",
53
+ "platform": [
54
+ "server"
55
+ ],
54
56
  "docs": "https://www.walkeros.io/docs/destinations/server/meta-capi"
55
57
  },
56
58
  "keywords": [