repository-provider 35.5.0 → 35.5.2
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 +0 -111
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -55,26 +55,6 @@ console.log(await readme.string);
|
|
|
55
55
|
* [Parameters](#parameters-2)
|
|
56
56
|
* [mapAttributesInverse](#mapattributesinverse)
|
|
57
57
|
* [Parameters](#parameters-3)
|
|
58
|
-
* [default\_attribute](#default_attribute)
|
|
59
|
-
* [default\_attribute](#default_attribute-1)
|
|
60
|
-
* [boolean\_attribute](#boolean_attribute)
|
|
61
|
-
* [boolean\_read\_only\_attribute](#boolean_read_only_attribute)
|
|
62
|
-
* [uuid\_attribute](#uuid_attribute)
|
|
63
|
-
* [empty\_attribute](#empty_attribute)
|
|
64
|
-
* [secret\_attribute](#secret_attribute)
|
|
65
|
-
* [count\_attribute](#count_attribute)
|
|
66
|
-
* [size\_attribute](#size_attribute)
|
|
67
|
-
* [name\_attribute](#name_attribute)
|
|
68
|
-
* [url\_attribute](#url_attribute)
|
|
69
|
-
* [description\_attribute](#description_attribute)
|
|
70
|
-
* [id\_attribute](#id_attribute)
|
|
71
|
-
* [state\_attribute](#state_attribute)
|
|
72
|
-
* [body\_attribute](#body_attribute)
|
|
73
|
-
* [title\_attribute](#title_attribute)
|
|
74
|
-
* [priority\_attribute](#priority_attribute)
|
|
75
|
-
* [active\_attribute](#active_attribute)
|
|
76
|
-
* [language\_attribute](#language_attribute)
|
|
77
|
-
* [type\_attribute](#type_attribute)
|
|
78
58
|
* [BaseObject](#baseobject)
|
|
79
59
|
* [Parameters](#parameters-4)
|
|
80
60
|
* [Properties](#properties)
|
|
@@ -523,97 +503,6 @@ Filters out null, undefined and empty strings
|
|
|
523
503
|
|
|
524
504
|
Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** keys renamed after mapping
|
|
525
505
|
|
|
526
|
-
## default\_attribute
|
|
527
|
-
|
|
528
|
-
## default\_attribute
|
|
529
|
-
|
|
530
|
-
Common attribute properties.
|
|
531
|
-
|
|
532
|
-
Type: AttributeDefinition
|
|
533
|
-
|
|
534
|
-
## boolean\_attribute
|
|
535
|
-
|
|
536
|
-
Type: AttributeDefinition
|
|
537
|
-
|
|
538
|
-
## boolean\_read\_only\_attribute
|
|
539
|
-
|
|
540
|
-
Type: AttributeDefinition
|
|
541
|
-
|
|
542
|
-
## uuid\_attribute
|
|
543
|
-
|
|
544
|
-
Type: AttributeDefinition
|
|
545
|
-
|
|
546
|
-
## empty\_attribute
|
|
547
|
-
|
|
548
|
-
Type: AttributeDefinition
|
|
549
|
-
|
|
550
|
-
## secret\_attribute
|
|
551
|
-
|
|
552
|
-
Type: AttributeDefinition
|
|
553
|
-
|
|
554
|
-
## count\_attribute
|
|
555
|
-
|
|
556
|
-
Type: AttributeDefinition
|
|
557
|
-
|
|
558
|
-
## size\_attribute
|
|
559
|
-
|
|
560
|
-
Type: AttributeDefinition
|
|
561
|
-
|
|
562
|
-
## name\_attribute
|
|
563
|
-
|
|
564
|
-
Type: AttributeDefinition
|
|
565
|
-
|
|
566
|
-
## url\_attribute
|
|
567
|
-
|
|
568
|
-
Type: AttributeDefinition
|
|
569
|
-
|
|
570
|
-
## description\_attribute
|
|
571
|
-
|
|
572
|
-
The description of the object content.
|
|
573
|
-
|
|
574
|
-
Type: AttributeDefinition
|
|
575
|
-
|
|
576
|
-
## id\_attribute
|
|
577
|
-
|
|
578
|
-
Unique id within the provider.
|
|
579
|
-
|
|
580
|
-
Type: AttributeDefinition
|
|
581
|
-
|
|
582
|
-
## state\_attribute
|
|
583
|
-
|
|
584
|
-
Type: AttributeDefinition
|
|
585
|
-
|
|
586
|
-
## body\_attribute
|
|
587
|
-
|
|
588
|
-
The body text of the pull request.
|
|
589
|
-
|
|
590
|
-
Type: AttributeDefinition
|
|
591
|
-
|
|
592
|
-
## title\_attribute
|
|
593
|
-
|
|
594
|
-
The one line description of the pull request.
|
|
595
|
-
|
|
596
|
-
Type: AttributeDefinition
|
|
597
|
-
|
|
598
|
-
## priority\_attribute
|
|
599
|
-
|
|
600
|
-
In case there are several providers able to support a given source which one sould be used ?
|
|
601
|
-
this defines the order.
|
|
602
|
-
|
|
603
|
-
Type: AttributeDefinition
|
|
604
|
-
|
|
605
|
-
## active\_attribute
|
|
606
|
-
|
|
607
|
-
Type: AttributeDefinition
|
|
608
|
-
|
|
609
|
-
## language\_attribute
|
|
610
|
-
|
|
611
|
-
Type: AttributeDefinition
|
|
612
|
-
|
|
613
|
-
## type\_attribute
|
|
614
|
-
|
|
615
|
-
Type: AttributeDefinition
|
|
616
|
-
|
|
617
506
|
## BaseObject
|
|
618
507
|
|
|
619
508
|
Creates an instance of BaseObject.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "repository-provider",
|
|
3
|
-
"version": "35.5.
|
|
3
|
+
"version": "35.5.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"provenance": true
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"content-entry": "^14.2.3",
|
|
41
41
|
"matching-iterator": "^2.1.4",
|
|
42
|
-
"pacc": "^3.
|
|
42
|
+
"pacc": "^3.11.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"ava": "^6.4.1",
|
|
46
46
|
"browser-ava": "^2.3.31",
|
|
47
47
|
"c8": "^10.1.3",
|
|
48
48
|
"documentation": "^14.0.3",
|
|
49
|
-
"repository-provider-test-support": "^3.1.
|
|
49
|
+
"repository-provider-test-support": "^3.1.48",
|
|
50
50
|
"semantic-release": "^24.2.7",
|
|
51
51
|
"typescript": "^5.8.3"
|
|
52
52
|
},
|