@walkeros/server-destination-meta 3.4.1-next-1776790594143 → 3.4.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.
- package/dist/walkerOS.json +4 -4
- package/package.json +4 -4
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-meta",
|
|
4
|
-
"version": "3.4.1
|
|
4
|
+
"version": "3.4.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"group": "gr0up",
|
|
142
142
|
"count": 1,
|
|
143
143
|
"version": {
|
|
144
|
-
"source": "3.4.1
|
|
144
|
+
"source": "3.4.1",
|
|
145
145
|
"tagging": 1
|
|
146
146
|
},
|
|
147
147
|
"source": {
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"group": "gr0up",
|
|
207
207
|
"count": 1,
|
|
208
208
|
"version": {
|
|
209
|
-
"source": "3.4.1
|
|
209
|
+
"source": "3.4.1",
|
|
210
210
|
"tagging": 1
|
|
211
211
|
},
|
|
212
212
|
"source": {
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
"group": "gr0up",
|
|
345
345
|
"count": 1,
|
|
346
346
|
"version": {
|
|
347
|
-
"source": "3.4.1
|
|
347
|
+
"source": "3.4.1",
|
|
348
348
|
"tagging": 1
|
|
349
349
|
},
|
|
350
350
|
"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.4.1
|
|
4
|
+
"version": "3.4.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"update": "npx npm-check-updates -u && npm update"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@walkeros/core": "3.4.1
|
|
38
|
-
"@walkeros/server-core": "3.4.1
|
|
37
|
+
"@walkeros/core": "3.4.1",
|
|
38
|
+
"@walkeros/server-core": "3.4.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@walkeros/collector": "3.4.1
|
|
41
|
+
"@walkeros/collector": "3.4.1"
|
|
42
42
|
},
|
|
43
43
|
"repository": {
|
|
44
44
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|