@walkeros/web-destination-api 3.0.2 → 3.1.0
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 +14122 -23
- package/dist/examples/index.mjs +14122 -23
- 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 +7 -5
- package/package.json +6 -4
package/dist/walkerOS.json
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-api",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.2",
|
|
5
5
|
"type": "destination",
|
|
6
|
-
"platform":
|
|
6
|
+
"platform": [
|
|
7
|
+
"web"
|
|
8
|
+
],
|
|
7
9
|
"docs": "https://www.walkeros.io/docs/destinations/api/web",
|
|
8
10
|
"source": "https://github.com/elbwalker/walkerOS/tree/main/packages/web/destinations/api/src"
|
|
9
11
|
},
|
|
@@ -160,7 +162,7 @@
|
|
|
160
162
|
"group": "gr0up",
|
|
161
163
|
"count": 1,
|
|
162
164
|
"version": {
|
|
163
|
-
"source": "3.0.
|
|
165
|
+
"source": "3.0.2",
|
|
164
166
|
"tagging": 1
|
|
165
167
|
},
|
|
166
168
|
"source": {
|
|
@@ -241,7 +243,7 @@
|
|
|
241
243
|
"group": "gr0up",
|
|
242
244
|
"count": 1,
|
|
243
245
|
"version": {
|
|
244
|
-
"source": "3.0.
|
|
246
|
+
"source": "3.0.2",
|
|
245
247
|
"tagging": 1
|
|
246
248
|
},
|
|
247
249
|
"source": {
|
|
@@ -310,7 +312,7 @@
|
|
|
310
312
|
"group": "gr0up",
|
|
311
313
|
"count": 1,
|
|
312
314
|
"version": {
|
|
313
|
-
"source": "3.0.
|
|
315
|
+
"source": "3.0.2",
|
|
314
316
|
"tagging": 1
|
|
315
317
|
},
|
|
316
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.0
|
|
4
|
+
"version": "3.1.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"update": "npx npm-check-updates -u && npm update"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@walkeros/web-core": "^3.0
|
|
39
|
+
"@walkeros/web-core": "^3.1.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@walkeros/collector": "^3.0
|
|
42
|
+
"@walkeros/collector": "^3.1.0"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|
|
@@ -52,7 +52,9 @@
|
|
|
52
52
|
},
|
|
53
53
|
"walkerOS": {
|
|
54
54
|
"type": "destination",
|
|
55
|
-
"platform":
|
|
55
|
+
"platform": [
|
|
56
|
+
"web"
|
|
57
|
+
],
|
|
56
58
|
"docs": "https://www.walkeros.io/docs/destinations/api/web"
|
|
57
59
|
},
|
|
58
60
|
"keywords": [
|