@mxpicture/gcp-functions-generator 1.2.67 → 1.2.68
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 +9 -9
- package/package.json +5 -5
package/dist/exports.gen.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"packageName": "@mxpicture/gcp-functions-backend",
|
|
4
|
-
"packageVersion": "1.2.
|
|
4
|
+
"packageVersion": "1.2.67",
|
|
5
5
|
"entrypoints": [
|
|
6
6
|
{
|
|
7
7
|
"id": "@mxpicture/gcp-functions-backend/api",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"packageName": "@mxpicture/gcp-functions-common",
|
|
147
|
-
"packageVersion": "1.2.
|
|
147
|
+
"packageVersion": "1.2.67",
|
|
148
148
|
"entrypoints": [
|
|
149
149
|
{
|
|
150
150
|
"id": "@mxpicture/gcp-functions-common/annotation",
|
|
@@ -868,7 +868,7 @@
|
|
|
868
868
|
},
|
|
869
869
|
{
|
|
870
870
|
"packageName": "@mxpicture/gcp-functions-frontend",
|
|
871
|
-
"packageVersion": "1.2.
|
|
871
|
+
"packageVersion": "1.2.67",
|
|
872
872
|
"entrypoints": [
|
|
873
873
|
{
|
|
874
874
|
"id": "@mxpicture/gcp-functions-frontend/api",
|
|
@@ -1030,7 +1030,7 @@
|
|
|
1030
1030
|
},
|
|
1031
1031
|
{
|
|
1032
1032
|
"packageName": "@mxpicture/gcp-functions-fs",
|
|
1033
|
-
"packageVersion": "1.2.
|
|
1033
|
+
"packageVersion": "1.2.67",
|
|
1034
1034
|
"entrypoints": [
|
|
1035
1035
|
{
|
|
1036
1036
|
"id": "@mxpicture/gcp-functions-fs/config",
|
|
@@ -1091,7 +1091,7 @@
|
|
|
1091
1091
|
},
|
|
1092
1092
|
{
|
|
1093
1093
|
"packageName": "@mxpicture/gcp-functions-generator",
|
|
1094
|
-
"packageVersion": "1.2.
|
|
1094
|
+
"packageVersion": "1.2.67",
|
|
1095
1095
|
"entrypoints": [
|
|
1096
1096
|
{
|
|
1097
1097
|
"id": "@mxpicture/gcp-functions-generator/common",
|
|
@@ -1249,13 +1249,13 @@
|
|
|
1249
1249
|
},
|
|
1250
1250
|
{
|
|
1251
1251
|
"name": "GeneratorBase",
|
|
1252
|
-
"kind": "
|
|
1253
|
-
"source": "@mxpicture/gcp-functions-generator/
|
|
1252
|
+
"kind": "InterfaceDeclaration",
|
|
1253
|
+
"source": "@mxpicture/gcp-functions-generator/common"
|
|
1254
1254
|
},
|
|
1255
1255
|
{
|
|
1256
1256
|
"name": "GeneratorBase",
|
|
1257
|
-
"kind": "
|
|
1258
|
-
"source": "@mxpicture/gcp-functions-generator/
|
|
1257
|
+
"kind": "ClassDeclaration",
|
|
1258
|
+
"source": "@mxpicture/gcp-functions-generator/run"
|
|
1259
1259
|
},
|
|
1260
1260
|
{
|
|
1261
1261
|
"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.68",
|
|
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.75",
|
|
52
|
+
"@mxpicture/gcp-functions-backend": "^1.2.68",
|
|
53
|
+
"@mxpicture/gcp-functions-common": "^1.2.68",
|
|
54
|
+
"@mxpicture/gcp-functions-frontend": "^1.2.68",
|
|
55
55
|
"@types/micromatch": "^4.0.10",
|
|
56
56
|
"google-auth-library": "^10.6.2",
|
|
57
57
|
"googleapis": "^171.4.0",
|