@mxpicture/gcp-functions-generator 1.2.63 → 1.2.64
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 +5 -5
- 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.63",
|
|
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.63",
|
|
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.63",
|
|
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.63",
|
|
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.63",
|
|
1095
1095
|
"entrypoints": [
|
|
1096
1096
|
{
|
|
1097
1097
|
"id": "@mxpicture/gcp-functions-generator/common",
|
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.64",
|
|
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.71",
|
|
52
|
+
"@mxpicture/gcp-functions-backend": "^1.2.64",
|
|
53
|
+
"@mxpicture/gcp-functions-common": "^1.2.64",
|
|
54
|
+
"@mxpicture/gcp-functions-frontend": "^1.2.64",
|
|
55
55
|
"@types/micromatch": "^4.0.10",
|
|
56
56
|
"google-auth-library": "^10.6.2",
|
|
57
57
|
"googleapis": "^171.4.0",
|