@walkeros/web-destination-api 3.2.0 → 3.3.0-next-1776113011459
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/dev.js +1 -1
- package/dist/dev.js.map +1 -1
- package/dist/dev.mjs +1 -1
- package/dist/dev.mjs.map +1 -1
- package/dist/examples/index.js +24 -14130
- package/dist/examples/index.mjs +24 -14130
- package/dist/index.browser.js +1 -1
- package/dist/index.es5.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/walkerOS.json +4 -4
- package/package.json +5 -4
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-api",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.2.0",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
"group": "gr0up",
|
|
163
163
|
"count": 1,
|
|
164
164
|
"version": {
|
|
165
|
-
"source": "3.
|
|
165
|
+
"source": "3.2.0",
|
|
166
166
|
"tagging": 1
|
|
167
167
|
},
|
|
168
168
|
"source": {
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"group": "gr0up",
|
|
244
244
|
"count": 1,
|
|
245
245
|
"version": {
|
|
246
|
-
"source": "3.
|
|
246
|
+
"source": "3.2.0",
|
|
247
247
|
"tagging": 1
|
|
248
248
|
},
|
|
249
249
|
"source": {
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
"group": "gr0up",
|
|
313
313
|
"count": 1,
|
|
314
314
|
"version": {
|
|
315
|
-
"source": "3.
|
|
315
|
+
"source": "3.2.0",
|
|
316
316
|
"tagging": 1
|
|
317
317
|
},
|
|
318
318
|
"source": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-api",
|
|
3
3
|
"description": "Web API destination for walkerOS",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.3.0-next-1776113011459",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -21,7 +21,8 @@
|
|
|
21
21
|
"types": "./dist/dev.d.ts",
|
|
22
22
|
"import": "./dist/dev.mjs",
|
|
23
23
|
"require": "./dist/dev.js"
|
|
24
|
-
}
|
|
24
|
+
},
|
|
25
|
+
"./walkerOS.json": "./dist/walkerOS.json"
|
|
25
26
|
},
|
|
26
27
|
"files": [
|
|
27
28
|
"dist/**"
|
|
@@ -36,10 +37,10 @@
|
|
|
36
37
|
"update": "npx npm-check-updates -u && npm update"
|
|
37
38
|
},
|
|
38
39
|
"dependencies": {
|
|
39
|
-
"@walkeros/web-core": "
|
|
40
|
+
"@walkeros/web-core": "3.3.0-next-1776113011459"
|
|
40
41
|
},
|
|
41
42
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "
|
|
43
|
+
"@walkeros/collector": "3.3.0-next-1776113011459"
|
|
43
44
|
},
|
|
44
45
|
"repository": {
|
|
45
46
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|