@mcma/google-cloud-http-functions
Advanced tools
Comparing version 0.14.7 to 0.14.8
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
@@ -31,3 +31,3 @@ "use strict"; | ||
const requestContext = new api_1.McmaApiRequestContext(new api_1.McmaApiRequest({ | ||
id: uuid_1.v4(), | ||
id: (0, uuid_1.v4)(), | ||
path: request.path, | ||
@@ -34,0 +34,0 @@ httpMethod: request.method, |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
{ | ||
"name": "@mcma/google-cloud-http-functions", | ||
"version": "0.14.7", | ||
"version": "0.14.8", | ||
"description": "Node module with code for using Google HTTP functions as an entry point to an MCMA API handler.", | ||
@@ -39,14 +39,14 @@ "engines": { | ||
"peerDependencies": { | ||
"@mcma/api": "0.14.7", | ||
"@mcma/client": "0.14.7", | ||
"@mcma/core": "0.14.7", | ||
"@mcma/data": "0.14.7", | ||
"@mcma/worker-invoker": "0.14.7" | ||
"@mcma/api": "0.14.8", | ||
"@mcma/client": "0.14.8", | ||
"@mcma/core": "0.14.8", | ||
"@mcma/data": "0.14.8", | ||
"@mcma/worker-invoker": "0.14.8" | ||
}, | ||
"devDependencies": { | ||
"@mcma/api": "0.14.7", | ||
"@mcma/client": "0.14.7", | ||
"@mcma/core": "0.14.7", | ||
"@mcma/data": "0.14.7", | ||
"@mcma/worker-invoker": "0.14.7", | ||
"@mcma/api": "0.14.8", | ||
"@mcma/client": "0.14.8", | ||
"@mcma/core": "0.14.8", | ||
"@mcma/data": "0.14.8", | ||
"@mcma/worker-invoker": "0.14.8", | ||
"@types/express": "^4.17.6", | ||
@@ -53,0 +53,0 @@ "@types/node": "^14.17.22", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5759
94