@retailcrm/embed-ui 0.5.8 → 0.5.9
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/CHANGELOG.md +5 -0
- package/dist/meta.json +47 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
3
|
|
|
4
|
+
## [0.5.9](https://github.com/retailcrm/embed-ui/compare/v0.5.8...v0.5.9) (2025-01-15)
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* Added customContexts field to targets's metadata used by docs generators ([1bcc318](https://github.com/retailcrm/embed-ui/commit/1bcc318a75e31f9858f29011506be5e62040c6a4))
|
|
4
9
|
## [0.5.8](https://github.com/retailcrm/embed-ui/compare/v0.5.7...v0.5.8) (2025-01-14)
|
|
5
10
|
|
|
6
11
|
### Bug Fixes
|
package/dist/meta.json
CHANGED
|
@@ -489,7 +489,8 @@
|
|
|
489
489
|
"customer/card:phone",
|
|
490
490
|
"user/current",
|
|
491
491
|
"settings"
|
|
492
|
-
]
|
|
492
|
+
],
|
|
493
|
+
"customContexts": []
|
|
493
494
|
},
|
|
494
495
|
{
|
|
495
496
|
"id": "order/card:common.before",
|
|
@@ -507,6 +508,9 @@
|
|
|
507
508
|
"order/card",
|
|
508
509
|
"user/current",
|
|
509
510
|
"settings"
|
|
511
|
+
],
|
|
512
|
+
"customContexts": [
|
|
513
|
+
"order"
|
|
510
514
|
]
|
|
511
515
|
},
|
|
512
516
|
{
|
|
@@ -525,6 +529,9 @@
|
|
|
525
529
|
"order/card",
|
|
526
530
|
"user/current",
|
|
527
531
|
"settings"
|
|
532
|
+
],
|
|
533
|
+
"customContexts": [
|
|
534
|
+
"order"
|
|
528
535
|
]
|
|
529
536
|
},
|
|
530
537
|
{
|
|
@@ -543,6 +550,9 @@
|
|
|
543
550
|
"order/card",
|
|
544
551
|
"user/current",
|
|
545
552
|
"settings"
|
|
553
|
+
],
|
|
554
|
+
"customContexts": [
|
|
555
|
+
"order"
|
|
546
556
|
]
|
|
547
557
|
},
|
|
548
558
|
{
|
|
@@ -561,6 +571,9 @@
|
|
|
561
571
|
"order/card",
|
|
562
572
|
"user/current",
|
|
563
573
|
"settings"
|
|
574
|
+
],
|
|
575
|
+
"customContexts": [
|
|
576
|
+
"order"
|
|
564
577
|
]
|
|
565
578
|
},
|
|
566
579
|
{
|
|
@@ -579,6 +592,9 @@
|
|
|
579
592
|
"order/card",
|
|
580
593
|
"user/current",
|
|
581
594
|
"settings"
|
|
595
|
+
],
|
|
596
|
+
"customContexts": [
|
|
597
|
+
"order"
|
|
582
598
|
]
|
|
583
599
|
},
|
|
584
600
|
{
|
|
@@ -597,6 +613,9 @@
|
|
|
597
613
|
"order/card",
|
|
598
614
|
"user/current",
|
|
599
615
|
"settings"
|
|
616
|
+
],
|
|
617
|
+
"customContexts": [
|
|
618
|
+
"order"
|
|
600
619
|
]
|
|
601
620
|
},
|
|
602
621
|
{
|
|
@@ -615,6 +634,9 @@
|
|
|
615
634
|
"order/card",
|
|
616
635
|
"user/current",
|
|
617
636
|
"settings"
|
|
637
|
+
],
|
|
638
|
+
"customContexts": [
|
|
639
|
+
"order"
|
|
618
640
|
]
|
|
619
641
|
},
|
|
620
642
|
{
|
|
@@ -633,6 +655,9 @@
|
|
|
633
655
|
"order/card",
|
|
634
656
|
"user/current",
|
|
635
657
|
"settings"
|
|
658
|
+
],
|
|
659
|
+
"customContexts": [
|
|
660
|
+
"order"
|
|
636
661
|
]
|
|
637
662
|
},
|
|
638
663
|
{
|
|
@@ -651,6 +676,9 @@
|
|
|
651
676
|
"order/card",
|
|
652
677
|
"user/current",
|
|
653
678
|
"settings"
|
|
679
|
+
],
|
|
680
|
+
"customContexts": [
|
|
681
|
+
"order"
|
|
654
682
|
]
|
|
655
683
|
},
|
|
656
684
|
{
|
|
@@ -669,6 +697,9 @@
|
|
|
669
697
|
"order/card",
|
|
670
698
|
"user/current",
|
|
671
699
|
"settings"
|
|
700
|
+
],
|
|
701
|
+
"customContexts": [
|
|
702
|
+
"order"
|
|
672
703
|
]
|
|
673
704
|
},
|
|
674
705
|
{
|
|
@@ -687,6 +718,9 @@
|
|
|
687
718
|
"order/card",
|
|
688
719
|
"user/current",
|
|
689
720
|
"settings"
|
|
721
|
+
],
|
|
722
|
+
"customContexts": [
|
|
723
|
+
"order"
|
|
690
724
|
]
|
|
691
725
|
},
|
|
692
726
|
{
|
|
@@ -705,6 +739,9 @@
|
|
|
705
739
|
"order/card",
|
|
706
740
|
"user/current",
|
|
707
741
|
"settings"
|
|
742
|
+
],
|
|
743
|
+
"customContexts": [
|
|
744
|
+
"order"
|
|
708
745
|
]
|
|
709
746
|
},
|
|
710
747
|
{
|
|
@@ -723,6 +760,9 @@
|
|
|
723
760
|
"order/card",
|
|
724
761
|
"user/current",
|
|
725
762
|
"settings"
|
|
763
|
+
],
|
|
764
|
+
"customContexts": [
|
|
765
|
+
"order"
|
|
726
766
|
]
|
|
727
767
|
},
|
|
728
768
|
{
|
|
@@ -741,6 +781,9 @@
|
|
|
741
781
|
"order/card",
|
|
742
782
|
"user/current",
|
|
743
783
|
"settings"
|
|
784
|
+
],
|
|
785
|
+
"customContexts": [
|
|
786
|
+
"order"
|
|
744
787
|
]
|
|
745
788
|
},
|
|
746
789
|
{
|
|
@@ -759,6 +802,9 @@
|
|
|
759
802
|
"order/card",
|
|
760
803
|
"user/current",
|
|
761
804
|
"settings"
|
|
805
|
+
],
|
|
806
|
+
"customContexts": [
|
|
807
|
+
"order"
|
|
762
808
|
]
|
|
763
809
|
}
|
|
764
810
|
],
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@retailcrm/embed-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.9",
|
|
5
5
|
"description": "API and components for creating RetailCRM UI extensions",
|
|
6
6
|
"repository": "git@github.com:retailcrm/embed-ui.git",
|
|
7
7
|
"author": "RetailDriverLLC <integration@retailcrm.ru>",
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@omnicajs/vue-remote": "^0.2.5",
|
|
39
39
|
"@remote-ui/rpc": "^1.4.5",
|
|
40
|
-
"@retailcrm/embed-ui-v1-contexts": "^0.5.
|
|
41
|
-
"@retailcrm/embed-ui-v1-types": "^0.5.
|
|
40
|
+
"@retailcrm/embed-ui-v1-contexts": "^0.5.9",
|
|
41
|
+
"@retailcrm/embed-ui-v1-types": "^0.5.9"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@eslint/eslintrc": "^3.0.2",
|
|
45
45
|
"@eslint/js": "^9.13.0",
|
|
46
|
-
"@retailcrm/embed-ui-v1-testing": "^0.5.
|
|
46
|
+
"@retailcrm/embed-ui-v1-testing": "^0.5.9",
|
|
47
47
|
"@types/git-semver-tags": "^7.0.0",
|
|
48
48
|
"@types/node": "^22.7.9",
|
|
49
49
|
"@types/semver": "^7.5.8",
|