@mxpicture/gcp-functions-generator 1.2.17 → 1.2.19

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.
@@ -1264,13 +1264,13 @@
1264
1264
  },
1265
1265
  {
1266
1266
  "name": "GeneratorBase",
1267
- "kind": "ClassDeclaration",
1268
- "source": "@mxpicture/gcp-functions-generator/run"
1267
+ "kind": "InterfaceDeclaration",
1268
+ "source": "@mxpicture/gcp-functions-generator/common"
1269
1269
  },
1270
1270
  {
1271
1271
  "name": "GeneratorBase",
1272
- "kind": "InterfaceDeclaration",
1273
- "source": "@mxpicture/gcp-functions-generator/common"
1272
+ "kind": "ClassDeclaration",
1273
+ "source": "@mxpicture/gcp-functions-generator/run"
1274
1274
  },
1275
1275
  {
1276
1276
  "name": "GeneratorBaseFile",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mxpicture/gcp-functions-generator",
3
- "version": "1.2.17",
3
+ "version": "1.2.19",
4
4
  "description": "Tools for google cloud functions",
5
5
  "type": "module",
6
6
  "author": "MXPicture",
@@ -36,10 +36,10 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@google-cloud/scheduler": "^5.3.1",
39
- "@mxpicture/build-api": "^0.3.34",
40
- "@mxpicture/gcp-functions-backend": "^1.2.17",
41
- "@mxpicture/gcp-functions-common": "^1.2.17",
42
- "@mxpicture/gcp-functions-frontend": "^1.2.17",
39
+ "@mxpicture/build-api": "^0.3.36",
40
+ "@mxpicture/gcp-functions-backend": "^1.2.19",
41
+ "@mxpicture/gcp-functions-common": "^1.2.19",
42
+ "@mxpicture/gcp-functions-frontend": "^1.2.19",
43
43
  "@types/micromatch": "^4.0.10",
44
44
  "google-auth-library": "^10.6.2",
45
45
  "googleapis": "^171.4.0",