@whook/gcp-functions 8.4.2 → 8.5.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.
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.default = exports.definition = void 0;
6
+ exports.definition = exports.default = void 0;
7
7
 
8
8
  var _utils = require("../libs/utils");
9
9
 
package/dist/index.js CHANGED
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
+ exports.DEFAULT_BUILD_PARALLELISM = void 0;
6
7
  exports.prepareBuildEnvironment = prepareBuildEnvironment;
7
8
  exports.runBuild = runBuild;
8
- exports.DEFAULT_BUILD_PARALLELISM = void 0;
9
9
 
10
10
  var _fs = _interopRequireDefault(require("fs"));
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@whook/gcp-functions",
3
- "version": "8.4.2",
3
+ "version": "8.5.0",
4
4
  "description": "Build and deploy to GCP Cloud Functions with Whook.",
5
5
  "main": "dist/index",
6
6
  "module": "dist/index.mjs",
@@ -51,10 +51,10 @@
51
51
  "homepage": "https://github.com/nfroidure/whook",
52
52
  "dependencies": {
53
53
  "@types/bytes": "^3.1.0",
54
- "@whook/cli": "^8.4.2",
55
- "@whook/cors": "^8.4.2",
56
- "@whook/http-router": "^8.4.2",
57
- "@whook/whook": "^8.4.2",
54
+ "@whook/cli": "^8.5.0",
55
+ "@whook/cors": "^8.5.0",
56
+ "@whook/http-router": "^8.5.0",
57
+ "@whook/whook": "^8.5.0",
58
58
  "ajv": "^8.6.3",
59
59
  "ajv-formats": "^2.1.0",
60
60
  "camelcase": "^6.2.0",
@@ -204,6 +204,7 @@
204
204
  "compile:mjs": "babel --env-name=mjs --out-file-extension=.mjs --out-dir=dist --extensions '.ts,.js' --source-maps=true src",
205
205
  "cover": "npm run jest -- --coverage",
206
206
  "doc": "echo \"# API\" > API.md; jsdoc2md 'dist/**/*.js' >> API.md && git add API.md",
207
+ "genPackagelock": "npm i --package-lock-only",
207
208
  "jest": "NODE_ENV=test jest",
208
209
  "lint": "eslint 'src/**/*.ts'",
209
210
  "metapak": "metapak",
@@ -211,5 +212,5 @@
211
212
  "test": "npm run jest",
212
213
  "types": "rimraf -f 'dist/**/*.d.ts' && tsc --project . --declaration --emitDeclarationOnly --outDir dist"
213
214
  },
214
- "gitHead": "da55737a566346baefed47764fec85f6984ed69d"
215
+ "gitHead": "60e3b5f703b9c27728f658ca21d0b7c32751f868"
215
216
  }