@walkeros/web-destination-segment 3.4.2 → 4.0.0-next-1777882869103
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/README.md +23 -23
- package/dist/dev.d.mts +13 -13
- package/dist/dev.d.ts +13 -13
- 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.d.mts +13 -13
- package/dist/examples/index.d.ts +13 -13
- package/dist/examples/index.js +37 -32
- package/dist/examples/index.mjs +37 -32
- 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 +52 -199
- package/package.json +3 -3
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-segment",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "4.0.0-next-1777882869103",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -15,16 +15,16 @@
|
|
|
15
15
|
"type": "object",
|
|
16
16
|
"properties": {
|
|
17
17
|
"identify": {
|
|
18
|
-
"description": "Per-event identity mapping. Resolves to an object with any of: userId, traits, anonymousId. Use with rule-level `
|
|
18
|
+
"description": "Per-event identity mapping. Resolves to an object with any of: userId, traits, anonymousId. Use with rule-level `silent: true` on login/identify events."
|
|
19
19
|
},
|
|
20
20
|
"group": {
|
|
21
|
-
"description": "Per-event group assignment. Resolves to { groupId, traits }. Use with rule-level `
|
|
21
|
+
"description": "Per-event group assignment. Resolves to { groupId, traits }. Use with rule-level `silent: true` on company/team events."
|
|
22
22
|
},
|
|
23
23
|
"page": {
|
|
24
|
-
"description": "Per-event page call configuration. Resolves to { category?, name?, properties? } for analytics.page(), or `true` for an empty analytics.page() that relies on SDK auto-collection. Use with rule-level `
|
|
24
|
+
"description": "Per-event page call configuration. Resolves to { category?, name?, properties? } for analytics.page(), or `true` for an empty analytics.page() that relies on SDK auto-collection. Use with rule-level `silent: true` on page view events."
|
|
25
25
|
},
|
|
26
26
|
"reset": {
|
|
27
|
-
"description": "Logout trigger. Resolves to a truthy value → analytics.reset() (clears userId, anonymousId, traits). Typically used with
|
|
27
|
+
"description": "Logout trigger. Resolves to a truthy value → analytics.reset() (clears userId, anonymousId, traits). Typically used with silent: true on a user logout rule."
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"additionalProperties": false
|
|
@@ -98,14 +98,14 @@
|
|
|
98
98
|
"init": {
|
|
99
99
|
"analytics": {
|
|
100
100
|
"load": {
|
|
101
|
-
"$code": "()=>({track:
|
|
101
|
+
"$code": "()=>({track:Ih,identify:Ih,group:Ih,page:Ih,alias:Ih,reset:Ih,setAnonymousId:Ih})"
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
105
|
"push": {
|
|
106
106
|
"analytics": {
|
|
107
107
|
"load": {
|
|
108
|
-
"$code": "()=>({track:
|
|
108
|
+
"$code": "()=>({track:Ih,identify:Ih,group:Ih,page:Ih,alias:Ih,reset:Ih,setAnonymousId:Ih})"
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
},
|
|
@@ -155,39 +155,25 @@
|
|
|
155
155
|
"entity": "child",
|
|
156
156
|
"data": {
|
|
157
157
|
"is": "subordinated"
|
|
158
|
-
},
|
|
159
|
-
"nested": [],
|
|
160
|
-
"context": {
|
|
161
|
-
"element": [
|
|
162
|
-
"child",
|
|
163
|
-
0
|
|
164
|
-
]
|
|
165
158
|
}
|
|
166
159
|
}
|
|
167
160
|
],
|
|
168
161
|
"consent": {
|
|
169
162
|
"functional": true
|
|
170
163
|
},
|
|
171
|
-
"id": "
|
|
164
|
+
"id": "eca93ecef5bac727",
|
|
172
165
|
"trigger": "test",
|
|
173
166
|
"entity": "company",
|
|
174
167
|
"action": "update",
|
|
175
168
|
"timestamp": 1700000108,
|
|
176
169
|
"timing": 3.14,
|
|
177
|
-
"group": "gr0up",
|
|
178
|
-
"count": 1,
|
|
179
|
-
"version": {
|
|
180
|
-
"source": "3.4.2",
|
|
181
|
-
"tagging": 1
|
|
182
|
-
},
|
|
183
170
|
"source": {
|
|
184
|
-
"type": "
|
|
185
|
-
"
|
|
186
|
-
"previous_id": "http://remotehost:9001"
|
|
171
|
+
"type": "collector",
|
|
172
|
+
"schema": "4"
|
|
187
173
|
}
|
|
188
174
|
},
|
|
189
175
|
"mapping": {
|
|
190
|
-
"
|
|
176
|
+
"silent": true,
|
|
191
177
|
"settings": {
|
|
192
178
|
"group": {
|
|
193
179
|
"map": {
|
|
@@ -251,22 +237,15 @@
|
|
|
251
237
|
"analytics": true,
|
|
252
238
|
"marketing": true
|
|
253
239
|
},
|
|
254
|
-
"id": "
|
|
240
|
+
"id": "f8db4f8925a65530",
|
|
255
241
|
"trigger": "load",
|
|
256
242
|
"entity": "product",
|
|
257
243
|
"action": "view",
|
|
258
244
|
"timestamp": 1700000112,
|
|
259
245
|
"timing": 3.14,
|
|
260
|
-
"group": "gr0up",
|
|
261
|
-
"count": 1,
|
|
262
|
-
"version": {
|
|
263
|
-
"source": "3.4.2",
|
|
264
|
-
"tagging": 1
|
|
265
|
-
},
|
|
266
246
|
"source": {
|
|
267
|
-
"type": "
|
|
268
|
-
"
|
|
269
|
-
"previous_id": "http://remotehost:9001"
|
|
247
|
+
"type": "collector",
|
|
248
|
+
"schema": "4"
|
|
270
249
|
}
|
|
271
250
|
},
|
|
272
251
|
"settings": {
|
|
@@ -353,22 +332,15 @@
|
|
|
353
332
|
"consent": {
|
|
354
333
|
"functional": true
|
|
355
334
|
},
|
|
356
|
-
"id": "
|
|
335
|
+
"id": "70a54fffbc99173a",
|
|
357
336
|
"trigger": "load",
|
|
358
337
|
"entity": "product",
|
|
359
338
|
"action": "view",
|
|
360
339
|
"timestamp": 1700000100,
|
|
361
340
|
"timing": 3.14,
|
|
362
|
-
"group": "gr0up",
|
|
363
|
-
"count": 1,
|
|
364
|
-
"version": {
|
|
365
|
-
"source": "3.4.2",
|
|
366
|
-
"tagging": 1
|
|
367
|
-
},
|
|
368
341
|
"source": {
|
|
369
|
-
"type": "
|
|
370
|
-
"
|
|
371
|
-
"previous_id": "http://remotehost:9001"
|
|
342
|
+
"type": "collector",
|
|
343
|
+
"schema": "4"
|
|
372
344
|
}
|
|
373
345
|
},
|
|
374
346
|
"out": [
|
|
@@ -414,35 +386,21 @@
|
|
|
414
386
|
"entity": "child",
|
|
415
387
|
"data": {
|
|
416
388
|
"is": "subordinated"
|
|
417
|
-
},
|
|
418
|
-
"nested": [],
|
|
419
|
-
"context": {
|
|
420
|
-
"element": [
|
|
421
|
-
"child",
|
|
422
|
-
0
|
|
423
|
-
]
|
|
424
389
|
}
|
|
425
390
|
}
|
|
426
391
|
],
|
|
427
392
|
"consent": {
|
|
428
393
|
"functional": true
|
|
429
394
|
},
|
|
430
|
-
"id": "
|
|
395
|
+
"id": "5a1d1bb78122343e",
|
|
431
396
|
"trigger": "load",
|
|
432
397
|
"entity": "page",
|
|
433
398
|
"action": "view",
|
|
434
399
|
"timestamp": 1700000104,
|
|
435
400
|
"timing": 3.14,
|
|
436
|
-
"group": "gr0up",
|
|
437
|
-
"count": 1,
|
|
438
|
-
"version": {
|
|
439
|
-
"source": "3.4.2",
|
|
440
|
-
"tagging": 1
|
|
441
|
-
},
|
|
442
401
|
"source": {
|
|
443
|
-
"type": "
|
|
444
|
-
"
|
|
445
|
-
"previous_id": "http://remotehost:9001"
|
|
402
|
+
"type": "collector",
|
|
403
|
+
"schema": "4"
|
|
446
404
|
}
|
|
447
405
|
},
|
|
448
406
|
"settings": {
|
|
@@ -498,22 +456,15 @@
|
|
|
498
456
|
"consent": {
|
|
499
457
|
"functional": true
|
|
500
458
|
},
|
|
501
|
-
"id": "
|
|
459
|
+
"id": "d1d2cdac4e8dcef9",
|
|
502
460
|
"trigger": "load",
|
|
503
461
|
"entity": "product",
|
|
504
462
|
"action": "view",
|
|
505
463
|
"timestamp": 1700000102,
|
|
506
464
|
"timing": 3.14,
|
|
507
|
-
"group": "gr0up",
|
|
508
|
-
"count": 1,
|
|
509
|
-
"version": {
|
|
510
|
-
"source": "3.4.2",
|
|
511
|
-
"tagging": 1
|
|
512
|
-
},
|
|
513
465
|
"source": {
|
|
514
|
-
"type": "
|
|
515
|
-
"
|
|
516
|
-
"previous_id": "http://remotehost:9001"
|
|
466
|
+
"type": "collector",
|
|
467
|
+
"schema": "4"
|
|
517
468
|
}
|
|
518
469
|
},
|
|
519
470
|
"configInclude": [
|
|
@@ -633,22 +584,15 @@
|
|
|
633
584
|
"consent": {
|
|
634
585
|
"functional": true
|
|
635
586
|
},
|
|
636
|
-
"id": "
|
|
587
|
+
"id": "c606ca2ee1ba927f",
|
|
637
588
|
"trigger": "load",
|
|
638
589
|
"entity": "order",
|
|
639
590
|
"action": "complete",
|
|
640
591
|
"timestamp": 1700000111,
|
|
641
592
|
"timing": 3.14,
|
|
642
|
-
"group": "gr0up",
|
|
643
|
-
"count": 1,
|
|
644
|
-
"version": {
|
|
645
|
-
"source": "3.4.2",
|
|
646
|
-
"tagging": 1
|
|
647
|
-
},
|
|
648
593
|
"source": {
|
|
649
|
-
"type": "
|
|
650
|
-
"
|
|
651
|
-
"previous_id": "http://remotehost:9001"
|
|
594
|
+
"type": "collector",
|
|
595
|
+
"schema": "4"
|
|
652
596
|
}
|
|
653
597
|
},
|
|
654
598
|
"mapping": {
|
|
@@ -751,39 +695,25 @@
|
|
|
751
695
|
"entity": "child",
|
|
752
696
|
"data": {
|
|
753
697
|
"is": "subordinated"
|
|
754
|
-
},
|
|
755
|
-
"nested": [],
|
|
756
|
-
"context": {
|
|
757
|
-
"element": [
|
|
758
|
-
"child",
|
|
759
|
-
0
|
|
760
|
-
]
|
|
761
698
|
}
|
|
762
699
|
}
|
|
763
700
|
],
|
|
764
701
|
"consent": {
|
|
765
702
|
"functional": true
|
|
766
703
|
},
|
|
767
|
-
"id": "
|
|
704
|
+
"id": "a87de67d981e0077",
|
|
768
705
|
"trigger": "load",
|
|
769
706
|
"entity": "page",
|
|
770
707
|
"action": "view",
|
|
771
708
|
"timestamp": 1700000109,
|
|
772
709
|
"timing": 3.14,
|
|
773
|
-
"group": "gr0up",
|
|
774
|
-
"count": 1,
|
|
775
|
-
"version": {
|
|
776
|
-
"source": "3.4.2",
|
|
777
|
-
"tagging": 1
|
|
778
|
-
},
|
|
779
710
|
"source": {
|
|
780
|
-
"type": "
|
|
781
|
-
"
|
|
782
|
-
"previous_id": "http://remotehost:9001"
|
|
711
|
+
"type": "collector",
|
|
712
|
+
"schema": "4"
|
|
783
713
|
}
|
|
784
714
|
},
|
|
785
715
|
"mapping": {
|
|
786
|
-
"
|
|
716
|
+
"silent": true,
|
|
787
717
|
"settings": {
|
|
788
718
|
"page": {
|
|
789
719
|
"map": {
|
|
@@ -844,39 +774,25 @@
|
|
|
844
774
|
"entity": "child",
|
|
845
775
|
"data": {
|
|
846
776
|
"is": "subordinated"
|
|
847
|
-
},
|
|
848
|
-
"nested": [],
|
|
849
|
-
"context": {
|
|
850
|
-
"element": [
|
|
851
|
-
"child",
|
|
852
|
-
0
|
|
853
|
-
]
|
|
854
777
|
}
|
|
855
778
|
}
|
|
856
779
|
],
|
|
857
780
|
"consent": {
|
|
858
781
|
"functional": true
|
|
859
782
|
},
|
|
860
|
-
"id": "
|
|
783
|
+
"id": "7880debfbd410c2f",
|
|
861
784
|
"trigger": "load",
|
|
862
785
|
"entity": "page",
|
|
863
786
|
"action": "view",
|
|
864
787
|
"timestamp": 1700000110,
|
|
865
788
|
"timing": 3.14,
|
|
866
|
-
"group": "gr0up",
|
|
867
|
-
"count": 1,
|
|
868
|
-
"version": {
|
|
869
|
-
"source": "3.4.2",
|
|
870
|
-
"tagging": 1
|
|
871
|
-
},
|
|
872
789
|
"source": {
|
|
873
|
-
"type": "
|
|
874
|
-
"
|
|
875
|
-
"previous_id": "http://remotehost:9001"
|
|
790
|
+
"type": "collector",
|
|
791
|
+
"schema": "4"
|
|
876
792
|
}
|
|
877
793
|
},
|
|
878
794
|
"mapping": {
|
|
879
|
-
"
|
|
795
|
+
"silent": true,
|
|
880
796
|
"settings": {
|
|
881
797
|
"page": true
|
|
882
798
|
}
|
|
@@ -919,39 +835,25 @@
|
|
|
919
835
|
"entity": "child",
|
|
920
836
|
"data": {
|
|
921
837
|
"is": "subordinated"
|
|
922
|
-
},
|
|
923
|
-
"nested": [],
|
|
924
|
-
"context": {
|
|
925
|
-
"element": [
|
|
926
|
-
"child",
|
|
927
|
-
0
|
|
928
|
-
]
|
|
929
838
|
}
|
|
930
839
|
}
|
|
931
840
|
],
|
|
932
841
|
"consent": {
|
|
933
842
|
"functional": true
|
|
934
843
|
},
|
|
935
|
-
"id": "
|
|
844
|
+
"id": "71bdc6d4c872c58c",
|
|
936
845
|
"trigger": "test",
|
|
937
846
|
"entity": "profile",
|
|
938
847
|
"action": "update",
|
|
939
848
|
"timestamp": 1700000106,
|
|
940
849
|
"timing": 3.14,
|
|
941
|
-
"group": "gr0up",
|
|
942
|
-
"count": 1,
|
|
943
|
-
"version": {
|
|
944
|
-
"source": "3.4.2",
|
|
945
|
-
"tagging": 1
|
|
946
|
-
},
|
|
947
850
|
"source": {
|
|
948
|
-
"type": "
|
|
949
|
-
"
|
|
950
|
-
"previous_id": "http://remotehost:9001"
|
|
851
|
+
"type": "collector",
|
|
852
|
+
"schema": "4"
|
|
951
853
|
}
|
|
952
854
|
},
|
|
953
855
|
"mapping": {
|
|
954
|
-
"
|
|
856
|
+
"silent": true,
|
|
955
857
|
"settings": {
|
|
956
858
|
"identify": {
|
|
957
859
|
"map": {
|
|
@@ -1058,22 +960,15 @@
|
|
|
1058
960
|
"consent": {
|
|
1059
961
|
"functional": true
|
|
1060
962
|
},
|
|
1061
|
-
"id": "
|
|
963
|
+
"id": "81e2ea16af7e1cf4",
|
|
1062
964
|
"trigger": "load",
|
|
1063
965
|
"entity": "order",
|
|
1064
966
|
"action": "complete",
|
|
1065
967
|
"timestamp": 1700000103,
|
|
1066
968
|
"timing": 3.14,
|
|
1067
|
-
"group": "gr0up",
|
|
1068
|
-
"count": 1,
|
|
1069
|
-
"version": {
|
|
1070
|
-
"source": "3.4.2",
|
|
1071
|
-
"tagging": 1
|
|
1072
|
-
},
|
|
1073
969
|
"source": {
|
|
1074
|
-
"type": "
|
|
1075
|
-
"
|
|
1076
|
-
"previous_id": "http://remotehost:9001"
|
|
970
|
+
"type": "collector",
|
|
971
|
+
"schema": "4"
|
|
1077
972
|
}
|
|
1078
973
|
},
|
|
1079
974
|
"configInclude": [
|
|
@@ -1129,39 +1024,25 @@
|
|
|
1129
1024
|
"entity": "child",
|
|
1130
1025
|
"data": {
|
|
1131
1026
|
"is": "subordinated"
|
|
1132
|
-
},
|
|
1133
|
-
"nested": [],
|
|
1134
|
-
"context": {
|
|
1135
|
-
"element": [
|
|
1136
|
-
"child",
|
|
1137
|
-
0
|
|
1138
|
-
]
|
|
1139
1027
|
}
|
|
1140
1028
|
}
|
|
1141
1029
|
],
|
|
1142
1030
|
"consent": {
|
|
1143
1031
|
"functional": true
|
|
1144
1032
|
},
|
|
1145
|
-
"id": "
|
|
1033
|
+
"id": "2ac227595782af33",
|
|
1146
1034
|
"trigger": "test",
|
|
1147
1035
|
"entity": "user",
|
|
1148
1036
|
"action": "login",
|
|
1149
1037
|
"timestamp": 1700000105,
|
|
1150
1038
|
"timing": 3.14,
|
|
1151
|
-
"group": "gr0up",
|
|
1152
|
-
"count": 1,
|
|
1153
|
-
"version": {
|
|
1154
|
-
"source": "3.4.2",
|
|
1155
|
-
"tagging": 1
|
|
1156
|
-
},
|
|
1157
1039
|
"source": {
|
|
1158
|
-
"type": "
|
|
1159
|
-
"
|
|
1160
|
-
"previous_id": "http://remotehost:9001"
|
|
1040
|
+
"type": "collector",
|
|
1041
|
+
"schema": "4"
|
|
1161
1042
|
}
|
|
1162
1043
|
},
|
|
1163
1044
|
"mapping": {
|
|
1164
|
-
"
|
|
1045
|
+
"silent": true,
|
|
1165
1046
|
"settings": {
|
|
1166
1047
|
"identify": {
|
|
1167
1048
|
"map": {
|
|
@@ -1236,39 +1117,25 @@
|
|
|
1236
1117
|
"entity": "child",
|
|
1237
1118
|
"data": {
|
|
1238
1119
|
"is": "subordinated"
|
|
1239
|
-
},
|
|
1240
|
-
"nested": [],
|
|
1241
|
-
"context": {
|
|
1242
|
-
"element": [
|
|
1243
|
-
"child",
|
|
1244
|
-
0
|
|
1245
|
-
]
|
|
1246
1120
|
}
|
|
1247
1121
|
}
|
|
1248
1122
|
],
|
|
1249
1123
|
"consent": {
|
|
1250
1124
|
"functional": true
|
|
1251
1125
|
},
|
|
1252
|
-
"id": "
|
|
1126
|
+
"id": "e0a3b3f45189ac13",
|
|
1253
1127
|
"trigger": "test",
|
|
1254
1128
|
"entity": "user",
|
|
1255
1129
|
"action": "logout",
|
|
1256
1130
|
"timestamp": 1700000107,
|
|
1257
1131
|
"timing": 3.14,
|
|
1258
|
-
"group": "gr0up",
|
|
1259
|
-
"count": 1,
|
|
1260
|
-
"version": {
|
|
1261
|
-
"source": "3.4.2",
|
|
1262
|
-
"tagging": 1
|
|
1263
|
-
},
|
|
1264
1132
|
"source": {
|
|
1265
|
-
"type": "
|
|
1266
|
-
"
|
|
1267
|
-
"previous_id": "http://remotehost:9001"
|
|
1133
|
+
"type": "collector",
|
|
1134
|
+
"schema": "4"
|
|
1268
1135
|
}
|
|
1269
1136
|
},
|
|
1270
1137
|
"mapping": {
|
|
1271
|
-
"
|
|
1138
|
+
"silent": true,
|
|
1272
1139
|
"settings": {
|
|
1273
1140
|
"reset": true
|
|
1274
1141
|
}
|
|
@@ -1315,35 +1182,21 @@
|
|
|
1315
1182
|
"entity": "child",
|
|
1316
1183
|
"data": {
|
|
1317
1184
|
"is": "subordinated"
|
|
1318
|
-
},
|
|
1319
|
-
"nested": [],
|
|
1320
|
-
"context": {
|
|
1321
|
-
"element": [
|
|
1322
|
-
"child",
|
|
1323
|
-
0
|
|
1324
|
-
]
|
|
1325
1185
|
}
|
|
1326
1186
|
}
|
|
1327
1187
|
],
|
|
1328
1188
|
"consent": {
|
|
1329
1189
|
"functional": true
|
|
1330
1190
|
},
|
|
1331
|
-
"id": "
|
|
1191
|
+
"id": "6ccc7959a878c534",
|
|
1332
1192
|
"trigger": "test",
|
|
1333
1193
|
"entity": "debug",
|
|
1334
1194
|
"action": "noise",
|
|
1335
1195
|
"timestamp": 1700000101,
|
|
1336
1196
|
"timing": 3.14,
|
|
1337
|
-
"group": "gr0up",
|
|
1338
|
-
"count": 1,
|
|
1339
|
-
"version": {
|
|
1340
|
-
"source": "3.4.2",
|
|
1341
|
-
"tagging": 1
|
|
1342
|
-
},
|
|
1343
1197
|
"source": {
|
|
1344
|
-
"type": "
|
|
1345
|
-
"
|
|
1346
|
-
"previous_id": "http://remotehost:9001"
|
|
1198
|
+
"type": "collector",
|
|
1199
|
+
"schema": "4"
|
|
1347
1200
|
}
|
|
1348
1201
|
},
|
|
1349
1202
|
"mapping": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-segment",
|
|
3
3
|
"description": "Segment CDP web destination for walkerOS (@segment/analytics-next, full Segment Spec)",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "4.0.0-next-1777882869103",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.mjs",
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@segment/analytics-next": "^1.82.0",
|
|
41
|
-
"@walkeros/web-core": "
|
|
41
|
+
"@walkeros/web-core": "4.0.0-next-1777882869103"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@walkeros/collector": "
|
|
44
|
+
"@walkeros/collector": "4.0.0-next-1777882869103"
|
|
45
45
|
},
|
|
46
46
|
"repository": {
|
|
47
47
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|