@walkeros/server-destination-api 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 +3 -3
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/server-destination-api",
|
|
4
|
-
"version": "3.4.1
|
|
4
|
+
"version": "3.4.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"group": "gr0up",
|
|
112
112
|
"count": 1,
|
|
113
113
|
"version": {
|
|
114
|
-
"source": "3.4.1
|
|
114
|
+
"source": "3.4.1",
|
|
115
115
|
"tagging": 1
|
|
116
116
|
},
|
|
117
117
|
"source": {
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
"group": "gr0up",
|
|
222
222
|
"count": 1,
|
|
223
223
|
"version": {
|
|
224
|
-
"source": "3.4.1
|
|
224
|
+
"source": "3.4.1",
|
|
225
225
|
"tagging": 1
|
|
226
226
|
},
|
|
227
227
|
"source": {
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
"group": "gr0up",
|
|
304
304
|
"count": 1,
|
|
305
305
|
"version": {
|
|
306
|
-
"source": "3.4.1
|
|
306
|
+
"source": "3.4.1",
|
|
307
307
|
"tagging": 1
|
|
308
308
|
},
|
|
309
309
|
"source": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/server-destination-api",
|
|
3
3
|
"description": "API server destination for walkerOS",
|
|
4
|
-
"version": "3.4.1
|
|
4
|
+
"version": "3.4.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"update": "npx npm-check-updates -u && npm update"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@walkeros/core": "3.4.1
|
|
41
|
-
"@walkeros/server-core": "3.4.1
|
|
40
|
+
"@walkeros/core": "3.4.1",
|
|
41
|
+
"@walkeros/server-core": "3.4.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {},
|
|
44
44
|
"repository": {
|