@whook/gcp-functions 20.0.2 → 20.1.0

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.
@@ -31,6 +31,7 @@ declare const _default: import("knifecycle").ServiceInitializer<Dependencies<any
31
31
  INITIALIZER_PATH_MAP?: import("@whook/whook").WhookInitializerMap;
32
32
  WHOOK_PLUGINS?: import("@whook/whook").WhookPluginName[];
33
33
  WHOOK_RESOLVED_PLUGINS: import("@whook/whook").WhookResolvedPluginsService;
34
+ COMMANDS_DEFINITIONS_OPTIONS?: import("@whook/whook").WhookCommandsDefinitionsOptions;
34
35
  ROUTES_DEFINITIONS_OPTIONS?: import("@whook/whook").WhookRoutesDefinitionsOptions;
35
36
  CRONS_DEFINITIONS_OPTIONS?: import("@whook/whook").WhookCronDefinitionsOptions;
36
37
  CONSUMERS_DEFINITIONS_OPTIONS?: import("@whook/whook").WhookConsumerDefinitionsOptions;
package/package.json CHANGED
@@ -29,7 +29,7 @@
29
29
  }
30
30
  },
31
31
  "name": "@whook/gcp-functions",
32
- "version": "20.0.2",
32
+ "version": "20.1.0",
33
33
  "description": "Build and deploy to GCP Cloud Functions with Whook.",
34
34
  "type": "module",
35
35
  "main": "dist/index.js",
@@ -49,20 +49,20 @@
49
49
  },
50
50
  "homepage": "https://github.com/nfroidure/whook",
51
51
  "dependencies": {
52
- "@whook/cors": "^20.0.2",
53
- "@whook/whook": "^20.0.2",
52
+ "@whook/cors": "^20.1.0",
53
+ "@whook/whook": "^20.1.0",
54
54
  "ajv": "^8.17.1",
55
55
  "ajv-formats": "^3.0.1",
56
- "application-services": "^7.0.2",
56
+ "application-services": "^7.0.3",
57
57
  "camelcase": "^8.0.0",
58
- "common-services": "^17.0.1",
58
+ "common-services": "^17.1.1",
59
59
  "cpr": "3.0.1",
60
- "knifecycle": "^19.1.1",
60
+ "knifecycle": "^19.1.2",
61
61
  "mkdirp": "^3.0.1",
62
- "qs": "^6.13.1",
62
+ "qs": "^6.14.0",
63
63
  "strict-qs": "^8.0.3",
64
64
  "ya-json-schema-types": "^1.0.1",
65
- "ya-open-api-types": "^1.2.0",
65
+ "ya-open-api-types": "^1.2.2",
66
66
  "yerror": "^8.0.0",
67
67
  "yhttperror": "^8.1.0"
68
68
  },
@@ -143,7 +143,7 @@
143
143
  "rebuild": "swc ./src -s -d dist -C jsc.target=es2022",
144
144
  "test": "node --run jest"
145
145
  },
146
- "gitHead": "3a5c04f092b76bd2e96799143264843c23decb69",
146
+ "gitHead": "9cdb9ac584df098f140a520601a8d6579195dc3f",
147
147
  "funding": {
148
148
  "type": "individual",
149
149
  "url": "https://github.com/sponsors/nfroidure"