@almadar/patterns 2.30.2 → 2.30.4
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/registry.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-05-
|
|
3
|
+
"exportedAt": "2026-05-20T18:19:31.393Z",
|
|
4
4
|
"services": {
|
|
5
5
|
"llm": {
|
|
6
6
|
"name": "llm",
|
|
@@ -887,6 +887,122 @@
|
|
|
887
887
|
"body": "string",
|
|
888
888
|
"state": "string"
|
|
889
889
|
}
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"name": "getFile",
|
|
893
|
+
"description": "",
|
|
894
|
+
"params": [
|
|
895
|
+
{
|
|
896
|
+
"name": "owner",
|
|
897
|
+
"type": "string",
|
|
898
|
+
"required": true,
|
|
899
|
+
"description": ""
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
"name": "repo",
|
|
903
|
+
"type": "string",
|
|
904
|
+
"required": true,
|
|
905
|
+
"description": ""
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"name": "path",
|
|
909
|
+
"type": "string",
|
|
910
|
+
"required": true,
|
|
911
|
+
"description": ""
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
"name": "ref",
|
|
915
|
+
"type": "string",
|
|
916
|
+
"required": false,
|
|
917
|
+
"description": ""
|
|
918
|
+
}
|
|
919
|
+
],
|
|
920
|
+
"responseShape": {
|
|
921
|
+
"path": "string",
|
|
922
|
+
"content": "string",
|
|
923
|
+
"sha": "string",
|
|
924
|
+
"size": "number"
|
|
925
|
+
}
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
"name": "listCommits",
|
|
929
|
+
"description": "",
|
|
930
|
+
"params": [
|
|
931
|
+
{
|
|
932
|
+
"name": "owner",
|
|
933
|
+
"type": "string",
|
|
934
|
+
"required": true,
|
|
935
|
+
"description": ""
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"name": "repo",
|
|
939
|
+
"type": "string",
|
|
940
|
+
"required": true,
|
|
941
|
+
"description": ""
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"name": "path",
|
|
945
|
+
"type": "string",
|
|
946
|
+
"required": false,
|
|
947
|
+
"description": ""
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
"name": "ref",
|
|
951
|
+
"type": "string",
|
|
952
|
+
"required": false,
|
|
953
|
+
"description": ""
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
"name": "per_page",
|
|
957
|
+
"type": "number",
|
|
958
|
+
"required": false,
|
|
959
|
+
"description": ""
|
|
960
|
+
}
|
|
961
|
+
],
|
|
962
|
+
"responseShape": {
|
|
963
|
+
"commits": "array"
|
|
964
|
+
}
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"name": "createIssue",
|
|
968
|
+
"description": "",
|
|
969
|
+
"params": [
|
|
970
|
+
{
|
|
971
|
+
"name": "owner",
|
|
972
|
+
"type": "string",
|
|
973
|
+
"required": true,
|
|
974
|
+
"description": ""
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"name": "repo",
|
|
978
|
+
"type": "string",
|
|
979
|
+
"required": true,
|
|
980
|
+
"description": ""
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"name": "title",
|
|
984
|
+
"type": "string",
|
|
985
|
+
"required": true,
|
|
986
|
+
"description": ""
|
|
987
|
+
},
|
|
988
|
+
{
|
|
989
|
+
"name": "body",
|
|
990
|
+
"type": "string",
|
|
991
|
+
"required": false,
|
|
992
|
+
"description": ""
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"name": "labels",
|
|
996
|
+
"type": "string[]",
|
|
997
|
+
"required": false,
|
|
998
|
+
"description": ""
|
|
999
|
+
}
|
|
1000
|
+
],
|
|
1001
|
+
"responseShape": {
|
|
1002
|
+
"number": "number",
|
|
1003
|
+
"title": "string",
|
|
1004
|
+
"url": "string"
|
|
1005
|
+
}
|
|
890
1006
|
}
|
|
891
1007
|
],
|
|
892
1008
|
"credentials": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@almadar/patterns",
|
|
3
|
-
"version": "2.30.
|
|
3
|
+
"version": "2.30.4",
|
|
4
4
|
"description": "Pattern registry and component mappings for Almadar",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
],
|
|
49
49
|
"homepage": "https://github.com/almadar-io/almadar#readme",
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@almadar/core": ">=
|
|
51
|
+
"@almadar/core": ">=8.1.0"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"build": "tsup && tsc -p tsconfig.build.json",
|