@walkeros/server-destination-meta 2.1.0 → 2.1.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 +3 -3
- 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": "2.0
|
|
4
|
+
"version": "2.1.0",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": "server"
|
|
7
7
|
},
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"group": "gr0up",
|
|
136
136
|
"count": 1,
|
|
137
137
|
"version": {
|
|
138
|
-
"source": "2.0
|
|
138
|
+
"source": "2.1.0",
|
|
139
139
|
"tagging": 1
|
|
140
140
|
},
|
|
141
141
|
"source": {
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
"group": "gr0up",
|
|
208
208
|
"count": 1,
|
|
209
209
|
"version": {
|
|
210
|
-
"source": "2.0
|
|
210
|
+
"source": "2.1.0",
|
|
211
211
|
"tagging": 1
|
|
212
212
|
},
|
|
213
213
|
"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": "2.1.
|
|
4
|
+
"version": "2.1.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": "^2.1.
|
|
37
|
-
"@walkeros/server-core": "^2.1.
|
|
36
|
+
"@walkeros/core": "^2.1.1",
|
|
37
|
+
"@walkeros/server-core": "^2.1.1"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@walkeros/collector": "^2.1.
|
|
40
|
+
"@walkeros/collector": "^2.1.1"
|
|
41
41
|
},
|
|
42
42
|
"repository": {
|
|
43
43
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|