@mxpicture/gcp-functions-generator 1.2.51 → 1.2.52
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 -0
- package/package.json +5 -5
package/dist/exports.gen.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
3
|
"packageName": "@mxpicture/gcp-functions-backend",
|
|
4
|
+
"packageVersion": "1.2.51",
|
|
4
5
|
"entrypoints": [
|
|
5
6
|
{
|
|
6
7
|
"id": "@mxpicture/gcp-functions-backend/api",
|
|
@@ -143,6 +144,7 @@
|
|
|
143
144
|
},
|
|
144
145
|
{
|
|
145
146
|
"packageName": "@mxpicture/gcp-functions-common",
|
|
147
|
+
"packageVersion": "1.2.51",
|
|
146
148
|
"entrypoints": [
|
|
147
149
|
{
|
|
148
150
|
"id": "@mxpicture/gcp-functions-common/annotation",
|
|
@@ -866,6 +868,7 @@
|
|
|
866
868
|
},
|
|
867
869
|
{
|
|
868
870
|
"packageName": "@mxpicture/gcp-functions-frontend",
|
|
871
|
+
"packageVersion": "1.2.51",
|
|
869
872
|
"entrypoints": [
|
|
870
873
|
{
|
|
871
874
|
"id": "@mxpicture/gcp-functions-frontend/api",
|
|
@@ -1027,6 +1030,7 @@
|
|
|
1027
1030
|
},
|
|
1028
1031
|
{
|
|
1029
1032
|
"packageName": "@mxpicture/gcp-functions-fs",
|
|
1033
|
+
"packageVersion": "1.2.51",
|
|
1030
1034
|
"entrypoints": [
|
|
1031
1035
|
{
|
|
1032
1036
|
"id": "@mxpicture/gcp-functions-fs/config",
|
|
@@ -1087,6 +1091,7 @@
|
|
|
1087
1091
|
},
|
|
1088
1092
|
{
|
|
1089
1093
|
"packageName": "@mxpicture/gcp-functions-generator",
|
|
1094
|
+
"packageVersion": "1.2.51",
|
|
1090
1095
|
"entrypoints": [
|
|
1091
1096
|
{
|
|
1092
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.52",
|
|
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.59",
|
|
52
|
+
"@mxpicture/gcp-functions-backend": "^1.2.52",
|
|
53
|
+
"@mxpicture/gcp-functions-common": "^1.2.52",
|
|
54
|
+
"@mxpicture/gcp-functions-frontend": "^1.2.52",
|
|
55
55
|
"@types/micromatch": "^4.0.10",
|
|
56
56
|
"google-auth-library": "^10.6.2",
|
|
57
57
|
"googleapis": "^171.4.0",
|