@walkeros/server-destination-api 3.3.0-next-1776113011459 → 3.3.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
|
+
"version": "3.3.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"server"
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"group": "gr0up",
|
|
110
110
|
"count": 1,
|
|
111
111
|
"version": {
|
|
112
|
-
"source": "3.
|
|
112
|
+
"source": "3.3.1",
|
|
113
113
|
"tagging": 1
|
|
114
114
|
},
|
|
115
115
|
"source": {
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"group": "gr0up",
|
|
213
213
|
"count": 1,
|
|
214
214
|
"version": {
|
|
215
|
-
"source": "3.
|
|
215
|
+
"source": "3.3.1",
|
|
216
216
|
"tagging": 1
|
|
217
217
|
},
|
|
218
218
|
"source": {
|
|
@@ -288,7 +288,7 @@
|
|
|
288
288
|
"group": "gr0up",
|
|
289
289
|
"count": 1,
|
|
290
290
|
"version": {
|
|
291
|
-
"source": "3.
|
|
291
|
+
"source": "3.3.1",
|
|
292
292
|
"tagging": 1
|
|
293
293
|
},
|
|
294
294
|
"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.3.
|
|
4
|
+
"version": "3.3.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.3.
|
|
41
|
-
"@walkeros/server-core": "3.3.
|
|
40
|
+
"@walkeros/core": "3.3.1",
|
|
41
|
+
"@walkeros/server-core": "3.3.1"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {},
|
|
44
44
|
"repository": {
|