@mxpicture/gcp-functions-generator 1.2.69 → 1.2.70
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/exports.gen.json +69 -44
- package/package.json +5 -5
package/dist/exports.gen.json
CHANGED
|
@@ -1,35 +1,42 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"packageName": "@mxpicture/gcp-functions-backend",
|
|
4
|
-
"packageVersion": "1.2.
|
|
4
|
+
"packageVersion": "1.2.69",
|
|
5
5
|
"entrypoints": [
|
|
6
6
|
{
|
|
7
7
|
"id": "@mxpicture/gcp-functions-backend/api",
|
|
8
|
-
"file": "./dist/api/index.js"
|
|
8
|
+
"file": "./dist/api/index.js",
|
|
9
|
+
"typesFile": "./src/api/index.ts"
|
|
9
10
|
},
|
|
10
11
|
{
|
|
11
12
|
"id": "@mxpicture/gcp-functions-backend/firebase",
|
|
12
|
-
"file": "./dist/firebase/index.js"
|
|
13
|
+
"file": "./dist/firebase/index.js",
|
|
14
|
+
"typesFile": "./src/firebase/index.ts"
|
|
13
15
|
},
|
|
14
16
|
{
|
|
15
17
|
"id": "@mxpicture/gcp-functions-backend/function",
|
|
16
|
-
"file": "./dist/function/index.js"
|
|
18
|
+
"file": "./dist/function/index.js",
|
|
19
|
+
"typesFile": "./src/function/index.ts"
|
|
17
20
|
},
|
|
18
21
|
{
|
|
19
22
|
"id": "@mxpicture/gcp-functions-backend/package.json",
|
|
20
|
-
"file": "./package.json"
|
|
23
|
+
"file": "./package.json",
|
|
24
|
+
"typesFile": "./package.json"
|
|
21
25
|
},
|
|
22
26
|
{
|
|
23
27
|
"id": "@mxpicture/gcp-functions-backend/store",
|
|
24
|
-
"file": "./dist/store/index.js"
|
|
28
|
+
"file": "./dist/store/index.js",
|
|
29
|
+
"typesFile": "./src/store/index.ts"
|
|
25
30
|
},
|
|
26
31
|
{
|
|
27
32
|
"id": "@mxpicture/gcp-functions-backend/types",
|
|
28
|
-
"file": "./dist/types/index.js"
|
|
33
|
+
"file": "./dist/types/index.js",
|
|
34
|
+
"typesFile": "./src/types/index.ts"
|
|
29
35
|
},
|
|
30
36
|
{
|
|
31
37
|
"id": "@mxpicture/gcp-functions-backend/validation",
|
|
32
|
-
"file": "./dist/validation/index.js"
|
|
38
|
+
"file": "./dist/validation/index.js",
|
|
39
|
+
"typesFile": "./src/validation/index.ts"
|
|
33
40
|
}
|
|
34
41
|
],
|
|
35
42
|
"runtimeExports": [
|
|
@@ -144,31 +151,37 @@
|
|
|
144
151
|
},
|
|
145
152
|
{
|
|
146
153
|
"packageName": "@mxpicture/gcp-functions-common",
|
|
147
|
-
"packageVersion": "1.2.
|
|
154
|
+
"packageVersion": "1.2.69",
|
|
148
155
|
"entrypoints": [
|
|
149
156
|
{
|
|
150
157
|
"id": "@mxpicture/gcp-functions-common/annotation",
|
|
151
|
-
"file": "./dist/annotation/index.js"
|
|
158
|
+
"file": "./dist/annotation/index.js",
|
|
159
|
+
"typesFile": "./src/annotation/index.ts"
|
|
152
160
|
},
|
|
153
161
|
{
|
|
154
162
|
"id": "@mxpicture/gcp-functions-common/config",
|
|
155
|
-
"file": "./dist/config/index.js"
|
|
163
|
+
"file": "./dist/config/index.js",
|
|
164
|
+
"typesFile": "./src/config/index.ts"
|
|
156
165
|
},
|
|
157
166
|
{
|
|
158
167
|
"id": "@mxpicture/gcp-functions-common/decorator",
|
|
159
|
-
"file": "./dist/decorator/index.js"
|
|
168
|
+
"file": "./dist/decorator/index.js",
|
|
169
|
+
"typesFile": "./src/decorator/index.ts"
|
|
160
170
|
},
|
|
161
171
|
{
|
|
162
172
|
"id": "@mxpicture/gcp-functions-common/helper",
|
|
163
|
-
"file": "./dist/helper/index.js"
|
|
173
|
+
"file": "./dist/helper/index.js",
|
|
174
|
+
"typesFile": "./src/helper/index.ts"
|
|
164
175
|
},
|
|
165
176
|
{
|
|
166
177
|
"id": "@mxpicture/gcp-functions-common/package.json",
|
|
167
|
-
"file": "./package.json"
|
|
178
|
+
"file": "./package.json",
|
|
179
|
+
"typesFile": "./package.json"
|
|
168
180
|
},
|
|
169
181
|
{
|
|
170
182
|
"id": "@mxpicture/gcp-functions-common/types",
|
|
171
|
-
"file": "./dist/types/index.js"
|
|
183
|
+
"file": "./dist/types/index.js",
|
|
184
|
+
"typesFile": "./src/types/index.ts"
|
|
172
185
|
}
|
|
173
186
|
],
|
|
174
187
|
"runtimeExports": [
|
|
@@ -868,39 +881,47 @@
|
|
|
868
881
|
},
|
|
869
882
|
{
|
|
870
883
|
"packageName": "@mxpicture/gcp-functions-frontend",
|
|
871
|
-
"packageVersion": "1.2.
|
|
884
|
+
"packageVersion": "1.2.69",
|
|
872
885
|
"entrypoints": [
|
|
873
886
|
{
|
|
874
887
|
"id": "@mxpicture/gcp-functions-frontend/api",
|
|
875
|
-
"file": "./dist/api/index.js"
|
|
888
|
+
"file": "./dist/api/index.js",
|
|
889
|
+
"typesFile": "./src/api/index.ts"
|
|
876
890
|
},
|
|
877
891
|
{
|
|
878
892
|
"id": "@mxpicture/gcp-functions-frontend/config",
|
|
879
|
-
"file": "./dist/config/index.js"
|
|
893
|
+
"file": "./dist/config/index.js",
|
|
894
|
+
"typesFile": "./src/config/index.ts"
|
|
880
895
|
},
|
|
881
896
|
{
|
|
882
897
|
"id": "@mxpicture/gcp-functions-frontend/function",
|
|
883
|
-
"file": "./dist/function/index.js"
|
|
898
|
+
"file": "./dist/function/index.js",
|
|
899
|
+
"typesFile": "./src/function/index.ts"
|
|
884
900
|
},
|
|
885
901
|
{
|
|
886
902
|
"id": "@mxpicture/gcp-functions-frontend/helper",
|
|
887
|
-
"file": "./dist/helper/index.js"
|
|
903
|
+
"file": "./dist/helper/index.js",
|
|
904
|
+
"typesFile": "./src/helper/index.ts"
|
|
888
905
|
},
|
|
889
906
|
{
|
|
890
907
|
"id": "@mxpicture/gcp-functions-frontend/loader",
|
|
891
|
-
"file": "./dist/loader/index.js"
|
|
908
|
+
"file": "./dist/loader/index.js",
|
|
909
|
+
"typesFile": "./src/loader/index.ts"
|
|
892
910
|
},
|
|
893
911
|
{
|
|
894
912
|
"id": "@mxpicture/gcp-functions-frontend/package.json",
|
|
895
|
-
"file": "./package.json"
|
|
913
|
+
"file": "./package.json",
|
|
914
|
+
"typesFile": "./package.json"
|
|
896
915
|
},
|
|
897
916
|
{
|
|
898
917
|
"id": "@mxpicture/gcp-functions-frontend/services/firebase",
|
|
899
|
-
"file": "./dist/services/firebase/index.js"
|
|
918
|
+
"file": "./dist/services/firebase/index.js",
|
|
919
|
+
"typesFile": "./src/services/firebase/index.ts"
|
|
900
920
|
},
|
|
901
921
|
{
|
|
902
922
|
"id": "@mxpicture/gcp-functions-frontend/types",
|
|
903
|
-
"file": "./dist/types/index.js"
|
|
923
|
+
"file": "./dist/types/index.js",
|
|
924
|
+
"typesFile": "./src/types/index.ts"
|
|
904
925
|
}
|
|
905
926
|
],
|
|
906
927
|
"runtimeExports": [
|
|
@@ -966,11 +987,6 @@
|
|
|
966
987
|
}
|
|
967
988
|
],
|
|
968
989
|
"typeExports": [
|
|
969
|
-
{
|
|
970
|
-
"name": "AuthService",
|
|
971
|
-
"kind": "ClassDeclaration",
|
|
972
|
-
"source": "@mxpicture/gcp-functions-frontend/services/firebase"
|
|
973
|
-
},
|
|
974
990
|
{
|
|
975
991
|
"name": "AuthState",
|
|
976
992
|
"kind": "InterfaceDeclaration",
|
|
@@ -1030,23 +1046,27 @@
|
|
|
1030
1046
|
},
|
|
1031
1047
|
{
|
|
1032
1048
|
"packageName": "@mxpicture/gcp-functions-fs",
|
|
1033
|
-
"packageVersion": "1.2.
|
|
1049
|
+
"packageVersion": "1.2.69",
|
|
1034
1050
|
"entrypoints": [
|
|
1035
1051
|
{
|
|
1036
1052
|
"id": "@mxpicture/gcp-functions-fs/config",
|
|
1037
|
-
"file": "./dist/config/index.js"
|
|
1053
|
+
"file": "./dist/config/index.js",
|
|
1054
|
+
"typesFile": "./src/config/index.ts"
|
|
1038
1055
|
},
|
|
1039
1056
|
{
|
|
1040
1057
|
"id": "@mxpicture/gcp-functions-fs/history",
|
|
1041
|
-
"file": "./dist/history/index.js"
|
|
1058
|
+
"file": "./dist/history/index.js",
|
|
1059
|
+
"typesFile": "./src/history/index.ts"
|
|
1042
1060
|
},
|
|
1043
1061
|
{
|
|
1044
1062
|
"id": "@mxpicture/gcp-functions-fs/package.json",
|
|
1045
|
-
"file": "./package.json"
|
|
1063
|
+
"file": "./package.json",
|
|
1064
|
+
"typesFile": "./package.json"
|
|
1046
1065
|
},
|
|
1047
1066
|
{
|
|
1048
1067
|
"id": "@mxpicture/gcp-functions-fs/path",
|
|
1049
|
-
"file": "./dist/path/index.js"
|
|
1068
|
+
"file": "./dist/path/index.js",
|
|
1069
|
+
"typesFile": "./src/path/index.ts"
|
|
1050
1070
|
}
|
|
1051
1071
|
],
|
|
1052
1072
|
"runtimeExports": [
|
|
@@ -1091,27 +1111,32 @@
|
|
|
1091
1111
|
},
|
|
1092
1112
|
{
|
|
1093
1113
|
"packageName": "@mxpicture/gcp-functions-generator",
|
|
1094
|
-
"packageVersion": "1.2.
|
|
1114
|
+
"packageVersion": "1.2.69",
|
|
1095
1115
|
"entrypoints": [
|
|
1096
1116
|
{
|
|
1097
1117
|
"id": "@mxpicture/gcp-functions-generator/common",
|
|
1098
|
-
"file": "./dist/common/index.js"
|
|
1118
|
+
"file": "./dist/common/index.js",
|
|
1119
|
+
"typesFile": "./src/common/index.ts"
|
|
1099
1120
|
},
|
|
1100
1121
|
{
|
|
1101
1122
|
"id": "@mxpicture/gcp-functions-generator/decorator",
|
|
1102
|
-
"file": "./dist/decorator/index.js"
|
|
1123
|
+
"file": "./dist/decorator/index.js",
|
|
1124
|
+
"typesFile": "./src/decorator/index.ts"
|
|
1103
1125
|
},
|
|
1104
1126
|
{
|
|
1105
1127
|
"id": "@mxpicture/gcp-functions-generator/generator",
|
|
1106
|
-
"file": "./dist/generator/index.js"
|
|
1128
|
+
"file": "./dist/generator/index.js",
|
|
1129
|
+
"typesFile": "./src/generator/index.ts"
|
|
1107
1130
|
},
|
|
1108
1131
|
{
|
|
1109
1132
|
"id": "@mxpicture/gcp-functions-generator/package.json",
|
|
1110
|
-
"file": "./package.json"
|
|
1133
|
+
"file": "./package.json",
|
|
1134
|
+
"typesFile": "./package.json"
|
|
1111
1135
|
},
|
|
1112
1136
|
{
|
|
1113
1137
|
"id": "@mxpicture/gcp-functions-generator/run",
|
|
1114
|
-
"file": "./dist/run/index.js"
|
|
1138
|
+
"file": "./dist/run/index.js",
|
|
1139
|
+
"typesFile": "./src/run/index.ts"
|
|
1115
1140
|
}
|
|
1116
1141
|
],
|
|
1117
1142
|
"runtimeExports": [
|
|
@@ -1249,13 +1274,13 @@
|
|
|
1249
1274
|
},
|
|
1250
1275
|
{
|
|
1251
1276
|
"name": "GeneratorBase",
|
|
1252
|
-
"kind": "
|
|
1253
|
-
"source": "@mxpicture/gcp-functions-generator/
|
|
1277
|
+
"kind": "InterfaceDeclaration",
|
|
1278
|
+
"source": "@mxpicture/gcp-functions-generator/common"
|
|
1254
1279
|
},
|
|
1255
1280
|
{
|
|
1256
1281
|
"name": "GeneratorBase",
|
|
1257
|
-
"kind": "
|
|
1258
|
-
"source": "@mxpicture/gcp-functions-generator/
|
|
1282
|
+
"kind": "ClassDeclaration",
|
|
1283
|
+
"source": "@mxpicture/gcp-functions-generator/run"
|
|
1259
1284
|
},
|
|
1260
1285
|
{
|
|
1261
1286
|
"name": "GeneratorBaseFile",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mxpicture/gcp-functions-generator",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.70",
|
|
4
4
|
"description": "Tools for google cloud functions",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "MXPicture",
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@google-cloud/scheduler": "^5.3.1",
|
|
51
|
-
"@mxpicture/build-api": "^0.3.
|
|
52
|
-
"@mxpicture/gcp-functions-backend": "^1.2.
|
|
53
|
-
"@mxpicture/gcp-functions-common": "^1.2.
|
|
54
|
-
"@mxpicture/gcp-functions-frontend": "^1.2.
|
|
51
|
+
"@mxpicture/build-api": "^0.3.77",
|
|
52
|
+
"@mxpicture/gcp-functions-backend": "^1.2.70",
|
|
53
|
+
"@mxpicture/gcp-functions-common": "^1.2.70",
|
|
54
|
+
"@mxpicture/gcp-functions-frontend": "^1.2.70",
|
|
55
55
|
"@types/micromatch": "^4.0.10",
|
|
56
56
|
"google-auth-library": "^10.6.2",
|
|
57
57
|
"googleapis": "^171.4.0",
|