@walkeros/server-destination-meta 3.0.0 → 3.0.1

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-meta",
4
- "version": "2.1.1",
4
+ "version": "3.0.0",
5
5
  "type": "destination",
6
6
  "platform": "server",
7
7
  "docs": "https://www.walkeros.io/docs/destinations/server/meta-capi",
@@ -137,7 +137,7 @@
137
137
  "group": "gr0up",
138
138
  "count": 1,
139
139
  "version": {
140
- "source": "2.1.1",
140
+ "source": "3.0.0",
141
141
  "tagging": 1
142
142
  },
143
143
  "source": {
@@ -209,7 +209,7 @@
209
209
  "group": "gr0up",
210
210
  "count": 1,
211
211
  "version": {
212
- "source": "2.1.1",
212
+ "source": "3.0.0",
213
213
  "tagging": 1
214
214
  },
215
215
  "source": {
@@ -363,7 +363,7 @@
363
363
  "group": "gr0up",
364
364
  "count": 1,
365
365
  "version": {
366
- "source": "2.1.1",
366
+ "source": "3.0.0",
367
367
  "tagging": 1
368
368
  },
369
369
  "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.0",
4
+ "version": "3.0.1",
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.0",
37
- "@walkeros/server-core": "^3.0.0"
36
+ "@walkeros/core": "^3.0.1",
37
+ "@walkeros/server-core": "^3.0.1"
38
38
  },
39
39
  "devDependencies": {
40
- "@walkeros/collector": "^3.0.0"
40
+ "@walkeros/collector": "^3.0.1"
41
41
  },
42
42
  "repository": {
43
43
  "url": "git+https://github.com/elbwalker/walkerOS.git",