@walkeros/server-destination-meta 3.2.0 → 3.3.0-next-1776098542393

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": "3.1.1",
4
+ "version": "3.2.0",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -139,7 +139,7 @@
139
139
  "group": "gr0up",
140
140
  "count": 1,
141
141
  "version": {
142
- "source": "3.1.1",
142
+ "source": "3.2.0",
143
143
  "tagging": 1
144
144
  },
145
145
  "source": {
@@ -211,7 +211,7 @@
211
211
  "group": "gr0up",
212
212
  "count": 1,
213
213
  "version": {
214
- "source": "3.1.1",
214
+ "source": "3.2.0",
215
215
  "tagging": 1
216
216
  },
217
217
  "source": {
@@ -365,7 +365,7 @@
365
365
  "group": "gr0up",
366
366
  "count": 1,
367
367
  "version": {
368
- "source": "3.1.1",
368
+ "source": "3.2.0",
369
369
  "tagging": 1
370
370
  },
371
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.2.0",
4
+ "version": "3.3.0-next-1776098542393",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -14,6 +14,7 @@
14
14
  "import": "./dist/dev.mjs",
15
15
  "require": "./dist/dev.js"
16
16
  },
17
+ "./walkerOS.json": "./dist/walkerOS.json",
17
18
  "./examples": {
18
19
  "types": "./dist/examples/index.d.ts",
19
20
  "import": "./dist/examples/index.mjs",
@@ -33,11 +34,11 @@
33
34
  "update": "npx npm-check-updates -u && npm update"
34
35
  },
35
36
  "dependencies": {
36
- "@walkeros/core": "^3.2.0",
37
- "@walkeros/server-core": "^3.2.0"
37
+ "@walkeros/core": "3.3.0-next-1776098542393",
38
+ "@walkeros/server-core": "3.3.0-next-1776098542393"
38
39
  },
39
40
  "devDependencies": {
40
- "@walkeros/collector": "^3.2.0"
41
+ "@walkeros/collector": "3.3.0-next-1776098542393"
41
42
  },
42
43
  "repository": {
43
44
  "url": "git+https://github.com/elbwalker/walkerOS.git",